From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 00:21:19 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFA5D1065696 for ; Sun, 7 Nov 2010 00:21:19 +0000 (UTC) (envelope-from jason@naughton.ca) Received: from trooper.naughton.ca (naughton.ca [206.248.137.184]) by mx1.freebsd.org (Postfix) with ESMTP id 66AAF8FC0C for ; Sun, 7 Nov 2010 00:21:18 +0000 (UTC) Received: from webmail.jnaughton.com (localhost [127.0.0.1]) by trooper.naughton.ca (8.14.4/8.14.4) with ESMTP id oA70LRXP036894; Sat, 6 Nov 2010 20:21:27 -0400 (EDT) (envelope-from jason@naughton.ca) Received: from 192.168.1.2 (SquirrelMail authenticated user jnaughto) by webmail.jnaughton.com with HTTP; Sat, 6 Nov 2010 20:21:27 -0400 Message-ID: In-Reply-To: References: Date: Sat, 6 Nov 2010 20:21:27 -0400 From: "Jason Naughton" To: "Warren Block" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org Subject: Re: sane-backend 1.0.21 broke on 8.0? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 00:21:19 -0000 Hi Warren, > Okay, the other thing to check is permissions to the USB devices. From > devfs.rules: > > add path 'ugen*' mode 0660 group operator > add path 'usb/*' mode 0660 group operator > I have already added the above lines. # cat /etc/devfs.rules [usb_devices=10] add path 'ugen*' mode 0660 group operator add path 'usb/*' mode 0660 group operator # grep devfs /etc/rc.conf devfs_system_ruleset="usb_devices" It's not a permission issue as root also has problems getting anything back from: # scanimage -L I noticed another thing which could cause some issues. I did the following (as root) prior to the above commands: # cd /usr/local/etc/sane.d # mkdir orig # mv * orig # cp orig/epson.conf . With only epson.conf inside of /usr/local/etc/sane.d, I can as user and as root perform the following task: # scanimage -d epson --format=tiff > foo.tiff Yet both user and root cannot find anything while issuing the command: # scanimage -L After your last email I thought I would put everything back into /usr/local/etc/sane.d. # pkg_delete -f sane-backends-1.0.21_2 # cd /usr/ports/graphics/sane-backends # make install I modified my epson.conf so it had both the product id and vendor id. Now if I run: # scanimage -L zsh: segmentation fault scanimage -L but # scanimage -d epson --format=tiff > /tmp/foo.tiff still works. If I truss the program I noticed: # truss scanimage -L 2>&1 |grep open |grep epson returns nothing. What I'm doing in the above line is redirecting stderr to stdout then greping for the open system call then greping to see if there's an open epson.conf call. It seems that it's not even bothering to look at the epson.conf file. If I issue the following command you can see all the conf files that it's trying to access: # truss scanimage -L 2>&1 |grep open |grep conf open("/etc/libmap.conf",O_RDONLY,0666) ERR#2 'No such file or directory' open("./dll.conf",O_RDONLY,0666) = 2 (0x2) open("./xerox_mfp.conf",O_RDONLY,0666) = 2 (0x2) open("./umax1220u.conf",O_RDONLY,0666) = 2 (0x2) open("./umax.conf",O_RDONLY,0666) = 2 (0x2) open("./u12.conf",O_RDONLY,0666) = 2 (0x2) open("./teco3.conf",O_RDONLY,0666) = 2 (0x2) open("./teco2.conf",O_RDONLY,0666) = 2 (0x2) open("./teco1.conf",O_RDONLY,0666) = 2 (0x2) open("./tamarack.conf",O_RDONLY,0666) = 2 (0x2) open("./sp15c.conf",O_RDONLY,0666) = 2 (0x2) open("./snapscan.conf",O_RDONLY,0666) = 2 (0x2) open("./sharp.conf",O_RDONLY,0666) = 2 (0x2) open("./sceptre.conf",O_RDONLY,0666) = 2 (0x2) open("./s9036.conf",O_RDONLY,0666) = 2 (0x2) open("./rts8891.conf",O_RDONLY,0666) = 2 (0x2) open("./rts8891.conf",O_RDONLY,0666) = 2 (0x2) open("./ricoh.conf",O_RDONLY,0666) = 2 (0x2) open("./plustek.conf",O_RDONLY,0666) = 2 (0x2) open("./pixma.conf",O_RDONLY,0666) = 2 (0x2) open("./pie.conf",O_RDONLY,0666) = 2 (0x2) open("./nec.conf",O_RDONLY,0666) = 2 (0x2) open("./mustek_usb.conf",O_RDONLY,0666) = 2 (0x2) open("./mustek.conf",O_RDONLY,0666) = 2 (0x2) open("./microtek2.conf",O_RDONLY,0666) = 2 (0x2) Looks like one of these is causing a seg fault. I can move all of them out of the sane.d folder and add one at a time back to isolate the one that's causing the seg fault, as with only epson.conf in the folder there is no seg fault just the standard not found response. Jason Naughton, P.Eng, M.E.Sc, Professional Contractor, JMN Planning, Pickering, Ontario, Office: (416)-509-4886 Fax: (905)-831-3810 From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 01:08:23 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1819106564A for ; Sun, 7 Nov 2010 01:08:23 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8EC5D8FC13 for ; Sun, 7 Nov 2010 01:08:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oA718MME069878; Sat, 6 Nov 2010 19:08:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oA718M6N069875; Sat, 6 Nov 2010 19:08:22 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 6 Nov 2010 19:08:22 -0600 (MDT) From: Warren Block To: Jason Naughton In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sat, 06 Nov 2010 19:08:22 -0600 (MDT) Cc: ports@freebsd.org Subject: Re: sane-backend 1.0.21 broke on 8.0? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 01:08:23 -0000 On Sat, 6 Nov 2010, Jason Naughton wrote: >> Okay, the other thing to check is permissions to the USB devices. From >> devfs.rules: >> >> add path 'ugen*' mode 0660 group operator >> add path 'usb/*' mode 0660 group operator >> > > I have already added the above lines. One last thing, then I'm out of tricks. After the change to FreeBSD 8, did you rebuild all, yes all, of your ports? Also (two! two last tricks!) you should not have the libusb port installed, since libusb is now part of the OS. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 02:54:37 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5F90106566C for ; Sun, 7 Nov 2010 02:54:37 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (ns2.bafirst.com [97.67.198.91]) by mx1.freebsd.org (Postfix) with ESMTP id 5E67A8FC13 for ; Sun, 7 Nov 2010 02:54:37 +0000 (UTC) Received: from unixmania.com ([187.153.245.195]) by ns2.bafirst.com with esmtp; Sat, 06 Nov 2010 21:44:24 -0500 id 000D4C98.4CD61288.0000E8B6 Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Sat, 06 Nov 2010 20:44:32 -0600 id 000CF574.4CD61290.00015219 Received: from dsl-187-153-253-166-dyn.prod-infinitum.com.mx (dsl-187-153-253-166-dyn.prod-infinitum.com.mx [187.153.253.166]) by econet.encontacto.net (Horde Framework) with HTTP; Sat, 06 Nov 2010 21:44:32 -0500 Message-ID: <20101106214432.69343xgq4i78aiyo@econet.encontacto.net> Date: Sat, 06 Nov 2010 21:44:32 -0500 From: eculp To: freebsd-ports MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4 X-IMP-Server: 187.153.245.195 X-Originating-IP: 187.153.253.166 X-Originating-User: eculp@encontacto.net Subject: Can't update apr1 on 7.3 stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 02:54:37 -0000 Trying to update all my ports on 7.3-STABLE FreeBSD 7.3-STABLE #1135: =20 Fri Oct 29 07:32:29 CDT 2010. I can't get apr1 to build. It breaks with the following messages: =3D=3D=3D> Building for apr-ipv6-devrandom-gdbm-db46-ldap24-1.4.2.1.3.10 cd /new/usr/local/ports/devel/apr1/work/apr-1.4.2; /usr/bin/env =20 TMPDIR=3D"/tmp" TMPDIR=3D"/tmp" SHELL=3D/bin/sh NO_LINT=3DYES =20 ACLOCAL=3D/usr/local/bin/aclocal-1.11 =20 AUTOMAKE=3D/usr/local/bin/automake-1.11 AUTOMAKE_VERSION=3D111 =20 AUTOCONF=3D/usr/local/bin/autoconf-2.68 =20 AUTOHEADER=3D/usr/local/bin/autoheader-2.68 =20 AUTOIFNAMES=3D/usr/local/bin/ifnames-2.68 =20 AUTOM4TE=3D/usr/local/bin/autom4te-2.68 =20 AUTORECONF=3D/usr/local/bin/autoreconf-2.68 =20 AUTOSCAN=3D/usr/local/bin/autoscan-2.68 =20 AUTOUPDATE=3D/usr/local/bin/autoupdate-2.68 AUTOCONF_VERSION=3D268 =20 LIBTOOL=3D/usr/local/bin/libtool LIBTOOLIZE=3D/usr/local/bin/libtoolize =20 LIBTOOL_M4=3D/usr/local/share/aclocal/libtool.m4 PREFIX=3D/usr/local =20 LOCALBASE=3D/usr/local X11BASE=3D/usr/local MOTIFLIB=3D"-L/usr/local/lib = =20 -lXm -lXp" LIBDIR=3D"/usr/lib" CC=3D"cc" CPP=3D"cpp" CXX=3D"c++" CFLAGS=3D= "-O2 =20 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED" CXXFLAGS=3D"-O2 =20 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED" MANPREFIX=3D"/usr/local" =20 BSD_INSTALL_PROGRAM=3D"install -s -o root -g wheel -m 555" =20 BSD_INSTALL_LIB=3D"install -s -o root -g wheel -m 444" =20 BSD_INSTALL_SCRIPT=3D"install -o root -g wheel -m 555" =20 BSD_INSTALL_DATA=3D"install -o root -g wheel -m 444" =20 BSD_INSTALL_MAN=3D"install -o root -g wheel -m 444" /usr/bin/make /bin/sh /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool =20 --silent --mode=3Dcompile cc -g -O2 -DHAVE_CONFIG_H -I./include =20 -I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix =20 -I./include/arch/unix =20 -I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix =20 -I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include -o =20 passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch =20 passwd/apr_getpass.lo X--mode=3Dcompile: not found *** Warning: inferring the mode of operation is deprecated.: not found *** Future versions of Libtool will require --mode=3DMODE be specified.: =20 not found Xcc: not found X-g: not found X-O2: not found X-DHAVE_CONFIG_H: not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: X-I./include: =20 not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix: =20 not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I./include/arch/unix: not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix: =20 not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include: not found X-c: not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 Xpasswd/apr_getpass.lo: not found libtool: compile: cannot determine name of library object from `': not found *** Error code 1 Stop in /new/usr/local/ports/devel/apr1/work/apr-1.4.2. *** Error code 1 Stop in /new/usr/local/ports/devel/apr1/work/apr-1.4.2. *** Error code 1 Stop in /new/usr/local/ports/devel/apr1. *** Error code 1 Stop in /new/usr/local/ports/devel/apr1. =3D=3D=3D>>> make failed for devel/apr1 =3D=3D=3D>>> Aborting update All of the errors and NOT FOUNDS have me totally confused. I am =20 doing this with portmaster and have also tried compiling from ports =20 with the same results. Any suggestions appreciated, ed From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 03:09:25 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8541B10657C8 for ; Sun, 7 Nov 2010 03:09:25 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3FAE08FC13 for ; Sun, 7 Nov 2010 03:09:24 +0000 (UTC) Received: by qwg8 with SMTP id 8so3675542qwg.13 for ; Sat, 06 Nov 2010 20:09:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=hf1O/Rc+2zniTW085HmnkfEsBenQ6QAEWbe+Zmzt3cA=; b=Q1ly0TLDEjeRA5HwQwf/ddNgwKd4J5VNIFV0B4h5QI/nXGa31DalRbcaWD6vsum6XK Z71+OiFSIne12LvSepdomaMdoPseiZTCqDW3bfJ5x6emvtbWR/sxjQd/Os5oICk4uFM0 FHbKxM+1ScKFy+hC0s8fk4MSYk8U2KnGAZ3kw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=WmVr88U2DQyFClmrtRCztvLxxInhiW6tOlW8O/mjZavjJY4yNE7aGnWlZBiKIB82Xw +CbKeyMjI7ae//55yJtEUR9aN/oTD5qpQWKlF2250FVLr3goEulR/RF4M6cO2gDNnb+n LwnuuK34wtxx5Rktpa/3QNDRRFkJQkKdp0yTU= MIME-Version: 1.0 Received: by 10.229.95.11 with SMTP id b11mr3615750qcn.174.1289099364338; Sat, 06 Nov 2010 20:09:24 -0700 (PDT) Received: by 10.229.246.148 with HTTP; Sat, 6 Nov 2010 20:09:24 -0700 (PDT) In-Reply-To: <20101106214432.69343xgq4i78aiyo@econet.encontacto.net> References: <20101106214432.69343xgq4i78aiyo@econet.encontacto.net> Date: Sun, 7 Nov 2010 04:09:24 +0100 Message-ID: From: Christer Solskogen To: eculp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: Can't update apr1 on 7.3 stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 03:09:25 -0000 On Sun, Nov 7, 2010 at 3:44 AM, eculp wrote: > Trying to update all my ports on 7.3-STABLE FreeBSD 7.3-STABLE #1135: Fri > Oct 29 07:32:29 CDT 2010. > > I can't get apr1 to build. =A0It breaks with the following messages: > Try uninstallling automake, autoconf and libtool first. --=20 chs, From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 06:38:34 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A211106566B for ; Sun, 7 Nov 2010 06:38:34 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id D3ACA8FC08 for ; Sun, 7 Nov 2010 06:38:33 +0000 (UTC) Received: from orion.SpringDaemons.com (c-98-234-104-113.hsd1.ca.comcast.net [98.234.104.113]) by mx0.deglitch.com (Postfix) with ESMTPA id 2A5F28FC27; Sun, 7 Nov 2010 09:38:29 +0300 (MSK) Received: from orion (localhost [127.0.0.1]) by orion.SpringDaemons.com (Postfix) with SMTP id 4A32639829; Sat, 6 Nov 2010 23:39:16 -0700 (PDT) Date: Sat, 6 Nov 2010 23:39:05 -0700 From: Stanislav Sedov To: Joey Mingrone Message-Id: <20101106233905.48ad800d.stas@FreeBSD.org> In-Reply-To: References: Organization: The FreeBSD Project X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="PGP-SHA1"; boundary="Signature=_Sat__6_Nov_2010_23_39_05_-0700_GkRN_cUzb/OZbNvv" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: sbcl-1.0.43.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 06:38:34 -0000 --Signature=_Sat__6_Nov_2010_23_39_05_-0700_GkRN_cUzb/OZbNvv Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, 3 Nov 2010 12:27:04 -0300 Joey Mingrone mentioned: I cannot reproduce this error. It builds succesfully on the buildfarm, so it might be related to non-standard build options in some ports. Unfortunately I can't seem to be able to figure out which one. The temporary solution for you would be to disable documentation building in the port's options. > dot -Tcanon discriminating-functions.dot > discriminating-functions.txt Can you try to run this under truss to figure out which fonts it couldn't find? --=20 Stanislav Sedov ST4096-RIPE --Signature=_Sat__6_Nov_2010_23_39_05_-0700_GkRN_cUzb/OZbNvv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iQIcBAEBAgAGBQJM1kmUAAoJEL8lojEJL9nwTgQP/02R1H3UhN3j65ptINs2BGBg nc3VUX57ToWEdLlYpSKbV7AK+b0sWR55drbYctK4tAev70kwQpzAyooqKMQGL8CU jjw/OU1DtKIWwIrkDi4HDmerZgbK8g9e4SXwjMF98tkd03yk98IT1MoCY2t9FGvR Mu4PPHgM06P4GKoRPiQcncr1u+eriQnHu3yVcr5Pj1VCWpOnKDqWcmW7L8Exf3pI ToendW8F3+gxt6O5+DztpoGmGImP0fk9/ICom4/rbYr21MprnZGJYLWJNsdS9ozB +vHJA3/rYO8qBdDuQsD+DJ/l+yW1PMWawvcMx0Q7gxsCgGaRrhwvV8+dYFPHMbrv mLMkc2WfjvGAfpW/srDhJ+gj62WahQwUz9G8CC4T6n1VkKa1E4ooeDP91WHKiTiy 3EhvNdl0+C3jYg9XHJnyvdRur8Bsxajyi8XXrI87tL9C0KYlPP0Mr5tsNky8L7HK EPN4ogmGQmyy/ziyVoV+nOtxuw63ceeJhamFjsBIAEloTrF6MGum9Oy5NhEkXWlq h8mjGzWQh45XUpvJOM0YcQ5bxwBOJpXGdkwjwdACA1Q8Gx5xHMPbhT4NbX62Cw2/ VhuTsZc3SawnTfvGepYDvkwJX5biMpDJz7skEI51hItlFxHqYFcWeiU5zQKRjKgm yudy7NIbFX5O/SHLOL6y =MSao -----END PGP SIGNATURE----- --Signature=_Sat__6_Nov_2010_23_39_05_-0700_GkRN_cUzb/OZbNvv-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 06:45:12 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F47F106566C; Sun, 7 Nov 2010 06:45:12 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id BBE0D8FC0C; Sun, 7 Nov 2010 06:45:11 +0000 (UTC) Received: from orion.SpringDaemons.com (c-98-234-104-113.hsd1.ca.comcast.net [98.234.104.113]) by mx0.deglitch.com (Postfix) with ESMTPA id 76F038FC27; Sun, 7 Nov 2010 09:45:10 +0300 (MSK) Received: from orion (localhost [127.0.0.1]) by orion.SpringDaemons.com (Postfix) with SMTP id EE6D739829; Sat, 6 Nov 2010 23:45:55 -0700 (PDT) Date: Sat, 6 Nov 2010 23:45:55 -0700 From: Stanislav Sedov To: Joey Mingrone Message-Id: <20101106234555.f15a2735.stas@FreeBSD.org> In-Reply-To: References: Organization: The FreeBSD Project X-Mailer: carrier-pigeon Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, dinoex@FreeBSD.org Subject: Re: FreeBSD Port: sbcl-1.0.43.0,1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 06:45:12 -0000 On Wed, 3 Nov 2010 12:27:04 -0300 Joey Mingrone mentioned: > Hello, > > I'm trying to build this port, but get the error below. Any > suggestions? All dependencies are installed. > > Thanks, > > Joey > > dot -Tcanon discriminating-functions.dot > discriminating-functions.txt > Warning: The use of "subgraph class", line 38, without a body is deprecated. > This may cause unexpected behavior or crash the program. > Please use a single definition of the subgraph within the context of > its parent graph "dfun" > Warning: The use of "subgraph class", line 39, without a body is deprecated. > This may cause unexpected behavior or crash the program. > Please use a single definition of the subgraph within the context of > its parent graph "dfun" > Warning: The use of "subgraph class", line 40, without a body is deprecated. > This may cause unexpected behavior or crash the program. > Please use a single definition of the subgraph within the context of > its parent graph "dfun" > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > gmake: *** [discriminating-functions.txt] Error 1 It's certainly a problem with your graphviz installation. It's not functional. I looked at the web, and this problem seem to happen when graphviz is build without cairo support. I think we should disallow build without cairo, because it seems that in this case 'dot' is not working at all. -- Stanislav Sedov ST4096-RIPE From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 07:28:37 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B02971065675 for ; Sun, 7 Nov 2010 07:28:37 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4308FC1B for ; Sun, 7 Nov 2010 07:28:37 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6B5F01CC97 for ; Sun, 7 Nov 2010 08:28:36 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20101107072836.6B5F01CC97@mail.droso.net> Date: Sun, 7 Nov 2010 08:28:36 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 07:28:37 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/festvox-aec broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=festvox-aec portname: audio/gtkguitune broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gtkguitune portname: audio/gxmms2 broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gxmms2 portname: audio/rsynth broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=rsynth portname: chinese/chinput3 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput3 portname: databases/p5-sqlrelay broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-sqlrelay portname: devel/ace+tao broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ace%2Btao portname: devel/fampp broken because: FAM system mismatch: gamin is installed, while desired FAM system is fam build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fampp portname: devel/gcvs broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gcvs portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/ngpt broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ngpt portname: dns/fourcdns broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=fourcdns portname: emulators/cpmtools2 broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=cpmtools2 portname: emulators/win4bsd broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=win4bsd portname: finance/gfp broken because: fails during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=gfp portname: ftp/ftpq broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpq portname: games/hlstats broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlstats portname: games/kanatest broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kanatest portname: games/kbilliards broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/whichwayisup broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=whichwayisup portname: graphics/libv3d broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101029175938/libv3d-0.1.14_4.log (_Oct_31_13:34:41_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libv3d portname: graphics/libvisual-plugins broken because: Broken objformat handling build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libvisual-plugins portname: graphics/ophoto broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ophoto portname: graphics/paintlib broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/paintlib-2.6.2_5.log.bz2 (_Sep_20_05:12:48_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=paintlib portname: graphics/plasma-kmod broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=plasma-kmod portname: graphics/ray++ broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ray%2B%2B portname: graphics/seom broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=seom portname: graphics/snx101util broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=snx101util portname: graphics/vertex broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20101101181854/vertex-0.1.15_9.log (_Nov__5_22:07:19_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vertex portname: graphics/white_dune broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=white_dune portname: graphics/wildmagic broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=wildmagic portname: graphics/xpx broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.20101105222158/xpx-1.41_2.log (_Nov__6_14:43:17_UTC_2010) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101029175938/xpx-1.41_2.log (_Oct_31_15:03:16_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xpx portname: japanese/oleo broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=oleo portname: japanese/tkstep80 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkstep80 portname: java/tya broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: korean/unzip broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=unzip portname: lang/bigloo broken because: is not compiled with Emacs 23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=bigloo portname: lang/scriba broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: lang/u++ broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=u%2B%2B portname: mail/kiltdown broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/kiltdown-0.8.045_14.log.bz2 (_Sep_21_18:49:36_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kiltdown portname: math/kaskade broken because: Fails to compile with GCC 4.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=kaskade portname: math/rascal broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: misc/fep broken because: Does not compile without sgtty build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/splitvt broken because: does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: multimedia/jahshaka broken because: does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=jahshaka portname: multimedia/netshow broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20101103214430/netshow-2.00.251_2.log (_May_12_05:28:15_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=netshow portname: net-mgmt/nipper broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nipper portname: net-mgmt/wide-dhcp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=wide-dhcp portname: net-p2p/trackerbt broken because: does not compile with new Sockets build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=trackerbt portname: net/cap broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cap portname: net/linuxigd broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=linuxigd portname: net/pimdd broken because: does not compile: error: IGMP_HOST_MEMBERSHIP_REPORT undeclared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pimdd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: news/ija broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=ija portname: palm/uppc-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=uppc-kmod portname: print/py-reportlab broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=py-reportlab portname: security/fressh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fressh portname: security/lasso broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=lasso portname: security/newpki-lib broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-lib portname: security/newpki-server broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-server portname: security/nsm-console broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=nsm-console portname: security/prelude-lml broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=prelude-lml portname: security/vscan broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=vscan portname: security/xmlsec broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=xmlsec portname: sysutils/checkservice broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=checkservice portname: textproc/htmlize.el broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=htmlize.el portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/openvanilla-modules broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/openvanilla-modules-0.7.2.20070514_3.log.bz2 (_Oct__5_06:21:59_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=openvanilla-modules portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: www/bk_edit broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bk_edit portname: www/bricolage broken because: missing dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bricolage portname: x11-clocks/xtu broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=xtu portname: x11-toolkits/p5-Tcl-Tk broken because: something segfaults during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Tcl-Tk portname: x11-toolkits/xscoop broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xscoop From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 07:29:16 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39B8C106564A for ; Sun, 7 Nov 2010 07:29:16 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 3C4698FC27 for ; Sun, 7 Nov 2010 07:29:15 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 9703D1CC12 for ; Sun, 7 Nov 2010 08:29:14 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20101107072914.9703D1CC12@mail.droso.net> Date: Sun, 7 Nov 2010 08:29:14 +0100 (CET) Cc: Subject: FreeBSD ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 07:29:16 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/aureal-kmod broken because: doesn't build on RELENG_8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=aureal-kmod portname: audio/baudline broken because: no longer available (website now have 1.08) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=baudline portname: audio/ecawave broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ecawave portname: audio/emu10kx broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=emu10kx portname: audio/festvox-aec broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=festvox-aec portname: audio/gmpc-mserver broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gmpc-mserver portname: audio/gtkguitune broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gtkguitune portname: audio/gxmms2 broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gxmms2 portname: audio/rsynth broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=rsynth portname: benchmarks/polygraph broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=polygraph portname: benchmarks/polygraph31 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=polygraph31 portname: cad/tclspice broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=tclspice portname: chinese/chinput3 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput3 portname: comms/hcfmdm broken because: Does not compile at 7.x or higher build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hcfmdm portname: comms/hso-kmod broken because: does not build with USB2, please try comms/uhso-kmod instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hso-kmod portname: comms/ib-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=ib-kmod portname: comms/uticom broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=uticom portname: converters/mimelib broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=mimelib portname: databases/erserver broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=erserver portname: databases/gauche-gdbm broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gauche-gdbm portname: databases/mysql-gui-tools broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20100917074150/mysql-gui-tools-5.0r14_4.log.bz2 (_Oct__8_13:40:19_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql-gui-tools portname: databases/mysqlcc broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysqlcc portname: databases/p5-sqlrelay broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-sqlrelay portname: databases/pg_filedump broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20101103214430/pg_filedump-8.4.log (_Oct_15_20:44:11_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=pg_filedump portname: databases/postgresql-tcltk broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20101013073159/postgresql-tcltk-7.4.30_2.log.bz2 (_Oct_16_13:42:11_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql-tcltk portname: devel/ace+tao broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ace%2Btao portname: devel/avr-libc broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20101028153757/avr-libc-1.7.0,1.log (_Oct_28_17:29:18_UTC_2010) http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20100305224420/avr-libc-1.6.8,1.log.bz2 (_Mar_18_17:27:06_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=avr-libc portname: devel/bullet broken because: Does not work with autoconf>=2.64 - upstream 2.76 has switched to cmake. build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20100305224420/bullet-2.75.log.bz2 (_Mar_18_02:13:41_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=bullet portname: devel/cocktail broken because: Segfault during build on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=cocktail portname: devel/djgpp-gcc broken because: Does not work with autoconf>=2.64 - no upstream fix. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=djgpp-gcc portname: devel/fampp broken because: FAM system mismatch: gamin is installed, while desired FAM system is fam build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fampp portname: devel/gauche-sdl broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gauche-sdl portname: devel/gcvs broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gcvs portname: devel/gdb53-act broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gdb-act-5.3_2,1.log (_Aug_23_08:39:54_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gdb53-act portname: devel/jna broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101005143154/jna-3.2.7.log.bz2 (_Oct__6_17:53:37_UTC_2010) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20101028153757/jna-3.2.7_1.log (_Oct_25_16:03:20_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=jna portname: devel/lamson broken because: leaves behind files on deinstall build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lamson portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/msp430-gdb broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/msp430-gdb-5.1.1.20030909_1.log (_Aug_23_08:40:49_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=msp430-gdb portname: devel/ngpt broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ngpt portname: devel/php-dbg2 broken because: does not compile with PHP 5.3.x or recent versions of 5.2.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php-dbg2 portname: devel/root broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=root portname: devel/ruby-rjudy broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-rjudy portname: devel/rubygem-newgem broken because: Depends on broken devel/rubygem-rubigen build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-newgem portname: devel/rubygem-rubigen broken because: Depends on exact vesion of activesupport 2.3.5 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-rubigen portname: devel/xfc broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=xfc portname: dns/fourcdns broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=fourcdns portname: editors/zed broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=zed portname: emulators/cpmtools2 broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=cpmtools2 portname: emulators/fmsx broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=fmsx portname: emulators/linux_base-gentoo-stage3 broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-gentoo-stage3 portname: emulators/linux_dist-gentoo-stage3 broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_dist-gentoo-stage3 portname: emulators/mupen64plus-rice broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=mupen64plus-rice portname: emulators/pearpc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=pearpc portname: emulators/win4bsd broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=win4bsd portname: finance/gfp broken because: fails during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=gfp portname: ftp/ftpq broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpq portname: ftp/wxdfast broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=wxdfast portname: games/aqbubble broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=aqbubble portname: games/hlstats broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=hlstats portname: games/kanatest broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kanatest portname: games/kbilliards broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/whichwayisup broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=whichwayisup portname: graphics/crystalspace broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=crystalspace portname: graphics/exact-image broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/exact-image-0.8.1.log.bz2 (_Sep_19_14:26:01_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=exact-image portname: graphics/libv3d broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101029175938/libv3d-0.1.14_4.log (_Oct_31_13:34:41_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libv3d portname: graphics/libvisual-plugins broken because: Broken objformat handling build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=libvisual-plugins portname: graphics/lightspark-devel broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20101013073159/lightspark-devel-r20100625_1.log.bz2 (_Oct_16_13:54:13_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=lightspark-devel portname: graphics/linux-ac3d broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20101103100918/linux-ac3d-6.528.log (_Sep_23_19:03:57_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-ac3d portname: graphics/luxrender broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/luxrender-0.6.1_1.log.bz2 (_Sep_20_01:26:08_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=luxrender portname: graphics/mapnik broken because: Does not build with boost-1.41 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=mapnik portname: graphics/ophoto broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ophoto portname: graphics/paintlib broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/paintlib-2.6.2_5.log.bz2 (_Sep_20_05:12:48_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=paintlib portname: graphics/phpsview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=phpsview portname: graphics/plasma-kmod broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=plasma-kmod portname: graphics/qcamview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=qcamview portname: graphics/ray++ broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ray%2B%2B portname: graphics/seom broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=seom portname: graphics/snx101util broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=snx101util portname: graphics/spcaview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=spcaview portname: graphics/vertex broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.8.20101101181854/vertex-0.1.15_9.log (_Nov__5_22:07:19_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vertex portname: graphics/vid broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vid portname: graphics/white_dune broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=white_dune portname: graphics/wildmagic broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=wildmagic portname: graphics/xpx broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.20101105222158/xpx-1.41_2.log (_Nov__6_14:43:17_UTC_2010) http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101029175938/xpx-1.41_2.log (_Oct_31_15:03:16_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xpx portname: japanese/oleo broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=oleo portname: japanese/postgresql-tcltk broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.20101013073159/ja-postgresql-tcltk-7.4.30_2.log.bz2 (_Oct_16_13:51:27_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=postgresql-tcltk portname: japanese/roundcube broken because: bad distinfo build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=roundcube portname: japanese/tkstep80 broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tkstep80 portname: java/eclipse-cdt broken because: bad dependency object for java/eclipse build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=eclipse-cdt portname: java/jakarta-commons-dbcp broken because: does not build unless jakarta-commons-collections is compiled with jdk15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jakarta-commons-dbcp portname: java/jdk14 broken because: Does not compile with GCC 4.2 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/jdk-1.4.2p8_15.log (_Aug_23_08:38:49_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jdk14 portname: java/tya broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: korean/unzip broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=unzip portname: lang/bigloo broken because: is not compiled with Emacs 23 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=bigloo portname: lang/dylan broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=dylan portname: lang/etoile-languagekit broken because: needs llvm <= 2.6.r71086 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=etoile-languagekit portname: lang/gnat-gcc42 broken because: does not support FreeBSD 8.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gnat-gcc42 portname: lang/ldc-devel broken because: does not build with llvm-2.8 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ldc-devel portname: lang/mozart broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=mozart portname: lang/nqc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=nqc portname: lang/ocamlduce broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ocamlduce portname: lang/pugs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=pugs portname: lang/scriba broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: lang/u++ broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=u%2B%2B portname: mail/evolution-sharp broken because: Doesn't accept current evolution version build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=evolution-sharp portname: mail/kiltdown broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/kiltdown-0.8.045_14.log.bz2 (_Sep_21_18:49:36_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=kiltdown portname: math/R-cran-igraph broken because: Does not build with R-2.11.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=R-cran-igraph portname: math/asir2000 broken because: Only builds with now-nonexistant automake15 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/asir-20070806_4.log.bz2 (_Sep_22_07:31:06_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=asir2000 portname: math/dislin broken because: size mismatch build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20100305224420/dislin-10.0.log.bz2 (_Apr__5_09:13:46_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=dislin portname: math/kaskade broken because: Fails to compile with GCC 4.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=kaskade portname: math/linalg broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=linalg portname: math/rascal broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: misc/fep broken because: Does not compile without sgtty build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/ftree broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=ftree portname: misc/splitvt broken because: does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: misc/usbrh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=usbrh portname: multimedia/bangarang broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=bangarang portname: multimedia/banshee-mirage broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=banshee-mirage portname: multimedia/jahshaka broken because: does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=jahshaka portname: multimedia/katchtv broken because: does not work with new kaffeine build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=katchtv portname: multimedia/libomxil-bellagio broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=libomxil-bellagio portname: multimedia/netshow broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20101103214430/netshow-2.00.251_2.log (_May_12_05:28:15_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=netshow portname: net-im/trix broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=trix portname: net-mgmt/nipper broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nipper portname: net-mgmt/wide-dhcp broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=wide-dhcp portname: net-p2p/eiskaltdc broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20101103100918/eiskaltdcpp-2.0.3_1.log (_Nov__3_17:56:05_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=eiskaltdc portname: net-p2p/trackerbt broken because: does not compile with new Sockets build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=trackerbt portname: net/atmsupport broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=atmsupport portname: net/b2bua broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=b2bua portname: net/cap broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cap portname: net/ggsd broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ggsd portname: net/ipex broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ipex portname: net/linuxigd broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=linuxigd portname: net/penguintv broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=penguintv portname: net/pimdd broken because: does not compile: error: IGMP_HOST_MEMBERSHIP_REPORT undeclared build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pimdd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: net/samba35 broken because: bad plist build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.20101030221649/samba35-3.5.6.log (_Oct_31_00:18:33_UTC_2010) http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20101028153757/samba35-3.5.6.log (_Oct_28_17:50:45_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=samba35 portname: net/skype broken because: This is the last version of skype that works on FreeBSD, but the distfile is no longer available from the vendor, and won't be in the future. We are working on alternative solutions. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=skype portname: net/ushare broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101029175938/ushare-1.1a_2.log (_Nov__1_18:09:18_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ushare portname: net/xbone-gui broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=xbone-gui portname: net/ztelnet broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ztelnet portname: news/ija broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=ija portname: news/newsstar broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=newsstar portname: news/openftd broken because: does not configure build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.6.20090312033320/openftd-1.1.0_2.log (Wed Mar 18 11:52:03 UTC 2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=openftd portname: palm/barry broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=barry portname: palm/romeo broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=romeo portname: palm/uppc-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=uppc-kmod portname: print/kaspaliste broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kaspaliste portname: print/py-reportlab broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=py-reportlab portname: russian/p5-XML-Parser-encodings broken because: bad plist build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20101029221917/p5-XML-Parser-encodings-1.02.log (_Oct_15_20:45:14_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=p5-XML-Parser-encodings portname: science/elmer-fem broken because: fails to compile with gcc4.4 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=elmer-fem portname: science/pcp broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=pcp portname: security/dazuko broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=dazuko portname: security/f-protd broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=f-protd portname: security/fressh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fressh portname: security/lasso broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=lasso portname: security/newpki-lib broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-lib portname: security/newpki-server broken because: does not compile with OpenSSL 0.9.8b build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=newpki-server portname: security/nsm-console broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=nsm-console portname: security/pantera broken because: bad dependency line build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/pantera-0.1.1.log.bz2 (_Oct_27_00:44:08_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pantera portname: security/prelude-lml broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=prelude-lml portname: security/sfs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sfs portname: security/vscan broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=vscan portname: security/xmlsec broken because: Does not compile on FreeBSD >= 7.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=xmlsec portname: sysutils/busybox broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=busybox portname: sysutils/checkservice broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=checkservice portname: sysutils/djmount broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20101029221917/djmount-0.71_1.log (_Oct_30_02:02:57_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=djmount portname: sysutils/dtc broken because: bad dependency object build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20100917074150/dtc-0.32.0.1.log.bz2 (_Sep_28_16:54:04_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=dtc portname: sysutils/perf broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=perf portname: sysutils/rsyslog3 broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.6.20101105222158/rsyslog-3.22.2.log (_Oct_17_22:32:24_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog3 portname: sysutils/udesc_dump broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=udesc_dump portname: sysutils/xwlans broken because: Does not compile with GCC 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=xwlans portname: textproc/htmlize.el broken because: checksum mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=htmlize.el portname: textproc/opensched broken because: Does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=opensched portname: textproc/openvanilla-modules broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/openvanilla-modules-0.7.2.20070514_3.log.bz2 (_Oct__5_06:21:59_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=openvanilla-modules portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: vietnamese/vnelvis broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnelvis portname: vietnamese/vnterm broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnterm portname: www/bk_edit broken because: Broken with gcc 4.2 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bk_edit portname: www/bricolage broken because: missing dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=bricolage portname: www/cacheboy15-devel broken because: does not compile with Heimdal 1.1 in 8.0-CURRENT build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=cacheboy15-devel portname: www/mod_dtcl broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_dtcl portname: www/p5-Apache2-Scoreboard broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache2-Scoreboard portname: www/p5-RTx-Statistics broken because: bad plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-RTx-Statistics portname: www/session2 broken because: bad dependency line build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20101029221917/session2-0.6.1_2.log (_Oct_25_01:27:53_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=session2 portname: www/wyvern broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wyvern portname: x11-clocks/xtu broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=xtu portname: x11-drivers/xf86-input-citron broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-citron portname: x11-drivers/xf86-input-elographics broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-elographics portname: x11-drivers/xf86-input-fpit broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-input-fpit portname: x11-drivers/xf86-video-rdc broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-rdc portname: x11-toolkits/efltk broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=efltk portname: x11-toolkits/gambas2-gb-qt broken because: fails to build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.6.20090822221417/gambas2-gb-qt-2.15.2.log (_Aug_23_08:37:22_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gambas2-gb-qt portname: x11-toolkits/gauche-gtk broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gauche-gtk portname: x11-toolkits/p5-Tcl-Tk broken because: something segfaults during build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=p5-Tcl-Tk portname: x11-toolkits/php-gtk2 broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=php-gtk2 portname: x11-toolkits/xscoop broken because: does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=xscoop portname: x11/libcapplet broken because: does not build on 8.X build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.9.20101005143154/libcapplet-1.4.0.5_13.log.bz2 (_Oct__6_17:48:40_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=libcapplet portname: x11/metisse broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=metisse From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 07:29:34 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C25D1065693 for ; Sun, 7 Nov 2010 07:29:34 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 95C238FC17 for ; Sun, 7 Nov 2010 07:29:33 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id F3EB51CC93 for ; Sun, 7 Nov 2010 08:29:32 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20101107072932.F3EB51CC93@mail.droso.net> Date: Sun, 7 Nov 2010 08:29:32 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 07:29:34 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/bmp-musepack description: Musepack decoder for beep-media-player maintainer: ports@FreeBSD.org deprecated because: does not build with audio/musepack expiration date: 2010-11-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=bmp-musepack portname: audio/py-musepack description: Python module that provides the Musepack decoding interface maintainer: ports@FreeBSD.org deprecated because: does not build with audio/musepack expiration date: 2010-11-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=py-musepack portname: chinese/chinput3 description: Chinese GB2312,BIG5 code input server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Development has ceased. expiration date: 2010-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput3 portname: databases/p5-sqlrelay description: Perl5 modules to access to SQL Relay, including a DBD interface maintainer: ports@FreeBSD.org status: BROKEN deprecated because: broken and upstream disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-sqlrelay portname: dns/fourcdns description: A simple DNS server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: upstream has disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=fourcdns portname: emulators/win4bsd description: Win4BSD Virtual Machine for Windows under BSD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Development has ceased and distfile is no longer available expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=win4bsd portname: french/mozilla-flp description: seamonkey French Language Pack (FLP) maintainer: ports@FreeBSD.org deprecated because: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=mozilla-flp portname: french/xtel description: An emulator for the french Minitel maintainer: ports@FreeBSD.org deprecated because: Minitel services will be discontinued at the end of 2010. expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=xtel portname: ftp/ftpq description: Upload queue manager for non-permanent connections maintainer: ports@FreeBSD.org status: BROKEN deprecated because: upstream has disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpq portname: graphics/g3dviewer description: A 3D file viewer for GTK+ maintainer: ports@FreeBSD.org deprecated because: does not build with gcc 4.2, upstream disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=g3dviewer portname: graphics/paintlib description: C++ library for processing images maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not compile with new tiff and no more maintained upstream expiration date: 2010-12-30 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/paintlib-2.6.2_5.log.bz2 (_Sep_20_05:12:48_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=paintlib portname: java/tya description: A ``100% unofficial'' JIT-compiler for java maintainer: ports@FreeBSD.org status: BROKEN deprecated because: looks like abandonware and does not compile wth gcc4.2 expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: lang/scriba description: A scripting implementation of the BASIC language maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not compile with gcc 4.2+, looks like abandonware expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: math/rascal description: The Advanced Scientific CALculator maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken on every arch since 2008, looks like an abandonware expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: misc/compat3x description: A convenience package to install the compat3x libraries maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: Only FreeBSD 6.4+ are supported in ports expiration date: 2010-10-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: security/lxnb description: NetBus client maintainer: ports@FreeBSD.org deprecated because: Development has ceased, mastersite disappeared expiration date: 2011-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=lxnb portname: security/vscan description: Evaluation version of a DOS/Windows/Linux file virus scanner maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends of misc/compat3x, that is deprecated and set to be removed expiration date: 2010-11-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=vscan portname: shells/bash3 description: The GNU Project's Bourne Again SHell maintainer: ports@FreeBSD.org deprecated because: Use shells/bash or shells/bash-static instead expiration date: 2011-01-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bash3 portname: shells/bash3-static description: The GNU Project's Bourne Again SHell maintainer: ports@FreeBSD.org deprecated because: Use shells/bash or shells/bash-static instead expiration date: 2011-01-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bash3-static portname: www/flock description: Web browser based on the browser portion of Mozilla maintainer: ports@FreeBSD.org deprecated because: Flock 3 moves from Firefox to Chromium expiration date: 2010-12-31 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20100305224420/flock-2.5_2.log.bz2 (_Apr_11_20:29:16_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=flock portname: www/linux-flock description: The social web browser maintainer: ports@FreeBSD.org deprecated because: Flock 3 moves from Firefox to Chromium expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-flock portname: x11-clocks/xtu description: Transparent analog clock for X11 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Looks like abandonware expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=xtu portname: x11-wm/lxsession-lite description: LXDE Lite Session Manager maintainer: ports@FreeBSD.org deprecated because: Superseded by x11-wm/lxsession expiration date: 2011-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=lxsession-lite From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 07:29:43 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDBB110656A5 for ; Sun, 7 Nov 2010 07:29:43 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 11DB78FC23 for ; Sun, 7 Nov 2010 07:29:43 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id 6EEF81CC93 for ; Sun, 7 Nov 2010 08:29:42 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20101107072942.6EEF81CC93@mail.droso.net> Date: Sun, 7 Nov 2010 08:29:42 +0100 (CET) Cc: Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 07:29:43 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: archivers/linux-par2cmdline description: Linux version of par2cmdline maintainer: martymac@FreeBSD.org deprecated because: Native version available expiration date: 2010-11-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-par2cmdline portname: audio/bmp-musepack description: Musepack decoder for beep-media-player maintainer: ports@FreeBSD.org deprecated because: does not build with audio/musepack expiration date: 2010-11-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=bmp-musepack portname: audio/libmpcdec description: High quality audio compression format maintainer: multimedia@FreeBSD.org deprecated because: superseded by audio/musepack expiration date: 2010-11-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=libmpcdec portname: audio/py-musepack description: Python module that provides the Musepack decoding interface maintainer: ports@FreeBSD.org deprecated because: does not build with audio/musepack expiration date: 2010-11-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=py-musepack portname: chinese/chinput3 description: Chinese GB2312,BIG5 code input server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Development has ceased. expiration date: 2010-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=chinput3 portname: databases/p5-sqlrelay description: Perl5 modules to access to SQL Relay, including a DBD interface maintainer: ports@FreeBSD.org status: BROKEN deprecated because: broken and upstream disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-sqlrelay portname: devel/libisc description: ISC's utility library maintainer: simon@FreeBSD.org deprecated because: Unlikely to be used... expiration date: 2010-11-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libisc portname: devel/php-dbg2 description: Debugger for PHP maintainer: jpaetzel@FreeBSD.org status: BROKEN deprecated because: No upstream support expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php-dbg2 portname: devel/thistest description: A Java unit testing framework maintainer: alepulver@FreeBSD.org status: IGNORE deprecated because: development has ceased; website disappeared expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=thistest portname: dns/bind9 description: Completely new version of the BIND DNS suite with updated DNSSEC maintainer: DougB@FreeBSD.org deprecated because: Past EOL, will be removed when RELENG_6 goes EOL expiration date: 2010-11-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=bind9 portname: dns/fourcdns description: A simple DNS server maintainer: ports@FreeBSD.org status: BROKEN deprecated because: upstream has disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=fourcdns portname: emulators/dynagen-devel description: Text-based front end for Dynamips development version maintainer: pavelivolkov@googlemail.com deprecated because: Please install emulators/dynagen instead expiration date: 2010-12-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=dynagen-devel portname: emulators/vmware-guestd3 description: VMware time synchronization daemon for FreeBSD guest OS (for VMware 3.x) maintainer: matusita@FreeBSD.org deprecated because: Depends of misc/compat3x, that is deprecated and set to be removed expiration date: 2010-11-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmware-guestd3 portname: emulators/vmware-tools3 description: VMware tools for guest OS (for VMware 3.x, FreeBSD version) maintainer: matusita@FreeBSD.org deprecated because: Depends of misc/compat3x, that is deprecated and set to be removed expiration date: 2010-11-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmware-tools3 portname: emulators/win4bsd description: Win4BSD Virtual Machine for Windows under BSD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Development has ceased and distfile is no longer available expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=win4bsd portname: emulators/xmamegui description: SDLMAME frontend that has been written using Java maintainer: alepulver@FreeBSD.org deprecated because: development has ceased; try emulators/qmc2 instead expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xmamegui portname: french/mozilla-flp description: seamonkey French Language Pack (FLP) maintainer: ports@FreeBSD.org deprecated because: www/seamonkey port is deprecated. Consider using the www/firefox-i18n. expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=mozilla-flp portname: french/xtel description: An emulator for the french Minitel maintainer: ports@FreeBSD.org deprecated because: Minitel services will be discontinued at the end of 2010. expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=xtel portname: ftp/ftpq description: Upload queue manager for non-permanent connections maintainer: ports@FreeBSD.org status: BROKEN deprecated because: upstream has disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpq portname: games/airrox description: An 3D Air Hockey, which uses SDL & OpenGL maintainer: alepulver@FreeBSD.org deprecated because: development has ceased expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=airrox portname: games/bfm description: Battle for Mandicor is free RTS fantasy game using Stratagus maintainer: alepulver@FreeBSD.org deprecated because: development has ceased; website disappeared expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=bfm portname: games/xracer description: Awesome WipeOut clone for OpenGL and X11! maintainer: bsdkaffee@gmail.com deprecated because: has not been developed for 10 years expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=xracer portname: graphics/g3dviewer description: A 3D file viewer for GTK+ maintainer: ports@FreeBSD.org deprecated because: does not build with gcc 4.2, upstream disapeared expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=g3dviewer portname: graphics/paintlib description: C++ library for processing images maintainer: ports@FreeBSD.org status: BROKEN deprecated because: does not compile with new tiff and no more maintained upstream expiration date: 2010-12-30 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20100815051156/paintlib-2.6.2_5.log.bz2 (_Sep_20_05:12:48_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=paintlib portname: java/tya description: A ``100% unofficial'' JIT-compiler for java maintainer: ports@FreeBSD.org status: BROKEN deprecated because: looks like abandonware and does not compile wth gcc4.2 expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=tya portname: lang/gpc description: GNU Pascal compiler maintainer: alepulver@FreeBSD.org deprecated because: development has ceased; use lang/fpc instead expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gpc portname: lang/scriba description: A scripting implementation of the BASIC language maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Does not compile with gcc 4.2+, looks like abandonware expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=scriba portname: math/rascal description: The Advanced Scientific CALculator maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken on every arch since 2008, looks like an abandonware expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=rascal portname: misc/bidwatcher description: Bid monitor for eBay maintainer: obrien@FreeBSD.org deprecated because: Obsoleted by JBidwatcher and changes at http://ebay.com expiration date: 2010-11-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=bidwatcher portname: misc/compat3x description: A convenience package to install the compat3x libraries maintainer: ports@FreeBSD.org status: FORBIDDEN deprecated because: Only FreeBSD 6.4+ are supported in ports expiration date: 2010-10-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x portname: net-p2p/gift-ares description: giFT plugin for the Ares peer-to-peer filesharing network maintainer: alepulver@FreeBSD.org deprecated because: development has ceased; does not work expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gift-ares portname: net-p2p/gift-fasttrack description: A FastTrack plugin for giFT maintainer: shoesoft@gmx.net deprecated because: unmaintained upstream expiration date: 2010-11-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gift-fasttrack portname: net-p2p/gift-gnutella description: A gnutella plugin for giFT maintainer: shoesoft@gmx.net deprecated because: unmaintained upstream expiration date: 2010-11-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gift-gnutella portname: net-p2p/gift-openft description: An OpenFT plugin for giFT maintainer: shoesoft@gmx.net deprecated because: unmaintained upstream expiration date: 2010-11-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=gift-openft portname: net-p2p/pyslsk description: Client for SoulSeek filesharing system maintainer: shoesoft@gmx.net deprecated because: unmantaind upstream, use net-p2p/nicotine-plus expiration date: 2010-11-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=pyslsk portname: net-p2p/torrent_swapper description: Sociable P2P network client based on Bittorrent maintainer: alepulver@FreeBSD.org deprecated because: development has ceased (last release is of 2006) expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=torrent_swapper portname: net-p2p/torrentvolve description: Cross-platform PHP-driven web-based BitTorrent client maintainer: alepulver@FreeBSD.org deprecated because: development has ceased, and last release is beta expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=torrentvolve portname: security/lxnb description: NetBus client maintainer: ports@FreeBSD.org deprecated because: Development has ceased, mastersite disappeared expiration date: 2011-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=lxnb portname: security/mypasswordsafe description: Easy-to-use password manager compatible with Password Safe maintainer: alepulver@FreeBSD.org deprecated because: development has ceased; try security/gorilla instead expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=mypasswordsafe portname: security/pamsfs description: A PAM module to mount SFS home directories maintainer: lx@FreeBSD.org deprecated because: SFS is dead, this project is dead, and site is gone expiration date: 2010-11-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pamsfs portname: security/phpmyid description: A single user Identity Provider for the OpenID framework maintainer: dan@langille.org deprecated because: Development has ceased. expiration date: 2011-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=phpmyid portname: security/vscan description: Evaluation version of a DOS/Windows/Linux file virus scanner maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends of misc/compat3x, that is deprecated and set to be removed expiration date: 2010-11-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=vscan portname: shells/bash3 description: The GNU Project's Bourne Again SHell maintainer: ports@FreeBSD.org deprecated because: Use shells/bash or shells/bash-static instead expiration date: 2011-01-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bash3 portname: shells/bash3-static description: The GNU Project's Bourne Again SHell maintainer: ports@FreeBSD.org deprecated because: Use shells/bash or shells/bash-static instead expiration date: 2011-01-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=bash3-static portname: sysutils/gag description: Graphical Boot Manager maintainer: alepulver@FreeBSD.org deprecated because: no point in having it as a port, can be downloaded from the website and burned expiration date: 2011-04-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=gag portname: www/flock description: Web browser based on the browser portion of Mozilla maintainer: ports@FreeBSD.org deprecated because: Flock 3 moves from Firefox to Chromium expiration date: 2010-12-31 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20100305224420/flock-2.5_2.log.bz2 (_Apr_11_20:29:16_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=flock portname: www/linux-flock description: The social web browser maintainer: ports@FreeBSD.org deprecated because: Flock 3 moves from Firefox to Chromium expiration date: 2010-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-flock portname: www/mod_accesscookie description: Supply access control based cookies stored in a MySQL database maintainer: apache@FreeBSD.org status: IGNORE deprecated because: upstream is gone expiration date: 2011-01-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_accesscookie portname: www/mod_auth_any description: Apache module to use any command line program to authenticate a user maintainer: apache@FreeBSD.org deprecated because: upstream is gone expiration date: 2011-01-02 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_auth_any portname: www/mod_log_data description: Module for Apache 2.0 which logs incoming and outgoing data maintainer: apache@FreeBSD.org status: IGNORE deprecated because: upstream is gone expiration date: 2011-01-02 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20100917074150/ap20-mod_log_data-0.0.3_1.log.bz2 (_Sep_28_14:52:10_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_log_data portname: www/mod_vdbh description: Allows mass virtual hosting using a MySQL backend with Apache 2.0.x maintainer: apache@FreeBSD.org deprecated because: upstream is gone expiration date: 2011-01-02 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20100917074150/ap20-mod_vdbh-1.0.3.log.bz2 (_Sep_28_16:52:59_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_vdbh portname: www/p5-Catalyst-Plugin-CommandLine description: Catalyst plugin to make controllers or models available for scripts maintainer: alexey@renatasystems.org deprecated because: The module is not needed any more. With new Catalyst (at least 5.7014) it works out of the box. expiration date: 2010-11-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Catalyst-Plugin-CommandLine portname: www/ssserver description: Adds the search capability to a Web site maintainer: support@kryltech.com deprecated because: Depends of misc/compat3x, that is deprecated and set to be removed expiration date: 2010-11-08 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ssserver portname: x11-clocks/xtu description: Transparent analog clock for X11 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Looks like abandonware expiration date: 2010-12-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=xtu portname: x11-wm/lxsession-lite description: LXDE Lite Session Manager maintainer: ports@FreeBSD.org deprecated because: Superseded by x11-wm/lxsession expiration date: 2011-01-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=lxsession-lite From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 07:29:47 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 805F2106574C for ; Sun, 7 Nov 2010 07:29:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 4C1AE8FC26 for ; Sun, 7 Nov 2010 07:29:47 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id ACDF21CC9D for ; Sun, 7 Nov 2010 08:29:46 +0100 (CET) From: linimon@FreeBSD.org To: ports@freebsd.org Message-Id: <20101107072946.ACDF21CC9D@mail.droso.net> Date: Sun, 7 Nov 2010 08:29:46 +0100 (CET) Cc: Subject: FreeBSD unmaintained ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 07:29:47 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 07:29:47 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6DA4106576D for ; Sun, 7 Nov 2010 07:29:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 8256C8FC28 for ; Sun, 7 Nov 2010 07:29:47 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id E2AEC1CC9E for ; Sun, 7 Nov 2010 08:29:46 +0100 (CET) From: linimon@FreeBSD.org To: ports@FreeBSD.org Message-Id: <20101107072946.E2AEC1CC9E@mail.droso.net> Date: Sun, 7 Nov 2010 08:29:46 +0100 (CET) Cc: Subject: FreeBSD ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 07:29:47 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: databases/gnats forbidden because: Security issues build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gnats portname: misc/compat3x forbidden because: FreeBSD-SA-03:05.xdr, FreeBSD-SA-03:08.realpath - not fixed / no lib available build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=compat3x From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 12:21:01 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9E0E1065673 for ; Sun, 7 Nov 2010 12:21:01 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id A3A038FC14 for ; Sun, 7 Nov 2010 12:21:01 +0000 (UTC) Received: by qyk7 with SMTP id 7so3875352qyk.13 for ; Sun, 07 Nov 2010 04:21:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=aJTpKPzSlfkXRaJnYnvSW5UIeBy0sNWpJrSQEqEjlWw=; b=pgdK9pBby83vialVoJ/SvOqJfDuO1fnrVJ2Q+EYk1ehsI2aWgw5c1v7GcQh7uC7Ph2 UEXQj0/cQ7tKg3eMwdzAURlB1hHf0TdlOVcXYPpC8//rPkpUpeS7Tls77nkwqksySEG8 CyGiUX/SKJ0+o8q4+0L8KA5K+RV9fpfhIANf8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Yl7YrtDx6VaFqt4y3rFyUCwr5AhXaaoSS4rih1afCZBrS+wS7xv+hsm+bNIX4YaIN+ JRFGS/JIo8VQoPWpKsv/ArkvSf8lrpbMe5SaWB/9yD1b1iHGAaXi7m3r4qLf5NRfS3Tv aN8+VYXXgzFR/4csKZXA+97rMcp4TNNRb4CtU= MIME-Version: 1.0 Received: by 10.229.220.144 with SMTP id hy16mr3836962qcb.259.1289130648525; Sun, 07 Nov 2010 03:50:48 -0800 (PST) Received: by 10.229.249.135 with HTTP; Sun, 7 Nov 2010 03:50:48 -0800 (PST) Date: Sun, 7 Nov 2010 12:50:48 +0100 Message-ID: From: Thomas Zander To: FreeBSD - Ports Content-Type: text/plain; charset=ISO-8859-1 Subject: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 12:21:02 -0000 Hi, I have prepared a recent mplayer snapshot for a possible update for mplayer and mencoder ports. You can find the tarball here: http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 Since I had to tweak it on several occasions to get it to build and I have tested it only on amd64 so far, please test whether it builds and works as intended for you. Of course, I appreciate any form of constructive feedback. Thanks in advance, Riggs From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 13:18:14 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AAAB1065670 for ; Sun, 7 Nov 2010 13:18:14 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id B47C98FC08 for ; Sun, 7 Nov 2010 13:18:13 +0000 (UTC) Received: by yxl31 with SMTP id 31so3046744yxl.13 for ; Sun, 07 Nov 2010 05:18:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=lWcPrNgPawGwZjBWwtab14pc8bHARe4UWdhp2Mb67rE=; b=Jre8u9j0EukOLdOO9Flq1zpsWX9CVX8S2Be4Hv6yxFxOAFTOCJGCZhCMgDV+klBlny 3AwVUYKRDOZtwXvOnMH+3l16EIlFKKQwZC2FZcxWI0Z0eN3oEzDl29EWMIXRbaZrh+oR 2s+GJKpPwDYopCQoMWi59PB3ci1CoON/ALolw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=eb9xXRsuNMu7g3dq8uVR6IFjDm3J+7p9LtSNtejBOKhw6bAIHTaexmehSWThgdf3sL nqxOCOJ4CO8JHlBfW/cVQ81wqBM2JV6+hUAWEWHHuGqjC3FUudg6nGt8DdbQM5Zbm/nE 21FXGUBlmd6gRoNVeSFa4PiFGI2tXUdzcFtbI= Received: by 10.150.195.11 with SMTP id s11mr6749021ybf.22.1289135891417; Sun, 07 Nov 2010 05:18:11 -0800 (PST) Received: from localhost (tor-exit-proxy8-readme.formlessnetworking.net [208.53.142.44]) by mx.google.com with ESMTPS id k2sm1423832ybj.8.2010.11.07.05.18.08 (version=SSLv3 cipher=RC4-MD5); Sun, 07 Nov 2010 05:18:10 -0800 (PST) From: Anonymous To: Thomas Zander References: Date: Sun, 07 Nov 2010 16:17:57 +0300 In-Reply-To: (Thomas Zander's message of "Sun, 7 Nov 2010 12:50:48 +0100") Message-ID: <86aallnugq.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD - Ports Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 13:18:14 -0000 Thomas Zander writes: > Hi, > > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > Since I had to tweak it on several occasions to get it to build and I > have tested it only on amd64 so far, please test whether it builds and > works as intended for you. Of course, I appreciate any form of > constructive feedback. Can you include ariff's patch for VPC (Volume Per Channel)? http://people.freebsd.org/~ariff/ports/multimedia_mplayer/patch-xzz http://forums.freebsd.org/showpost.php?p=29564&postcount=31 I've been using it for about a year and it *works* unlike the one in uoti's repo. http://repo.or.cz/w/mplayer.git/commitdiff/91d0d3a Also, did you miss -ac mpg123 with previous update intentionally? It decodes faster than -ac mp3lib on my 2yo amd64 box. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 13:30:56 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41DA01065673 for ; Sun, 7 Nov 2010 13:30:56 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (ns2.bafirst.com [97.67.198.91]) by mx1.freebsd.org (Postfix) with ESMTP id B956A8FC17 for ; Sun, 7 Nov 2010 13:30:55 +0000 (UTC) Received: from unixmania.com ([187.153.245.195]) by ns2.bafirst.com with esmtp; Sun, 07 Nov 2010 07:30:44 -0600 id 000D511A.4CD6AA04.0001236B Received: from localhost (localhost [127.0.0.1]) (uid 80) by unixmania.com with local; Sun, 07 Nov 2010 07:30:52 -0600 id 000CF4E8.4CD6AA0C.00005436 Received: from dsl-187-153-253-166-dyn.prod-infinitum.com.mx (dsl-187-153-253-166-dyn.prod-infinitum.com.mx [187.153.253.166]) by econet.encontacto.net (Horde Framework) with HTTP; Sun, 07 Nov 2010 07:30:52 -0600 Message-ID: <20101107073052.198841dajm28x2ec@econet.encontacto.net> Date: Sun, 07 Nov 2010 07:30:52 -0600 From: eculp To: Christer Solskogen References: <20101106214432.69343xgq4i78aiyo@econet.encontacto.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/533.4 X-IMP-Server: 187.153.245.195 X-Originating-IP: 187.153.253.166 X-Originating-User: eculp@encontacto.net Cc: freebsd-ports Subject: Re: Can't update apr1 on 7.3 stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 13:30:56 -0000 Quoting Christer Solskogen : > On Sun, Nov 7, 2010 at 3:44 AM, eculp wrote: >> Trying to update all my ports on 7.3-STABLE FreeBSD 7.3-STABLE #1135: Fri >> Oct 29 07:32:29 CDT 2010. >> >> I can't get apr1 to build.  It breaks with the following messages: >> > > Try uninstallling automake, autoconf and libtool first. > > -- > chs, > Thanks so much, Chris. Hopefully someone can see the errors in my =20 ways while doing this. I have done that many times already but I =20 think that maybe I may be leaving something undone or in the wrong =20 order, etc. So, I just did the following: First check the existing packages # ls -d /var/db/pkg/automake* /var/db/pkg/autoconf* /var/db/pkg/libtool* /var/db/pkg/autoconf-2.68 /var/db/pkg/automake-1.11.1 =20 /var/db/pkg/automake-wrapper-20071109 /var/db/pkg/autoconf-wrapper-20071109 /var/db/pkg/automake-1.4.6_6 =20 /var/db/pkg/libtool-2.2.10 Deinstall them /# pkg_deinstall /var/db/pkg/automake* /var/db/pkg/autoconf* =20 /var/db/pkg/libtool* ---> Deinstalling 'automake-1.11.1' ---> Deinstalling 'automake-1.4.6_6' [Updating the pkgdb in /var/db/pkg ... - 1153 =20 packages found (-1 +0) (...) done] ---> Deinstalling 'autoconf-2.68' [Updating the pkgdb in /var/db/pkg ... - 1152 =20 packages found (-1 +0) (...) done] ---> Deinstalling 'automake-wrapper-20071109' [Updating the pkgdb in /var/db/pkg ... - 1151 =20 packages found (-1 +0) (...) done] ---> Deinstalling 'libtool-2.2.10' [Updating the pkgdb in /var/db/pkg ... - 1150 =20 packages found (-1 +0) (...) done] ---> Deinstalling 'autoconf-wrapper-20071109' [Updating the pkgdb in /var/db/pkg ... - 1149 =20 packages found (-1 +0) (...) done] [Updating the pkgdb in /var/db/pkg ... - 1148 =20 packages found (-1 +0) (...) done] Verify that they have actually been deinstalled # ls -d /var/db/pkg/automake* /var/db/pkg/autoconf* /var/db/pkg/libtool* ls: /var/db/pkg/autoconf*: No such file or directory ls: /var/db/pkg/automake*: No such file or directory ls: /var/db/pkg/libtool*: No such file or directory I did not delete the original apr1 - first in the list ls -d /var/db/pkg/*apr* /var/db/pkg/apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 =20 /var/db/pkg/xf86dgaproto-2.1 =20 /var/db/pkg/xineramaproto-1.2 I then ran # portmaster apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 The end is again repeated =3D=3D=3D> Building for apr-ipv6-devrandom-gdbm-db46-ldap24-1.4.2.1.3.10 cd /new/usr/local/ports/devel/apr1/work/apr-1.4.2; /usr/bin/env =20 TMPDIR=3D"/tmp" TMPDIR=3D"/tmp" SHELL=3D/bin/sh NO_LINT=3DYES =20 ACLOCAL=3D/usr/local/bin/aclocal-1.11 =20 AUTOMAKE=3D/usr/local/bin/automake-1.11 AUTOMAKE_VERSION=3D111 =20 AUTOCONF=3D/usr/local/bin/autoconf-2.68 =20 AUTOHEADER=3D/usr/local/bin/autoheader-2.68 =20 AUTOIFNAMES=3D/usr/local/bin/ifnames-2.68 =20 AUTOM4TE=3D/usr/local/bin/autom4te-2.68 =20 AUTORECONF=3D/usr/local/bin/autoreconf-2.68 =20 AUTOSCAN=3D/usr/local/bin/autoscan-2.68 =20 AUTOUPDATE=3D/usr/local/bin/autoupdate-2.68 AUTOCONF_VERSION=3D268 =20 LIBTOOL=3D/usr/local/bin/libtool LIBTOOLIZE=3D/usr/local/bin/libtoolize =20 LIBTOOL_M4=3D/usr/local/share/aclocal/libtool.m4 PREFIX=3D/usr/local =20 LOCALBASE=3D/usr/local X11BASE=3D/usr/local MOTIFLIB=3D"-L/usr/local/lib = =20 -lXm -lXp" LIBDIR=3D"/usr/lib" CC=3D"cc" CPP=3D"cpp" CXX=3D"c++" CFLAGS=3D= "-O2 =20 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED" CXXFLAGS=3D"-O2 =20 -fno-strict-aliasing -pipe -DLDAP_DEPRECATED" MANPREFIX=3D"/usr/local" =20 BSD_INSTALL_PROGRAM=3D"install -s -o root -g wheel -m 555" =20 BSD_INSTALL_LIB=3D"install -s -o root -g wheel -m 444" =20 BSD_INSTALL_SCRIPT=3D"install -o root -g wheel -m 555" =20 BSD_INSTALL_DATA=3D"install -o root -g wheel -m 444" =20 BSD_INSTALL_MAN=3D"install -o root -g wheel -m 444" /usr/bin/make /bin/sh /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool =20 --silent --mode=3Dcompile cc -g -O2 -DHAVE_CONFIG_H -I./include =20 -I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix =20 -I./include/arch/unix =20 -I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix =20 -I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include -o =20 passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch =20 passwd/apr_getpass.lo X--mode=3Dcompile: not found *** Warning: inferring the mode of operation is deprecated.: not found *** Future versions of Libtool will require --mode=3DMODE be specified.: =20 not found Xcc: not found X-g: not found X-O2: not found X-DHAVE_CONFIG_H: not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: X-I./include: =20 not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix: =20 not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I./include/arch/unix: not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include/arch/unix: =20 not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 X-I/new/usr/local/ports/devel/apr1/work/apr-1.4.2/include: not found X-c: not found /new/usr/local/ports/devel/apr1/work/apr-1.4.2/libtool: =20 Xpasswd/apr_getpass.lo: not found libtool: compile: cannot determine name of library object from `': not found *** Error code 1 Stop in /new/usr/local/ports/devel/apr1/work/apr-1.4.2. *** Error code 1 Stop in /new/usr/local/ports/devel/apr1/work/apr-1.4.2. *** Error code 1 Stop in /new/usr/local/ports/devel/apr1. *** Error code 1 Stop in /new/usr/local/ports/devel/apr1. =3D=3D=3D>>> make failed for devel/apr1 =3D=3D=3D>>> Aborting update =3D=3D=3D>>> The following actions were performed: Installation of devel/autoconf-wrapper (autoconf-wrapper-20071109) Installation of devel/autoconf268 (autoconf-2.68) Installation of devel/automake-wrapper (automake-wrapper-20071109) Installation of devel/automake111 (automake-1.11.1) Installation of devel/libtool22 (libtool-2.2.10) =3D=3D=3D>>> You can restart from the point of failure with this command lin= e: portmaster devel/apr1 Thanks for any corrections to the procedure or anything else that I =20 could be doing wrong. Thanks again, ed From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 16:48:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 404A810656C4 for ; Sun, 7 Nov 2010 16:48:33 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id E6B298FC14 for ; Sun, 7 Nov 2010 16:48:32 +0000 (UTC) Received: by qyk4 with SMTP id 4so500639qyk.13 for ; Sun, 07 Nov 2010 08:48:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=KRgWLKKv0KjeS1mfyYRH/rKsynAvZP4pzXUh8t+r7jI=; b=eDScshhuGFj1LDO1IA7kTQH26R234QvEcwebIgxbeZ9UvBVX/xlycu71GWflsiLnTi QzOJTgDKx9aTZUlAWQZLuHdj73qPE6bgG5zZK4JOi7p56dF4miFSKwKLGGQWyIJcJlqY Q4Oco5R4e4Kaj2OFBptlwxQSH+M3MqpdgXGNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fDOAYgtgA9egEukkXqlL0YsEBpz0JtA+HJ7pVin2djcrhJWFm/uNL2H8il4CAK3Dvq p8FbhFQuPYDNdbC5Q9vwcX3av1YkqBaizCUvsAudl73Lyi3kTpn/xOAmtlKEK/onwMu+ oUTxru/fQlpr7NhJoLgu34EKD7w8NiVeQnTTU= MIME-Version: 1.0 Received: by 10.229.95.11 with SMTP id b11mr4161781qcn.174.1289148511941; Sun, 07 Nov 2010 08:48:31 -0800 (PST) Received: by 10.229.246.148 with HTTP; Sun, 7 Nov 2010 08:48:31 -0800 (PST) In-Reply-To: <20101107073052.198841dajm28x2ec@econet.encontacto.net> References: <20101106214432.69343xgq4i78aiyo@econet.encontacto.net> <20101107073052.198841dajm28x2ec@econet.encontacto.net> Date: Sun, 7 Nov 2010 17:48:31 +0100 Message-ID: From: Christer Solskogen To: eculp Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports Subject: Re: Can't update apr1 on 7.3 stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 16:48:33 -0000 On Sun, Nov 7, 2010 at 2:30 PM, eculp wrote: > Thanks for any corrections to the procedure or anything else that I could be > doing wrong. > I don't think you have done something wrong ;-) But take a look at this: Maybe you have the same issue? http://lists.freebsd.org/pipermail/freebsd-apache/2010-June/001798.html -- chs, From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 17:16:28 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DADD106566B for ; Sun, 7 Nov 2010 17:16:28 +0000 (UTC) (envelope-from freebsd-ports.user@seibercom.net) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 21AF38FC17 for ; Sun, 7 Nov 2010 17:16:27 +0000 (UTC) Received: by yxl31 with SMTP id 31so3101467yxl.13 for ; Sun, 07 Nov 2010 09:16:27 -0800 (PST) Received: by 10.150.137.7 with SMTP id k7mr7039511ybd.266.1289150187282; Sun, 07 Nov 2010 09:16:27 -0800 (PST) Received: from scorpio.seibercom.net (cpe-071-077-039-064.nc.res.rr.com [71.77.39.64]) by mx.google.com with ESMTPS id k2sm1573105ybj.8.2010.11.07.09.16.25 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Nov 2010 09:16:26 -0800 (PST) Received: from seibercom.net (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freebsd-ports.user@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 06D5AE54856 for ; Sun, 7 Nov 2010 12:16:25 -0500 (EST) Date: Sun, 7 Nov 2010 12:16:24 -0500 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20101107121624.4407c6f3@seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEUeH4oAAI3//v8LDHmw s8gyNZ/b3ej7+vn+/v////+PjIc8Plaj/TnQAAACNElEQVQ4jaXUvW/aQBQAcFtKGZLFT+YY 3D1SR9SKoRMncE3IggU4kicGi1JYOgQwyYrgnLlSzhsoNkTuVJEp+ef6ztiAoV3aJ+QPfufn s987S/5fQvoXYPjztmfc514Ks+5JfGUCfrzt4+VabF+jwEV4DGEXN8N4p16sPLxHX07/V3qX yfF5D2H6K4V8j9NkyAphvkjBembD5PDFk3zeTzP1jcksyaV9w+d4ELmUoOp8N2p8uQVyhTAT uawnKNH2mie5lJp48mscUcbJUvg0mR6APwAoye9AMyWozY4gAh0vcxa5FJ4TKCuODESWtfkB 8AEQSupUXNIYH8FSC2w8X3eMBNbbVJpJ7MgECO5yJ9DUEWCYkzNAlsRsgwLQ1GkWqELbkDOh 1bUzoHagYkNh9MXlK/MQoA42gTxz2bhPM2DJedm8MZx6cNfJgEZJ5cmwPp5FZ/Ye8O2qTrFV dgOrHkZRBoheJiGrRquwAhnQ6GeTePPerWVmQelAQ5lwNqtvQd2lcooAV74/zR1BIRS19fy5 ru+B/8ReW9pYKMPjt609zDaitHHTGOO+Zu7gHvsKE7XbeE1QVuJXomIFuZgUJdXQdhpqEELc /e8RLjfi+cQ01yMdWot8UcCVxEWHEkcUrsDGuhaIEoM9kfgAR6jxHcmEV7tNURAl8KTHN9iF McKGFHGO62O62UMpbmlVuogQ7ndL8zXCiLeBy3xpfrqaXS/+AHDG4o8AvhuPeezD/3xL/hy/ Adjlg2odglF2AAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Status of: PR ports/151133 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 17:16:28 -0000 Has there been any work done on "PR 151183" ? I attempted to build it again and it still fails. Apparently, there are at least three users affected by this problem. It appears to affect both i386 and amd64 bit systems. Has anyone else experienced this phenomena? -- Jerry ✌ FreeBSD-Ports.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Experience is what you get when you didn't get what you wanted. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 17:27:36 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0F6D1065670 for ; Sun, 7 Nov 2010 17:27:36 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9445A8FC08 for ; Sun, 7 Nov 2010 17:27:36 +0000 (UTC) Received: by qwg8 with SMTP id 8so4021031qwg.13 for ; Sun, 07 Nov 2010 09:27:36 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.176.67 with SMTP id bd3mr3220667qab.110.1289150855919; Sun, 07 Nov 2010 09:27:35 -0800 (PST) Received: by 10.220.189.137 with HTTP; Sun, 7 Nov 2010 09:27:35 -0800 (PST) X-Originating-IP: [128.95.133.122] In-Reply-To: <20101107121624.4407c6f3@seibercom.net> References: <20101107121624.4407c6f3@seibercom.net> Date: Sun, 7 Nov 2010 09:27:35 -0800 Message-ID: From: Rob Farmer To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Status of: PR ports/151133 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 17:27:36 -0000 On Sun, Nov 7, 2010 at 09:16, Jerry wrote: > Has there been any work done on "PR 151183" > ? > > I attempted to build it again and it still fails. Apparently, there are > at least three users affected by this problem. It appears to affect > both i386 and amd64 bit systems. > > Has anyone else experienced this phenomena? Isn't mysql 5.5 (which seems to be what everyone in the PR is running) an unsupported development version? The php extension builds and works fine with 5.1 so the burden is probably more on the reporters to submit a fix - maybe upstream php has one? -- Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 18:29:58 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A062106564A for ; Sun, 7 Nov 2010 18:29:58 +0000 (UTC) (envelope-from meta@club.kyutech.ac.jp) Received: from sapphire.club.kyutech.ac.jp (sapphire.club.kyutech.ac.jp [131.206.108.7]) by mx1.freebsd.org (Postfix) with ESMTP id 3457A8FC12 for ; Sun, 7 Nov 2010 18:29:57 +0000 (UTC) Received: from sapphire.club.kyutech.ac.jp (localhost [127.0.0.1]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTP id 2A9AD11472 for ; Mon, 8 Nov 2010 03:29:56 +0900 (JST) X-Virus-Scanned: amavisd-new at club.kyutech.ac.jp Received: from club.kyutech.ac.jp (rose.club.kyutech.ac.jp [131.206.108.6]) by sapphire.club.kyutech.ac.jp (Postfix) with ESMTPS id A407011470 for ; Mon, 8 Nov 2010 03:29:54 +0900 (JST) Date: Mon, 8 Nov 2010 03:29:53 +0900 From: Koichiro Iwao To: ports@freebsd.org Message-ID: <20101107182952.GA32051@club.kyutech.ac.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: problem on building perl5.12 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 18:29:58 -0000 I've post the same to freebsd-questions but no replies, let me repost. Does anyone know how to make perl? I tried to upgrade perl 5.10 to 5.12 according to UPDATING but building perl 5.12 fails. I believe the failure is caused by needless "-lnsl" option. How to build it fine? # portmaster -o lang/perl5.12 lang/perl5.10 ---(snip)--- and I got the following output: /usr/bin/ld: cannot find -lnsl I can't compile the test program. You have a BIG problem. Shall I abort Configure [y] Ok. Stopping Configure. ===> Script "Configure" failed unexpectedly. Please report the problem to skv@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/perl5.12/work/perl-5.12.2/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 See also; whole portmaster outputs: http://www.club.kyutech.ac.jp/~meta/temp/perlerror.txt -- kiwao From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 18:48:38 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A886A106566C for ; Sun, 7 Nov 2010 18:48:38 +0000 (UTC) (envelope-from freebsd-ports.user@seibercom.net) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 55D4E8FC16 for ; Sun, 7 Nov 2010 18:48:38 +0000 (UTC) Received: by gxk9 with SMTP id 9so3118979gxk.13 for ; Sun, 07 Nov 2010 10:48:37 -0800 (PST) Received: by 10.100.134.8 with SMTP id h8mr1807163and.63.1289155717505; Sun, 07 Nov 2010 10:48:37 -0800 (PST) Received: from scorpio.seibercom.net (cpe-071-077-039-064.nc.res.rr.com [71.77.39.64]) by mx.google.com with ESMTPS id c1sm4677354and.39.2010.11.07.10.48.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Nov 2010 10:48:36 -0800 (PST) Received: from seibercom.net (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freebsd-ports.user@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id F28BBE54856 for ; Sun, 7 Nov 2010 13:48:34 -0500 (EST) Date: Sun, 7 Nov 2010 13:48:25 -0500 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20101107134825.4cfad71e@seibercom.net> In-Reply-To: References: <20101107121624.4407c6f3@seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEUeH4oAAI3//v8LDHmw s8gyNZ/b3ej7+vn+/v////+PjIc8Plaj/TnQAAACNElEQVQ4jaXUvW/aQBQAcFtKGZLFT+YY 3D1SR9SKoRMncE3IggU4kicGi1JYOgQwyYrgnLlSzhsoNkTuVJEp+ef6ztiAoV3aJ+QPfufn s987S/5fQvoXYPjztmfc514Ks+5JfGUCfrzt4+VabF+jwEV4DGEXN8N4p16sPLxHX07/V3qX yfF5D2H6K4V8j9NkyAphvkjBembD5PDFk3zeTzP1jcksyaV9w+d4ELmUoOp8N2p8uQVyhTAT uawnKNH2mie5lJp48mscUcbJUvg0mR6APwAoye9AMyWozY4gAh0vcxa5FJ4TKCuODESWtfkB 8AEQSupUXNIYH8FSC2w8X3eMBNbbVJpJ7MgECO5yJ9DUEWCYkzNAlsRsgwLQ1GkWqELbkDOh 1bUzoHagYkNh9MXlK/MQoA42gTxz2bhPM2DJedm8MZx6cNfJgEZJ5cmwPp5FZ/Ye8O2qTrFV dgOrHkZRBoheJiGrRquwAhnQ6GeTePPerWVmQelAQ5lwNqtvQd2lcooAV74/zR1BIRS19fy5 ru+B/8ReW9pYKMPjt609zDaitHHTGOO+Zu7gHvsKE7XbeE1QVuJXomIFuZgUJdXQdhpqEELc /e8RLjfi+cQ01yMdWot8UcCVxEWHEkcUrsDGuhaIEoM9kfgAR6jxHcmEV7tNURAl8KTHN9iF McKGFHGO62O62UMpbmlVuogQ7ndL8zXCiLeBy3xpfrqaXS/+AHDG4o8AvhuPeezD/3xL/hy/ Adjlg2odglF2AAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/_qLt==rfE+8XWhiRwAU+.0b"; protocol="application/pgp-signature" Subject: Re: Status of: PR ports/151133 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 18:48:38 -0000 --Sig_/_qLt==rfE+8XWhiRwAU+.0b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Sun, 7 Nov 2010 09:27:35 -0800 Rob Farmer articulated: > On Sun, Nov 7, 2010 at 09:16, Jerry > wrote: > > Has there been any work done on "PR 151183" > > ? > > > > I attempted to build it again and it still fails. Apparently, there > > are at least three users affected by this problem. It appears to > > affect both i386 and amd64 bit systems. > > > > Has anyone else experienced this phenomena? >=20 > Isn't mysql 5.5 (which seems to be what everyone in the PR is running) > an unsupported development version? The php extension builds and works > fine with 5.1 so the burden is probably more on the reporters to > submit a fix - maybe upstream php has one? I question whether or not it is "unsupported"; however, that doesn't change the fact that the PR is factually correct. If the PHP extension will not build with that version of MySQL, then the port should so indicate it. Perhaps using a "CONFLICTS" statement or something similar in the ports Makefile would be appropriate. I do find it rather interesting that while I employ quite a few PHP modules, this is the only one that fails. Perhaps there is an inherent problem with the port that up until now had not be discovered. In any event, I thought that Ale would have responded with some feedback by now. --=20 Jerry =E2=9C=8C FreeBSD-Ports.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Why are a wise man and a wise guy opposites? --Sig_/_qLt==rfE+8XWhiRwAU+.0b Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQEcBAEBAgAGBQJM1vSCAAoJEN3ZzwiLXOelf0wH/0dK0SjMsRC5vSyihi/iGK4D 6tRD67+A+HleR8jGQgFNPbn/MI4cYUcRYc6TV4U+YZAQ0nlcGrfkn3Y//+gx4UNz 8sv9HaCI60c3fbdqrND2+tPMLu0Dhr7KUZv9BU2nz91XyyW0FyfK+zsOmRl0g6BT SyFdVXNelt0Rc9Sh8z/bRLRzvCs0wjq+phfiKe0mgsSC/WeVujrrrjkrrXPsR2Te LbNaazcG6NmDbUJ1oLY8Ufza/By9XHQUjwSUqv+ouXghru92+cQMmICNQT9s7+OV FNvnytEDE5IRMrCsgBJHV5SVMRYQvmCgmQX29BvzM++8x22mvQi7x73/PDjhccM= =lZaq -----END PGP SIGNATURE----- --Sig_/_qLt==rfE+8XWhiRwAU+.0b-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 18:53:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A328F106564A for ; Sun, 7 Nov 2010 18:53:54 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id EB5DC8FC0C for ; Sun, 7 Nov 2010 18:53:53 +0000 (UTC) Received: (qmail invoked by alias); 07 Nov 2010 18:27:12 -0000 Received: from 85-127-91-199.dynamic.xdsl-line.inode.at (EHLO walrus.pepperland) [85.127.91.199] by mail.gmx.net (mp049) with SMTP; 07 Nov 2010 19:27:12 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX19dXNwXX31dxMDbd4LGhOGsVKRFpjBdZWjlBlM0d5 rv2lalhwjJNfBS From: Stefan Ehmann To: freebsd-ports@freebsd.org Date: Sun, 7 Nov 2010 19:27:10 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.5.3; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011071927.10189.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: Thomas Zander Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 18:53:54 -0000 On Sunday 07 November 2010 12:50:48 Thomas Zander wrote: > Hi, > > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > Since I had to tweak it on several occasions to get it to build and I > have tested it only on amd64 so far, please test whether it builds and > works as intended for you. Of course, I appreciate any form of > constructive feedback. Built fine here. Unfortunately, x264 support in mencoder is broken. Apparently, mencoder wants X264_BUILD >= 99, but multimedia/x264 is at build 98. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 20:18:57 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22F8B1065674 for ; Sun, 7 Nov 2010 20:18:57 +0000 (UTC) (envelope-from edwinlculp@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id A494A8FC0A for ; Sun, 7 Nov 2010 20:18:56 +0000 (UTC) Received: by mail-ey0-f182.google.com with SMTP id 7so2505814eyb.13 for ; Sun, 07 Nov 2010 12:18:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=3IFDiXhNOGMEnvJm9ul2BXbLROx6StFuH3cdOpkNXRc=; b=oPUr4A50w7fD7rqDQWVzRwxtpmSHFLy3JRE5jh9r7jiudEqq64WFQKlEc1XAo7yFan s3chDUcK7h/BDPDxBbLUUXgPb/CGlazu8XcuuI5zrv66cD/zuEHvZxv8PGGTSYF31Zdp dvaPhGaVEV83ezwqXBuUuLLNaXZi2phKicEvw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=MBarY4/iMcLyeCPOKHjmPVaCItNkFoxxTlRiPLiBZS1KQNwqZk0rh/EijMQfX2+6vS e2+qkACrnTA+qnOzNEBtzAPRLZxAdAhKG0KlBlFZH94z1Izk8095Fzq2oh6vsJCNIowU niLNKng01xk8erk4YnY6fvd7CD7/eJ1P1hufc= MIME-Version: 1.0 Received: by 10.213.17.13 with SMTP id q13mr1326132eba.65.1289159758029; Sun, 07 Nov 2010 11:55:58 -0800 (PST) Received: by 10.213.27.144 with HTTP; Sun, 7 Nov 2010 11:55:57 -0800 (PST) In-Reply-To: References: <20101106214432.69343xgq4i78aiyo@econet.encontacto.net> <20101107073052.198841dajm28x2ec@econet.encontacto.net> Date: Sun, 7 Nov 2010 13:55:57 -0600 Message-ID: From: "Edwin L. Culp W." To: Christer Solskogen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports , eculp Subject: Re: Can't update apr1 on 7.3 stable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 20:18:57 -0000 On Sun, Nov 7, 2010 at 10:48 AM, Christer Solskogen wrote: > On Sun, Nov 7, 2010 at 2:30 PM, eculp wrote: > >> Thanks for any corrections to the procedure or anything else that I could be >> doing wrong. >> > > I don't think you have done something wrong ;-) But take a look at > this: Maybe you have the same issue? > http://lists.freebsd.org/pipermail/freebsd-apache/2010-June/001798.html > > > > -- > chs, > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > No doubt. If that is going to be necessary, I think it would make sense to upgrade to 8 stable or 9 current. And then reinstall my ports. I should have done this some time ago but . . . . . lazy. Thanks, ed From owner-freebsd-ports@FreeBSD.ORG Sun Nov 7 20:47:34 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06CCA10656C5 for ; Sun, 7 Nov 2010 20:47:34 +0000 (UTC) (envelope-from jason@naughton.ca) Received: from trooper.naughton.ca (naughton.ca [206.248.137.184]) by mx1.freebsd.org (Postfix) with ESMTP id 9B2978FC25 for ; Sun, 7 Nov 2010 20:47:33 +0000 (UTC) Received: from webmail.jnaughton.com (localhost [127.0.0.1]) by trooper.naughton.ca (8.14.4/8.14.4) with ESMTP id oA7Kle41042979; Sun, 7 Nov 2010 15:47:40 -0500 (EST) (envelope-from jason@naughton.ca) Received: from 192.168.1.2 (SquirrelMail authenticated user jnaughto) by webmail.jnaughton.com with HTTP; Sun, 7 Nov 2010 15:47:41 -0500 Message-ID: <9b2674dec7bc07ff484a306046fe3a77.squirrel@webmail.jnaughton.com> In-Reply-To: References: Date: Sun, 7 Nov 2010 15:47:41 -0500 From: "Jason Naughton" To: "Warren Block" User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org Subject: Re: sane-backend 1.0.21 broke on 8.0? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 20:47:34 -0000 Hi Warren, > One last thing, then I'm out of tricks. After the change to FreeBSD 8, > did you rebuild all, yes all, of your ports? I did a complete re-install. I didn't upgrade. So when I installed Freebsd 8 the ports were built with that version of the OS. > Also (two! two last tricks!) you should not have the libusb port > installed, since libusb is now part of the OS. # pkg_info |grep libusb # Not installed. I've managed to solve the problem but at the same time definitely find a bug with the sane-backend 1.0.21. I wanted to isolate where the seg fault was occurring as it was not occurring when I moved everything out of /usr/local/etc/sane.d and just left epson.conf which was indicated from the sane support page that my scanner was to be apart of. With only epson.conf inside of the /usr/local/etc/sane.d folder I had the following results: # sane-find-scanner -q found USB scanner (vendor=0x04b8 [EPSON], product=0x011e [EPSON Scanner]) at libusb:/dev/usb:/dev/ugen3.2 # scanimage -L No scanners were identified. If you were expecting something different, check that the scanner is plugged in, turned on and detected by the sane-find-scanner tool (if appropriate). Please read the documentation which came with this software (README, FAQ, manpages). I could do this as root or as user. Now if I put everything back into /usr/local/etc/sane.d I would get a seg fault. So I did the following: # cd /usr/local/etc/sane.d # mkdir ../orig # mv * ../orig # mv ../orig/epson.conf . # mv ../orig/epson2.conf . # mv ../orig/dll* . So now: # ls /usr/local/etc/sane.d dll.conf dll.d epson.conf epson2.conf # scanimage -L device `epson2:libusb:/dev/usb:/dev/ugen3.2' is a Epson GT-8300 flatbed scanner Now both xsane and scanimage work fine without a seg fault. Odd that the same scanner that was under epson is now seen as an epson2. So using trial a process of elimination I moved one file at a time back into the sane.d folder. What I found was when the microtek2.conf file was added to the sane.d folder the following would occur: # scanimage -L zsh: segmentation fault scanimage -L My quick and simple solution would be to simply delete the microteck2.conf file and I can now use my scanner. Yet what is in this file that would make scanimage seg fault: # grep -v "#" microtek2.conf option dump 1 option no-backtrack-option on option lightlid-35 on option toggle-lamp on option lineart-autoadjust on option backend-calibration on scsi * * Scanner One of the above lines is causing scanimage to segfault. As I move this file outside of the sane.d folder I can now: # scanimage -L device `epson2:libusb:/dev/usb:/dev/ugen3.2' is a Epson GT-8300 flatbed scanner and everything works again... Just to recap my scanner is an EPSON Perfection 1660 Photo usb scanner which is supposedly completely compatible with sane-backends. Cheers Jason Naughton, P.Eng, M.E.Sc, Professional Contractor, JMN Planning, Pickering, Ontario, Office: (416)-509-4886 Fax: (905)-831-3810 From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 01:50:48 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 463D4106566B; Mon, 8 Nov 2010 01:50:48 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF7468FC0A; Mon, 8 Nov 2010 01:50:47 +0000 (UTC) Received: by iwn39 with SMTP id 39so5483211iwn.13 for ; Sun, 07 Nov 2010 17:50:47 -0800 (PST) Received: by 10.42.76.8 with SMTP id c8mr3068016ick.29.1289181046773; Sun, 07 Nov 2010 17:50:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Sun, 7 Nov 2010 17:50:26 -0800 (PST) From: Eitan Adler Date: Sun, 7 Nov 2010 20:50:26 -0500 Message-ID: To: freebsd ports , portmgr@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: RFC/CFT dialog(1) replacement for ports infrastructure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 01:50:48 -0000 I've been working on a replacement for dialog(1) as used in ports for make config. It provides a number of benefits over the existing infrastructure 1) It supports always-on "long descriptions" 2) Supports mutually exclusive options. 3) Support's user-input freeform options 4) Supports the license infrastructure - the configuration screen provided the ability to view and accept/reject the port's license 5) It is released under the MIT license (thus avoiding the GPLed dialog) 6) Since it doesn't rely on dialog we have a lot more control over it. If we needed to do something it would be easier Please note that this is currently a backend feature only. There are NO port facing or user facing configuration changes at this time. bsd.options.mk would have to be changed to have this implemented. The source code is available at https://isis.poly.edu/~eitan/files/d4p-version8.2/ Makefile - a makefile to build the standalone binary. It would obviously be included in the build system with significant changes. dialog4ports.c - the main source file dialog4ports.h - the main header file nolicence.sh - runs the program without a license to accept withlicence.sh - runs the program with a license to accept info.txt - random junk used for testing lic.txt - random junk used for testing n.txt - random junk used for testing I've been discussing this program on EFnet's #bsdports with largely positive feedback. I'm now looking for more eyes to review the program and more people to test it. Are there any situations on which this program would fail? What would it take for this tool to become the new config screen for ports? Are there any non-bikeshead objections? If yes what can I do to resolve them? If no what is the next step for me to take? If you have a specific feature request for the tool and it it is something integrable I might do it, but I want to avoid the "I want every feature so lets put it in" problem. A few people have asked me to turn this into a generic dialog(1) replacement. This is not the goal of this program, but I would not against making such a library in the future. Making such a library requires a very different program than I had in mind - so please don't bring this up for now. I'll consider doing it as a GSOC project. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 02:01:23 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B095D106566B for ; Mon, 8 Nov 2010 02:01:23 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 85F568FC13 for ; Mon, 8 Nov 2010 02:01:23 +0000 (UTC) Received: by iwn39 with SMTP id 39so5493212iwn.13 for ; Sun, 07 Nov 2010 18:01:23 -0800 (PST) Received: by 10.42.211.71 with SMTP id gn7mr3190383icb.230.1289181682855; Sun, 07 Nov 2010 18:01:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Sun, 7 Nov 2010 18:01:02 -0800 (PST) From: Eitan Adler Date: Sun, 7 Nov 2010 21:01:02 -0500 Message-ID: To: freebsd ports Content-Type: text/plain; charset=UTF-8 Subject: [patch] Port lint shouldn't report that 'work' isn't in cvs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 02:01:23 -0000 portlint currently reports two conflicting messages when it finds a "work" directory in a port a) Make sure it isn't committed b) It was not found in CVS This patch silences the second one --- portlint.old 2010-11-05 14:02:28.000000000 -0400 +++ portlint 2010-11-07 20:58:57.000000000 -0500 @@ -464,7 +464,7 @@ if /^(?:\.\.?|CVS)$/; my $filename = $dir eq '.' ? $_ : "$dir/$_"; if (-d $filename) { - if (!$entries{$_} || $entries{$_} ne 'D') { + if ((!$entries{$_} || $entries{$_} ne 'D') && $filename ne 'work') { &perror("FATAL", "", -1, "directory $filename not in CVS."); } else { -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 08:09:55 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2CA0A1065672 for ; Mon, 8 Nov 2010 08:09:55 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id E8CE98FC14 for ; Mon, 8 Nov 2010 08:09:54 +0000 (UTC) Received: by qyk4 with SMTP id 4so1007699qyk.13 for ; Mon, 08 Nov 2010 00:09:54 -0800 (PST) Received: by 10.229.211.6 with SMTP id gm6mr4848665qcb.93.1289203794246; Mon, 08 Nov 2010 00:09:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.186.65 with HTTP; Mon, 8 Nov 2010 00:09:33 -0800 (PST) In-Reply-To: References: From: Sunpoet Hsieh Date: Mon, 8 Nov 2010 16:09:33 +0800 Message-ID: To: Eitan Adler Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: base64 Cc: freebsd ports Subject: Re: [patch] Port lint shouldn't report that 'work' isn't in cvs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 08:09:55 -0000 T24gTW9uLCBOb3YgOCwgMjAxMCBhdCAxMDowMSBBTSwgRWl0YW4gQWRsZXIgPGxpc3RzQGVpdGFu YWRsZXIuY29tPiB3cm90ZToKPiBwb3J0bGludCBjdXJyZW50bHkgcmVwb3J0cyB0d28gY29uZmxp Y3RpbmcgbWVzc2FnZXMgd2hlbiBpdCBmaW5kcyBhCj4gIndvcmsiIGRpcmVjdG9yeSBpbiBhIHBv cnQKPiBhKSBNYWtlIHN1cmUgaXQgaXNuJ3QgY29tbWl0dGVkCj4gYikgSXQgd2FzIG5vdCBmb3Vu ZCBpbiBDVlMKPgo+IFRoaXMgcGF0Y2ggc2lsZW5jZXMgdGhlIHNlY29uZCBvbmUKPgo+IC0tLSBw b3J0bGludC5vbGQgwqAgwqAgwqAgwqAyMDEwLTExLTA1IDE0OjAyOjI4LjAwMDAwMDAwMCAtMDQw MAo+ICsrKyBwb3J0bGludCDCoCDCoDIwMTAtMTEtMDcgMjA6NTg6NTcuMDAwMDAwMDAwIC0wNTAw Cj4gQEAgLTQ2NCw3ICs0NjQsNyBAQAo+IMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKg IMKgIMKgIMKgIMKgIMKgaWYgL14oPzpcLlwuP3xDVlMpJC87Cj4gwqAgwqAgwqAgwqAgwqAgwqAg wqAgwqAgwqAgwqAgwqAgwqBteSAkZmlsZW5hbWUgPSAkZGlyIGVxICcuJyA/ICRfIDogIiRkaXIv JF8iOwo+IMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgaWYgKC1kICRmaWxlbmFt ZSkgewo+IC0gwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgaWYg KCEkZW50cmllc3skX30gfHwgJGVudHJpZXN7JF99IG5lICdEJykgewo+ICsgwqAgwqAgwqAgwqAg wqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgwqAgaWYgKCghJGVudHJpZXN7JF99IHx8ICRl bnRyaWVzeyRffSBuZSAnRCcpICYmICRmaWxlbmFtZSBuZSAnd29yaycpIHsKPiDCoCDCoCDCoCDC oCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCDCoCZwZXJyb3Io IkZBVEFMIiwgIiIsIC0xLCAiZGlyZWN0b3J5ICRmaWxlbmFtZSBub3QgaW4gQ1ZTLiIpOwo+IMKg IMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgfQo+IMKgIMKgIMKg IMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgIMKgZWxzZSB7Cj4KPgo+IC0tCj4g RWl0YW4gQWRsZXIKCkhpLAoKV291bGQgeW91IHBsZWFzZSBmaWxlIGEgUFIgYW5kIHRoZW4gbWFy Y3VzQCB3aWxsIHRha2UgY2FyZSBvZiBpdC4gOikKVGhhbmtzLgoKUmVnYXJkcywKLS0gCsKgIFN1 bnBvZXQgUG8tQ2h1YW4gSHNpZWggPHN1bnBvZXQgYXQgc3VucG9ldC5uZXQ+IDxzdW5wb2V0IGF0 IEZyZWVCU0Qub3JnPgrCoCDCoCDCoCDCoCDCoCA0MDk2Ui9DQzU3RTM2QiA4QUQ4IDY4RjIgN0Qy QiAwQTEwIDdFOUIgOENDMCBEQzQ0IDI0N0UgQ0M1NyBFMzZCCsKgIMKgIMKgIMKgIMKgIMKgIMKg IMKgIMKgIMKgIMKgIMKgIMKgIMKgIGh0dHA6Ly9wZW9wbGUuRnJlZUJTRC5vcmcvfnN1bnBvZXQv cGdwa2V5cy50eHQK From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 09:35:12 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9126F106566B for ; Mon, 8 Nov 2010 09:35:12 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C2BCC8FC1F for ; Mon, 8 Nov 2010 09:35:11 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA25726 for ; Mon, 08 Nov 2010 11:20:31 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PFNtu-0003ic-Vb for freebsd-ports@FreeBSD.org; Mon, 08 Nov 2010 11:20:31 +0200 Message-ID: <4CD7C0DE.6080702@icyb.net.ua> Date: Mon, 08 Nov 2010 11:20:30 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: boost 1.44.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 09:35:12 -0000 Just curious if anybody is working on updating boost in ports to 1.44.0. Couldn't find a PR about that. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 09:35:14 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 299D31065673 for ; Mon, 8 Nov 2010 09:35:14 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE6E8FC0A for ; Mon, 8 Nov 2010 09:35:13 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA25745; Mon, 08 Nov 2010 11:22:37 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PFNvx-0003im-9v; Mon, 08 Nov 2010 11:22:37 +0200 Message-ID: <4CD7C15D.2010203@icyb.net.ua> Date: Mon, 08 Nov 2010 11:22:37 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org, freebsd-x11@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 09:35:14 -0000 Can we update xorg-server to 1.7.7, the latest version on 1.7 branch? It looks like that would require only changing the version and regenerating the checksums. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 10:05:06 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3D38106566B for ; Mon, 8 Nov 2010 10:05:05 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3938FC13 for ; Mon, 8 Nov 2010 10:05:04 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id MAA27046; Mon, 08 Nov 2010 12:05:02 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PFOb0-0003mD-Ik; Mon, 08 Nov 2010 12:05:02 +0200 Message-ID: <4CD7CB4E.9070301@icyb.net.ua> Date: Mon, 08 Nov 2010 12:05:02 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Alexander Churanov References: <4CD7C0DE.6080702@icyb.net.ua> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: boost 1.44.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 10:05:06 -0000 on 08/11/2010 12:03 Alexander Churanov said the following: > 2010/11/8 Andriy Gapon : >> >> Just curious if anybody is working on updating boost in ports to 1.44.0. >> Couldn't find a PR about that. > > Andriy, > > Boost ports will not be updated to 1.44. > I am working on updating right to 1.45; release candidates are already > available. > > Alexander Churanov, > maintainer of devel/boost-* Alexander, thanks a lot for the information and your work! -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 10:29:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C9691065673 for ; Mon, 8 Nov 2010 10:29:52 +0000 (UTC) (envelope-from alexanderchuranov@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B2868FC1C for ; Mon, 8 Nov 2010 10:29:51 +0000 (UTC) Received: by bwz3 with SMTP id 3so4727999bwz.13 for ; Mon, 08 Nov 2010 02:29:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=P7MW51qPSjcr9e7mUPcRZYQQqYQYsf0930PHA7kyq1M=; b=fJGhaFl7dI9TAWwCZfwVF3x/Ftj3VFie+BhyVn3f10A01w1Q8R8w0OiSf/oJMt0vLu TSN7xUhyf9J1c9GBTAUN11eTsmlGZn+V+bGmgKQbzHxedyrl6jhFCfCbXeUIZtv8hlFE GKnSIBk/UXsWAyUJVAcwzlWITgXOyywXr706c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tZ4t69uOVsoDbwaIR4CTAkDVXyc+vkec5TpNJbc3AEOiKrGvI53JumX7/dMoNji7Zn UT6AJvQegkF+zbCun4LDEqiLLhZb3hkjnAxlhVM2uvjQAl3xoEfbyU1YKxpglY9Nuj+M 7b+oMNMwH5x5IXRqxmjH6Zqsumw769sxwv+oQ= MIME-Version: 1.0 Received: by 10.204.46.33 with SMTP id h33mr4751375bkf.95.1289210592111; Mon, 08 Nov 2010 02:03:12 -0800 (PST) Received: by 10.204.142.133 with HTTP; Mon, 8 Nov 2010 02:03:12 -0800 (PST) In-Reply-To: <4CD7C0DE.6080702@icyb.net.ua> References: <4CD7C0DE.6080702@icyb.net.ua> Date: Mon, 8 Nov 2010 13:03:12 +0300 Message-ID: From: Alexander Churanov To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: boost 1.44.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 10:29:52 -0000 2010/11/8 Andriy Gapon : > > Just curious if anybody is working on updating boost in ports to 1.44.0. > Couldn't find a PR about that. Andriy, Boost ports will not be updated to 1.44. I am working on updating right to 1.45; release candidates are already available. Alexander Churanov, maintainer of devel/boost-* From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 11:06:06 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 124661065670 for ; Mon, 8 Nov 2010 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F28D68FC0C for ; Mon, 8 Nov 2010 11:06:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA8B65VK087331 for ; Mon, 8 Nov 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA8B65r5087329 for freebsd-ports@FreeBSD.org; Mon, 8 Nov 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Nov 2010 11:06:05 GMT Message-Id: <201011081106.oA8B65r5087329@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: FreeBSD ports list Cc: Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 11:06:06 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/152045 New port: www/links-hacked browser with tricks for tab o ports/152043 WITH_DEBUG doesn't work when compiling Firefox o ports/152038 security/saint fails to compile from ports o ports/152030 [maintainer] security/heimdal: add gss_pname_to_uid fu o ports/152029 [patch] fix dependencies after security/heimdal shlib f ports/152028 sysutils/xfburn & SCSI o ports/152013 [patch] lang/sdcc: update to 3.0.0 o ports/152011 [PATCH] x11-toolkits/xscoop: fix fetch error; add comp o ports/152006 New Port: archivers/unzip: Slave port of unzip with WI o ports/151997 [patch] sysutils/fusefs-ntfs no build o ports/151995 net-mgmt/nagios-plugins: new plugin to check CPU usage o ports/151993 [NEW PORT] devel/py-mercurialserver o ports/151988 New port: databases/dalmp DALMP - Database Abstraction f ports/151983 multimedia/avidemux2 crash f ports/151982 Can't build sysutils/fusefs-kmod ; problem with ruby o ports/151973 New port: security/arpCounterattack -- Detects and rem o ports/151956 [NEW PORT] www/codeigniter2 o ports/151955 Patch for security/py-sslstrip from 0.2 to 0.7 o ports/151947 misc/freeswitch-scripts port update f ports/151946 port update freeswitch-pizzademo o ports/151945 net/freeswitch-core update f ports/151930 [PATCH] net-mgmt/netams links to libmysqlclient/libpq o ports/151907 [NEW PORT] security/sophie: A daemon which uses 'libsa o ports/151904 update x11-wm/icewm to 1.3.7 o ports/151901 [MAINTAINER] devel/monotone: update to 0.99.1 o ports/151888 [MAINTAINER] science/gromacs: update to 4.5.2 o ports/151877 [maintainer update] Update databases/tora to 2.1.3 o ports/151876 www/squid: Squid rc script doesn't restart the daemon o ports/151870 games/vavoom: update to 1.32 o ports/151852 New port devel/violet - Simple UML editor o ports/151837 [patch] sysutils/bsdstats : does honor BATCH when inst f ports/151819 [patch] net-p2p/uhub port improvements o ports/151803 New Port: mail/davmail - POP/IMAP/SMTP/Caldav/Carddav/ o ports/151785 net/unison-devel not suitable for parallel build o ports/151784 NEW PORT: (Replacing bug 151363) www/sit - Incident tr f ports/151783 mail/fetchmail: rc.d script broken in case of MDA use f ports/151777 deskutils/xfce4-volstatus-icon Segmentation fault and o ports/151774 [new port] sysutils/pprotectd o ports/151759 New port: desktutils/x-tile A tiling application for X o ports/151747 request to enable emulators/wine on amd64 o ports/151744 New port net/appkonference, a high-performance Asteris o ports/151724 [patch] update www/red5 up to 0.9.1 o ports/151718 [NEW PORT] www/dwoo: Dwoo is a PHP5 template engine f ports/151706 [PATCH] games/endgame-singularity: update to 0.30b o ports/151705 [patch] update ports net/activemq up to 5.4.1 f ports/151704 port update: devel/boost-libs to 1.44.0 o ports/151703 Upgrade database/pgtcl (patch included) o ports/151700 [PATCH] science/gramps: update to 3.2.4 o ports/151699 [PATCH] security/hydra: update to 5.8 o ports/151694 Kernel module kqemu fails to load (kernel and kqemu ar f ports/151689 dns/rbldnsd does not use preassigned UID/GIDs f ports/151658 [PATCH] x11-themes/gtk-murrine-engine update to 0.98.1 o ports/151643 www/rt38: RT38 upgrade directory location o ports/151637 Update port: security/maia Much needed updates for Per f ports/151628 [NEW PORTS] www/py-flask-uploads, Flask-Uploads provid o ports/151627 [NEW PORTS] devel/py-flask-babel, Add i18n/l10n suppor o ports/151626 [NEW PORT] databases/py-flask-sqlalchemy, add SQLAlche o ports/151625 [NEW PORT] www/py-flask, a micro webdevelopment framew o ports/151624 [NEW PORT] devel/py-speaklater, Python module for tran o ports/151603 Self-built virtualbox-ose-kmod vboxnetflt.ko kernel mo o ports/151583 [PATCH] games/xpilot-ng-[client,server] update to 4.7. o ports/151578 Update port: www/red5 from 0.7 to 0.9.1 o ports/151572 The first start of net/tucan failed because it can't w f ports/151565 [UPDATE] sysutils/memtest: update to 4.2.1 o ports/151510 ports-mgmt/portupgrade: circular dependencies breaks p f ports/151509 [PATCH] x11-themes/gtk-murrine-engine: update to 0.98. o ports/151482 [PATCH] lxsession doesn't build if NLS unselected o ports/151467 New port: sysutils/autojump acts as a complement to cd o ports/151466 New port: www/trac-TracGoogleAnalytics Trac plugin to f ports/151454 devel/boost-libs doesnt build correctly on RELENG_7 o ports/151453 [NEW PORT] sysutils/froxlor: PHP-based ISP Server Mana o ports/151431 Update to include ZFS module in grub2-1.98 f ports/151402 [maintainer-update] sysutils/automounter - 1.4.4 relea o ports/151399 Updated port: comms/esmska -- Program for sending SMS f ports/151398 RC Script for net-mgmt/softflowd o ports/151371 New Port: audio/pithos GNOME Pandora player f ports/151347 port net-mgmt/rancid doesn't work corretly with SVN o ports/151323 Update port: net/xrdp (current cvs version) f ports/151307 [PATCH] graphics/apvlv: update to 0.0.9.8 o ports/151300 Add LaTeX Project Public Licenses to Mk/bsd.licenses.d f ports/151299 audio/mt-daapd: portlint(1) fixes and more f ports/151298 audio/firefly: portlint(1) fixes and more f ports/151296 [patch] ports/sysutils/fusefs-kmod build fails: MNT_NF f ports/151261 add option to net/nss_ldapd o ports/151237 [NEW PORT] x11-toolkits/gob2: GOB (GOB2 anyway) is a p f ports/151207 emulators/vice: vice-gnome-2.2_3 coredumps during star o ports/151190 prelink is desired (for emulators/wine among others) o ports/151156 Update port: databases/ocaml-pgocaml f ports/151154 audio/amarok-kde4 crashes on network activity if ports f ports/151153 Update of cad/linux-eagle5 to the most recent version f ports/151118 net-mgmt/pnp: bump version to 0.6.7 o ports/151077 NEW port devel/gdb72 o ports/151062 New port: www/trac-OhlohWidgetsMacro Trac macro to emb o ports/151005 New port: www/peraperaprv, a pure java twitter client o ports/150974 www/cybercalendar : port fix / deprecate o ports/150896 [PATCH] Unbreak, restore editors/xml2rfc-xxe4.6.1 and f ports/150883 Ports games/openastromenace won't compile on 64 bit o ports/150879 [NEW PORT] sysutils/downtimed: System downtime monitor o ports/150863 Update port: www/piwigo (former phpwebgallery) update f ports/150783 mail/qpopper: fails to configure ocasionally o ports/150765 [Maintainer Update] Give sysutils/radmind its own UID/ o ports/150605 [PATCH] audio/liblastfm: Fix build with alternate LOCA o ports/150574 [PATCH] mail/dkimproxy: Simplify the rc scripts o ports/150563 bugfix for /usr/ports/lang/p5-JavaScript-SpiderMonkey o ports/150542 [new port]: sysutils/createrepo o ports/150541 [new port] sysutils/yum - Installer/updater for rpm o ports/150508 multimedia/avidemux2 does not find existing x264 o ports/150493 Update for: security/openssh-portable port from 5.2p1 o ports/150489 [NEW PORT] devel/d-feet: D-Feet is a D-Bus debugger wr o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o ports/150423 [PATCH] Upgrade www/p5-Mojo to devel/p5-Mojolicious (v f ports/150376 port net-mgmt/zabbix-server 1.8.3 fails to build on 8. o ports/150361 [patch] provide script to bind with nautilus for multi o ports/150333 x11/lxpanel: forced dependency with WITH_ALSA o ports/150316 new port: net/neatx f ports/150294 news/hellanzb fails to run due to string compare bug f ports/150283 security/l5 produces wrong output on amd64 o ports/150266 New port: x11/tabbed Simple generic tabbed fronted to f ports/150235 sysutils/smartmontools build system bug f ports/150194 There is no startup script for databases/cassandra f ports/150169 www/havp: Assertion failed: file llvm/lib/System/Mutex o ports/150145 [patch] ftp/smbftpd port rewrite configuration files o o ports/150086 [NEW PORT] net-im/tkabber-plugins-devel: External Plug f ports/150047 net/ipv6socket_scrub: Makefile contains incorrect URL f ports/149963 chinese/ibus-chewing: Refine FETCH_ARGS o ports/149947 [NEW PORT] devel/smartCVS, a powerful graphical CVS cl o ports/149928 New port: textproc/iText iText, a JAVA-PDF library by o ports/149892 [NEW PORT] textproc/weka-devel: Data Mining Software i o ports/149817 ports-mgmt/portupgrade: portinstall -p option doesn't o ports/149725 [patch] devel/cdk: Errors in examples of cdk_display(3 o ports/149601 New port: games/gargoyle - a multiplatform interacti o ports/149565 Update port: converters/igbinary o ports/149564 patch for various games/ adding appropriate LICENSEs t o ports/149538 sysutils/fusefs-ntfs panic on writte on 8.1 f ports/149507 security/libprelude missing configure option o ports/149348 New port: net/wowzamediaserver o ports/149196 [PATCH] chinese/zh-ibus-chewing: update to 1.3.6.20100 f ports/149127 [PATCH] net/beacon: allow compilation on non-i386 arch f ports/149020 sysutils/dvdisaster Inappropriate ioctl for device wit f ports/148919 graphics/mapnik not longer broken o ports/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/148777 [New Port] sysutils/qjail: Utility to deploy large num o ports/148605 security/ipsec-tools rc.d/racoon startup script fails f ports/148519 New port: devel/pear-PHP_Debug Port for the PEAR PHP_D f ports/148462 [New port] www/wordpress-themes: wordpress featured th f ports/148454 games/freebsd-carddeck-kde4: freebsd's kde card deck d o ports/148415 new port: devel/libsysinfo, GNU libc's sysinfo port fo o ports/148411 New port: audio/madfufw M-Audio DFU Firmware for USB s o ports/148398 [NEW PORT] net/omcmd: CLI utility for performing OMAPI o alpha/148392 ports Users of Alpha platform should stay with Dovecot 1.1.1 f ports/148316 net/quagga 0.99.16 - OSPF broken o ports/148234 pkg_install fails for some math/octave-forge ports o ports/147943 New port: net/radsecproxy Radsecproxy is a generic RAD o ports/147847 audio/zynaddsubfx mxml error when opening instruments s ports/147829 Improved net/ucarp startup script: multiple VHID and F f ports/147669 science/gramps fails to start o ports/147660 new port: net-im/pidgin-mra, Mail.ru Agent protocol pl s ports/147457 Update port: devel/ptlib26 o ports/147242 ports-mgmt/portupgrade incorrectly remove old port whe o ports/146913 ports/databases/skytools failed to make package if Pos o ports/146895 [NEW PORT] emulators/linux-libusb -- linux(4)-friendly o ports/146880 [MAINTAINER] korean/ko.TeX : update to 0.2.0.20100511 o ports/146879 [MAINTAINER] korean/ko.TeX-fonts-extra : update to 0.2 o ports/146858 [patch] ports-mgmt/portupgrade-devel: respect LOCALBAS o ports/146830 multimedia/pvr_xxx does not compile on FreeBSD 8.* and o ports/146818 [update] games/openarena latest release f ports/146801 can't build graphics/py-opengl because math/py-numpy f o ports/146713 [patch] net-mgmt/argus-monitor update o ports/146641 [MAINTAINER] sysutils/gosa: update to 2.6.10 o ports/146434 sysutils/fusefs-ntfs fails to build if devel/bonobo in o ports/145989 audio/qjackctl - jackd does not start from not root us f ports/145966 port devel/pwlib fails to build: cast error: patch att o ports/145704 [patch] Update-request: audio/xmms2-scrobbler o ports/145076 I could not build devel/pwlib o ports/144993 databases/postgresql-odbc: contents of numeric fields o ports/144857 [patch] audio/abraca: update to 0.4.3 o ports/144852 [patch] sysutils/ntfsprogs - improvements to mkntfs o ports/144821 [patch] audio/xmms2 : update to version 0.7 DrNo. o ports/144769 [PATCH] ports-mgmt/portupgrade should have a configura o ports/144605 [PATCH] Get ports-mgmt/portupgrade to build under Ruby o ports/144597 security/openssh-portable fails to compile with KERBER o ports/144555 graphics/mesagl: glutMainLoop() crashes when using VBO o ports/144412 Update port: mail/tkrat2 (Use latest tcl/tk versions) o ports/144248 net/asterisk16 conflicts with linuxthreads o ports/143938 [NEW PORTS] textproc/linux-f10-ibus-qt et al.: Linux v o ports/143566 sysutils/diskcheckd runs constantly when using gmirror o ports/143501 devel/libcoyotl: install fails because GNU cp is assum o ports/142824 [patch] security/openssh-portable: add VersionAddendum f ports/141103 net/stone strange behavior on 8.0-RELEASE o ports/141001 net/ssltunnel-server/ depends on /sbin/pppd o ports/140880 ports-mgmt/portupgrade: portversion confused with ezm3 f ports/140867 net-mgmt/nagios-plugins: check_icmp default packets si o ports/140364 ports-mgmt/portupgrade-devel: #! line substitution is s ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140273 ports-mgmt/portupgrade-devel chokes on bsdpan pkgs o ports/140008 ports-mgmt/portupgrade: many papercut omissions on por o ports/139867 mail/isoqlog catch segmentation fault under AMD64 o ports/139440 [panic] 8.0 RC1 panics on writing large files to sysut f ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/138929 [PATCH] security/heimdal update to 1.2.1 o ports/138602 audio/sphinxbase port update o ports/137958 ports-mgmt/portupgrade fails with recursive dependency o ports/137708 ports-mgmt/portupgrade: portupgrade -cRn is broken o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD o ports/135691 ports-mgmt/portupgrade Wrong example in man page of pk o ports/134714 ports-mgmt/portupgrade deletes user data without quest o ports/134182 ports-mgmt/portupgrade incorrectly handles manual reje a ports/133773 net/keepalived port update request o ports/133723 net/asterisk16: asterisk-1.6.0.9 crash when load chan_ o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/131111 ports-mgmt/portupgrade-devel: completely removes packa o ports/129930 ports-mgmt/portupgrade - portinstall tries to install o ports/129891 ports-mgmt/portupgrade fails to recognize variations o o ports/129198 databases/p5-DBD-SQLite fails when SQLite is compil o ports/128952 [NEW PORT] java/javadb: Sun's supported distribution o o ports/128881 ports-mgmt/portupgrade backtrace o ports/127889 ports-mgmt/portupgrade detects spurious failures and s o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs s ports/127087 mail/bincimap port does not include an rc.d file o ports/127019 ports-mgmt/portupgrade does not recognize fail conditi o ports/126140 ports-mgmt/portupgrade runtime error o ports/125936 ports-mgmt/portupgrade -R fails if BUILD_DEP's are not s ports/125324 editors/the (3.2) looses cursor when compiled with PDC o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/118716 security/heimhal - shared library conflict with heimda o ports/114611 [NEW PORT] net-p2p/freenet05: An anonymous censorship- o ports/112818 ports-mgmt/portupgrade -a fails with database error o ports/107816 [patch] The IPv6 patch breaks the location feature of o ports/82634 security/heimdal port conflict with base heimdal o ports/80111 patch to make WITH_KERBEROS4 working for security/cyru s ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 232 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 15:03:14 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35688106564A for ; Mon, 8 Nov 2010 15:03:14 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id DDE198FC19 for ; Mon, 8 Nov 2010 15:03:12 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id F04235AC80; Mon, 8 Nov 2010 16:03:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id ED8445AC58; Mon, 8 Nov 2010 16:03:07 +0100 (CET) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id C506E5CD50; Mon, 8 Nov 2010 16:03:07 +0100 (CET) Received: from wep4035.physik.uni-wuerzburg.de ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.2HF105) with ESMTP id 2010110816030770-82232 ; Mon, 8 Nov 2010 16:03:07 +0100 Date: Mon, 8 Nov 2010 16:03:06 +0100 From: Alexey Shuvaev To: Andriy Gapon Message-ID: <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> References: <4CD7C15D.2010203@icyb.net.ua> MIME-Version: 1.0 In-Reply-To: <4CD7C15D.2010203@icyb.net.ua> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.2HF105 | October 15, 2010) at 11/08/2010 04:03:07 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.2HF105 | October 15, 2010) at 11/08/2010 04:03:07 PM, Serialize complete at 11/08/2010 04:03:07 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 15:03:14 -0000 On Mon, Nov 08, 2010 at 11:22:37AM +0200, Andriy Gapon wrote: > > Can we update xorg-server to 1.7.7, the latest version on 1.7 branch? > It looks like that would require only changing the version > and regenerating the > checksums. > Seems to be not so trivial. Look at this thread: http://lists.freebsd.org/pipermail/freebsd-ports/2010-May/061141.html Since miwi@ and rnoland@ seem to be busy at moment there is a need for the maintainer of ALL of the xorg-* ports (and not only the single ones, like xorg-server, etc.). Someone with enough time, motivation (hardware, programming foo in this area...) Just 0.02$, :-( Alexey. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 15:05:55 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39D47106567A; Mon, 8 Nov 2010 15:05:55 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id DDE328FC36; Mon, 8 Nov 2010 15:05:54 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 1424822C542A; Mon, 8 Nov 2010 17:05:52 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id AD2B55A90E7; Mon, 8 Nov 2010 07:05:51 -0800 (PST) From: QAT@FreeBSD.org To: Pav Lucistnik In-Reply-To: <201011081503.oA8F3pSp063279@repoman.freebsd.org> References: <201011081503.oA8F3pSp063279@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: japanese/ircII X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/ja-ircii-2.8.2_1.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101108150551.AD2B55A90E7@jester1b.ixsystems.com> Date: Mon, 8 Nov 2010 07:05:51 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/japanese/ircII Makefile) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 15:05:55 -0000 japanese/ircII, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 15:11:47 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF8D51065670; Mon, 8 Nov 2010 15:11:47 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 055BC8FC15; Mon, 8 Nov 2010 15:11:46 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id RAA03111; Mon, 08 Nov 2010 17:11:43 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4CD8132D.9090902@icyb.net.ua> Date: Mon, 08 Nov 2010 17:11:41 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: Alexey Shuvaev References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> In-Reply-To: <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 15:11:48 -0000 on 08/11/2010 17:03 Alexey Shuvaev said the following: > On Mon, Nov 08, 2010 at 11:22:37AM +0200, Andriy Gapon wrote: >> >> Can we update xorg-server to 1.7.7, the latest version on 1.7 branch? >> It looks like that would require only changing the version >> and regenerating the >> checksums. >> > Seems to be not so trivial. Look at this thread: > http://lists.freebsd.org/pipermail/freebsd-ports/2010-May/061141.html > > Since miwi@ and rnoland@ seem to be busy at moment there is a need for > the maintainer of ALL of the xorg-* ports (and not only the single ones, > like xorg-server, etc.). Someone with enough time, motivation (hardware, > programming foo in this area...) Oh, forgot a need to simply bump port revisions of all xorg driver ports. That's perhaps a little bit laborious, but doesn't require any special skills. Or did you have something else in mind? -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 15:15:46 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F4011065675; Mon, 8 Nov 2010 15:15:46 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 74FA28FC2D; Mon, 8 Nov 2010 15:15:45 +0000 (UTC) Received: by gya6 with SMTP id 6so3545595gya.13 for ; Mon, 08 Nov 2010 07:15:44 -0800 (PST) Received: by 10.42.223.132 with SMTP id ik4mr3284347icb.163.1289229344225; Mon, 08 Nov 2010 07:15:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Mon, 8 Nov 2010 07:15:24 -0800 (PST) In-Reply-To: References: <4CD4602C.2080804@FreeBSD.org> <20101108084958.000042be@unknown> From: Eitan Adler Date: Mon, 8 Nov 2010 10:15:24 -0500 Message-ID: To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: Bruce Cran , freebsd ports , freebsd-sysinstall@freebsd.org, Randi Harper , Garrett Cooper Subject: Re: Proposed OPTIONS replacement X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 15:15:46 -0000 If there is interest in writing a BSDL libdialog I would be interested in working on such a project for the Google Summer of Code. I'm cross posting to -ports and -sysinstall because this part of the discussion started on -sysinstall. Please keep future discussion on -ports as that is what the focus of my proposal is. ... > With libdialog it is not possible to mix radio button and "normal" > button and for the options framework we need the be able to get the > following feature imho: > > simple options: check box My program has this > exclusive options: radio button My program has this > exclusive options if a simple option is check (for example option X11 > allow to choose between the following options QT3 QT4 GTK etc) My program does has this capability yet. I'm not exactly sure how to indicate this on the command line. Perhaps some kind of --requires-other option? > group options: a user can check choose between 0-N options (check box) > if a other options is activated example a port can be build with 2 or > more gui toolkit at the same time: avidemux for example > group options with at least one options checked (1-N). My program does not yet have this capability. Perhaps a --min and a --max option for radio options? This might be a pain to implement due to the way my program handles radio options. If there is a major need for this feature I'll spend the time adding the feature. > As far as I've looked into libdialog it is nearly impossible to handle > in a simple (I may be wrong and missed some part of libdialog) I don't know libdialog very well, but I know that with dialog(1) this is impossible. > Other choices will be : > 1/ create a ncurses tool dedicated for the ports as Eitan began to do > it (thanks for that :)) (this is my favorite choice) I'm still looking for a comprehensive code review. I really want to get my program as good as possible. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 15:52:50 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD5F41065670; Mon, 8 Nov 2010 15:52:50 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 838FF8FC1C; Mon, 8 Nov 2010 15:52:50 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id B24305AC5D; Mon, 8 Nov 2010 16:52:49 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id AED845AC31; Mon, 8 Nov 2010 16:52:49 +0100 (CET) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 8E1BA5CD41; Mon, 8 Nov 2010 16:52:49 +0100 (CET) Received: from wep4035.physik.uni-wuerzburg.de ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.2HF105) with ESMTP id 2010110816524926-82662 ; Mon, 8 Nov 2010 16:52:49 +0100 Date: Mon, 8 Nov 2010 16:52:48 +0100 From: Alexey Shuvaev To: Andriy Gapon Message-ID: <20101108155248.GD17517@wep4035.physik.uni-wuerzburg.de> References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> MIME-Version: 1.0 In-Reply-To: <4CD8132D.9090902@icyb.net.ua> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.2HF105 | October 15, 2010) at 11/08/2010 04:52:49 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.2HF105 | October 15, 2010) at 11/08/2010 04:52:49 PM, Serialize complete at 11/08/2010 04:52:49 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 15:52:50 -0000 On Mon, Nov 08, 2010 at 05:11:41PM +0200, Andriy Gapon wrote: > on 08/11/2010 17:03 Alexey Shuvaev said the following: > > On Mon, Nov 08, 2010 at 11:22:37AM +0200, Andriy Gapon wrote: > >> > >> Can we update xorg-server to 1.7.7, the latest version on 1.7 branch? > >> It looks like that would require only changing the version > >> and regenerating the > >> checksums. > >> > > Seems to be not so trivial. Look at this thread: > > http://lists.freebsd.org/pipermail/freebsd-ports/2010-May/061141.html > > > > Since miwi@ and rnoland@ seem to be busy at moment there is a need for > > the maintainer of ALL of the xorg-* ports (and not only the single ones, > > like xorg-server, etc.). Someone with enough time, motivation (hardware, > > programming foo in this area...) > > Oh, forgot a need to simply bump port revisions of all xorg driver ports. > That's perhaps a little bit laborious, but doesn't require any special skills. > Or did you have something else in mind? > Well, I'm successfully running xorg-server-1.7.7 since May without doing anything else to other xorg-related ports: xorg-server-1.7.7,1 > succeeds index (index has 1.7.5,1) but it could be just a matter of luck :) I mean this (from rnolad): "I have an update to 1.7.7 queued up in my tree along with an updated pixman. It is a little tedious as all of the server based ports need to be updated and drivers need PORTREVISION bumps. I'll try and get it committed in the next couple of days though." He mentions update (not just PORTREVISION bump) of pixman and other server-based ports. I have some vague insight into what he means, but I'd say it should be done by a person more familiar (than me) with xorg infrastucture with all its interdependencies. Alexey. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 16:06:46 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20A84106566B; Mon, 8 Nov 2010 16:06:46 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD638FC13; Mon, 8 Nov 2010 16:06:44 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA03965; Mon, 08 Nov 2010 18:06:41 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4CD82011.20509@icyb.net.ua> Date: Mon, 08 Nov 2010 18:06:41 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: Alexey Shuvaev References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101108155248.GD17517@wep4035.physik.uni-wuerzburg.de> In-Reply-To: <20101108155248.GD17517@wep4035.physik.uni-wuerzburg.de> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 16:06:46 -0000 on 08/11/2010 17:52 Alexey Shuvaev said the following: > On Mon, Nov 08, 2010 at 05:11:41PM +0200, Andriy Gapon wrote: >> on 08/11/2010 17:03 Alexey Shuvaev said the following: >>> On Mon, Nov 08, 2010 at 11:22:37AM +0200, Andriy Gapon wrote: >>>> >>>> Can we update xorg-server to 1.7.7, the latest version on 1.7 branch? >>>> It looks like that would require only changing the version >>>> and regenerating the >>>> checksums. >>>> >>> Seems to be not so trivial. Look at this thread: >>> http://lists.freebsd.org/pipermail/freebsd-ports/2010-May/061141.html >>> >>> Since miwi@ and rnoland@ seem to be busy at moment there is a need for >>> the maintainer of ALL of the xorg-* ports (and not only the single ones, >>> like xorg-server, etc.). Someone with enough time, motivation (hardware, >>> programming foo in this area...) >> >> Oh, forgot a need to simply bump port revisions of all xorg driver ports. >> That's perhaps a little bit laborious, but doesn't require any special skills. >> Or did you have something else in mind? >> > Well, I'm successfully running xorg-server-1.7.7 since May without > doing anything else to other xorg-related ports: > > xorg-server-1.7.7,1 > succeeds index (index has 1.7.5,1) > > but it could be just a matter of luck :) Me too :-) But I think that I did have to rebuild xorg drivers that I use because they refused to load after xorg-server upgrade. But perhaps I misremember my experiment with 1.8.2 or 1.9.2. > I mean this (from rnolad): > "I have an update to 1.7.7 queued up in my tree along with an updated > pixman. It is a little tedious as all of the server based ports need to > be updated and drivers need PORTREVISION bumps. I'll try and get it > committed in the next couple of days though." > > He mentions update (not just PORTREVISION bump) of pixman and other > server-based ports. I have some vague insight into what he means, > but I'd say it should be done by a person more familiar (than me) with xorg > infrastucture with all its interdependencies. Well, I think that those were meant as bonuses, not as requirements. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 16:08:20 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D8801065672; Mon, 8 Nov 2010 16:08:20 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id C22738FC14; Mon, 8 Nov 2010 16:08:19 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 4078B22C542B; Mon, 8 Nov 2010 18:08:17 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 35CCD5A90E6; Mon, 8 Nov 2010 08:08:16 -0800 (PST) From: QAT@FreeBSD.org To: Pav Lucistnik In-Reply-To: <201011081605.oA8G55mG069164@repoman.freebsd.org> References: <201011081605.oA8G55mG069164@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: chinese/cless X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/zh-cless-290.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101108160816.35CCD5A90E6@jester1b.ixsystems.com> Date: Mon, 8 Nov 2010 08:08:16 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/chinese/cless Makefile) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 16:08:20 -0000 chinese/cless, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 17:17:36 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D265106566C for ; Mon, 8 Nov 2010 17:17:36 +0000 (UTC) (envelope-from christof.schulze@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 669C88FC15 for ; Mon, 8 Nov 2010 17:17:35 +0000 (UTC) Received: (qmail invoked by alias); 08 Nov 2010 17:17:33 -0000 Received: from g231067027.adsl.alicedsl.de (EHLO klausdieter0815.dyndns.org) [92.231.67.27] by mail.gmx.com (mp-eu001) with SMTP; 08 Nov 2010 18:17:33 +0100 X-Authenticated: #56306756 X-Provags-ID: V01U2FsdGVkX18WKPUaMJ4WBC6GePj46OPObTHfilPvDfzU6CRJoW se09VAfD8sXnR7 Received: by myhost.mydomain.de (Postfix, from userid 1001) id 41505E4A5; Mon, 8 Nov 2010 18:17:32 +0100 (CET) From: Christof Schulze To: freebsd-x11@freebsd.org Date: Mon, 8 Nov 2010 18:17:30 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RC1; KDE/4.5.2; amd64; ; ) References: <4CD7C15D.2010203@icyb.net.ua> <20101108155248.GD17517@wep4035.physik.uni-wuerzburg.de> <4CD82011.20509@icyb.net.ua> In-Reply-To: <4CD82011.20509@icyb.net.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011081817.31686.christof.schulze@gmx.com> X-Y-GMX-Trusted: 0 Cc: Alexey Shuvaev , Andriy Gapon , freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 17:17:36 -0000 Hi, > >> Oh, forgot a need to simply bump port revisions of all xorg driver > >> ports. That's perhaps a little bit laborious, but doesn't require > >> any special skills. Or did you have something else in mind? more than just laborious. It will break at least the Intel driver as intel is now GEM only which is not available on FreeBSD yet. Christof -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 17:22:26 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FF54106564A; Mon, 8 Nov 2010 17:22:26 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 43AB08FC15; Mon, 8 Nov 2010 17:22:24 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA04768; Mon, 08 Nov 2010 19:22:22 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4CD831CE.9030401@icyb.net.ua> Date: Mon, 08 Nov 2010 19:22:22 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101021 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: Christof Schulze References: <4CD7C15D.2010203@icyb.net.ua> <20101108155248.GD17517@wep4035.physik.uni-wuerzburg.de> <4CD82011.20509@icyb.net.ua> <201011081817.31686.christof.schulze@gmx.com> In-Reply-To: <201011081817.31686.christof.schulze@gmx.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 17:22:26 -0000 on 08/11/2010 19:17 Christof Schulze said the following: > Hi, > >>>> Oh, forgot a need to simply bump port revisions of all xorg driver >>>> ports. That's perhaps a little bit laborious, but doesn't require >>>> any special skills. Or did you have something else in mind? > more than just laborious. It will break at least the Intel driver as > intel is now GEM only which is not available on FreeBSD yet. What exactly will break this? Do you mean xorg-server-1.7.7 *requires* newer version of xf86-video-intel than what we have now in the ports? Because I don't have such an impression. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 17:56:17 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9AF7106566B; Mon, 8 Nov 2010 17:56:17 +0000 (UTC) (envelope-from antonio@antonioshome.net) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B0B918FC1D; Mon, 8 Nov 2010 17:56:17 +0000 (UTC) Received: by iwn39 with SMTP id 39so6360851iwn.13 for ; Mon, 08 Nov 2010 09:56:17 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.10.200 with SMTP id q8mr4123464ibq.144.1289238976322; Mon, 08 Nov 2010 09:56:16 -0800 (PST) Received: by 10.231.15.67 with HTTP; Mon, 8 Nov 2010 09:56:15 -0800 (PST) X-Originating-IP: [87.223.131.158] In-Reply-To: <4CD47C1C.3040602@yandex.ru> References: <4CD4504A.7070107@antonioshome.net> <4CD47C1C.3040602@yandex.ru> Date: Mon, 8 Nov 2010 18:56:15 +0100 Message-ID: From: Antonio Vieiro To: Ruslan Mahmatkhanov Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Cc: gecko@freebsd.org, freebsd-ports@freebsd.org Subject: Re: firefox in 8.1-RELEASE: High CPU consumption? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 17:56:18 -0000 Hi, I did upgrade to 3.6.12 and the problem seems to have disappeared. It's much better now. I'll keep an eye on firefox CPU consumption on standby, and will let you know if the problem arises again. Kind regards, Antonio 2010/11/5 Ruslan Mahmatkhanov : > > Hi! > > 05.11.2010 21:43, Antonio Vieiro =D0=C9=DB=C5=D4: >> >> Hi all, >> >> I'm observing what I think a high CPU usage with the "www/firefox" port >> in 8.1-RELEASE. >> >> Even with a blank page loaded (about:blank) I see CPU loads around 7-9%. >> >> I've done a truss on the browser and I see what appears to be a loop and >> some "timeout" and "resource temporarily unavailable" results on calls >> to "read". I'm attaching a gzipped file with the result of truss. >> * Where the problem occurs: >> When running firefox (3.6.4). > > First of all please try to update to latest version (3.6.12) and check if > the problem persists. If it does, run truss again and send the output (yo= u > forgot to attach the gzipped file in original message). > > -- > Regards, > Ruslan > From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 18:24:26 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55A581065672; Mon, 8 Nov 2010 18:24:26 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id A2B698FC12; Mon, 8 Nov 2010 18:24:25 +0000 (UTC) Received: by bwz3 with SMTP id 3so5159371bwz.13 for ; Mon, 08 Nov 2010 10:24:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=GODhfWQlnTS1cd9TmgG+VbltqnNN0zq/NZNRg/1cRt8=; b=NSE16TTJa81u5sDN6MwVWSpw7qvU+JaT8YeH7nFK3WGn0Lg5GRfgPV1FW3CSdqo+b7 hi9A6SqrrPhGn+ylA/h3I7LKHePwRKXKxp40w1QeYJjQr7GabKNL+keQTKxo+5Se+ftO ovPqXfvmtNJ7nIrUCV7+roco1DA09r3ly7QOQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=WPS5imqMXp/gvyUTQFK+39IwHPZDouQGB9wjrMXPwrXbpUpOcOtq4w+ZSG28sLp4dJ 03d3U2vtVwoQHVJwF92eDP6WQh02fRD0yzSfc8prktaJ8f/3lAfwEDh5fRWkuGUS4Ygk YBkDQCshf4x17KTsUpJe0jCkLTMawtbQZ7MiY= Received: by 10.204.117.2 with SMTP id o2mr5312894bkq.69.1289240664490; Mon, 08 Nov 2010 10:24:24 -0800 (PST) Received: from ernst.jennejohn.org (p578E279C.dip.t-dialin.net [87.142.39.156]) by mx.google.com with ESMTPS id 4sm172058bki.13.2010.11.08.10.24.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Nov 2010 10:24:23 -0800 (PST) Date: Mon, 8 Nov 2010 19:24:21 +0100 From: Gary Jennejohn To: Andriy Gapon Message-ID: <20101108192421.518f8d9d@ernst.jennejohn.org> In-Reply-To: <4CD831CE.9030401@icyb.net.ua> References: <4CD7C15D.2010203@icyb.net.ua> <20101108155248.GD17517@wep4035.physik.uni-wuerzburg.de> <4CD82011.20509@icyb.net.ua> <201011081817.31686.christof.schulze@gmx.com> <4CD831CE.9030401@icyb.net.ua> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , Christof Schulze , freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 18:24:26 -0000 On Mon, 08 Nov 2010 19:22:22 +0200 Andriy Gapon wrote: > on 08/11/2010 19:17 Christof Schulze said the following: > > Hi, > > > >>>> Oh, forgot a need to simply bump port revisions of all xorg driver > >>>> ports. That's perhaps a little bit laborious, but doesn't require > >>>> any special skills. Or did you have something else in mind? > > more than just laborious. It will break at least the Intel driver as > > intel is now GEM only which is not available on FreeBSD yet. > > What exactly will break this? > Do you mean xorg-server-1.7.7 *requires* newer version of xf86-video-intel than > what we have now in the ports? > Because I don't have such an impression. > AFAIK the server version has no relevance to problems caused by Linux-centric driver development. I installed 1.7.7. on September 29th and didn't need to touch the installed (admittedly radeon) graphics driver. -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 19:24:22 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACC20106566C for ; Mon, 8 Nov 2010 19:24:22 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D9F38FC12 for ; Mon, 8 Nov 2010 19:24:21 +0000 (UTC) Received: by ewy28 with SMTP id 28so3130526ewy.13 for ; Mon, 08 Nov 2010 11:24:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :user-agent:date:message-id:mime-version:content-type; bh=CJvDdDA//4k7kmqobiTx/uadWYjz1EVJMfezGpa7XRs=; b=AwGMxLSNvibTzCC8kIUlZXiN2XrgdTONlSha/gj/ieAR/GvhMGR+/T6ltAJMNZEVYv 5B1CtxaKe4aCgnHFH6+T+wEPVBF0jJ88OAxoqEkyZVDXY3qmLipQ+lDZNbPqLdgf04Vr nrHDAzLnPAp1fQ3VKAMLtdVM2dOVDKMqsCHcs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:user-agent:date:message-id :mime-version:content-type; b=USXRz3ZtShXAqPxV2jH7QYaUNvaRNjSYVe+tuN6Cy2ni8/fC6veyRmmusboOrexsv3 kFuv/T78b6VNW+Z/koD2fmboJkC1H6lsiS6ebeGmhQfe2P1MDPMReUj9X4Oeu9o9seAy 8sszagkrNscNMBCzOKd3qIEHsNvNg9GmKErmA= Received: by 10.216.17.135 with SMTP id j7mr5280914wej.97.1289244260189; Mon, 08 Nov 2010 11:24:20 -0800 (PST) Received: from localhost ([109.169.29.56]) by mx.google.com with ESMTPS id l14sm178020weq.11.2010.11.08.11.23.56 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Nov 2010 11:24:19 -0800 (PST) From: Anonymous To: Steven Kreuzer References: <0C4F959A-6AD4-414A-AEB0-C15F3BF245D6@freebsd.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) Date: Mon, 08 Nov 2010 22:23:33 +0300 Message-ID: <86d3qf62mi.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Cc: mi@aldan.algebra.com, freebsd-ports@freebsd.org Subject: Re: devel/gdb Port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 19:24:22 -0000 Steven Kreuzer writes: > With the help of jhb@, I have a port of gdb 7.1 that has been modified > to recognize freebsd threads. I would like to get this added to the > ports tree but I would like some feedback as to how it should be > added. > > Currently, the latest version of gdb in the ports tree is 6.6 and its > under devel/gdb66. I was thinking of adding this as gdb71 but the > latest version of the 7.x branch is 7.2 and someone already created a > port for it (ports/151077) but it doesn't recognize threads. > > So, for the 7 branch, would it make sense to check in version 7.1 as > devel/gdb7 and eventually update it to 7.2, or should it be checked in > as devel/gdb71? > > shar file can be found at http://exit2shell.com/~skreuzer/patches/gdb71.shar - fix build with devel/readline[*] - explicitly disable xml/unwind/python support - drop gettext dep, unused Note, lang/gcc* (and lang/clang) searches in LOCALBASE by default unlike gcc in base. Having it in *FLAGS by default reduces difference between build using ports compiler and base one. [*] http://docs.freebsd.org/cgi/mid.cgi?AANLkTinkwsFXpXE=CxcDjTGPVo3aa8EQ1_ve0h3NiB5E %% --- gdb71/Makefile +++ gdb71/Makefile @@ -17,15 +17,21 @@ COMMENT= GNU GDB of newer version than comes with the system USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes USE_ICONV= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc +CONFIGURE_ENV+= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ + --with-libiconv-prefix=${LOCALBASE} \ + --with-system-readline \ + --without-expat \ + --without-libunwind \ + --without-python \ --enable-target=all \ - --enable-tui --with-libiconv-prefix=${LOCALBASE} + --enable-tui CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes +CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -DRL_NO_COMPAT +LDFLAGS+= -L${LOCALBASE}/lib EXCLUDE= dejagnu expect readline sim texinfo intl EXTRACT_AFTER_ARGS=| ${TAR} -xf - ${EXCLUDE:S/^/--exclude /} VER= ${PORTVERSION:S/.//} @@ -36,6 +42,11 @@ ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work .include +# XXX: add OSVERSION check after readline is removed from base +.if exists(${LOCALBASE}/lib/libreadline.so) +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline +.endif + .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} .endif @@ -43,11 +54,6 @@ CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's/$$/ [GDB v${PORTVERSION} for FreeBSD]/' \ ${WRKSRC}/gdb/version.in - @${REINPLACE_CMD} -e 's/^READLINE/#READLINE/' \ - -e 's/^readline/#readline/' \ - -e 's,^LIBICONV =.*,LIBICONV=-L${LOCALBASE}/lib -liconv,' \ - ${WRKSRC}/gdb/Makefile.in - ${ECHO} 'READLINE = -lreadline' >> ${WRKSRC}/gdb/Makefile.in @${CP} ${FILESDIR}/fbsd-threads.c ${WRKSRC}/gdb do-install: %% From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 21:39:51 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3F5C106566B for ; Mon, 8 Nov 2010 21:39:51 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 57FF28FC16 for ; Mon, 8 Nov 2010 21:39:51 +0000 (UTC) Received: by wya21 with SMTP id 21so221757wya.13 for ; Mon, 08 Nov 2010 13:39:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=6JzICB96YSJ37vVki+h/3yzNiBdrWle13zhymcPZeF4=; b=fbvLF2FCbbzimVGXJlXQzPEivYgnj9ae3FMgD7pEdNQGkk537n7nMxbilx9WAqj1D2 tEkODInvCJZ5uo0T/F1Kfi5AWF8iNAFFwEzBfUBcij8YyxJQRxawl86znn3KuPfVzfMC 1q/wunaPHWXKRhGz+XS5bESKr3dmhdYv1uPCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=av/ISNZYBbOdnKCMLV01B2O/1z+u+voo/RhbUsoA8VdNkkeES3oQmvEFBflrwqunHA NZpGWY8zSPAHB/UkM3iTDaei80XbFF3dB/5fo0aaMzQfWgBwiLY9BspiT/lsWGNraV12 TH/sjw7W/BjYk82QsgQRtxwnLdb7ZEjbl5q0A= MIME-Version: 1.0 Received: by 10.216.30.2 with SMTP id j2mr7782772wea.33.1289252389205; Mon, 08 Nov 2010 13:39:49 -0800 (PST) Received: by 10.216.13.210 with HTTP; Mon, 8 Nov 2010 13:39:49 -0800 (PST) In-Reply-To: <4CD16FCA.9000700@bsdforen.de> References: <4CD16FCA.9000700@bsdforen.de> Date: Mon, 8 Nov 2010 22:39:49 +0100 Message-ID: From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: /pub or not /pub X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 21:39:51 -0000 IMHO, if a site claim to be a mirror, they should follow the structure of the original site. For FreeBSD ftp mirrors, that means /pub/FreeBSD etc. If they provide a /FreeBSD that one should be a link to /pub/FreeBSD and so on. On Wed, Nov 3, 2010 at 3:20 PM, Dominic Fandrey wrote: > It has come to my attention that a lot of FTP mirrors have their > FreeBSD data under /FreeBSD instead of /pub/FreeBSD. > > Which version is recommended and used to create PACKAGESITE from > PACKAGEROOT? > > Regards > > -- > A: Because it fouls the order in which people normally read text. > Q: Why is top-posting such a bad thing? > A: Top-posting. > Q: What is the most annoying thing on usenet and in e-mail? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- mvh Torfinn From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 21:58:05 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0703D1065694 for ; Mon, 8 Nov 2010 21:58:05 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id B96798FC2C for ; Mon, 8 Nov 2010 21:58:04 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-078-042-098-160.hsi3.kabel-badenwuerttemberg.de [78.42.98.160]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id B2EC37E8CB; Mon, 8 Nov 2010 22:58:02 +0100 (CET) Message-ID: <4CD8726A.3000309@bsdforen.de> Date: Mon, 08 Nov 2010 22:58:02 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.15) Gecko/20101028 Thunderbird/3.0.10 MIME-Version: 1.0 To: Torfinn Ingolfsen References: <4CD16FCA.9000700@bsdforen.de> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports ML Subject: Re: /pub or not /pub X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 21:58:05 -0000 On 08/11/2010 22:39, Torfinn Ingolfsen wrote: > On Wed, Nov 3, 2010 at 3:20 PM, Dominic Fandrey wrote: >> It has come to my attention that a lot of FTP mirrors have their >> FreeBSD data under /FreeBSD instead of /pub/FreeBSD. >> >> Which version is recommended and used to create PACKAGESITE from >> PACKAGEROOT? > IMHO, if a site claim to be a mirror, they should follow the structure of > the original site. For FreeBSD ftp mirrors, that means /pub/FreeBSD etc. > If they provide a /FreeBSD that one should be a link to /pub/FreeBSD and so > on. Thanks a lot for this input! I think ~half the German mirrors offer /FreeBSD instead of /pub/FreeBSD, which really messes up my code that generates PACKAGESITE_MIRRORS from PACKAGEROOT_MIRRORS for pkg_upgrade. This is of course not limited to German mirrors. At one point I actually thought there was an official policy change involved and I started changing my code, until I recognized that there are still mirrors around that use the /pub/FreeBSD layout. It would be simple to insert layout probing code, but it would result in an annoying delay for every single call of the program. Especially in small use cases, when it's completely irrelevant that a couple of mirrors don't work. Regards, Dominic -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 22:11:18 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BCBD106566C for ; Mon, 8 Nov 2010 22:11:18 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id DB35C8FC2E for ; Mon, 8 Nov 2010 22:11:17 +0000 (UTC) Received: by gya6 with SMTP id 6so3947060gya.13 for ; Mon, 08 Nov 2010 14:11:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=BpB7EqWiHs+3+slZJ4/laehpxA1fYjaOeUmn68zhE0A=; b=mqoSwLaLYTQzPowRhtibMHqsTk9JhDyHdS3/U+VSQMdWcGXFHix1INmFP9UU23W7Jf I7slcsxb/xlhFpNaQt4ZoSgJp+WfYv5NinPcGcezNFC1oL0q4me6gkC63JBf99lm6Xh2 rRcnxThtTsantVxSRbMBIMtVgYbk8fJlKgwbM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=a45wM+gipN5E8o3Ru+IGW0OhHpyWjHiSGDYJJui9STrwrLCT8C2tCofoRgzF38YSt1 tbzdUwtSt+AoCMX+05zyWrms8uD/J6O85BBi6etVJrGWLMIMiUyJIgXJmiMY0xKx26nm 7hRZw36nBNAkfbhU4dLFeaeJ/N/xGyHfjmvVc= MIME-Version: 1.0 Received: by 10.229.220.144 with SMTP id hy16mr5534083qcb.259.1289254277063; Mon, 08 Nov 2010 14:11:17 -0800 (PST) Received: by 10.229.249.135 with HTTP; Mon, 8 Nov 2010 14:11:16 -0800 (PST) In-Reply-To: <201011071927.10189.shoesoft@gmx.net> References: <201011071927.10189.shoesoft@gmx.net> Date: Mon, 8 Nov 2010 23:11:16 +0100 Message-ID: From: Thomas Zander To: Stefan Ehmann Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 22:11:18 -0000 On Sun, Nov 7, 2010 at 19:27, Stefan Ehmann wrote: > Built fine here. Unfortunately, x264 support in mencoder is broken. > > Apparently, mencoder wants X264_BUILD >= 99, but multimedia/x264 is at build > 98. True, x264-devel is already at 104, so in the near future this problem will be eliminated. Nevertheless, I'll see that it gets fixed in the next iteration. Merci for the heads up Riggs From owner-freebsd-ports@FreeBSD.ORG Mon Nov 8 22:21:07 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E64E106564A for ; Mon, 8 Nov 2010 22:21:07 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 293468FC08 for ; Mon, 8 Nov 2010 22:21:06 +0000 (UTC) Received: by vws20 with SMTP id 20so566292vws.13 for ; Mon, 08 Nov 2010 14:21:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=iJ/ei8AuyeEPYCg/ff2ny8+0aJ0tmtV9MAZ8LPmOpp0=; b=O878Lhcz4ZuQ0K/iBShzMLtgbKWFgeHxrTL2pn0J1OTNs6NtuURxhTKCa/O+VedH2P S6ZDrEAYG0eTKpcvLlnhC+AAlEl3iHnBKC5JOiSX4IJK4d/4VC6BUXTmW4L1lyBSXceZ RwZZAJaCJU6pwD0RbY6/8ZR1g2qEdYT6nIHzM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=IO7evunoR+AK0ibtty98bnv4CA18VJWLipE+aDzgk2l6Wf1uC8AxPX34O5kGBCOFix CTJybVvDvYMzmoqZ5T+iJV38tCVFSUcqLce+QDS2kCd8IXhORS2pfBOxD0XrmoSwFW6q ZD3Cjizt+Ga95mRjrGAaU9TnfyqjtVIVfpgGs= MIME-Version: 1.0 Received: by 10.224.20.70 with SMTP id e6mr4215581qab.356.1289254866199; Mon, 08 Nov 2010 14:21:06 -0800 (PST) Received: by 10.229.249.135 with HTTP; Mon, 8 Nov 2010 14:21:06 -0800 (PST) In-Reply-To: <86aallnugq.fsf@gmail.com> References: <86aallnugq.fsf@gmail.com> Date: Mon, 8 Nov 2010 23:21:06 +0100 Message-ID: From: Thomas Zander To: FreeBSD - Ports Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 22:21:07 -0000 On Sun, Nov 7, 2010 at 14:17, Anonymous wrote: > Can you include ariff's patch for VPC (Volume Per Channel)? I haven't used it myself yet, but it seems quite useful. I'll check it out, thanks! > Also, did you miss -ac mpg123 with previous update intentionally? You mean the laste update to hit the ports tree in July/August? No. Does it work now as you expect? Riggs From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 02:42:39 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FADD106566B for ; Tue, 9 Nov 2010 02:42:39 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5638FC1B for ; Tue, 9 Nov 2010 02:42:39 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1PFdnM-0000Y0-FL; Tue, 09 Nov 2010 05:18:48 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id E56E7B84D; Tue, 9 Nov 2010 05:18:47 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id D8A79B844; Tue, 9 Nov 2010 05:18:47 +0300 (MSK) Date: Tue, 9 Nov 2010 05:18:47 +0300 From: Dmitry Marakasov To: Thomas Zander Message-ID: <20101109021847.GA31245@hades.panopticon> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD - Ports Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 02:42:39 -0000 * Thomas Zander (thomas.e.zander@googlemail.com) wrote: > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > Since I had to tweak it on several occasions to get it to build and I > have tested it only on amd64 so far, please test whether it builds and > works as intended for you. Of course, I appreciate any form of > constructive feedback. It requires yasm in BUILD_DEPENDS: http://people.freebsd.org/~amdmi3/mplayer-sdl-1.0.r20101106.log I'll also run it in a tinderbox with various options flipped to nondefault values and report. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 03:24:17 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 256A1106566C for ; Tue, 9 Nov 2010 03:24:17 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id AB4538FC1E for ; Tue, 9 Nov 2010 03:24:16 +0000 (UTC) Received: by wyb32 with SMTP id 32so163845wyb.13 for ; Mon, 08 Nov 2010 19:24:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=69ZSTW8HYuNhmAIXTf6yObPUeftf7M1DY33XF9/yDHo=; b=hcpP0lxf6JilLSY8lzHJzXcP9HdaAgSkcq0sES04XeJPYtqwOxTOai1O6LBaaU4qfU KoSWVV5pNV618AgcTSr8ObetyGcCshtfrAIReKYV7OgiaQ3uRsxNDqn93OA1QPiFHsVH UWSpEHEXyJFVgslOmRNc4cNxIuhpXxTDvCI/g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=ogp9KSOTzTcOlgDEgwEYrbjve4tGGeyifmWJeE4QK6fwYazZgxyqH7Mk27GCuD2E5R 2mPQKfIgvxuLqHO86L+YJ2vycgGo2/0G3p79Z2k2jSYqK49MJlSD3r58pVhgMHEjRyuE iJQXD9AYhRd5cysWYGIntDI0AETd2EVvPamu0= Received: by 10.216.183.76 with SMTP id p54mr4373126wem.13.1289273055323; Mon, 08 Nov 2010 19:24:15 -0800 (PST) Received: from localhost (24-205-227-216.dhcp.atsc.ca.charter.com [24.205.227.216]) by mx.google.com with ESMTPS id x28sm507500weq.40.2010.11.08.19.24.08 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Nov 2010 19:24:14 -0800 (PST) From: Anonymous To: Thomas Zander References: <86aallnugq.fsf@gmail.com> Date: Tue, 09 Nov 2010 06:23:23 +0300 Message-ID: <86hbfr89jo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: FreeBSD - Ports Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 03:24:17 -0000 Thomas Zander writes: > On Sun, Nov 7, 2010 at 14:17, Anonymous wrote: > >> Can you include ariff's patch for VPC (Volume Per Channel)? > > I haven't used it myself yet, but it seems quite useful. I'll check it > out, thanks! > >> Also, did you miss -ac mpg123 with previous update intentionally? > > You mean the laste update to hit the ports tree in July/August? -ac mpg123 was added in June 30, r31590 > No. Does it work now as you expect? Now? It works with 2010-07-17 snapshot, too. I don't use the port[*]. Anyway, it shouldn't automatically link against libmpg123.so when audio/mpg123 is installed without adjusting LIB_DEPENDS. [*] it lacks ffmpeg-mt, -ordered-chapters and some vdpau features, e.g. output_surfaces From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 05:38:39 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A3BB106567A for ; Tue, 9 Nov 2010 05:38:39 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 24A6F8FC08 for ; Tue, 9 Nov 2010 05:38:38 +0000 (UTC) Received: (qmail 30212 invoked by uid 399); 9 Nov 2010 05:38:37 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 9 Nov 2010 05:38:37 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CD8DE5B.5070105@FreeBSD.org> Date: Mon, 08 Nov 2010 21:38:35 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4CD23DC7.1040305@gmail.com> <4CD256E1.5050807@FreeBSD.org> In-Reply-To: <4CD256E1.5050807@FreeBSD.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portsclean -CDD oddness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 05:38:39 -0000 On 11/03/2010 23:46, Doug Barton wrote: > On 11/3/2010 9:59 PM, Jimmie James wrote: >> After doing a portupgrade, I've always run portsclean -CDD >> [for reference] >> -C Clean out all the working directories of the ports tree. (cf. >> WRKDIRPREFIX) >> -D Clean out all the distfiles that are not referenced by any port in >> the ports tree. Specified twice (i.e. -DD), clean out all the >> distfiles that are not referenced by any port that is currently >> installed. (cf. DISTDIR) >> >> This time, fresh csup and a few ports updated, it wiped out EVERY >> distfile for reasons I don't understand. Anyone have a clue as to why, >> or what the frak is going on? > > I can't tell you authoritatively, but I would be very surprised if this > problem were not the result of the recent bsd.port.mk changes that > removed MD5 checksums, and renamed the variable that refers to the > distinfo file. portupgrade was updated today, I imagine to resolve this issue. > If you've ever had the desire to give portmaster a try, now might be a > good time, since I've updated it to deal with this issue. It has the > --clean-distfiles feature which does what you described -DD does. I neglected to mention that 'portmaster -t --clean-distfiles-all' will do what you described -D does. > It > doesn't have the -C feature, but IMO you're better off using a custom > WRKDIRPREFIX anyway. :) Alternatively, the following is (arguably) the > most efficient command line to handle that problem: > > cd /usr/ports && find . -maxdepth 3 -type d -name work -exec rm -rf {} \; > > > hth, > > Doug > -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 13:12:30 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F643106566C; Tue, 9 Nov 2010 13:12:30 +0000 (UTC) (envelope-from robert@erje.net) Received: from smtp-vbr13.xs4all.nl (smtp-vbr13.xs4all.nl [194.109.24.33]) by mx1.freebsd.org (Postfix) with ESMTP id 960BB8FC18; Tue, 9 Nov 2010 13:12:29 +0000 (UTC) Received: from vromage.erje.net (erje.net [80.126.62.176]) by smtp-vbr13.xs4all.nl (8.13.8/8.13.8) with ESMTP id oA9Cwjon098050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 9 Nov 2010 13:58:49 +0100 (CET) (envelope-from robert@erje.net) Received: from ismet.erje.net (ismet.erje.net [IPv6:2001:888:1f33::8e45:5e]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by vromage.erje.net (PostFix 2.7.1) with ESMTPS id D0166E97F69; Tue, 9 Nov 2010 13:59:06 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.3 vromage.erje.net D0166E97F69 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=erje.net; s=desumo; t=1289307524; bh=CX9lHX7mnOk7oSR/36Crv/w+Yz12fDX1qbU7evFHakk=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type; b=tQaQY862zOpqyzZlz6MgVtd/53lr9xdesj2iS9B1M7UHOTD99BQ4wGqjkoz3bRWTc wU97kMHYH/cl2tdTjizrmJ9+Lq2LyblQPUYh9ea/fS3Xs58DhDCwno482Avakk0IYF 6j/lens6gXAu8LnGXLRR2J1dEAIokTjsACW9AWFk= Date: Tue, 9 Nov 2010 13:58:42 +0100 From: Robert Joosten To: perl@FreeBSD.org Message-ID: <20101109125841.GD5199@ismet.erje.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Envelope-from: User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: ports@FreeBSD.org Subject: question regarding archivers/p5-Archive-Zip X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 13:12:30 -0000 Hi guys, ATT mailscanner maintainer: just a FYI. I'm in the proces of pulling mailscanner out of the ports i.s.o. fighting with the distribution tar.gz. Having one box over, I encountered a minor bug in archivers/p5-Archive-Zip. It all has to do with http://rt.cpan.org/Public/Bug/Display.html?id=61930 . I manually patched Member.pm and now things run smooth without mailscanner complaining. Oh yes, it works without this patch, but keeps complaining every time mailscanner starts a batch. Any possibillity to have this patch in, say, v1.30_2 ? That would save other folks a google[tm]-tour-through-mailinglists :-) When I write to you in err, please let me know. I pulled the MAINTAINER='s from their respective Makefile. Regards, Robert From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 14:28:17 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC547106566C for ; Tue, 9 Nov 2010 14:28:17 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 739978FC14 for ; Tue, 9 Nov 2010 14:28:17 +0000 (UTC) Received: by ywg4 with SMTP id 4so760073ywg.13 for ; Tue, 09 Nov 2010 06:28:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=1jJJCyTSC0XbDRg11QyzxW42BM3QFbXOADACQEp+cEg=; b=hgjM2tQOzMjqhxyq+xeGWWQTJt3iaZfDTE+m9qVr2MZuRGl53o5QNeuUhKfBm7EHi6 fONDhVkjkhdqIVrmePf+pSykDKlPPff+HOaAbAchw30F4s1PGildZR4wGkInjDl5S/9U ZPMQlpixIh01KPWxsZmv6kcS5D8wLdUxtoF2c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=nFWCrzum5E+ZSrSuaezGvZjd4ZABeb8qQAdKe1RU34Cib52Hd2er0a9laa/lvNWM1k 7z1kQWwCSe+XZ5bA03xkX6+F5TiF50B+XPipiX1gfUEarWQuo6vfrzsZdW99KrO/iyrZ +vKCEfO4UUAUxex14S9te7Po9RvWzGDF+fGUo= Received: by 10.150.212.5 with SMTP id k5mr10741207ybg.246.1289312895624; Tue, 09 Nov 2010 06:28:15 -0800 (PST) Received: from jimmiejaz.org (bas9-toronto63-1128678266.dsl.bell.ca [67.70.67.122]) by mx.google.com with ESMTPS id c4sm961936yha.40.2010.11.09.06.28.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 06:28:13 -0800 (PST) Message-ID: <4CD95A75.7090403@gmail.com> Date: Tue, 09 Nov 2010 09:28:05 -0500 From: Jimmie James User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: "Doug Barton dougb"@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: portsclean -CDD oddness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jimmiejaz@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 14:28:17 -0000 >On 11/03/2010 23:46, Doug Barton wrote: >>> On 11/3/2010 9:59 PM, Jimmie James wrote: >>>> After doing a portupgrade, I've always run portsclean -CDD >>> [for reference] >>> -C Clean out all the working directories of the ports tree. (cf. >>> WRKDIRPREFIX) >>> -D Clean out all the distfiles that are not referenced by any port in >>> the ports tree. Specified twice (i.e. -DD), clean out all the >>> distfiles that are not referenced by any port that is currently >>> installed. (cf. DISTDIR) >>> >>> This time, fresh csup and a few ports updated, it wiped out EVERY >>> distfile for reasons I don't understand. Anyone have a clue as to why, >>> or what the frak is going on? >>> I can't tell you authoritatively, but I would be very surprised if this >> problem were not the result of the recent bsd.port.mk changes that >> removed MD5 checksums, and renamed the variable that refers to the >> distinfo file. > portupgrade was updated today, I imagine to resolve this issue. Yes, the update $FreeBSD: ports/ports-mgmt/portupgrade/Makefile,v 1.259 2010/11/08 07:56:14 stas Exp $ has fixed the issue of removing all distfiles. Thank you! >> If you've ever had the desire to give portmaster a try, now might be a >> good time, since I've updated it to deal with this issue. It has the >> --clean-distfiles feature which does what you described -DD does. > I neglected to mention that 'portmaster -t --clean-distfiles-all' will > do what you described -D does. Once I migrate this 7.3-STABLE to the latest 8.x branch, I'm planning on using portmaster. I have a bit of a Bad Feeling about making the switch with 1217 ports installed. I'm just waiting on getting my backup drive returned to me. >> It >> doesn't have the -C feature, but IMO you're better off using a custom >> WRKDIRPREFIX anyway. :) Alternatively, the following is (arguably) the >> most efficient command line to handle that problem: >>> cd /usr/ports && find . -maxdepth 3 -type d -name work -exec rm -rf {} \; >>> >> hth, >>> Doug You've helped a lot Doug, it's really appreciated, cheers! From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 14:31:16 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBA36106564A for ; Tue, 9 Nov 2010 14:31:16 +0000 (UTC) (envelope-from lynx.ripe@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 869868FC12 for ; Tue, 9 Nov 2010 14:31:16 +0000 (UTC) Received: by iwn39 with SMTP id 39so7700163iwn.13 for ; Tue, 09 Nov 2010 06:31:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=d9tm7/bdSmusgir6FpN4n3YYlg4oebohIQA1vCMjdsU=; b=BtT+X90is43CdYi5eUwfMnLT5bPgkjbRNsN7AmxqYTxLXwlI39yCpvtOdUokIXXLud ehkvDzvOMO2e506wY0T+4topj9xadKptN81qzXW00OFfG0Ft5QoAUwe6p+mQRqzeAh6X 4ty/lkaXGtvcnVMG6RCxEc+mXYkQFzEtj4AMo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hldGKLK832znA8ECaG2mrsS5ennIXb+uhk4NLxbeABnOsQ1lDkBZ02to/J1/iJgguf Wo8i56SpTfYRagPLtiGQEdak4Nbb/lmIu8EYEqrnkJn3jSMa45EMRHWuJKnLXyNeC1LE iCBdYqzIezSAv6i5jNM3MaXkGqGPBEZz+HLLE= MIME-Version: 1.0 Received: by 10.231.143.148 with SMTP id v20mr4981399ibu.167.1289311753386; Tue, 09 Nov 2010 06:09:13 -0800 (PST) Received: by 10.231.146.82 with HTTP; Tue, 9 Nov 2010 06:09:13 -0800 (PST) Date: Tue, 9 Nov 2010 16:09:13 +0200 Message-ID: From: Dmitry Pryanishnikov To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: Combining several upgrades using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 14:31:16 -0000 Hello! I wonder whether it's possible to automatically combine several upgrades using portmaster. Suppose one have to handle both ports/UPDATING entries: 20100530: suggests portmaster -w -r gettext 20100328: suggests portmaster -r png- It would be nice to combine them as ' portmaster -w -r gettext -r png-' to prevent double upgrade of relevant packages; however '-r' can be specified only once according to manpage. I've handled this by running both commands, replying 'n' to 'Proceed?' question, merging resulting origin list with sort|uniq and feeding it back to portmaster, but maybe there is a simpler way to solve the problem? -- Sincerely, Dmitry nic-hdl: LYNX-RIPE From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 14:48:47 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CDC5106566B for ; Tue, 9 Nov 2010 14:48:47 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id BCF278FC1A for ; Tue, 9 Nov 2010 14:48:46 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1PFpV5-0001IG-UN; Tue, 09 Nov 2010 17:48:43 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id C6AC9B84D; Tue, 9 Nov 2010 17:48:37 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id C12C6B844; Tue, 9 Nov 2010 17:48:37 +0300 (MSK) Date: Tue, 9 Nov 2010 17:48:37 +0300 From: Dmitry Marakasov To: Thomas Zander Message-ID: <20101109144837.GE1575@hades.panopticon> References: <20101109021847.GA31245@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20101109021847.GA31245@hades.panopticon> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: FreeBSD - Ports Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 14:48:47 -0000 * Dmitry Marakasov (amdmi3@hades.panopticon) wrote: > I'll also run it in a tinderbox with various options flipped to > nondefault values and report. Done, all good. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 15:47:00 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC241106564A for ; Tue, 9 Nov 2010 15:47:00 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from ftp.translate.ru (ftp.translate.ru [80.249.188.42]) by mx1.freebsd.org (Postfix) with ESMTP id 7B7EF8FC0C for ; Tue, 9 Nov 2010 15:47:00 +0000 (UTC) Received: from desktop.home.serebryakov.spb.ru (89.112.15.178.pppoe.eltel.net [89.112.15.178]) (Authenticated sender: lev@serebryakov.spb.ru) by ftp.translate.ru (Postfix) with ESMTPA id 0F9DF13DF48 for ; Tue, 9 Nov 2010 18:28:45 +0300 (MSK) Date: Tue, 9 Nov 2010 18:28:34 +0300 From: Lev Serebryakov Organization: FreeBSD X-Priority: 3 (Normal) Message-ID: <241091055.20101109182834@serebryakov.spb.ru> To: ports@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1251 Content-Transfer-Encoding: quoted-printable Cc: Subject: Proper way to detect kernel / userland sources? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: lev@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 15:47:00 -0000 Hello, Ports. I'm preparing port which depends both on kernel source (it contains kernel module) and userland sources (it needs GEOM sources). I see, that ports with kernel modules check for hardcoded "/usr/src/sys/Makefile". But it doesn't look good: sources could be perfectly valid, but placed in other directory! Is here any standerd variable which should be used instead of hardcoded "/usr/src"? --=20 // Black Lion AKA Lev Serebryakov From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 17:19:24 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13DEA106566B for ; Tue, 9 Nov 2010 17:19:24 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id AD45A8FC12 for ; Tue, 9 Nov 2010 17:19:23 +0000 (UTC) Received: (qmail 11315 invoked by uid 399); 9 Nov 2010 17:19:22 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 9 Nov 2010 17:19:22 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CD98299.9090809@FreeBSD.org> Date: Tue, 09 Nov 2010 09:19:21 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: Dmitry Pryanishnikov References: In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports Subject: Re: Combining several upgrades using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 17:19:24 -0000 On 11/09/2010 06:09, Dmitry Pryanishnikov wrote: > Hello! > > I wonder whether it's possible to automatically combine several > upgrades using portmaster. Suppose one have to handle both > ports/UPDATING entries: > > 20100530: suggests portmaster -w -r gettext > > 20100328: suggests portmaster -r png- > > It would be nice to combine them as ' portmaster -w -r gettext -r > png-' to prevent double upgrade of relevant packages; however '-r' can > be specified only once according to manpage. I've handled this by > running both commands, replying 'n' to 'Proceed?' question, merging > resulting origin list with sort|uniq and feeding it back to > portmaster, but maybe there is a simpler way to solve the problem? The number of times that -r is actually required is (thankfully) quite small, and the number of times that there is a need to do 2 -r's of ports that are heavily depended on is very very small. In fact I can only remember a few such instances over 15+ years. OTOH, the code to handle the -r feature is unfortunately quite complex, and I'm a little hesitant to mess with it (to be honest, mostly because it's working right now, so I don't want to tempt fate). :) I will, however, add this idea to my big list o' portmaster ideas and see if it's something I could tackle at a future date. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 17:31:55 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC8C1106564A for ; Tue, 9 Nov 2010 17:31:55 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 52D4B8FC08 for ; Tue, 9 Nov 2010 17:31:55 +0000 (UTC) Received: (qmail 30357 invoked by uid 399); 9 Nov 2010 17:31:54 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 9 Nov 2010 17:31:54 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CD98589.604@FreeBSD.org> Date: Tue, 09 Nov 2010 09:31:53 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: jimmiejaz@gmail.com References: <4CD95A75.7090403@gmail.com> In-Reply-To: <4CD95A75.7090403@gmail.com> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "Doug Barton dougb"@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: portsclean -CDD oddness X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 17:31:55 -0000 On 11/09/2010 06:28, Jimmie James wrote: >> On 11/03/2010 23:46, Doug Barton wrote: >> portupgrade was updated today, I imagine to resolve this issue. > > Yes, the update $FreeBSD: ports/ports-mgmt/portupgrade/Makefile,v 1.259 > 2010/11/08 07:56:14 stas Exp $ has fixed the issue of removing all > distfiles. > > Thank you! Don't thank me, thank stas. :) > Once I migrate this 7.3-STABLE to the latest 8.x branch, I'm planning on > using portmaster. I have a bit of a Bad Feeling about making the switch > with 1217 ports installed. I'm just waiting on getting my backup drive > returned to me. FYI, portmaster is completely ignorant about the scope of your installed ports ... it only takes into account the things you tell it to work on, whether that's one port or hundreds. And my understanding about portupgrade is that if something gets updated without it that on the next update of the database it takes that into account and then keeps on working just fine. But (honestly) I'm not trying to talk you into anything. :) Portupgrade is a fine tool, and I never have regarded portmaster as being "in competition" with it. Meanwhile, with 1200+ ports (yikes!) IMO you definitely do not want to try an in-place upgrade over a major OS version update. You might want to install portmaster and look in the man page at the end for the recommended "major version upgrade" procedure, especially if you plan to give portmaster a try on the new system. > You've helped a lot Doug, it's really appreciated, cheers! My pleasure. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 19:30:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6AF3106566C for ; Tue, 9 Nov 2010 19:30:40 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB588FC19 for ; Tue, 9 Nov 2010 19:30:40 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 4289B5ABFE; Tue, 9 Nov 2010 20:30:19 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 400065ABFC; Tue, 9 Nov 2010 20:30:19 +0100 (CET) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 1B16E5CC5F; Tue, 9 Nov 2010 20:30:19 +0100 (CET) Received: from wep4035.physik.uni-wuerzburg.de ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.2HF105) with ESMTP id 2010110920301784-91040 ; Tue, 9 Nov 2010 20:30:17 +0100 Date: Tue, 9 Nov 2010 20:30:17 +0100 From: Alexey Shuvaev To: Dmitry Pryanishnikov Message-ID: <20101109193017.GA45046@wep4035.physik.uni-wuerzburg.de> References: <4CD98299.9090809@FreeBSD.org> MIME-Version: 1.0 In-Reply-To: <4CD98299.9090809@FreeBSD.org> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.2HF105 | October 15, 2010) at 11/09/2010 08:30:18 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.2HF105 | October 15, 2010) at 11/09/2010 08:30:18 PM, Serialize complete at 11/09/2010 08:30:18 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: freebsd-ports Subject: Re: Combining several upgrades using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 19:30:40 -0000 On Tue, Nov 09, 2010 at 09:19:21AM -0800, Doug Barton wrote: > On 11/09/2010 06:09, Dmitry Pryanishnikov wrote: > >Hello! > > > > I wonder whether it's possible to automatically combine several > >upgrades using portmaster. Suppose one have to handle both > >ports/UPDATING entries: > > > >20100530: suggests portmaster -w -r gettext > > > >20100328: suggests portmaster -r png- > > > >It would be nice to combine them as ' portmaster -w -r gettext -r > >png-' to prevent double upgrade of relevant packages; however '-r' can > >be specified only once according to manpage. I've handled this by > >running both commands, replying 'n' to 'Proceed?' question, merging > >resulting origin list with sort|uniq and feeding it back to > >portmaster, but maybe there is a simpler way to solve the problem? > > The number of times that -r is actually required is (thankfully) > quite small, and the number of times that there is a need to do 2 > -r's of ports that are heavily depended on is very very small. In > fact I can only remember a few such instances over 15+ years. > > OTOH, the code to handle the -r feature is unfortunately quite > complex, and I'm a little hesitant to mess with it (to be honest, > mostly because it's working right now, so I don't want to tempt > fate). :) I will, however, add this idea to my big list o' > portmaster ideas and see if it's something I could tackle at a > future date. > In the case that you catch 2 or more sweeping updates it is very likely that you are updating across rather large time interval (half of a year or more). In this case I usually ignore all '-r' UPDATING entries and do just portmaster -a. The idea is that almost all ports have got updated in this large period of time too. Of course, you shold keep an eye on the system after such upgrade, manualy reinstalling ports that fail to find old shared library. But normally there are very few of them. (From my experience, freetype2 is regulary one of them.) 0.02$, Alexey. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 20:03:49 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C07DA106566B; Tue, 9 Nov 2010 20:03:49 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC788FC12; Tue, 9 Nov 2010 20:03:48 +0000 (UTC) Received: by ewy28 with SMTP id 28so3957325ewy.13 for ; Tue, 09 Nov 2010 12:03:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=h/UNcrSLPd4dT9/uuqWfX8lbFoJE60T8PoQyBc8yC58=; b=Q9w+3+LVhZv3OjdMssTUUCRn/LVsTdBxKSFyOP1l9ztCpUizooeb0LDaqqYkmi+eVs vR9bTAgLWrUWIYN9r4m+q8KnfestVHvKAYcEIYV4/7FZFPVi+C5O9/mn3mjajVZ7Br8b sNgFnrtCnLFmXgcPAvN/M2XOJlJl1ymmpcnNU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=OAw90rDB+NbEmI6UAvrCCN/cO+HXlBeZk//09jakaC78p00e85Pcubw6mSykXiDYZv hwA1arWILQpHesYOuoi8Qm1pX/UIKIubsO5VHELAYybV4+AzipM/9uT2zc4YT1zW06+N 4EPFO0yMACcapjLlZX5nTKeqlEdWSZUxiAeqI= MIME-Version: 1.0 Received: by 10.213.13.81 with SMTP id b17mr3824568eba.85.1289331135342; Tue, 09 Nov 2010 11:32:15 -0800 (PST) Received: by 10.213.16.193 with HTTP; Tue, 9 Nov 2010 11:32:15 -0800 (PST) Date: Tue, 9 Nov 2010 21:32:15 +0200 Message-ID: From: Marin Atanasov Nikolov To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 20:03:49 -0000 Hello, Some time ago I've started a thread on freebsd-ports@ regarding an interactive tool for installing packages under FreeBSD - pkg_add_it. Now that I got some time to work on the program, I have added a few additional features to it, which I think someone might find useful like: - dependencies tree view of packages (useful to find out package dependencies) - a similar tool that does this already exists - pkg_tree, but it only works for installed ports, while pkg_add_it can show you every package from INDEX - regex support - displays categories and packages from each of them found in INDEX - some code improvements, etc... The code can be found here [1] and in order to install the program, you need to: # git clone git://git.unix-heaven.org/public/pkg_add_it # cd pkg_add_it && make install clean I still haven't updated the manual pages yet, but you can read something about the program on the web page [2]. Screenshots can be seen as well. [3] Would be nice if someone can test it, and provide some feedback - what can be removed, improved, added, etc.. Surely, there's room for improvement, but that's a start.. :) Thanks, Marin [1] git.unix-heaven.org [2] www.unix-heaven.org/index.php?page=pkg_add_it [3] http://www.unix-heaven.org/pkg_add_it-new-gfx/ -- Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 20:06:31 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C08710656AB for ; Tue, 9 Nov 2010 20:06:31 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id DCA5F8FC17 for ; Tue, 9 Nov 2010 20:06:30 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1PFtxx-0002EL-0I>; Tue, 09 Nov 2010 20:34:49 +0100 Received: from e178024133.adsl.alicedsl.de ([85.178.24.133] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1PFtxw-0007J0-RR>; Tue, 09 Nov 2010 20:34:48 +0100 Message-ID: <4CD9A258.3080309@mail.zedat.fu-berlin.de> Date: Tue, 09 Nov 2010 20:34:48 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.24.133 Cc: Subject: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 20:06:31 -0000 Hello. Tried to build the newest ISIS 3.2.1 software package for planetary survey science, but fail. I always get the following error which seems to be triggered due to an ambiguous overload of a function, but I do not know how to fix the problem since everything seems clen to me. The USGS ISIS package uses prebuild libraries, but only for two Linux distributions and OSX, libxerces is version 3.1 as far as I can see, but FreeBSD port textproc/xerces-c2 is stuck with 2.7. So far, ISIS 3.2.0 could be build on FreeBSD 8 and 9 with minor problems but working. Is anybody out here also utilising FreeBSD for scientific purposes and alsi using ISIS3 3.2.1? Can anybody help or give a hint? Thanks in advance, Oliver Building object [IsisAml] (20:22:34) In file included from /usr/local/include/xercesc/framework/psvi/XSModel.hpp:29, from /usr/local/include/xercesc/framework/XMLGrammarPool.hpp:27, from /usr/local/include/xercesc/validators/common/GrammarResolver.hpp:24, from /usr/local/include/xercesc/internal/XMLScanner.hpp:36, from /usr/local/include/xercesc/internal/VecAttributesImpl.hpp:28, from /usr/local/include/xercesc/parsers/SAX2XMLReaderImpl.hpp:27, from /usr/local/include/xercesc/sax2/XMLReaderFactory.hpp:24, from IsisAml.cpp:27: /usr/local/include/xercesc/validators/schema/SchemaElementDecl.hpp: In member function 'virtual bool xercesc_2_7::SchemaElementDecl::isGlobalDecl() const': /usr/local/include/xercesc/validators/schema/SchemaElementDecl.hpp:508: warning: comparison between signed and unsigned integer expressions IsisXMLApplication.cpp: In member function 'virtual void IsisXMLApplication::startElement(const XMLCh*, const XMLCh*, const XMLCh*, const xercesc_2_7::Attributes&)': IsisXMLApplication.cpp:99: error: call of overloaded 'getValue(XMLSize_t)' is ambiguous /usr/local/include/xercesc/sax2/Attributes.hpp:195: note: candidates are: virtual const XMLCh* xercesc_2_7::Attributes::getValue(unsigned int) const /usr/local/include/xercesc/sax2/Attributes.hpp:270: note: virtual const XMLCh* xercesc_2_7::Attributes::getValue(const XMLCh*) const gmake[5]: *** [IsisXMLApplication.o] Error 1 gmake[4]: *** [object] Error 2 From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 20:49:24 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE0E010656B3 for ; Tue, 9 Nov 2010 20:49:24 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id 5CCCA8FC23 for ; Tue, 9 Nov 2010 20:49:24 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward13.mail.yandex.net (Yandex) with ESMTP id 70C0B1080DFE; Tue, 9 Nov 2010 23:49:22 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1289335762; bh=OqhIwm4XDICJC/VHxkFn9wqZ06CwsDB9ifiqG5COVpI=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=G+EQQQofTZ8aLza4BtGUUt7NwQ9O3pqHoEVg8XNOSCwMZRER8vGOdcGShGJ+juh5Z rRpgZ5DtiC+BPvoxigkJzrH6QWD/ETK9LYOkmQm3M2od2DaxrdnVsdd3Wlh9li3wFi 7yZxKHvZv2VOgxPciEfD5ij0rhs3AE/OtwCP9OVc= Received: from smeshariki2.local (unknown [77.66.145.223]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 1CC4B13E8093; Tue, 9 Nov 2010 23:49:22 +0300 (MSK) Message-ID: <4CD9B3CA.6050500@yandex.ru> Date: Tue, 09 Nov 2010 23:49:14 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: "O. Hartmann" References: <4CD9A258.3080309@mail.zedat.fu-berlin.de> In-Reply-To: <4CD9A258.3080309@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-TimeMark: 1289335762 X-Yandex-Spam: 1 X-Yandex-Front: smtp12.mail.yandex.net Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 20:49:25 -0000 Good day! 09.11.2010 22:34, O. Hartmann пишет: > Hello. > Tried to build the newest ISIS 3.2.1 software package for planetary > survey science, but fail. I always get the following error which seems > to be triggered due to an ambiguous overload of a function, but I do not > know how to fix the problem since everything seems clen to me. The USGS > ISIS package uses prebuild libraries, but only for two Linux > distributions and OSX, libxerces is version 3.1 as far as I can see, but > FreeBSD port textproc/xerces-c2 is stuck with 2.7. So far, ISIS 3.2.0 > could be build on FreeBSD 8 and 9 with minor problems but working. Is > anybody out here also utilising FreeBSD for scientific purposes and alsi > using ISIS3 3.2.1? Can anybody help or give a hint? Which exact xerces version is needed for successful build? Did you tried to install textproc/xerces-c2-devel? (It has 2.8.0 that is last stable release in 2.x branch). > > Thanks in advance, > > Oliver > > > Building object [IsisAml] (20:22:34) > In file included from > /usr/local/include/xercesc/framework/psvi/XSModel.hpp:29, > from /usr/local/include/xercesc/framework/XMLGrammarPool.hpp:27, > from /usr/local/include/xercesc/validators/common/GrammarResolver.hpp:24, > from /usr/local/include/xercesc/internal/XMLScanner.hpp:36, > from /usr/local/include/xercesc/internal/VecAttributesImpl.hpp:28, > from /usr/local/include/xercesc/parsers/SAX2XMLReaderImpl.hpp:27, > from /usr/local/include/xercesc/sax2/XMLReaderFactory.hpp:24, > from IsisAml.cpp:27: > /usr/local/include/xercesc/validators/schema/SchemaElementDecl.hpp: In > member function 'virtual bool > xercesc_2_7::SchemaElementDecl::isGlobalDecl() const': > /usr/local/include/xercesc/validators/schema/SchemaElementDecl.hpp:508: > warning: comparison between signed and unsigned integer expressions > IsisXMLApplication.cpp: In member function 'virtual void > IsisXMLApplication::startElement(const XMLCh*, const XMLCh*, const > XMLCh*, const xercesc_2_7::Attributes&)': > IsisXMLApplication.cpp:99: error: call of overloaded > 'getValue(XMLSize_t)' is ambiguous > /usr/local/include/xercesc/sax2/Attributes.hpp:195: note: candidates > are: virtual const XMLCh* xercesc_2_7::Attributes::getValue(unsigned > int) const > /usr/local/include/xercesc/sax2/Attributes.hpp:270: note: virtual const > XMLCh* xercesc_2_7::Attributes::getValue(const XMLCh*) const > gmake[5]: *** [IsisXMLApplication.o] Error 1 > gmake[4]: *** [object] Error 2 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 20:52:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3B37106566C for ; Tue, 9 Nov 2010 20:52:52 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9679C8FC17 for ; Tue, 9 Nov 2010 20:52:52 +0000 (UTC) Received: by ywj3 with SMTP id 3so361191ywj.13 for ; Tue, 09 Nov 2010 12:52:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=CAm9Iy2SsHeTCjHw2Lp2/3y99AgkcB9UwumXVUvxECw=; b=AWGU+Luz1UGEZIY7/esUjtrOkv2WStZowmTfjwT5JFDHXZSmIKF7bUsb5svq7mgdkb NqEOdHZa+wDIJOQ21YgyWEki3GrUsPEdOmVukQDZf2awRgBIzeu6bB1NriCxnT4iBnlb bj2HtTdrq8c92AKjlIxM9kypXf24Q1Y+up0yQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=lRDRGsEZWrST9zgW59xiJ8NVasSAB+M2k/ZMMOaMsnFP0Gg2dwLbICKTFxQ+u/Wyhl jEtcnDA+okzCweJk5AHs0PhqyINk6UOVhwWAF2U5iArDfi0oEPEINxBJTwj+5s5OHf2x KPEgvaoZJ49pH6VkCN16Xi9Jyz728XN5DzCFI= Received: by 10.204.68.140 with SMTP id v12mr89712bki.207.1289335971197; Tue, 09 Nov 2010 12:52:51 -0800 (PST) Received: from ernst.jennejohn.org (p578E2BDD.dip.t-dialin.net [87.142.43.221]) by mx.google.com with ESMTPS id v1sm1347702bkt.17.2010.11.09.12.52.49 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 12:52:50 -0800 (PST) Date: Tue, 9 Nov 2010 21:52:47 +0100 From: Gary Jennejohn To: "O. Hartmann" Message-ID: <20101109215247.0ecac268@ernst.jennejohn.org> In-Reply-To: <4CD9A258.3080309@mail.zedat.fu-berlin.de> References: <4CD9A258.3080309@mail.zedat.fu-berlin.de> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 20:52:53 -0000 On Tue, 09 Nov 2010 20:34:48 +0100 "O. Hartmann" wrote: > Hello. > Tried to build the newest ISIS 3.2.1 software package for planetary > survey science, but fail. I always get the following error which seems > to be triggered due to an ambiguous overload of a function, but I do not > know how to fix the problem since everything seems clen to me. The USGS > ISIS package uses prebuild libraries, but only for two Linux > distributions and OSX, libxerces is version 3.1 as far as I can see, but > FreeBSD port textproc/xerces-c2 is stuck with 2.7. So far, ISIS 3.2.0 > could be build on FreeBSD 8 and 9 with minor problems but working. Is > anybody out here also utilising FreeBSD for scientific purposes and alsi > using ISIS3 3.2.1? Can anybody help or give a hint? > > Thanks in advance, > Are you using the standard gcc? You could try installing one of the gcc versions from ports and see whether that helps. The standard gcc is a few generations old. [snip error output] -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:06:32 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97D6610656B7; Tue, 9 Nov 2010 21:06:32 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 507088FC1A; Tue, 9 Nov 2010 21:06:32 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1PFvOh-0005eG-K8>; Tue, 09 Nov 2010 22:06:31 +0100 Received: from e178024133.adsl.alicedsl.de ([85.178.24.133] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1PFvOh-0003Oc-ET>; Tue, 09 Nov 2010 22:06:31 +0100 Message-ID: <4CD9B7D6.6040405@mail.zedat.fu-berlin.de> Date: Tue, 09 Nov 2010 22:06:30 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: gljennjohn@googlemail.com References: <4CD9A258.3080309@mail.zedat.fu-berlin.de> <20101109215247.0ecac268@ernst.jennejohn.org> In-Reply-To: <20101109215247.0ecac268@ernst.jennejohn.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.24.133 Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:06:32 -0000 On 11/09/10 21:52, Gary Jennejohn wrote: > On Tue, 09 Nov 2010 20:34:48 +0100 > "O. Hartmann" wrote: > >> Hello. >> Tried to build the newest ISIS 3.2.1 software package for planetary >> survey science, but fail. I always get the following error which seems >> to be triggered due to an ambiguous overload of a function, but I do not >> know how to fix the problem since everything seems clen to me. The USGS >> ISIS package uses prebuild libraries, but only for two Linux >> distributions and OSX, libxerces is version 3.1 as far as I can see, but >> FreeBSD port textproc/xerces-c2 is stuck with 2.7. So far, ISIS 3.2.0 >> could be build on FreeBSD 8 and 9 with minor problems but working. Is >> anybody out here also utilising FreeBSD for scientific purposes and alsi >> using ISIS3 3.2.1? Can anybody help or give a hint? >> >> Thanks in advance, >> > > Are you using the standard gcc? You could try installing one of the > gcc versions from ports and see whether that helps. The standard gcc > is a few generations old. > > [snip error output] > Hello, I'm using clang ;-) But I also tried gcc45. After I installed xerces-c version 3.1.1 from the Apache project in referred ISIS to take libs iand includes from the new installation path, I had success, but only a partial one. Xalan-c relies on the older version xerces-c2 2.7.. I also tried with xerces-c2-devel (2.8.0), but it also produces the error shown prior to this message. Regards, Oliver From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:08:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B008106564A; Tue, 9 Nov 2010 21:08:09 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 02C428FC13; Tue, 9 Nov 2010 21:08:08 +0000 (UTC) Received: by eyb7 with SMTP id 7so4040473eyb.13 for ; Tue, 09 Nov 2010 13:08:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=45uTsW6/wQrx1QpzFdEtEtcXVuOl4MaiRlUQwi9UDRw=; b=jT3qO71CBykZjUG6VlQE3suPE5KREmF6YoGB4MK76wbMQdTrGuiSRX2aNLgG2zWPje 3yrGzsmrqn1SIrcg8ofHjS/d2U8rTy8QqTSH8oq6aHbDBKA2ssimHBxjNN29R1bC7/WF ReXwTOld3p6+YATOr+p0bHR/qHZ/dLjvxNdMs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=c1ZXX6+bz/aOXaSIn5YGK367Ic/9ObDgzpJ0yi47TscuwLqceQ99gDYXH3gkR1a6mk 0aXf524+GneqqK4HnJZIoOMzWBrxDOwxlcDa0ooHrHgzHBhE18W5rEPOa/IkNelQOPk4 bED9okOyzUzjiejdbOijy2Q/UrtCcwlQgSQpk= MIME-Version: 1.0 Received: by 10.213.104.131 with SMTP id p3mr5675008ebo.59.1289336887626; Tue, 09 Nov 2010 13:08:07 -0800 (PST) Received: by 10.213.16.193 with HTTP; Tue, 9 Nov 2010 13:08:07 -0800 (PST) In-Reply-To: <20101109205955.GB10842@mark-laptop-bsd.mark-home> References: <20101109205955.GB10842@mark-laptop-bsd.mark-home> Date: Tue, 9 Nov 2010 23:08:07 +0200 Message-ID: From: Marin Atanasov Nikolov To: Mark Johnston Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:08:09 -0000 On Tue, Nov 9, 2010 at 10:59 PM, Mark Johnston wrote: > On Tue, Nov 09, 2010 at 09:32:15PM +0200, Marin Atanasov Nikolov wrote: >> Hello, >> >> Some time ago I've started a thread on freebsd-ports@ regarding an >> interactive tool for installing packages under FreeBSD - pkg_add_it. >> >> Now that I got some time to work on the program, I have added a few >> additional features to it, which I think someone might find useful >> like: >> >> =A0- dependencies tree view of packages (useful to find out package depe= ndencies) >> =A0- a similar tool that does this already exists - pkg_tree, but it >> only works for installed ports, while pkg_add_it can show you every >> package from INDEX >> =A0- regex support >> =A0- displays categories and packages from each of them found in INDEX >> =A0- some code improvements, etc... >> >> The code can be found here [1] and in order to install the program, you = need to: >> >> # git clone git://git.unix-heaven.org/public/pkg_add_it >> # cd pkg_add_it && make install clean >> >> I still haven't updated the manual pages yet, but you can read >> something about the program on the web page [2]. >> >> Screenshots can be seen as well. [3] >> >> Would be nice if someone can test it, and provide some feedback - what >> can be removed, improved, added, etc.. >> >> Surely, there's room for improvement, but that's a start.. :) >> >> Thanks, >> Marin >> >> [1] git.unix-heaven.org >> [2] www.unix-heaven.org/index.php?page=3Dpkg_add_it >> [3] http://www.unix-heaven.org/pkg_add_it-new-gfx/ >> >> -- >> Marin Atanasov Nikolov >> >> dnaeon AT gmail DOT com >> daemon AT unix-heaven DOT org >> http://www.unix-heaven.org/ > Hello Mark, > It looks pretty neat. I spent a minute or two trying it out, and my only > suggestion at this point is to check errno for common errors instead of > immediately calling ERRX to report non-zero returns from system calls. > It's kind of annoying to see a message like > > pkg_add_it: Error in config_read_file() from config.c at line 179: No > such file or directory Yep, my fault, the port does not install the config file in /usr/local/etc/pkg_add_it.conf I'll take care of adding it to the port :) > > when it's my fault that pkg_add_it can't find its config file. =3D) > Ditto for things like permissions errors and getenv(3). sudo doesn't > bring in my environment unless I use -E, so I get the following message > when a 'getenv("PAGER")' fails: > > pkg_add_it: Error in pkg_display_found() from pkg.c at line 418: No such > file or directory > Thanks for the feedback, I need to fix that one too :) Regards, Marin > -Mark > > > > > --=20 Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:11:34 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41F8C106566B for ; Tue, 9 Nov 2010 21:11:34 +0000 (UTC) (envelope-from lynx.ripe@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id DAC688FC0C for ; Tue, 9 Nov 2010 21:11:33 +0000 (UTC) Received: by gya6 with SMTP id 6so4827269gya.13 for ; Tue, 09 Nov 2010 13:11:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=cLQw4OrR9qip3vE+S1IOGGIBHOtgwci34wyByAja5Uo=; b=EHNA1X9uU+0YykFBklqd7/C4LXLpK48p23XWNpmnpLqiQ2omPkAJJTykBDE4XMPW/S Hi8henqiP4j44p6kc8zthrNH2iUEclsqX+BC7Cuottcj5YqFzVuTnf76oein5oJhIAhv 34JCBPNwocUxlaCRnswyIBkrnebiNk5sjkcI8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HnajbM78mT1jMm+egJrw4rMb1EYa3Ct/NkKyfpixKuYRO4DNbL5BRmrycoshT/0u4C BAHagryFIK6s96hh1mprdiOuzqdwQUuXui/H+vzMoQbMShWto+ZDsdoVqysGBCUO6zxG 2oRHylD/t3F7T25dHsWE9YQzeVVd21TZRvZ7Q= MIME-Version: 1.0 Received: by 10.42.218.136 with SMTP id hq8mr1722723icb.287.1289337092072; Tue, 09 Nov 2010 13:11:32 -0800 (PST) Received: by 10.231.146.82 with HTTP; Tue, 9 Nov 2010 13:11:31 -0800 (PST) In-Reply-To: <4CD98299.9090809@FreeBSD.org> References: <4CD98299.9090809@FreeBSD.org> Date: Tue, 9 Nov 2010 23:11:31 +0200 Message-ID: From: Dmitry Pryanishnikov To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: Combining several upgrades using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:11:34 -0000 Hello! 2010/11/9 Doug Barton : >> 20100530: suggests portmaster -w -r gettext >> 20100328: suggests portmaster -r png- >> >> It would be nice to combine them as ' portmaster -w -r gettext -r >> png-' to prevent double upgrade of relevant packages; however '-r' can > > OTOH, the code to handle the -r feature is unfortunately quite complex, a= nd > I'm a little hesitant to mess with it (to be honest, mostly because it's > working right now, so I don't want to tempt fate). :) =A0I will, however,= add > this idea to my big list o' portmaster ideas and see if it's something I > could tackle at a future date. Thank you! IMHO people who switch from portupgrade to portmaster would appreciate such a possibility, as the former supports multiple target pkgname_globs. --=20 Sincerely, Dmitry nic-hdl: LYNX-RIPE From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:13:27 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0C90106564A; Tue, 9 Nov 2010 21:13:27 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE148FC08; Tue, 9 Nov 2010 21:13:27 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1PFuxT-0002uW-AX; Tue, 09 Nov 2010 23:38:23 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id ABA2BB84D; Tue, 9 Nov 2010 23:38:22 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id A09B5B844; Tue, 9 Nov 2010 23:38:22 +0300 (MSK) Date: Tue, 9 Nov 2010 23:38:22 +0300 From: Dmitry Marakasov To: Lev Serebryakov Message-ID: <20101109203822.GA67706@hades.panopticon> References: <241091055.20101109182834@serebryakov.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <241091055.20101109182834@serebryakov.spb.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org Subject: Re: Proper way to detect kernel / userland sources? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:13:27 -0000 * Lev Serebryakov (lev@FreeBSD.org) wrote: > I'm preparing port which depends both on kernel source (it contains > kernel module) and userland sources (it needs GEOM sources). > > I see, that ports with kernel modules check for hardcoded > "/usr/src/sys/Makefile". But it doesn't look good: sources could be > perfectly valid, but placed in other directory! > > Is here any standerd variable which should be used instead of > hardcoded "/usr/src"? Oh, that reminded me. For now, there's no other way than to hardcode /usr/src (however some ports make that overridable). I've though of that too and made a patch that has been lying here for some time without purpose. As this topic is risen, I'd like to discuss it, possibly improve and push into Mk. http://people.freebsd.org/~amdmi3/USE_SRC.patch - Introduces SRC_BASE which defaults to /usr/src and may be used in ports to access system sources - Introduces USE_SRC (to be set in ports that require kernel source) that checks whether system sources are installed and whether their version corresponds to system version (overridable) - Corrects a typo While here, I'm worried about the fact that /usr/src is used as a possible source for OSVERSION. Currently, in presence of freebsd-update, it's really likely that system sources are out-of sync with installed system, so getting OSVERSION from /usr/src should likely be removed. osreldate is enough fallback if /usr/include/sys/param.h is absent for some reason. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:15:12 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 178651065672; Tue, 9 Nov 2010 21:15:12 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id AAF6F8FC1C; Tue, 9 Nov 2010 21:15:11 +0000 (UTC) Received: by ywj3 with SMTP id 3so384236ywj.13 for ; Tue, 09 Nov 2010 13:15:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=eK6qEzXHct49WkvQYdjGwGn5ra+U3daxNfKyc3PNbQw=; b=s4UTCPaklN8WGca7zeWGZIbvkMFzdNpXuklmVcnOANEJGnkpaqMuiQM5gQ6jfYHrC1 KsIviB7HpC1mgXAr0uW7KrJE215sq8HvAXH6gjfnO+RGfn42onqlu12EgAk+NG96Vxg4 IyVWGMXzlDH22UzyAO+bqnp1XqH4iJqUy99vg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=bpNqJ8MqQGJsdT364jtkSUOgmUpiCdJynPoWVBsMCt+k36k3FSdh3ggVIku894eKMe 6Mi7PEniGjNfGY7WEbh7U0rniS0KiD4nrUmqQFqChcg61bAAc5HnN/lj5+eaeBFODr7P yC+Ut6+rTFPnqIEXvb83FGvOP++8BpTG4eIMg= Received: by 10.151.102.12 with SMTP id e12mr4258795ybm.311.1289337310159; Tue, 09 Nov 2010 13:15:10 -0800 (PST) Received: from mark-laptop-bsd.mark-home (Mail1.sandvine.com [64.7.137.162]) by mx.google.com with ESMTPS id m12sm1239052ybn.0.2010.11.09.13.15.07 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 13:15:08 -0800 (PST) Date: Tue, 9 Nov 2010 16:14:39 -0500 From: Mark Johnston To: Marin Atanasov Nikolov Message-ID: <20101109211439.GC10842@mark-laptop-bsd.mark-home> References: <20101109205955.GB10842@mark-laptop-bsd.mark-home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:15:12 -0000 On Tue, Nov 09, 2010 at 11:08:07PM +0200, Marin Atanasov Nikolov wrote: > On Tue, Nov 9, 2010 at 10:59 PM, Mark Johnston wrote: > > On Tue, Nov 09, 2010 at 09:32:15PM +0200, Marin Atanasov Nikolov wrote: > >> Hello, > >> > >> Some time ago I've started a thread on freebsd-ports@ regarding an > >> interactive tool for installing packages under FreeBSD - pkg_add_it. > >> > >> Now that I got some time to work on the program, I have added a few > >> additional features to it, which I think someone might find useful > >> like: > >> > >> ?- dependencies tree view of packages (useful to find out package dependencies) > >> ?- a similar tool that does this already exists - pkg_tree, but it > >> only works for installed ports, while pkg_add_it can show you every > >> package from INDEX > >> ?- regex support > >> ?- displays categories and packages from each of them found in INDEX > >> ?- some code improvements, etc... > >> > >> The code can be found here [1] and in order to install the program, you need to: > >> > >> # git clone git://git.unix-heaven.org/public/pkg_add_it > >> # cd pkg_add_it && make install clean > >> > >> I still haven't updated the manual pages yet, but you can read > >> something about the program on the web page [2]. > >> > >> Screenshots can be seen as well. [3] > >> > >> Would be nice if someone can test it, and provide some feedback - what > >> can be removed, improved, added, etc.. > >> > >> Surely, there's room for improvement, but that's a start.. :) > >> > >> Thanks, > >> Marin > >> > >> [1] git.unix-heaven.org > >> [2] www.unix-heaven.org/index.php?page=pkg_add_it > >> [3] http://www.unix-heaven.org/pkg_add_it-new-gfx/ > >> > >> -- > >> Marin Atanasov Nikolov > >> > >> dnaeon AT gmail DOT com > >> daemon AT unix-heaven DOT org > >> http://www.unix-heaven.org/ > > > > Hello Mark, > > > It looks pretty neat. I spent a minute or two trying it out, and my only > > suggestion at this point is to check errno for common errors instead of > > immediately calling ERRX to report non-zero returns from system calls. > > It's kind of annoying to see a message like > > > > pkg_add_it: Error in config_read_file() from config.c at line 179: No > > such file or directory > > Yep, my fault, the port does not install the config file in > /usr/local/etc/pkg_add_it.conf > > I'll take care of adding it to the port :) Well, it was more of a general suggestion. I didn't even install the program - I just compiled and ran it. Nevertheless, I had to look at the source to figure out what the actual problem was. -Mark From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:25:19 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91E9F1065670 for ; Tue, 9 Nov 2010 21:25:19 +0000 (UTC) (envelope-from markjdb@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 425028FC19 for ; Tue, 9 Nov 2010 21:25:19 +0000 (UTC) Received: by ywj3 with SMTP id 3so394556ywj.13 for ; Tue, 09 Nov 2010 13:25:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=QgE2zgfI+s+o/tq83ig0qE90jJsYhxLTxHGaCClP9PM=; b=TjpEouqBLrtwVxoYhVyfRip6f2F5cY74bDRYVpW1qinQ8vqzdp1xZDu7nE4qo8jn47 2FbH20Jh0Kohwjz2xWS7+cDfkpXTXuLgsjieLNmQynZ+ZclYJ74lVE2Uk2MuCHGiMG80 lPAKYW4szlbf4ZCf2+ji9pKA6eWr4miC43Ohg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=BcZ/iDz3T9G6Wl6j+bW3ODDsThP4h5MAeZ5b3hbfywCizc7EhDOMIXJSYFdzpTW8Oj UhHXCoWEf0QZhqSsj1jz8f5cA0GeWYNINs6Lv0wt3ghGOLfkd2NCwxFLoUCZMv+zcEea t0JIITYZhFabBKVsMT2+d5uilfw8yp4b3U+RE= Received: by 10.150.11.19 with SMTP id 19mr11431225ybk.330.1289336424214; Tue, 09 Nov 2010 13:00:24 -0800 (PST) Received: from mark-laptop-bsd.mark-home (Mail1.sandvine.com [64.7.137.162]) by mx.google.com with ESMTPS id q4sm926290yba.14.2010.11.09.13.00.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 13:00:23 -0800 (PST) Date: Tue, 9 Nov 2010 15:59:55 -0500 From: Mark Johnston To: Marin Atanasov Nikolov Message-ID: <20101109205955.GB10842@mark-laptop-bsd.mark-home> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:25:19 -0000 On Tue, Nov 09, 2010 at 09:32:15PM +0200, Marin Atanasov Nikolov wrote: > Hello, > > Some time ago I've started a thread on freebsd-ports@ regarding an > interactive tool for installing packages under FreeBSD - pkg_add_it. > > Now that I got some time to work on the program, I have added a few > additional features to it, which I think someone might find useful > like: > > - dependencies tree view of packages (useful to find out package dependencies) > - a similar tool that does this already exists - pkg_tree, but it > only works for installed ports, while pkg_add_it can show you every > package from INDEX > - regex support > - displays categories and packages from each of them found in INDEX > - some code improvements, etc... > > The code can be found here [1] and in order to install the program, you need to: > > # git clone git://git.unix-heaven.org/public/pkg_add_it > # cd pkg_add_it && make install clean > > I still haven't updated the manual pages yet, but you can read > something about the program on the web page [2]. > > Screenshots can be seen as well. [3] > > Would be nice if someone can test it, and provide some feedback - what > can be removed, improved, added, etc.. > > Surely, there's room for improvement, but that's a start.. :) > > Thanks, > Marin > > [1] git.unix-heaven.org > [2] www.unix-heaven.org/index.php?page=pkg_add_it > [3] http://www.unix-heaven.org/pkg_add_it-new-gfx/ > > -- > Marin Atanasov Nikolov > > dnaeon AT gmail DOT com > daemon AT unix-heaven DOT org > http://www.unix-heaven.org/ It looks pretty neat. I spent a minute or two trying it out, and my only suggestion at this point is to check errno for common errors instead of immediately calling ERRX to report non-zero returns from system calls. It's kind of annoying to see a message like pkg_add_it: Error in config_read_file() from config.c at line 179: No such file or directory when it's my fault that pkg_add_it can't find its config file. =) Ditto for things like permissions errors and getenv(3). sudo doesn't bring in my environment unless I use -E, so I get the following message when a 'getenv("PAGER")' fails: pkg_add_it: Error in pkg_display_found() from pkg.c at line 418: No such file or directory -Mark From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 21:40:48 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD0FA1065693 for ; Tue, 9 Nov 2010 21:40:48 +0000 (UTC) (envelope-from lynx.ripe@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 84F6E8FC0C for ; Tue, 9 Nov 2010 21:40:48 +0000 (UTC) Received: by ywj3 with SMTP id 3so410838ywj.13 for ; Tue, 09 Nov 2010 13:40:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=uc0HnyLK3Hkl/ww436ej+NthjDjNXI3+CUQIUzpDD1o=; b=aNJ4bLsDAIix9MXzML9AQnldnJ19mxL+iYSV8Pn9E210TYyi65BblDEoE2hYIvv3EE K4MBrX8eNDeuZETMma15Mrxu6ft6EoltebhVSSwgZw4ogKKRxIMip1bzxkao+IbJ1bdr iY/j3q+0Hi99Hy02tEgrrcHuX14QAaEvMUWYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IW5ev6WkumxLrbljtjO+21VIoJdgUYC5LeIDb/5RTNXTdIQavd0jpmSnblkfVrnbcl 4iCK94Dy4ucQ21ExpUhwkCHNH+pdg4tIx3Cd6DCYW3GECruqXpArdmu+f/bocxBQVSGO lVdUydHec91mbYM320MvMN0yVcRrv2tvn3/Os= MIME-Version: 1.0 Received: by 10.42.228.10 with SMTP id jc10mr5909389icb.421.1289338847160; Tue, 09 Nov 2010 13:40:47 -0800 (PST) Received: by 10.231.146.82 with HTTP; Tue, 9 Nov 2010 13:40:47 -0800 (PST) In-Reply-To: <20101109193017.GA45046@wep4035.physik.uni-wuerzburg.de> References: <4CD98299.9090809@FreeBSD.org> <20101109193017.GA45046@wep4035.physik.uni-wuerzburg.de> Date: Tue, 9 Nov 2010 23:40:47 +0200 Message-ID: From: Dmitry Pryanishnikov To: Alexey Shuvaev Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports Subject: Re: Combining several upgrades using portmaster X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 21:40:48 -0000 Hello! 2010/11/9 Alexey Shuvaev : > In the case that you catch 2 or more sweeping updates it is very likely > that you are updating across rather large time interval (half of a year > or more). In this case I usually ignore all '-r' UPDATING entries and > do just portmaster -a. The idea is that almost all ports have got > updated in this large period of time too. I routinely use 'portmaster -a' on my workstation. OTOH for a server machine '-r gettext' and '-r png-' may be less disrupting: it won't touch ports for running server processes (e.g. squid or bind), and thus prevent service downtime during the upgrade. I prefer to upgrade ports for such a server processes only when absolutely necessary (e.g. when they become vulnerable), and not just on port version change (which will trigger an upgrade when using 'portmaster -a'). -- Sincerely, Dmitry nic-hdl: LYNX-RIPE From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 22:08:49 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BFAC7106582C; Tue, 9 Nov 2010 22:08:49 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 23DD98FC0C; Tue, 9 Nov 2010 22:08:48 +0000 (UTC) Received: by eyb7 with SMTP id 7so4094592eyb.13 for ; Tue, 09 Nov 2010 14:08:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject :in-reply-to:references:user-agent:date:message-id:mime-version :content-type; bh=Yo/5d4R31J4MgucLyoFpnS0gR4k99hSWW3KhuxQfSMU=; b=EwQlAkUK2mgsBr5rqv/uDCOKg+Ucb0B8JFvlH2+K7Qc5ZACTN0UHHxl4w6Kkx5o1KR j4n0MDprA5BqFTTp/SQOb3F5/rd894IAWJC3uMX2qhcdZL/Zs1qkhY5GA0Gs2cTjaa/N zKyy4ZmRMXi5yN7krYu2fhWXTw8pU2L0H5EHk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; b=KVIUHBVFOzYKHvmYtIAMvgmDf0aPjv+RblA/iaOecWUxqG4h2RGsPgrMfocr7MICqL NZ35ovG8j7JfwJe9bhXhTg5ft/admssWmBPmMry1JBl/G68Lh6ff9tWFecS5+BCr4taY t5FtiI7yfKfORyPg3A2TCBxO53ZExl2V5xH2U= Received: by 10.14.53.67 with SMTP id f43mr3367950eec.25.1289338971287; Tue, 09 Nov 2010 13:42:51 -0800 (PST) Received: from localhost (c-cd6f70d5.017-62-6b73642.cust.bredbandsbolaget.se [213.112.111.205]) by mx.google.com with ESMTPS id v56sm1569641eeh.14.2010.11.09.13.42.47 (version=SSLv3 cipher=RC4-MD5); Tue, 09 Nov 2010 13:42:49 -0800 (PST) From: Anonymous To: Dmitry Marakasov In-Reply-To: <20101109203822.GA67706@hades.panopticon> (Dmitry Marakasov's message of "Tue, 9 Nov 2010 23:38:22 +0300") References: <241091055.20101109182834@serebryakov.spb.ru> <20101109203822.GA67706@hades.panopticon> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) Date: Wed, 10 Nov 2010 00:42:40 +0300 Message-ID: <86fwvaw4vj.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain Cc: ports@FreeBSD.org, Lev Serebryakov Subject: Re: Proper way to detect kernel / userland sources? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 22:08:49 -0000 Dmitry Marakasov writes: > * Lev Serebryakov (lev@FreeBSD.org) wrote: > >> I'm preparing port which depends both on kernel source (it contains >> kernel module) and userland sources (it needs GEOM sources). >> >> I see, that ports with kernel modules check for hardcoded >> "/usr/src/sys/Makefile". But it doesn't look good: sources could be >> perfectly valid, but placed in other directory! >> >> Is here any standerd variable which should be used instead of >> hardcoded "/usr/src"? > > Oh, that reminded me. For now, there's no other way than to hardcode > /usr/src (however some ports make that overridable). I've though > of that too and made a patch that has been lying here for some time > without purpose. As this topic is risen, I'd like to discuss it, > possibly improve and push into Mk. > > http://people.freebsd.org/~amdmi3/USE_SRC.patch > > - Introduces SRC_BASE which defaults to /usr/src and may be used in > ports to access system sources Please, also define and export SYSDIR because that what is used by bsd.kmod.mk. And some ports only require kernel sources. I don't think there are many ports that need userland sources. SRC_BASE ?= /usr/src SYSDIR ?= ${SRC_BASE}/sys MAKE_ENV += SYSDIR="${SYSDIR}" > - Introduces USE_SRC (to be set in ports that require kernel source) > that checks whether system sources are installed and whether their > version corresponds to system version (overridable) > - Corrects a typo From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 22:11:04 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 204FB106566C; Tue, 9 Nov 2010 22:11:04 +0000 (UTC) (envelope-from gen@ukr.net) Received: from ffe17.ukr.net (ffe17.ukr.net [195.214.192.83]) by mx1.freebsd.org (Postfix) with ESMTP id AC9D48FC13; Tue, 9 Nov 2010 22:11:03 +0000 (UTC) Received: from mail by ffe17.ukr.net with local ID 1PFw5y-0007Hj-GR ; Tue, 09 Nov 2010 23:51:14 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: binary Content-Type: multipart/mixed; boundary="_----------=_12893394742734610" Date: Tue, 9 Nov 2010 23:51:14 +0200 To: pav@FreeBSD.org From: "Gennady" X-Mailer: Freemail 10527 X-Originating-Ip: [212.42.93.202] X-Browser: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101102 Firefox/3.6.12 Cc: freebsd-ports@FreeBSD.org Subject: patch net/ushare: fix build on 8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 22:11:04 -0000 This is a multi-part message in MIME format. --_----------=_12893394742734610 MIME-Version: 1.0 Content-Disposition: inline Content-Length: 94 Content-Transfer-Encoding: binary Content-Type: text/plain; charset="windows-1251" Hello all With this patches port ushare compile and work. Checked up on FreeBSD 8.1 amd64. --_----------=_12893394742734610 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name="patch-http.h" Content-Disposition: attachment LS0tIHNyYy9odHRwLmgub3JpZwkyMDA3LTEyLTA5IDE1OjAzOjM2LjAwMDAw MDAwMCArMDIwMAorKysgc3JjL2h0dHAuaAkyMDEwLTExLTA5IDE0OjI5OjM2 LjE1MDYzMDk3MCArMDIwMApAQCAtMjUsNiArMjUsMjEgQEAKICNpbmNsdWRl IDx1cG5wL3VwbnAuaD4KICNpbmNsdWRlIDx1cG5wL3VwbnB0b29scy5oPgog CisjaWZkZWYgX19GcmVlQlNEX18KK3N0cnVjdCBVcG5wVmlydHVhbERpckNh bGxiYWNrcyB7CitpbnQgICAgICAgICAgICAgICAoKmdldF9pbmZvKSBfX1Ao KGNvbnN0IGNoYXIgKmZpbGVuYW1lLCBzdHJ1Y3QgRmlsZV9JbmZvICppbmZv KSkgOworVXBucFdlYkZpbGVIYW5kbGUgKCpvcGVuKSAgICAgX19QKChjb25z dCBjaGFyICpmaWxlbmFtZSwgZW51bSBVcG5wT3BlbkZpbGVNb2RlIG1vZGUp KSA7CitpbnQgICAgICAgICAgICAgICAoKnJlYWQpICAgICBfX1AoKFVwbnBX ZWJGaWxlSGFuZGxlIGZoLCBjaGFyICpidWYsIHNpemVfdCBidWZsZW4pKSA7 CitpbnQgICAgICAgICAgICAgICAoKndyaXRlKSAgICBfX1AoKFVwbnBXZWJG aWxlSGFuZGxlIGZoIF9fYXR0cmlidXRlX18oKHVudXNlZCkpLAorICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICAgICBjaGFyICpidWYgX19hdHRy aWJ1dGVfXygodW51c2VkKSksCisgICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICAgIHNpemVfdCBidWZsZW4gX19hdHRyaWJ1dGVfXygodW51c2Vk KSkpKSA7CitpbnQgICAgICAgICAgICAgICAoKnNlZWspICAgICBfX1AoKFVw bnBXZWJGaWxlSGFuZGxlIGZoLCBvZmZfdCBvZmZzZXQsIGludCBvcmlnaW4p KSA7CitpbnQgICAgICAgICAgICAgICAoKmNsb3NlKSAgICBfX1AoKFVwbnBX ZWJGaWxlSGFuZGxlIGZoKSkgOworfSA7CisKK2V4dGVybiBzdHJ1Y3QgVXBu cFZpcnR1YWxEaXJDYWxsYmFja3MgdmlydHVhbF9kaXJfY2FsbGJhY2tzOwor I2Vsc2UKIHN0cnVjdCBVcG5wVmlydHVhbERpckNhbGxiYWNrcyB2aXJ0dWFs X2Rpcl9jYWxsYmFja3M7CisjZW5kaWYgLyogX19GcmVlQlNEX18gKi8KIAog I2VuZGlmIC8qIF9IVFRQX0hfICovCg== --_----------=_12893394742734610 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name="patch-ushare.h" Content-Disposition: attachment LS0tIHNyYy91c2hhcmUuaC5vcmlnCTIwMDctMTItMDkgMTU6MDM6MzYuMDAw MDAwMDAwICswMjAwCisrKyBzcmMvdXNoYXJlLmgJMjAxMC0xMS0wOSAxNDoz MTowMy40NjYyOTIyMDMgKzAyMDAKQEAgLTI3LDYgKzI3LDExIEBACiAjaW5j bHVkZSA8c3RkYm9vbC5oPgogI2luY2x1ZGUgPHB0aHJlYWQuaD4KIAorI2lm ZGVmIF9fRnJlZUJTRF9fCisjaW5jbHVkZSA8c3RkaW8uaD4KKyNpbmNsdWRl IDxzdHJpbmcuaD4KKyNlbmRpZiAvKiBfX0ZyZWVCU0RfXyAqLworCiAjaWZk ZWYgSEFWRV9ETE5BCiAjaW5jbHVkZSA8ZGxuYS5oPgogI2VuZGlmIC8qIEhB VkVfRExOQSAqLwo= --_----------=_12893394742734610 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; name="patch-ushare.c" Content-Disposition: attachment LS0tIHNyYy91c2hhcmUuYy5vcmlnCTIwMDctMTItMDkgMTU6MDM6MzYuMDAw MDAwMDAwICswMjAwCisrKyBzcmMvdXNoYXJlLmMJMjAxMC0xMS0wOSAxNDo1 Njo0NC4yNjE0NDU4MzEgKzAyMDAKQEAgLTE3MSw2ICsxNzEsMTkgQEAKICAg cHRocmVhZF9tdXRleF91bmxvY2sgKCZ1dC0+dGVybWluYXRpb25fbXV0ZXgp OwogfQogCisKKyNpZmRlZiBfX0ZyZWVCU0RfXworc3RhdGljIHZvaWQKKypn ZXRfaXBfYWRkcihzdHJ1Y3Qgc29ja2FkZHIgKnNhKQoreworICBpZiAoc2Et PnNhX2ZhbWlseSA9PSBBRl9JTkVUKQorICAgIHJldHVybiAmKCgoc3RydWN0 IHNvY2thZGRyX2luKilzYSktPnNpbl9hZGRyKTsKKyAgZWxzZQorICAgIHJl dHVybiAmKCgoc3RydWN0IHNvY2thZGRyX2luNiopc2EpLT5zaW42X2FkZHIp OworfQorI2VuZGlmIC8qIF9fRnJlZUJTRF9fICovCisKKwogc3RhdGljIHZv aWQKIGhhbmRsZV9hY3Rpb25fcmVxdWVzdCAoc3RydWN0IFVwbnBfQWN0aW9u X1JlcXVlc3QgKnJlcXVlc3QpCiB7CkBAIC0xODgsNyArMjAxLDExIEBACiAg IGlmIChzdHJjbXAgKHJlcXVlc3QtPkRldlVETiArIDUsIHV0LT51ZG4pKQog ICAgIHJldHVybjsKIAorI2lmbmRlZiBfX0ZyZWVCU0RfXwogICBpcCA9IHJl cXVlc3QtPkN0cmxQdElQQWRkci5zX2FkZHI7CisjZWxzZQorICBpcCA9IGdl dF9pcF9hZGRyKChzdHJ1Y3Qgc29ja2FkZHIgKikmcmVxdWVzdC0+Q3RybFB0 SVBBZGRyKSA7CisjZW5kaWYgLyogX19GcmVlQlNEX18gKi8KICAgaXAgPSBu dG9obCAoaXApOwogICBzcHJpbnRmICh2YWwsICIlZC4lZC4lZC4lZCIsCiAg ICAgICAgICAgIChpcCA+PiAyNCkgJiAweEZGLCAoaXAgPj4gMTYpICYgMHhG RiwgKGlwID4+IDgpICYgMHhGRiwgaXAgJiAweEZGKTsKQEAgLTM0OCw2ICsz NjUsNyBAQAogCiAgIFVwbnBFbmFibGVXZWJzZXJ2ZXIgKFRSVUUpOwogCisj aWZuZGVmIF9fRnJlZUJTRF9fCiAgIHJlcyA9IFVwbnBTZXRWaXJ0dWFsRGly Q2FsbGJhY2tzICgmdmlydHVhbF9kaXJfY2FsbGJhY2tzKTsKICAgaWYgKHJl cyAhPSBVUE5QX0VfU1VDQ0VTUykKICAgewpAQCAtMzU1LDYgKzM3Myw0MyBA QAogICAgIGZyZWUgKGRlc2NyaXB0aW9uKTsKICAgICByZXR1cm4gLTE7CiAg IH0KKyNlbHNlCisgIGlmICgocmVzID0gVXBucFZpcnR1YWxEaXJfc2V0X0dl dEluZm9DYWxsYmFjayh2aXJ0dWFsX2Rpcl9jYWxsYmFja3MuZ2V0X2luZm8p KSAhPSBVUE5QX0VfU1VDQ0VTUyApIHsKKyAgICAgbG9nX2Vycm9yIChfKCJD YW5ub3Qgc2V0IHZpcnR1YWwgZGlyZWN0b3J5IGNhbGxiYWNrIC0gZ2V0X2lu Zm9cbiIpKTsKKyAgICAgZnJlZSAoZGVzY3JpcHRpb24pOworICAgICByZXR1 cm4gLTE7CisgIH0KKworICBpZiAoKHJlcyA9IFVwbnBWaXJ0dWFsRGlyX3Nl dF9PcGVuQ2FsbGJhY2sodmlydHVhbF9kaXJfY2FsbGJhY2tzLm9wZW4pKSAh PSBVUE5QX0VfU1VDQ0VTUyApIHsKKyAgICAgbG9nX2Vycm9yIChfKCJDYW5u b3Qgc2V0IHZpcnR1YWwgZGlyZWN0b3J5IGNhbGxiYWNrIC0gb3BlblxuIikp OworICAgICBmcmVlIChkZXNjcmlwdGlvbik7CisgICAgIHJldHVybiAtMTsK KyAgfQorCisgIGlmICgocmVzID0gVXBucFZpcnR1YWxEaXJfc2V0X1JlYWRD YWxsYmFjayh2aXJ0dWFsX2Rpcl9jYWxsYmFja3MucmVhZCkpICE9IFVQTlBf RV9TVUNDRVNTICkgeworICAgICBsb2dfZXJyb3IgKF8oIkNhbm5vdCBzZXQg dmlydHVhbCBkaXJlY3RvcnkgY2FsbGJhY2sgLSByZWFkXG4iKSk7CisgICAg IGZyZWUgKGRlc2NyaXB0aW9uKTsKKyAgICAgcmV0dXJuIC0xOworICB9CisK KyAgaWYgKChyZXMgPSBVcG5wVmlydHVhbERpcl9zZXRfV3JpdGVDYWxsYmFj ayh2aXJ0dWFsX2Rpcl9jYWxsYmFja3Mud3JpdGUpKSAhPSBVUE5QX0VfU1VD Q0VTUyApIHsKKyAgICAgbG9nX2Vycm9yIChfKCJDYW5ub3Qgc2V0IHZpcnR1 YWwgZGlyZWN0b3J5IGNhbGxiYWNrIC0gd3JpdGVcbiIpKTsKKyAgICAgZnJl ZSAoZGVzY3JpcHRpb24pOworICAgICByZXR1cm4gLTE7CisgIH0KKworICBp ZiAoKHJlcyA9IFVwbnBWaXJ0dWFsRGlyX3NldF9TZWVrQ2FsbGJhY2sodmly dHVhbF9kaXJfY2FsbGJhY2tzLnNlZWspKSAhPSBVUE5QX0VfU1VDQ0VTUyAp IHsKKyAgICAgbG9nX2Vycm9yIChfKCJDYW5ub3Qgc2V0IHZpcnR1YWwgZGly ZWN0b3J5IGNhbGxiYWNrIC0gc2Vla1xuIikpOworICAgICBmcmVlIChkZXNj cmlwdGlvbik7CisgICAgIHJldHVybiAtMTsKKyAgfQorCisgIGlmICgocmVz ID0gVXBucFZpcnR1YWxEaXJfc2V0X0Nsb3NlQ2FsbGJhY2sodmlydHVhbF9k aXJfY2FsbGJhY2tzLmNsb3NlKSkgIT0gVVBOUF9FX1NVQ0NFU1MgKSB7Cisg ICAgIGxvZ19lcnJvciAoXygiQ2Fubm90IHNldCB2aXJ0dWFsIGRpcmVjdG9y eSBjYWxsYmFjayAtIGNsb3NlXG4iKSk7CisgICAgIGZyZWUgKGRlc2NyaXB0 aW9uKTsKKyAgICAgcmV0dXJuIC0xOworICB9CisjZW5kaWYgLyogX19GcmVl QlNEX18gKi8KIAogICByZXMgPSBVcG5wQWRkVmlydHVhbERpciAoVklSVFVB TF9ESVIpOwogICBpZiAocmVzICE9IFVQTlBfRV9TVUNDRVNTKQpAQCAtNDIx LDYgKzQ3Niw3IEBACiAgIGl0ZiA9IGl0Zmxpc3Q7CiAgIHdoaWxlIChpdGYp CiAgIHsKKyNpZm5kZWYgX19GcmVlQlNEX18KICAgICBpZiAoKGl0Zi0+aWZh X2ZsYWdzICYgSUZGX1VQKQogICAgICAgICAmJiAhc3RybmNtcCAoaXRmLT5p ZmFfbmFtZSwgaW50ZXJmYWNlLCBJRk5BTVNJWikpCiAgICAgewpAQCAtNDMw LDYgKzQ4NiwyMyBAQAogICAgICAgcmV0dXJuIHRydWU7CiAgICAgfQogICAg IGl0ZiA9IGl0Zi0+aWZhX25leHQ7CisjZWxzZQorICAgIGlmIChzdHJuY21w IChpdGYtPmlmYV9uYW1lLCBpbnRlcmZhY2UsIElGTkFNU0laKSkgeworICAg ICAgIGl0ZiA9IGl0Zi0+aWZhX25leHQ7CisgICAgICAgY29udGludWUgOwor ICAgIH0KKworICAgIGlmIChpdGYtPmlmYV9mbGFncyAmIElGRl9VUCkgewor ICAgICAgIGxvZ19pbmZvIChfKCJJbnRlcmZhY2UgJXMgaXMgdXAuXG4iKSwg aW50ZXJmYWNlKTsKKyAgICAgICBmcmVlaWZhZGRycyAoaXRmbGlzdCk7Cisg ICAgICAgcmV0dXJuIHRydWUgOworICAgIH0gZWxzZSB7CisgICAgICAgICBs b2dfZXJyb3IgKF8oIkludGVyZmFjZSAlcyBpcyBkb3duLlxuIiksIGludGVy ZmFjZSk7CisgICAgICAgICBsb2dfZXJyb3IgKF8oIlJlY2hlY2sgdVNoYXJl J3MgY29uZmlndXJhdGlvbiBhbmQgdHJ5IGFnYWluICFcbiIpKTsKKyAgICAg ICAgIGZyZWVpZmFkZHJzIChpdGZsaXN0KTsKKyAgICAgICAgIHJldHVybiBm YWxzZSA7CisgICAgICB9CisjZW5kaWYgLyogIF9fRnJlZUJTRF9fICovCiAg IH0KIAogICBmcmVlaWZhZGRycyAoaXRmKTsK --_----------=_12893394742734610-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 22:30:49 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D848B1065672 for ; Tue, 9 Nov 2010 22:30:49 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out8.libero.it (cp-out8.libero.it [212.52.84.108]) by mx1.freebsd.org (Postfix) with ESMTP id 6E1A28FC13 for ; Tue, 9 Nov 2010 22:30:49 +0000 (UTC) Received: from soth.ventu (151.51.51.158) by cp-out8.libero.it (8.5.107) id 4CC9864101E294B7 for freebsd-ports@freebsd.org; Tue, 9 Nov 2010 23:30:48 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oA9MUbhF070381 for ; Tue, 9 Nov 2010 23:30:37 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4CD9CB8D.1070407@netfence.it> Date: Tue, 09 Nov 2010 23:30:37 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Subject: doxygen font error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 22:30:49 -0000 Hello. Sorry for the confusion... Doxygen is giving me a lot of these: Error: Error: Could not find/open font Digging a bit, I found that it calls dot: %dot -v foo.dot -Tps -o foo.eps dot - graphviz version 2.26.3 (20100126.1600) Activated plugin library: libgvplugin_gd.so.6 Using textlayout: textlayout:gd Activated plugin library: libgvplugin_dot_layout.so.6 Using layout: dot:dot_layout Activated plugin library: libgvplugin_core.so.6 Using render: ps:core Using device: ps:ps:core The plugin configuration file: /usr/local/lib/graphviz/config6 was successfully loaded. render : dot fig gd map ps svg tk vml vrml xdot layout : circo dot fdp neato nop nop1 nop2 osage patchwork sfdp twopi textlayout : textlayout device : canon cmap cmapx cmapx_np dot eps fig gd gd2 gif gv imap imap_np ismap jpe j loadimage : (lib) eps gd gd2 gif jpe jpeg jpg png ps svg Error: Could not find/open font fontname: "FreeSans.ttf" resolved to: [internal times] Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font Error: Could not find/open font network simplex: 10 nodes 9 edges maxiter=2147483647 balance=1 network simplex: 10 nodes 9 edges 0 iter 0.00 sec mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 mincross G: 0 crossings, 0.00 secs. network simplex: 19 nodes 26 edges maxiter=2147483647 balance=2 network simplex: 19 nodes 26 edges 4 iter 0.00 sec routesplines: 9 edges, 27 boxes 0.00 sec Using render: ps:core Using device: ps:ps:core First strangeness is that dot belongs to graphics/graphviz, but doxygen doesn't depend on that (seen with pkg_info and make pretty-print-run-depends-list). Is this my fault in any way? Is it a bug in the port? Second: in fact I have: # locate FreeSans.ttf /usr/local/share/vlc/skins2/fonts/FreeSans.ttf # pkg_which /usr/local/share/vlc/skins2/fonts/FreeSans.ttf vlc-1.1.4_2,3 Of course neither doxygen, nor graphviz depend on vlc... Should they? Am I missing some other port? I do I instruct dot to use that font? Should I? Is it that one the missing font or is it the only one it finds? In that case, how can I get the name of the others? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Tue Nov 9 22:48:27 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764D8106566B for ; Tue, 9 Nov 2010 22:48:27 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id ED9E48FC15 for ; Tue, 9 Nov 2010 22:48:26 +0000 (UTC) Received: from [192.168.0.23] (ip-62-245-117-217.net.upcbroadband.cz [62.245.117.217]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id oA9MLKxD084928; Tue, 9 Nov 2010 23:21:22 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: Gennady In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-oRhVLLquxh5mBaYCMLMT" Date: Tue, 09 Nov 2010 23:21:20 +0100 Message-ID: <1289341280.11542.5.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.68 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 62.245.117.217; Sender-helo: [192.168.0.23]; ) Cc: freebsd-ports@FreeBSD.org Subject: Re: patch net/ushare: fix build on 8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Nov 2010 22:48:27 -0000 --=-oRhVLLquxh5mBaYCMLMT Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable Gennady p=ED=B9e v =FAt 09. 11. 2010 v 23:51 +0200: > With this patches port ushare compile and work. > Checked up on FreeBSD 8.1 amd64. Committed, thanks! --=20 --=20 Pav Lucistnik You can't expect to wield supreme executive power just 'cause some watery tart threw a sword at you. --=-oRhVLLquxh5mBaYCMLMT Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAkzZyWAACgkQntdYP8FOsoLTKwCcCcMu18y8MamGid2VPJ/i2PHD KTkAn24kRvJbDVmjeVB3Jd0VCFENrU3S =Zdaf -----END PGP SIGNATURE----- --=-oRhVLLquxh5mBaYCMLMT-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 02:06:50 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6854F106566B for ; Wed, 10 Nov 2010 02:06:50 +0000 (UTC) (envelope-from joeb@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 381D88FC0C for ; Wed, 10 Nov 2010 02:06:50 +0000 (UTC) Received: from laptop ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 9 Nov 2010 18:06:50 -0800 From: "joeb" To: Date: Tue, 9 Nov 2010 21:06:48 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-OriginalArrivalTime: 10 Nov 2010 02:06:50.0173 (UTC) FILETIME=[EFBDFED0:01CB807B] X-Sender: joeb@a1poweruser.com Cc: ports@FreeBSD.org Subject: FreeBSD Port: plone3-3.1.7_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joeb@a1poweruser.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 02:06:50 -0000 This port is broken and way out of date. It can not find the Plone-3.1.7.tar.gz file to download. Plone 4 is the current version. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 02:42:35 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9BC261065670 for ; Wed, 10 Nov 2010 02:42:35 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5762A8FC17 for ; Wed, 10 Nov 2010 02:42:35 +0000 (UTC) Received: by yxf34 with SMTP id 34so92319yxf.13 for ; Tue, 09 Nov 2010 18:42:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=AS5pm55tAUXDEmMEjFeetl5nhXSJoFDnjXzutXEVjK4=; b=kOheSGVpPZTyqnR80dWLFvlnzqDiqYg8ueKHO6KA7kx7bYZvEbLJ4CMVWy5AS8JcSB SOw8bvn9HuEz4o0muYrEe7S7Q7cfo8IKLepEnQDTsKgAENSPdxVmKTqjGl6zjvyoKtQh 4sgiv9/10GVrSM6FybD6krSiMZdMn+xaDUTS8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=u57QPOCvYQnntMuTyI1aGYRFBn8bJiNUbIlZqs555Nh1XRFQ5E2kKvF3ZbdYtSskJi 34TFcTNwo1ovRteHCbJQhDuNJ6TYSEiTz5ai6YUMyjcr5NqP9UMaxEbNJ72VJpjOBn+C jP4T6/Iw878xhdf9rW8FlM85UNW/CIPIO4c/E= MIME-Version: 1.0 Received: by 10.42.172.193 with SMTP id o1mr3330915icz.106.1289355193683; Tue, 09 Nov 2010 18:13:13 -0800 (PST) Received: by 10.231.8.65 with HTTP; Tue, 9 Nov 2010 18:13:13 -0800 (PST) In-Reply-To: References: Date: Wed, 10 Nov 2010 10:13:13 +0800 Message-ID: From: wen heping To: joeb@a1poweruser.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, nakaji@jp.freebsd.org Subject: Re: FreeBSD Port: plone3-3.1.7_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 02:42:35 -0000 Yes, Plone should be update to 4, would you file a PR to fix it ? wen 2010/11/10 joeb : > This port is broken and way out of date. > It can not find the Plone-3.1.7.tar.gz file to download. > Plone 4 is the current version. > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > --=20 =E7=9C=9F=E7=90=86=E4=BB=8E=E6=9D=A5=E6=B2=A1=E6=9C=89=E6=88=98=E8=83=9C=E8= =BF=87=E8=B0=AC=E8=AF=AF=EF=BC=8C=E7=9C=9F=E7=90=86=E5=8F=AA=E6=9C=89=E5=9C= =A8=E5=9D=9A=E6=8C=81=E8=B0=AC=E8=AF=AF=E7=9A=84=E4=BA=BA=E6=AD=BB=E5=8E=BB= =E5=90=8E=E6=89=8D=E6=88=90=E4=B8=BA=E7=9C=9F=E7=90=86=E3=80=82 From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 03:46:27 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51197106566C for ; Wed, 10 Nov 2010 03:46:27 +0000 (UTC) (envelope-from cyberbotx@cyberbotx.com) Received: from qmta13.emeryville.ca.mail.comcast.net (qmta13.emeryville.ca.mail.comcast.net [76.96.27.243]) by mx1.freebsd.org (Postfix) with ESMTP id 36BFA8FC13 for ; Wed, 10 Nov 2010 03:46:27 +0000 (UTC) Received: from omta21.emeryville.ca.mail.comcast.net ([76.96.30.88]) by qmta13.emeryville.ca.mail.comcast.net with comcast id V6fc1f0031u4NiLADFZGF7; Wed, 10 Nov 2010 03:33:16 +0000 Received: from kirby.cyberbotx.com ([71.238.30.182]) by omta21.emeryville.ca.mail.comcast.net with comcast id VFZD1f00J3vlkZB8hFZF1y; Wed, 10 Nov 2010 03:33:16 +0000 Message-ID: <4CDA1279.4050809@cyberbotx.com> Date: Tue, 09 Nov 2010 22:33:13 -0500 From: Naram Qashat User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.15) Gecko/20101029 Thunderbird/3.0.10 MIME-Version: 1.0 To: Andrea Venturoli References: <4CD9CB8D.1070407@netfence.it> In-Reply-To: <4CD9CB8D.1070407@netfence.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: doxygen font error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 03:46:27 -0000 On 11/09/10 17:30, Andrea Venturoli wrote: > Hello. > > Sorry for the confusion... > > Doxygen is giving me a lot of these: > Error: Error: Could not find/open font > > > > Digging a bit, I found that it calls dot: > > %dot -v foo.dot -Tps -o foo.eps > dot - graphviz version 2.26.3 (20100126.1600) > Activated plugin library: libgvplugin_gd.so.6 > Using textlayout: textlayout:gd > Activated plugin library: libgvplugin_dot_layout.so.6 > Using layout: dot:dot_layout > Activated plugin library: libgvplugin_core.so.6 > Using render: ps:core > Using device: ps:ps:core > The plugin configuration file: > /usr/local/lib/graphviz/config6 > was successfully loaded. > render : dot fig gd map ps svg tk vml vrml xdot > layout : circo dot fdp neato nop nop1 nop2 osage patchwork sfdp twopi > textlayout : textlayout > device : canon cmap cmapx cmapx_np dot eps fig gd gd2 gif gv imap > imap_np ismap jpe j > loadimage : (lib) eps gd gd2 gif jpe jpeg jpg png ps svg > Error: Could not find/open font > fontname: "FreeSans.ttf" resolved to: [internal times] > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > Error: Could not find/open font > network simplex: 10 nodes 9 edges maxiter=2147483647 balance=1 > network simplex: 10 nodes 9 edges 0 iter 0.00 sec > mincross: pass 0 iter 0 trying 0 cur_cross 0 best_cross 0 > mincross G: 0 crossings, 0.00 secs. > network simplex: 19 nodes 26 edges maxiter=2147483647 balance=2 > network simplex: 19 nodes 26 edges 4 iter 0.00 sec > routesplines: 9 edges, 27 boxes 0.00 sec > Using render: ps:core > Using device: ps:ps:core > > > > First strangeness is that dot belongs to graphics/graphviz, but doxygen > doesn't depend on that (seen with pkg_info and make > pretty-print-run-depends-list). > Is this my fault in any way? Is it a bug in the port? As the maintainer of the port, I can tell you that doxygen depends on graphics/graphviz only if NOPORTDOCS is not defined. Did you have NOPORTDOCS defined? If so, I might have to make it so graphviz is required regardless. > Second: in fact I have: > # locate FreeSans.ttf > /usr/local/share/vlc/skins2/fonts/FreeSans.ttf > # pkg_which /usr/local/share/vlc/skins2/fonts/FreeSans.ttf > vlc-1.1.4_2,3 > > Of course neither doxygen, nor graphviz depend on vlc... > Should they? > Am I missing some other port? From a scan of the ports tree, there are many ports which have a FreeSans.ttf as part of their pkg-plist. However, looking at the docs that come with Doxygen, it appears that Doxygen itself should be generating that file for use with dot. As I have only taken up maintainership of the port and do not develop Doxygen, this may be something to bring up with the Doxygen developers. A quick glance at the code shows that it should be creating that, however. Thanks, Naram Qashat > I do I instruct dot to use that font? > Should I? > Is it that one the missing font or is it the only one it finds? > In that case, how can I get the name of the others? > > > > bye & Thanks > av. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 07:07:13 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5C5F106564A; Wed, 10 Nov 2010 07:07:13 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.67.217]) by mx1.freebsd.org (Postfix) with ESMTP id 988618FC0A; Wed, 10 Nov 2010 07:07:13 +0000 (UTC) Received: by mail.0x20.net (Postfix, from userid 1002) id 17AB23A601; Wed, 10 Nov 2010 07:51:26 +0100 (CET) Date: Wed, 10 Nov 2010 07:51:26 +0100 From: Lars Engels To: Dmitry Marakasov Message-ID: <20101110065125.GK56407@e.0x20.net> References: <241091055.20101109182834@serebryakov.spb.ru> <20101109203822.GA67706@hades.panopticon> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fgeUT96Xdo+SN8mm" Content-Disposition: inline In-Reply-To: <20101109203822.GA67706@hades.panopticon> X-Editor: VIM - Vi IMproved 7.2 X-Operation-System: FreeBSD 5.5-RELEASE-p19 User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, Lev Serebryakov Subject: Re: Proper way to detect kernel / userland sources? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 07:07:13 -0000 --fgeUT96Xdo+SN8mm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 09, 2010 at 11:38:22PM +0300, Dmitry Marakasov wrote: > * Lev Serebryakov (lev@FreeBSD.org) wrote: >=20 > > I'm preparing port which depends both on kernel source (it contains > > kernel module) and userland sources (it needs GEOM sources). > >=20 > > I see, that ports with kernel modules check for hardcoded > > "/usr/src/sys/Makefile". But it doesn't look good: sources could be > > perfectly valid, but placed in other directory! > >=20 > > Is here any standerd variable which should be used instead of > > hardcoded "/usr/src"? [...] > While here, I'm worried about the fact that /usr/src is used as a > possible source for OSVERSION. Currently, in presence of freebsd-update, > it's really likely that system sources are out-of sync with installed > system, so getting OSVERSION from /usr/src should likely be removed. > osreldate is enough fallback if /usr/include/sys/param.h is absent > for some reason. AFAIK freebsd-update also updates /usr/src if /usr/src is not empty. --fgeUT96Xdo+SN8mm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkzaQO0ACgkQKc512sD3afjlXACgokLJ9CYJQPifiJQ7uN9Ji3Wl M+YAoKxMf7ZUq/b6aYNfRqq2kBu80tFR =Lad7 -----END PGP SIGNATURE----- --fgeUT96Xdo+SN8mm-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 08:05:44 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A86B106564A for ; Wed, 10 Nov 2010 08:05:44 +0000 (UTC) (envelope-from nakaji@kankyo-u.ac.jp) Received: from d4407.kankyo-u.ac.jp (unknown [IPv6:2001:3e0:a84:3:21d:7dff:fe42:a36c]) by mx1.freebsd.org (Postfix) with ESMTP id 297898FC08 for ; Wed, 10 Nov 2010 08:05:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at d4407.kankyo-u.ac.jp Received: from jimmy.4407.kankyo-u.ac.jp.kankyo-u.ac.jp (localhost [IPv6:::1]) by d4407.kankyo-u.ac.jp (8.14.4/8.14.4) with ESMTP id oAA7aHqr050320; Wed, 10 Nov 2010 16:36:17 +0900 (JST) (envelope-from nakaji@kankyo-u.ac.jp) Sender: nakaji@kankyo-u.ac.jp From: NAKAJI Hiroyuki To: wen heping References: Date: Wed, 10 Nov 2010 16:36:17 +0900 In-Reply-To: (wen heping's message of "Wed, 10 Nov 2010 10:13:13 +0800") Message-ID: <86y691k4um.fsf@jimmy.4407.kankyo-u.ac.jp> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: ports@FreeBSD.org, joeb@a1poweruser.com Subject: Re: FreeBSD Port: plone3-3.1.7_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 08:05:44 -0000 Plone has its own unified installer after 3.2, and it is too much difficult for me to make an update. Finally, I gave up to update www/plone3 last year. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=ports/136779 If someone has a solution, please go ahead and become a new maintainer. I filed a PR to mark it as BROKEN. http://www.freebsd.org/cgi/query-pr.cgi?pr=152093 >>>>> In >>>>> wen heping wrote: > Yes, Plone should be update to 4, would you file a PR to fix it ? > wen > 2010/11/10 joeb : > > This port is broken and way out of date. > > It can not find the Plone-3.1.7.tar.gz file to download. > > Plone 4 is the current version. -- NAKAJI Hiroyuki From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 08:08:08 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99840106564A for ; Wed, 10 Nov 2010 08:08:08 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5D96D8FC0A for ; Wed, 10 Nov 2010 08:08:08 +0000 (UTC) Received: by iwn39 with SMTP id 39so480917iwn.13 for ; Wed, 10 Nov 2010 00:08:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=fXQcxJThydvD4KeijMenZaum9aymtnx6ndA0nBrxtbM=; b=FRbFSxVQXOs83Ghf1CG/84FzpZhVc9UkUD1FyuCX0awpLktvnOQAesP3tG3zmCOlAp E9vHVBhWwAICYXK6pIscWudM2on6fxfKrN7n8/62sXQeppK7RYUsBh1Ri9K8gL9XsG5V u/HkD3cNAky4KHlIgR9vCAHZmrBY0CUQqT880= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GgNMxIrwmHAvVTwQR4dzDigiMJvaCSE3ZdF7/vYwEm6xy7tYFxEU0aBfzmetGwVjwv 3EEdZTK1v8h1HV6gThxKXASi1Y548TNKffJuiIO6WVcayH/HnWCyTAtJmnzUj2GFgU7B chBJOg4F2BUMwM/Qwm1IJnE/LGvHjn3uJEftI= MIME-Version: 1.0 Received: by 10.231.33.203 with SMTP id i11mr5928197ibd.8.1289376486537; Wed, 10 Nov 2010 00:08:06 -0800 (PST) Received: by 10.231.8.65 with HTTP; Wed, 10 Nov 2010 00:08:06 -0800 (PST) In-Reply-To: <86y691k4um.fsf@jimmy.4407.kankyo-u.ac.jp> References: <86y691k4um.fsf@jimmy.4407.kankyo-u.ac.jp> Date: Wed, 10 Nov 2010 16:08:06 +0800 Message-ID: From: wen heping To: NAKAJI Hiroyuki Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, joeb@a1poweruser.com Subject: Re: FreeBSD Port: plone3-3.1.7_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 08:08:08 -0000 2010/11/10 NAKAJI Hiroyuki : > Plone has its own unified installer after 3.2, and it is too much > difficult for me to make an update. Finally, I gave up to update > www/plone3 last year. > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3Dports/136779 > > If someone has a solution, please go ahead and become a new maintainer. Yes, it is hard to update to 4.0. Thanks your previous work. > > I filed a PR to mark it as BROKEN. > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D152093 I will commit it, thank you. wen > >>>>>> In >>>>>> =C2=A0 wen heping wrote: > >> Yes, Plone should be update to 4, would you file a PR to fix it ? > >> wen > >> 2010/11/10 joeb : >> > This port is broken and way out of date. >> > It can not find the Plone-3.1.7.tar.gz file to download. >> > Plone 4 is the current version. > -- > NAKAJI Hiroyuki > From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 08:18:00 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B609E1065670 for ; Wed, 10 Nov 2010 08:18:00 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id 4B3548FC13 for ; Wed, 10 Nov 2010 08:17:59 +0000 (UTC) Received: from soth.ventu (151.51.51.158) by cp-out7.libero.it (8.5.107) id 4CB9BCB10309E343; Wed, 10 Nov 2010 09:17:58 +0100 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.4) with ESMTP id oAA8HsNm085854; Wed, 10 Nov 2010 09:17:54 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <4CDA5532.9000408@netfence.it> Date: Wed, 10 Nov 2010 09:17:54 +0100 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: Naram Qashat References: <4CD9CB8D.1070407@netfence.it> <4CDA1279.4050809@cyberbotx.com> In-Reply-To: <4CDA1279.4050809@cyberbotx.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: freebsd-ports@freebsd.org Subject: Re: doxygen font error X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 08:18:00 -0000 On 11/10/10 04:33, Naram Qashat wrote: >> First strangeness is that dot belongs to graphics/graphviz, but doxygen >> doesn't depend on that (seen with pkg_info and make >> pretty-print-run-depends-list). >> Is this my fault in any way? Is it a bug in the port? > > As the maintainer of the port, I can tell you that doxygen depends on > graphics/graphviz only if NOPORTDOCS is not defined. Did you have > NOPORTDOCS defined? If so, I might have to make it so graphviz is > required regardless. I don't see it in "make config" and I don't have it in /etc/make.conf either. > From a scan of the ports tree, there are many ports which have a > FreeSans.ttf as part of their pkg-plist. However, looking at the docs > that come with Doxygen, it appears that Doxygen itself should be > generating that file for use with dot. As I have only taken up > maintainership of the port and do not develop Doxygen, this may be > something to bring up with the Doxygen developers. A quick glance at the > code shows that it should be creating that, however. Ok. Should I file a bug report, a PR, whatever? Or should I just be patient and wait? :-) BTW, this is nothing critical to me. > Thanks, > Naram Qashat Thanks to you! bye av. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 08:40:31 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAB42106566B for ; Wed, 10 Nov 2010 08:40:31 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 90B358FC13 for ; Wed, 10 Nov 2010 08:40:31 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id oAA8Bd4M031607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 10 Nov 2010 00:11:40 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id oAA8BdB7031606; Wed, 10 Nov 2010 00:11:39 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA04594; Wed, 10 Nov 10 00:02:00 PST Date: Wed, 10 Nov 2010 00:01:51 -0800 From: perryh@pluto.rain.com To: dnaeon@gmail.com Message-Id: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> References: In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 08:40:31 -0000 Marin Atanasov Nikolov wrote: > in order to install the program, you need to: > > # git clone git://git.unix-heaven.org/public/pkg_add_it ... > Surely, there's room for improvement, but that's a start.. :) Dunno about anyone else, but from my standpoint it would be a _big_ improvement to provide a more recent snapshot than the 6-month-old pkg_add_it-1.2.tar.gz on ftp.freebsd.org so one doesn't have to install git, with its boatload of dependencies*, to see the recent improvements. * The amount of stuff downloaded by cd /usr/ports/devel/git ; make fetch-recursive is, shall we say, impressive. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 08:46:40 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F2E106564A for ; Wed, 10 Nov 2010 08:46:40 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9ACAA8FC1D for ; Wed, 10 Nov 2010 08:46:40 +0000 (UTC) Received: by iwn39 with SMTP id 39so519282iwn.13 for ; Wed, 10 Nov 2010 00:46:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BiCZ1fGD/dFGjN8cgToVPeXpcEpmVNWHnuoKDdjeGeM=; b=Wy3OtLIA7QyYgv4+VQA0UZrj/2+sb0j6/+kcWDOvW6ROprtvNNRbOlW12nZPvd+Wx1 H7bMDM8WPwqOuPJC8KKWZckBKB2X3Eq6iainx0cfclLvqBmf1n5aIGe3YNwuhXecJMLw KcZezqBF6UCaQZmAuXfdmc67q/JM6ujMV7qe8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jiepM3CTQijqFvrNgEzGjysqTGv2rzWFX6ZFZDyr+Af/K4QaFfRzF7A+LGnltSr/c8 Tkx33y4r8Z4gRYW1ok2k9CqBU6Tqs6vkCFzXormTh9iucdQkhA/VS3vwfpWg9kuPbCkJ vWpoaX7B2IqH19ZW0ObzLO9K5tBcLIoLQsHs4= MIME-Version: 1.0 Received: by 10.42.132.135 with SMTP id d7mr5617928ict.240.1289378798940; Wed, 10 Nov 2010 00:46:38 -0800 (PST) Received: by 10.231.8.65 with HTTP; Wed, 10 Nov 2010 00:46:38 -0800 (PST) In-Reply-To: References: <86y691k4um.fsf@jimmy.4407.kankyo-u.ac.jp> Date: Wed, 10 Nov 2010 16:46:38 +0800 Message-ID: From: wen heping To: NAKAJI Hiroyuki Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, joeb@a1poweruser.com Subject: Re: FreeBSD Port: plone3-3.1.7_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 08:46:40 -0000 2010/11/10 wen heping : > 2010/11/10 NAKAJI Hiroyuki : >> Plone has its own unified installer after 3.2, and it is too much >> difficult for me to make an update. Finally, I gave up to update >> www/plone3 last year. >> >> http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3Dports/136779 >> >> If someone has a solution, please go ahead and become a new maintainer. > > Yes, it is hard to update to 4.0. > Thanks your previous work. > > >> >> I filed a PR to mark it as BROKEN. >> http://www.freebsd.org/cgi/query-pr.cgi?pr=3D152093 After add this line to the Makefile: FETCH_CMD=3D the distfile could be fetch again, would you have a test and agree to close that PR if it is OK ? wen > > > I will commit it, thank you. > > > wen > > >> >>>>>>> In >>>>>>> =C2=A0 wen heping wrote: >> >>> Yes, Plone should be update to 4, would you file a PR to fix it ? >> >>> wen >> >>> 2010/11/10 joeb : >>> > This port is broken and way out of date. >>> > It can not find the Plone-3.1.7.tar.gz file to download. >>> > Plone 4 is the current version. >> -- >> NAKAJI Hiroyuki >> > --=20 =E7=9C=9F=E7=90=86=E4=BB=8E=E6=9D=A5=E6=B2=A1=E6=9C=89=E6=88=98=E8=83=9C=E8= =BF=87=E8=B0=AC=E8=AF=AF=EF=BC=8C=E7=9C=9F=E7=90=86=E5=8F=AA=E6=9C=89=E5=9C= =A8=E5=9D=9A=E6=8C=81=E8=B0=AC=E8=AF=AF=E7=9A=84=E4=BA=BA=E6=AD=BB=E5=8E=BB= =E5=90=8E=E6=89=8D=E6=88=90=E4=B8=BA=E7=9C=9F=E7=90=86=E3=80=82 From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 09:26:30 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE6971065694; Wed, 10 Nov 2010 09:26:30 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id D2F928FC13; Wed, 10 Nov 2010 09:26:29 +0000 (UTC) Received: by eyb7 with SMTP id 7so161688eyb.13 for ; Wed, 10 Nov 2010 01:26:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZNurXvcY+Br8lkESAWj5XwCOBxLCq4hxcHFkEnTR9lo=; b=Bya1f5tTPKL82gd7VNhvlsW07OwA1ErU7SgF+mc8BztvtRaTtCr5kamGxZSyYooyhW wqYgnZ5OFlie8A45Kiv66MEzl1hJkHHWtf2rbR/bDcA8FTgjwSB97utRky2K1s4MGPJU mEhG1r5Mb6rKvZF3GX+FWYlWxRDKflgVYuKzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bTl0ti70YcjB/kGc5T8ox3Aols9s9GNsWPT1410wMaXvbOsDCz8ShUIzd1sUtKDg5a KsohGwbp7dKixURSdkPlF3zDLKaJbQbVpVfK0mIRsnacnZH8OPVn4nOaKoEfN9E2Pq/D C2NiDya33XfgJSFxr+sS4iYWmW91XaDmLK62k= MIME-Version: 1.0 Received: by 10.213.8.147 with SMTP id h19mr6161041ebh.85.1289381187764; Wed, 10 Nov 2010 01:26:27 -0800 (PST) Received: by 10.213.16.193 with HTTP; Wed, 10 Nov 2010 01:26:27 -0800 (PST) In-Reply-To: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> References: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> Date: Wed, 10 Nov 2010 11:26:27 +0200 Message-ID: From: Marin Atanasov Nikolov To: perryh@pluto.rain.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 09:26:30 -0000 On Wed, Nov 10, 2010 at 10:01 AM, wrote: > Marin Atanasov Nikolov wrote: > >> in order to install the program, you need to: >> >> # git clone git://git.unix-heaven.org/public/pkg_add_it > ... >> Surely, there's room for improvement, but that's a start.. :) > > Dunno about anyone else, but from my standpoint it would be a _big_ > improvement to provide a more recent snapshot than the 6-month-old > pkg_add_it-1.2.tar.gz on ftp.freebsd.org so one doesn't have to > install git, with its boatload of dependencies*, to see the recent > improvements. If you do not have git installed, you could still get the latest snapshot of pkg_add_it via the Cgit repo. [1] Currently the latest version of the program is tagged as RELEASE_1_3, so just go to [1] and get a compressed snapshot of the program, then extract and compile it. I'm planning to submit a PR to update the port soon, but before that I still need to finish a few things. Regards, Marin [1] http://git.unix-heaven.org/cgit.cgi/pkg_add_it/ > > * The amount of stuff downloaded by > =A0 =A0cd /usr/ports/devel/git ; make fetch-recursive > =A0is, shall we say, impressive. > --=20 Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 10:13:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5323E106564A; Wed, 10 Nov 2010 10:13:40 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0BBD88FC15; Wed, 10 Nov 2010 10:13:39 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1PG7NO-00052n-1V>; Wed, 10 Nov 2010 10:53:58 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1PG7NN-00059Q-QX>; Wed, 10 Nov 2010 10:53:57 +0100 Message-ID: <4CDA6BB7.80604@zedat.fu-berlin.de> Date: Wed, 10 Nov 2010 10:53:59 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: gljennjohn@googlemail.com References: <4CD9A258.3080309@mail.zedat.fu-berlin.de> <20101109215247.0ecac268@ernst.jennejohn.org> <4CD9B7D6.6040405@mail.zedat.fu-berlin.de> In-Reply-To: <4CD9B7D6.6040405@mail.zedat.fu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: cvs-src@yandex.ru, freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 10:13:40 -0000 On 11/09/10 22:06, O. Hartmann wrote: > On 11/09/10 21:52, Gary Jennejohn wrote: >> On Tue, 09 Nov 2010 20:34:48 +0100 >> "O. Hartmann" wrote: >> >>> Hello. >>> Tried to build the newest ISIS 3.2.1 software package for planetary >>> survey science, but fail. I always get the following error which seems >>> to be triggered due to an ambiguous overload of a function, but I do not >>> know how to fix the problem since everything seems clen to me. The USGS >>> ISIS package uses prebuild libraries, but only for two Linux >>> distributions and OSX, libxerces is version 3.1 as far as I can see, but >>> FreeBSD port textproc/xerces-c2 is stuck with 2.7. So far, ISIS 3.2.0 >>> could be build on FreeBSD 8 and 9 with minor problems but working. Is >>> anybody out here also utilising FreeBSD for scientific purposes and alsi >>> using ISIS3 3.2.1? Can anybody help or give a hint? >>> >>> Thanks in advance, >>> >> >> Are you using the standard gcc? You could try installing one of the >> gcc versions from ports and see whether that helps. The standard gcc >> is a few generations old. >> >> [snip error output] >> > > Hello, > > I'm using clang ;-) But I also tried gcc45. After I installed xerces-c > version 3.1.1 from the Apache project in referred ISIS to take libs iand > includes from the new installation path, I had success, but only a > partial one. Xalan-c relies on the older version xerces-c2 2.7.. > > I also tried with xerces-c2-devel (2.8.0), but it also produces the > error shown prior to this message. > > Regards, > Oliver Some update. I tried several compilers, all fail due to the wrong xerces-c library. The new USGS software package expects version 3.1.1 of xerces-c. Simply installing the new xerces-c library by compiling, installing to another path and referring to the new lib path etc. doesn't work properly, since there are some conflicts with the original installed xerces-c2 2.7 library. I had to deinstall xerces-c2 package from the ports first, compile and install ISIS3, then reinstall xerces-c2 since it is neccessary by some other important ports we've installed. Xalan-c is also a candidate relying on xerces-c2, and a prerequisite for ISIS3, but so far, I did not recognize any conflicts or misbehaviour. But this is still a worse situation. Greetings, Oliver From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 11:35:57 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0B791065693 for ; Wed, 10 Nov 2010 11:35:57 +0000 (UTC) (envelope-from nakaji@kankyo-u.ac.jp) Received: from d4407.kankyo-u.ac.jp (unknown [IPv6:2001:3e0:a84:3:21d:7dff:fe42:a36c]) by mx1.freebsd.org (Postfix) with ESMTP id 9AA338FC21 for ; Wed, 10 Nov 2010 11:35:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at d4407.kankyo-u.ac.jp Received: from jimmy.4407.kankyo-u.ac.jp.kankyo-u.ac.jp (localhost [IPv6:::1]) by d4407.kankyo-u.ac.jp (8.14.4/8.14.4) with ESMTP id oAAB4mwQ058483; Wed, 10 Nov 2010 20:05:10 +0900 (JST) (envelope-from nakaji@kankyo-u.ac.jp) Sender: nakaji@kankyo-u.ac.jp From: NAKAJI Hiroyuki To: wen heping References: <86y691k4um.fsf@jimmy.4407.kankyo-u.ac.jp> Date: Wed, 10 Nov 2010 20:04:48 +0900 In-Reply-To: (wen heping's message of "Wed, 10 Nov 2010 16:46:38 +0800") Message-ID: <86pqudjv73.fsf@jimmy.4407.kankyo-u.ac.jp> User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: ports@freebsd.org, joeb@a1poweruser.com Subject: Re: FreeBSD Port: plone3-3.1.7_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 11:35:58 -0000 >>>>> In >>>>> wen heping wrote: > >> I filed a PR to mark it as BROKEN. > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=152093 > After add this line to the Makefile: > FETCH_CMD= > the distfile could be fetch again, > would you have a test and agree to close that PR if it is OK ? You mean "FETCH_ARGS="? If so, it's ok. Thanks. -- NAKAJI Hiroyuki From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 14:18:02 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6B97106564A; Wed, 10 Nov 2010 14:18:02 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id A08678FC1C; Wed, 10 Nov 2010 14:18:02 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1PGBUu-0000fi-9W; Wed, 10 Nov 2010 17:18:00 +0300 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id B4D57B84D; Wed, 10 Nov 2010 17:17:59 +0300 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 9ABA1B844; Wed, 10 Nov 2010 17:17:59 +0300 (MSK) Date: Wed, 10 Nov 2010 17:17:59 +0300 From: Dmitry Marakasov To: Lars Engels Message-ID: <20101110141759.GF1575@hades.panopticon> References: <241091055.20101109182834@serebryakov.spb.ru> <20101109203822.GA67706@hades.panopticon> <20101110065125.GK56407@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20101110065125.GK56407@e.0x20.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, Lev Serebryakov Subject: Re: Proper way to detect kernel / userland sources? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 14:18:03 -0000 * Lars Engels (lars.engels@0x20.net) wrote: > AFAIK freebsd-update also updates /usr/src if /usr/src is not empty. Depends on its settings. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 16:04:02 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 872DF1065672 for ; Wed, 10 Nov 2010 16:04:02 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email2.allantgroup.com (email2.emsphone.com [199.67.51.116]) by mx1.freebsd.org (Postfix) with ESMTP id 084628FC28 for ; Wed, 10 Nov 2010 16:04:01 +0000 (UTC) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email2.allantgroup.com (8.14.4/8.14.4) with ESMTP id oAAFjC4w091092 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 10 Nov 2010 09:45:12 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.4/8.14.4) with ESMTP id oAAFjBII053529 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 10 Nov 2010 09:45:12 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.4/8.14.4/Submit) id oAAFjBwJ053528; Wed, 10 Nov 2010 09:45:11 -0600 (CST) (envelope-from dan) Date: Wed, 10 Nov 2010 09:45:11 -0600 From: Dan Nelson To: perryh@pluto.rain.com Message-ID: <20101110154511.GC46822@dan.emsphone.com> References: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> X-OS: FreeBSD 8.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) X-Virus-Scanned: clamav-milter 0.96.4 at email2.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (email2.allantgroup.com [199.67.51.78]); Wed, 10 Nov 2010 09:45:12 -0600 (CST) X-Scanned-By: MIMEDefang 2.68 on 199.67.51.78 Cc: freebsd-hackers@freebsd.org, dnaeon@gmail.com, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 16:04:02 -0000 In the last episode (Nov 10), perryh@pluto.rain.com said: > Marin Atanasov Nikolov wrote: > > in order to install the program, you need to: > > > > # git clone git://git.unix-heaven.org/public/pkg_add_it > ... > > Surely, there's room for improvement, but that's a start.. :) > > Dunno about anyone else, but from my standpoint it would be a _big_ > improvement to provide a more recent snapshot than the 6-month-old > pkg_add_it-1.2.tar.gz on ftp.freebsd.org so one doesn't have to install > git, with its boatload of dependencies*, to see the recent improvements. > > * The amount of stuff downloaded by > cd /usr/ports/devel/git ; make fetch-recursive > is, shall we say, impressive. I use the devel/hg-git port to pull all the git trees I need to access using mercurial. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 22:14:16 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29AD8106566B for ; Wed, 10 Nov 2010 22:14:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C89738FC0A for ; Wed, 10 Nov 2010 22:14:15 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oAAMEEnO088429 for ; Wed, 10 Nov 2010 15:14:15 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oAAMEENp088426 for ; Wed, 10 Nov 2010 15:14:14 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 10 Nov 2010 15:14:14 -0700 (MST) From: Warren Block To: ports@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 10 Nov 2010 15:14:15 -0700 (MST) Cc: Subject: Re: Firefox lpr printing X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 22:14:16 -0000 I had written: > > With firefox-3.6.12,1 and lpr/lpd printing, Firefox core dumps on > attempting to print or even File/Page Setup. xfce4, and > WITHOUT_CUPS=yes. > > Anyone else seeing this? Not quite sure what was causing this. It seemed to be that Firefox required cups-client to be installed, but now works without it. It may have been that cups-client was still installed (a surprise to me) or that it was garbled due to my own experimenting. Anyway, works fine now. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 10 23:40:08 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 768ED1065674 for ; Wed, 10 Nov 2010 23:40:08 +0000 (UTC) (envelope-from xpahos@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 300418FC14 for ; Wed, 10 Nov 2010 23:40:07 +0000 (UTC) Received: by ywa8 with SMTP id 8so332229ywa.13 for ; Wed, 10 Nov 2010 15:40:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=9WjYK5u0YE5Fle6uTU725+xu5+B5d1JqRE+qXUEcAtU=; b=D9JlsKnZ7AkJ06EEPmpeSoa4M4sEtouvlIIKUPAX1BhKft9x8B1mc3vQ/cf1uAnusE Hk2fQde1ewIugA4AlWzT8cr7UwmK1+hJ4M6fjnDAgADr7mHSEfhmOyCMbVIhRMwZe86e G8rignX8ldLKLrtqcCcPX6L9ObLE0fkfo7z0g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Gt1uO4LSa8yuhe8VvOzfK0slBBpQed9QjwqyjJ857/3pYqa1d6223JA269/UFOn3vg DVJ8gIXeoRw0QEFckkUml7zCti8tIclRjVUX2dEq4DUsD/bqOiDpo45l4bUlJgVincTE VaB76HLzWYtTG7JQc37iqUe4IijN86dq1qtKc= MIME-Version: 1.0 Received: by 10.42.220.196 with SMTP id hz4mr130749icb.269.1289430821973; Wed, 10 Nov 2010 15:13:41 -0800 (PST) Received: by 10.231.34.73 with HTTP; Wed, 10 Nov 2010 15:13:41 -0800 (PST) Date: Thu, 11 Nov 2010 02:13:41 +0300 Message-ID: From: "xpahos@gmail.com" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Get path of extracted port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2010 23:40:08 -0000 Hi. I'm trying to write Makefile for MySQL plugin. In make file I've added BUILD_DEPENDS directive: BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql50-server:extract How I can get directory path with sources of MySQL for using in ./configure? From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 00:21:02 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F0E21065674 for ; Thu, 11 Nov 2010 00:21:02 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mx1.freebsd.org (Postfix) with ESMTP id 33A818FC0C for ; Thu, 11 Nov 2010 00:21:02 +0000 (UTC) Received: from mail-in-16-z2.arcor-online.net (mail-in-16-z2.arcor-online.net [151.189.8.33]) by mx.arcor.de (Postfix) with ESMTP id 3166C26408 for ; Thu, 11 Nov 2010 00:50:54 +0100 (CET) Received: from mail-in-09.arcor-online.net (mail-in-09.arcor-online.net [151.189.21.49]) by mail-in-16-z2.arcor-online.net (Postfix) with ESMTP id 2CCDE3FE301 for ; Thu, 11 Nov 2010 00:50:54 +0100 (CET) Received: from lorvorc.mips.inka.de (dslb-092-075-211-163.pools.arcor-ip.net [92.75.211.163]) by mail-in-09.arcor-online.net (Postfix) with ESMTPS id D6D9C1978B5 for ; Thu, 11 Nov 2010 00:50:53 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-09.arcor-online.net D6D9C1978B5 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.4/8.14.3) with ESMTP id oAANorMG046796 for ; Thu, 11 Nov 2010 00:50:53 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.4/8.14.4/Submit) id oAANorpN046795 for freebsd-ports@freebsd.org; Thu, 11 Nov 2010 00:50:53 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Wed, 10 Nov 2010 23:50:53 +0000 (UTC) Message-ID: References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 00:21:02 -0000 Thomas Zander wrote: > I have prepared a recent mplayer snapshot for a possible update for > mplayer and mencoder ports. > You can find the tarball here: > > http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 The default lavf demuxer is still broken for Ogg streams. Try this: $ mplayer http://icecast.version6.net:8888/okul.ogg It will usually work for the first song, but at the transition between songs it will stop and just continue to complain "Cache not filling!". A workaround is to use -demuxer ogg. (This has the side effect of causing the ffvorbis decoder to choke on a partial packet and a fall-through to the next Vorbis decoder in line, tremor in our case. Sigh.) I don't expect the port to deal with this, I'm mentioning it in the hope of generating some backpressure on upstream to finally fix this. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 01:40:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF3310656A9 for ; Thu, 11 Nov 2010 01:40:41 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6848D8FC13 for ; Thu, 11 Nov 2010 01:40:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 1CE3B1715A for ; Wed, 10 Nov 2010 20:40:41 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1289439640; bh=UXeGPwhU8rkMX2eGyPO+v5hYJ8hWWgAHlxp1A/msA4E=; b= dFMe+3kHlD4ldSGvNBpyV38oWEEcebTL9ZDS+ue/b6Wzgady/VipFtKi3aCc9V2A 8ru8QTW6KjNjjnXKfGzjPJZRAzJOEZMBZlgvEB8lrEixuHhnH3AVzkQL0bfQOldU rk7UqBgM6ocUPtNDzUHgF8fKplIEQyUQAUix2TQw/38= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id dxwOm2z2T4P4 for ; Wed, 10 Nov 2010 20:40:40 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 6761C17157 for ; Wed, 10 Nov 2010 20:40:40 -0500 (EST) Date: Wed, 10 Nov 2010 20:40:28 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101111014027.GA12136@magic.hamla.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Get path of extracted port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 01:40:41 -0000 On Thu, 2010-11-11 at 02:13:41 +0300, xpahos@gmail.com wrote: > I'm trying to write Makefile for MySQL plugin. In make file I've added > BUILD_DEPENDS directive: > > BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/databases/mysql50-server:extract > > How I can get directory path with sources of MySQL for using in ./configure? There are a few ways; for example (and inspiration), see devel/ruby-thrift and net/cvsupchk. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 06:13:07 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D9D1106566B; Thu, 11 Nov 2010 06:13:07 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 796698FC0A; Thu, 11 Nov 2010 06:13:07 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id oAB6CuMp096152 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 10 Nov 2010 22:12:57 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id oAB6CuRZ096151; Wed, 10 Nov 2010 22:12:56 -0800 (PST) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA08182; Wed, 10 Nov 10 22:01:24 PST Date: Wed, 10 Nov 2010 22:01:13 -0800 From: perryh@pluto.rain.com To: dnaeon@gmail.com Message-Id: <4cdb86a9.Y2mKBlO3rm15wF2D%perryh@pluto.rain.com> References: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 06:13:07 -0000 Marin Atanasov Nikolov wrote: > If you do not have git installed, you could still get the > latest snapshot of pkg_add_it via the Cgit repo. [1] > [1] http://git.unix-heaven.org/cgit.cgi/pkg_add_it/ Aha! I'm sure I looked at that page before posting, but did not see how to pull down a snapshot (vs browsing individual files) the first time. It seems to have been reorganized since 1.2, as well as having grown quite a bit :) From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 06:58:38 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5AF4106564A; Thu, 11 Nov 2010 06:58:38 +0000 (UTC) (envelope-from james.technew@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3A36C8FC08; Thu, 11 Nov 2010 06:58:37 +0000 (UTC) Received: by gya6 with SMTP id 6so1024852gya.13 for ; Wed, 10 Nov 2010 22:58:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=r8pcT+mT7QgqDyBkI/hARJnu3+nNupij1KpF8wjLyaI=; b=Du1f+suRiY5BooJsmja6tzvVcwlYZWkbX+OqoxxwWhu+po+gKhIbkFT/KaFlfm0QKW RYqhhQkXyqzZUCTQFjiPucP3DkKx9mg1GICbSTTE8A42N+ivsMnhRYkjc5TXQfPv8UMU ysZN2JxN8snEBtcpZg8bhu1uEePge+xlMOnrQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=L8bi5A4OdTq3KfWNh2QVx48yGG6VA7nijaR9qDn4qXslhYlaFXci8odhh/O7aflqhG 0FfvImfrn0eI+uMezsVhjRvleCXNfYjzCbufhP0Faid8vr/dZ/qNU4Kf4ZvhCk32L8xq nxhIYiHkTVxcfupum4DWsNL9b2ncubxGZ3s4g= MIME-Version: 1.0 Received: by 10.42.225.3 with SMTP id iq3mr366936icb.333.1289457054298; Wed, 10 Nov 2010 22:30:54 -0800 (PST) Received: by 10.42.166.198 with HTTP; Wed, 10 Nov 2010 22:30:54 -0800 (PST) Date: Thu, 11 Nov 2010 14:30:54 +0800 Message-ID: From: James Chang To: ashish@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports-bugs , freebsd-ports Subject: /usr/ports/x11/libxcb build Faild with Python31-3.1.2_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 06:58:38 -0000 Dear Sir, Today I try to build libxcb from ports tree with Python31-3.1.2_1(installed from ports tree) but it show me the following ERROR Messages: ================================================================= ===> Vulnerability check disabled, database not found ===> License accepted by the user ===> Extracting for libxcb-1.7 => SHA256 Checksum OK for libxcb-1.7.tar.bz2. ===> Patching for libxcb-1.7 ===> Applying FreeBSD patches for libxcb-1.7 ===> libxcb-1.7 depends on file: /usr/local/lib/libcheck.a - found ===> libxcb-1.7 depends on executable: xsltproc - found ===> libxcb-1.7 depends on file: /usr/local/libdata/pkgconfig/xcb-proto.pc - found ===> libxcb-1.7 depends on package: xcb-proto>=1.6 - found ===> libxcb-1.7 depends on file: /usr/local/libdata/pkgconfig/pthread-stubs.pc - found ===> libxcb-1.7 depends on file: /usr/local/bin/python3.1 - found ===> libxcb-1.7 depends on executable: gmake - found ===> libxcb-1.7 depends on file: /usr/local/libdata/pkgconfig/xau.pc - found ===> libxcb-1.7 depends on file: /usr/local/libdata/pkgconfig/xdmcp.pc - found ===> Configuring for libxcb-1.7 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ./install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether gmake sets $(MAKE)... yes checking whether /usr/local/bin/python3.1 version >= 2.5... yes checking for /usr/local/bin/python3.1 version... 3.1 checking for /usr/local/bin/python3.1 platform... freebsd8 checking for /usr/local/bin/python3.1 script directory... ${prefix}/lib/python3.1/site-packages checking for /usr/local/bin/python3.1 extension module directory... ${exec_prefix}/lib/python3.1/site-packages checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for CHECK... yes checking build system type... amd64-portbld-freebsd8.1 checking host system type... amd64-portbld-freebsd8.1 checking for style of include used by gmake... GNU checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.1 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for xsltproc... /usr/local/bin/xsltproc checking for XCBPROTO... yes checking for NEEDED... yes checking for XDMCP... yes checking for XdmcpWrap in -lXdmcp... yes checking XCBPROTO_XCBINCLUDEDIR... /usr/local/share/xcb checking XCBPROTO_XCBPYTHONDIR... /usr/local/lib/python3.1/site-packages checking for ANSI C header files... (cached) yes checking for library containing getaddrinfo... none required checking for library containing connect... none required checking for struct sockaddr_un.sun_len... yes checking whether cc supports symbol visibility... yes checking whether documentation is built... no checking for poll... yes checking for launchd... no configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating xcb.pc config.status: creating xcb-composite.pc config.status: creating xcb-damage.pc config.status: creating xcb-dpms.pc config.status: creating xcb-dri2.pc config.status: creating xcb-glx.pc config.status: creating xcb-randr.pc config.status: creating xcb-record.pc config.status: creating xcb-render.pc config.status: creating xcb-res.pc config.status: creating xcb-screensaver.pc config.status: creating xcb-shape.pc config.status: creating xcb-shm.pc config.status: creating xcb-sync.pc config.status: creating xcb-xevie.pc config.status: creating xcb-xf86dri.pc config.status: creating xcb-xfixes.pc config.status: creating xcb-xinerama.pc config.status: creating xcb-xinput.pc config.status: creating xcb-xprint.pc config.status: creating xcb-xselinux.pc config.status: creating xcb-xtest.pc config.status: creating xcb-xv.pc config.status: creating xcb-xvmc.pc config.status: creating doc/xcb.doxygen config.status: creating src/config.h config.status: executing depfiles commands config.status: executing libtool commands Package: libxcb 1.7 Configuration XDM support.........: yes Build unit tests....: yes XCB buffer size.....: 16384 X11 extensions Composite...........: yes Damage..............: yes Dpms................: yes Dri2................: yes Glx.................: yes Randr...............: yes Record..............: yes Render..............: yes Resource............: yes Screensaver.........: yes selinux.............: no Shape...............: yes Shm.................: yes Sync................: yes Xevie...............: yes Xfixes..............: yes Xfree86-dri.........: yes xinerama............: yes xinput..............: yes xprint..............: yes xtest...............: yes xv..................: yes xvmc................: yes Used CFLAGS: CPPFLAGS............: CFLAGS..............: -O2 -fno-strict-aliasing -pipe -march=nocona Warning CFLAGS......: -Wall -pedantic -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wnested-externs Installation: Prefix..............: /usr/local ===> Building for libxcb-1.7 Making all in src gmake[1]: Entering directory `/usr/ports/x11/libxcb/work/libxcb-1.7/src' /usr/local/bin/python3.1 ./c_client.py -p /usr/local/lib/python3.1/site-packages /usr/local/share/xcb/xproto.xml File "./c_client.py", line 1013 except getopt.GetoptError, err: ^ SyntaxError: invalid syntax gmake[1]: *** [xproto.c] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/libxcb/work/libxcb-1.7/src' gmake: *** [all-recursive] Error 1 *** Error code 1 Stop in /usr/ports/x11/libxcb. ================================================================= If it MUST HAVE python 2.6.6 installed? If above is true, it means my system should have two version of python at the same time? Best Regards! James Chang From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 07:08:49 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AF67106564A; Thu, 11 Nov 2010 07:08:49 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id E2E8F8FC23; Thu, 11 Nov 2010 07:08:48 +0000 (UTC) Received: by eyb7 with SMTP id 7so924817eyb.13 for ; Wed, 10 Nov 2010 23:08:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=uIx1dv1qFbW+kOfOhvG0eEZQzQt5i5mE5+sa51tLqvo=; b=oyyGUshXnyTgwqkuYDd3I1RiuQgLQGkXQPi+pk+pY0rpi3OJtSoz9wJxwmvCh2Mvt9 HyhQu1R0wWBuAlZt4RStJCG1QMPA8YTQq4auRlorrqjakn+n84ly7uUKp4cVx9ksrIt3 NoUzHhhk2xHmDnav2MzdtVOZqigGAASGGYm7I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=FPzJxoiFbXMlTx/AWUoGmCMTZKsKO7R1fxRJ+GeOAailKnoANl4gUjoQs9qSdFYiSg jDyvgIQ7pZbmPYczSBGkpbyeTKavg1n+e0dY6yq4nfGQpNcHSOkc1xiHkXconsIkYDpc a3nJ37D0g/R6oYWi7YzojG8E+HweeyoiPPOEs= MIME-Version: 1.0 Received: by 10.213.104.134 with SMTP id p6mr470480ebo.98.1289459326789; Wed, 10 Nov 2010 23:08:46 -0800 (PST) Received: by 10.213.16.193 with HTTP; Wed, 10 Nov 2010 23:08:46 -0800 (PST) In-Reply-To: <4cdb86a9.Y2mKBlO3rm15wF2D%perryh@pluto.rain.com> References: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> <4cdb86a9.Y2mKBlO3rm15wF2D%perryh@pluto.rain.com> Date: Thu, 11 Nov 2010 09:08:46 +0200 Message-ID: From: Marin Atanasov Nikolov To: perryh@pluto.rain.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 07:08:49 -0000 On Thu, Nov 11, 2010 at 8:01 AM, wrote: > Marin Atanasov Nikolov wrote: > >> If you do not have git installed, you could still get the >> latest snapshot of pkg_add_it via the Cgit repo. [1] >> [1] http://git.unix-heaven.org/cgit.cgi/pkg_add_it/ > > Aha! =A0I'm sure I looked at that page before posting, but did not see > how to pull down a snapshot (vs browsing individual files) the first > time. =A0It seems to have been reorganized since 1.2, as well as having > grown quite a bit :) > Yep, quite a lot of changes went to 1.3, the program was completely rewritten and introduced a lot of new features :) Most significant changes were: - own-styled lists were replaced by queue(3) macros, so generally now everything is dynamic and memory leak-free. - a lot of new functions dealing with packages, added a configuration modu= le - etc... :) One thing that can be improved is the recursion introduced by DEPS_FULL_TREE=3Dtrue, so that dependencies can be found easier and faster from INDEX, but I'm looking into this already, since I think that feature is very useful when you need to know the dependencies of a package in a tree-view. Regards, Marin --=20 Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 17:17:19 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E778106566C for ; Thu, 11 Nov 2010 17:17:19 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id CD7BA8FC18 for ; Thu, 11 Nov 2010 17:17:18 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA15951 for ; Thu, 11 Nov 2010 19:17:17 +0200 (EET) (envelope-from avg@freebsd.org) Message-ID: <4CDC251C.4090208@freebsd.org> Date: Thu, 11 Nov 2010 19:17:16 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: dependency on PATH X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 17:17:19 -0000 It seems that the check for executable dependencies relies on 'which' being able to find the executables, and so it implicitly depends on those executables being in PATH. Is this correct behavior? Perhaps ports infrastructure could add ${PREFIX}/bin to PATH automatically? Or could it cause undesired side-effects? The reason I ask this is because of PORTS_MODULES handling - when a kernel build starts a port build the PATH variable is specifically set up and doesn't include typical ports bin directories. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Nov 11 22:13:16 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 218661065673 for ; Thu, 11 Nov 2010 22:13:16 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9CBB98FC12 for ; Thu, 11 Nov 2010 22:13:15 +0000 (UTC) Received: by vws20 with SMTP id 20so711739vws.13 for ; Thu, 11 Nov 2010 14:13:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=nVc36M+zwLN3ayEZTuHUJapxtRWADQJ+oVSzuhbumqk=; b=KVGz5oTuxqzz10YN6G8HMDVSTWFbqdAqW7uo0lIcUpqC7Y05oGbzSESiLINhdMPkui OiPZCoPK5tI29tXLhvbjA8+M5stR9N4ip6TsShmcmCgHcjdCWqzH1zDEffkb6KCr5G0j GQiwxlSKZwl0wPcjMCogCLQf3h9fzz8lnXIyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=shqy4a0oDwH71mGpNhPtg/s7roWWRQ//+I3bM0wM82D4TlowuxKHu5hawtnadwrr03 6e45m21/xOEjMGudVFtohOk80DIsUVtJAvHlUNLKjMoi9rQFPK06aGZdepswu9K4RbGr uEbbmncUOp2iXQzeNhzphsLXhItwy6VAoiR1A= MIME-Version: 1.0 Received: by 10.229.189.14 with SMTP id dc14mr1292262qcb.31.1289513594298; Thu, 11 Nov 2010 14:13:14 -0800 (PST) Received: by 10.229.249.135 with HTTP; Thu, 11 Nov 2010 14:13:14 -0800 (PST) In-Reply-To: References: Date: Thu, 11 Nov 2010 23:13:14 +0100 Message-ID: From: Thomas Zander To: FreeBSD - Ports Content-Type: text/plain; charset=ISO-8859-1 Cc: Martin Matuska , multimedia@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2010 22:13:16 -0000 Hi, I have prepared a new tarball dealing with the issues reported so far. You can find it here: http://www.rrr.de/~riggs/mplayer/m20101111.tar.bz2 Most notable changes: - includes Ariff's volume-per-channel patch - uses x264-devel for mencoder - does not link to external mpg123 Please continue testing using this tarball. I'd like for the new port to hit the ports tree soon! @Martin: Do you have plans to update x264 to the level of -devel, or should I keep mencoder using -devel? Have fun Riggs From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 00:31:33 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D3B861065670 for ; Fri, 12 Nov 2010 00:31:33 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from omicron.omnis.ch (omicron.omnis.ch [62.48.3.130]) by mx1.freebsd.org (Postfix) with SMTP id D147E8FC1A for ; Fri, 12 Nov 2010 00:31:32 +0000 (UTC) Received: (qmail 29341 invoked from network); 12 Nov 2010 00:04:51 -0000 Received: from [192.168.0.40] ([195.134.148.35]) by omicron.omnis.ch ([62.48.3.130]) with ESMTP via TCP; 12 Nov 2010 00:04:51 -0000 From: Olivier Mueller To: ports@freebsd.org In-Reply-To: <1277196339.16778.20.camel@ompc.insign.local> References: <1242763051.5505.18.camel@frosch.omx.ch> <47e01da70905240107u6baf7e44pb9e46f8d6952de70@mail.gmail.com> <1277196339.16778.20.camel@ompc.insign.local> Content-Type: text/plain Date: Fri, 12 Nov 2010 01:04:51 +0100 Message-Id: <1289520291.22576.5.camel@frosch.omx.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: [freebsd] pecl-imagick -> Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 00:31:33 -0000 Good evening, On Tue, 2010-06-22 at 10:45 +0200, Olivier Mueller wrote: > Problem: > > [om@pandora ~]$ php -v -c /usr/local/etc/php.ini-production > PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48) > Copyright (c) 1997-2009 The PHP Group > Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies > Segmentation fault: 11 (core dumped) > > > If I comment the line "extension=imagick.so" > in /usr/local/etc/php/extensions.ini , it works fine (but without > imagick then...). I tried recompiling about nearly all related packages > (png, imagemagick, php, etc.), but it didn't helped. Same if I comment > some other extensions (like pdf.so, etc.). All packages are 100% > uptodate, as well as the OS (7.3-RELEASE-p1 amd64), but it was > previously a 7.2 system, so this may have an influence. > > Is anybody using pecl-imagick without this segfault at the moment? Or > do you have any suggestion about what I could try? I will setup a > "blank" 7.3 system as a VM later this week to test by myself I finally did that now (vmware-based freebsd basic system + fresh ports tree + portinstall -rvbp php5 pecl-imagick), and it is exactly the same: Segfault still displayed. Maybe it's related to the "WITHOUT_X11=yes" in my make.conf ? I'll try again without that parameter later. Here are the ports list and gdb output, maybe someone will have an idea why it is reacting like that? : [root@bsdbox73 ~]# php -v PHP 5.3.3 with Suhosin-Patch (cli) (built: Nov 11 2010 14:40:34) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies Segmentation fault: 11 (core dumped) [root@bsdbox73 ~]# [root@bsdbox73 ~]# gdb php php.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `php'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libcrypt.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libcrypt.so.4 Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done. Loaded symbols for /lib/libz.so.4 Reading symbols from /usr/local/lib/libpcre.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libpcre.so.0 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /usr/local/lib/libxml2.so.5...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libxml2.so.5 Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x0000000803190820 in ?? () (gdb) (gdb) bt #0 0x0000000803190820 in ?? () #1 0x0000000800db17d5 in xmlFreeMutex () from /usr/local/lib/libxml2.so.5 #2 0x0000000800db1215 in xmlCleanupGlobals () from /usr/local/lib/libxml2.so.5 #3 0x0000000800d49d3a in xmlCleanupParser () from /usr/local/lib/libxml2.so.5 #4 0x000000000044ff28 in php_libxml_shutdown () #5 0x000000000044ff59 in zm_shutdown_libxml () #6 0x0000000000558f2f in module_destructor () #7 0x000000000056061a in zend_hash_apply_deleter () #8 0x0000000000560888 in zend_hash_graceful_reverse_destroy () #9 0x0000000000554357 in zend_shutdown () #10 0x00000000005005f5 in php_module_shutdown () #11 0x00000000005dea4f in main () #12 0x00000000004186de in _start () #13 0x0000000800781000 in ?? () #14 0x0000000000000000 in ?? () #15 0x0000000000000000 in ?? () [...] ---Type to continue, or q to quit---q Quit (gdb) [root@bsdbox73 ~]# cat /etc//make.conf # om/20080318 WITHOUT_X11=yes [root@bsdbox73 ~]# cat /usr/local/etc/php/extensions.ini extension=imagick.so [root@bsdbox73 ~]# uname -a FreeBSD bsdbox73.omx.ch 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sun Mar 21 05:25:24 UTC 2010 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 [root@bsdbox73 ~]# pkg_info ImageMagick-nox11-6.6.4.10 Image processing tools apache-2.0.64 Version 2.0.x of Apache web server with prefork MPM. apr-0.9.19.0.9.19 Apache Portability Library autoconf-2.68 Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf automake-1.11.1 GNU Standards-compliant Makefile generator (1.11) automake-wrapper-20071109 Wrapper script for GNU automake bash-4.0.35 The GNU Project's Bourne Again SHell cups-client-1.4.4 Common UNIX Printing System: Library cups cups-image-1.4.4 Common UNIX Printing System: Library cupsimage db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 expat-2.0.1_1 XML 1.0 parser written in C fftw3-3.2.2_1 Fast C routines to compute the Discrete Fourier Transform fontconfig-2.8.0,1 An XML-based font configuration API for X Windows freetype2-2.4.2 A free and portable TrueType font rendering engine gamin-0.1.10_4 A file and directory monitoring system gdbm-1.8.3_3 The GNU database manager gettext-0.17_1 GNU gettext package ghostscript8-nox11-8.71_6 Ghostscript 8.x PostScript interpreter gio-fam-backend-2.24.2 FAM backend for GLib's GIO library glib-2.24.2 Some useful routines of C programming (current stable versi gmake-3.81_4 GNU version of 'make' utility gnutls-2.8.6_2 GNU Transport Layer Security library gsfonts-8.11_5 Standard Fonts for Ghostscript help2man-1.38.2_1 Automatically generating simple manual pages from program o jasper-1.900.1_9 An implementation of the codec specified in the JPEG-2000 s jbig2dec-0.11 Decoder implementation of the JBIG2 image compression forma jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jpeg-8_3 IJG's jpeg compression utilities lcms-1.19_1,1 Light Color Management System -- a color management library libfpx-1.2.0.12_1 Library routines for working with Flashpix images libgcrypt-1.4.6 General purpose crypto library based on code used in GnuPG libgpg-error-1.8 Common error values for all GnuPG components libiconv-1.13.1_1 A character set conversion library liblqr-1-0.4.1_2 An easy to use C/C++ seam carving library libltdl-2.2.10 System independent dlopen wrapper libtool-2.2.10 Generic shared library support script libxml2-2.7.7 XML parser library for GNOME m4-1.4.15,1 GNU m4 p5-Locale-gettext-1.05_3 Message handling functions pcre-8.10 Perl Compatible Regular Expressions library pecl-imagick-3.0.1.r2 Provides a wrapper to the ImageMagick/GraphicsMagick librar perl-5.8.9_4 Practical Extraction and Report Language php5-5.3.3_2 PHP Scripting Language pkg-config-0.25_1 A utility to retrieve information about installed libraries png-1.4.3 Library for manipulating PNG images portupgrade-2.4.6_3,2 FreeBSD ports/packages administration and management tool s python26-2.6.6 An interpreted object-oriented programming language rsync-3.0.7 A network file distribution/synchronization utility ruby-1.8.7.248,1 An object-oriented interpreted scripting language ruby18-bdb-0.6.5_1 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat tiff-4.0.0 Tools and library routines for working with TIFF images unzip-6.0 List, test and extract compressed files in a ZIP archive xz-5.0.0 LZMA compression and decompression tools Thanks & kind regards, Olivier From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 06:48:23 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45F46106566B; Fri, 12 Nov 2010 06:48:23 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 958A88FC08; Fri, 12 Nov 2010 06:48:22 +0000 (UTC) Received: by vws20 with SMTP id 20so785868vws.13 for ; Thu, 11 Nov 2010 22:48:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:date :message-id:user-agent:mime-version:content-type; bh=tSP/y+A/ZI5q6f6eWKa9KsZ3Jwl0NPC70VoI9FH0Kmc=; b=rfnLwhAJmi/VN12zsjaTcXUjqsnN06dTFnorQbxS+yS2C9t2oYk+lUizToXlNwxDku CZiElV2P3Arp9vzqJ9rN9rmTKzAUOJbSIWVVWR6Mv6jZNmq5gyx4WyMlsqyly86/VAm7 cbUmPHdq7U/Nu3/eoXJZOZKQoyM/kh3dXO9Ak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:user-agent:mime-version :content-type; b=IHEGWv+b0lOi06sKC3fAyOXzcmND/n70bnleofOGKt+K1YPLC29qzw7hHlRsbZB6CH dab1FjSQehLTBz4gfRDokN+GBNd2M6uNO4oHpLyNfzxreNT4/yge0LvYBFOqn3JubDst VQBIysWcTplJnXAd7L1DDVUZYrjSCBFz/JjDY= Received: by 10.220.181.72 with SMTP id bx8mr424147vcb.158.1289544501079; Thu, 11 Nov 2010 22:48:21 -0800 (PST) Received: from localhost ([68.71.46.138]) by mx.google.com with ESMTPS id o17sm1119841vbi.2.2010.11.11.22.48.18 (version=SSLv3 cipher=RC4-MD5); Thu, 11 Nov 2010 22:48:20 -0800 (PST) From: Anonymous To: stas@FreeBSD.org Date: Fri, 12 Nov 2010 09:47:23 +0300 Message-ID: <86eiar6nt0.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: olgeni@FreeBSD.org, freebsd-ports@freebsd.org Subject: lang/sbcl: asdf.fasl is older than asdf.lisp? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 06:48:23 -0000 The last update of lang/sbcl seems to have broken FASL_BUILD ports on pointyhat, e.g. http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.20101109122153/cl-alexandria-sbcl-2010.01.16_1.log http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.7.20101109122153/cl-clx-sbcl-0.7.4.log add_pkg cl-alexandria-2010.01.16_1.tbz cl-asdf-1.374_3,1.tbz cl-asdf-binary-locations-0.3.9_2.tbz sbcl-1.0.43.0_1,1.tbz [...] ===> Building for cl-alexandria-sbcl-2010.01.16_1 unhandled SIMPLE-ERROR: The object file /usr/local/lib/sbcl/asdf/asdf.fasl is older than the presumed source: /usr/local/lib/sbcl/asdf/asdf.lisp. 0: (SB-DEBUG::MAP-BACKTRACE #)[:EXTERNAL] 1: (SB-DEBUG:BACKTRACE 128 #) 2: (SB-DEBUG::DEBUGGER-DISABLED-HOOK # #) [...] unhandled condition in --disable-debugger mode, quitting *** Error code 1 My guess is that install(1) doesn't preserve mtime of asdf.lisp and it ends up *slightly* newer than asdf.fasl. Here is a workaround %% Index: lang/sbcl/Makefile =================================================================== RCS file: /a/.cvsup/ports/lang/sbcl/Makefile,v retrieving revision 1.81 diff -u -p -r1.81 Makefile --- lang/sbcl/Makefile 7 Nov 2010 07:56:32 -0000 1.81 +++ lang/sbcl/Makefile 12 Nov 2010 06:45:42 -0000 @@ -228,8 +228,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/output/sbcl.core ${SBCL_HOME}/ .for MOD in ${CONTRIB_MODULES} ${MKDIR} ${SBCL_HOME}/${MOD} - ${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.fasl ${SBCL_HOME}/${MOD}/ ${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.lisp ${SBCL_HOME}/${MOD}/ + ${INSTALL_DATA} ${WRKSRC}/contrib/${MOD}/*.fasl ${SBCL_HOME}/${MOD}/ (if test -f ${WRKSRC}/contrib/${MOD}/${MOD}.asd; then ${INSTALL_DATA} \ ${WRKSRC}/contrib/${MOD}/${MOD}.asd ${SBCL_HOME}/${MOD}/; fi) .endfor %% From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 10:24:07 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEB91106566B for ; Fri, 12 Nov 2010 10:24:07 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id F12CA8FC08 for ; Fri, 12 Nov 2010 10:24:06 +0000 (UTC) Received: by bwz2 with SMTP id 2so2853704bwz.13 for ; Fri, 12 Nov 2010 02:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=oOiAyzjByxCzLKVFJrI6+F93IWA/OhnkamsA1AHHZ7g=; b=c1RbNyF5Cnk5ayB10TIkDLp8jYIrsP5A2gketh4zZEulN9EW0S9jJibChzLA7ayozn ego5dLYTvq5ALMTLyrm4kwFwmcD0zG0Bj2HlvV7/JqWc1kCgx2t4VgEDjOxZF3wWaG4c j6zETTa50iTMFHu+VLKztsOAxH1zTRGJnIsnM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=iJuIA6ye/eMZfEX/np9xexN6yfFV6+KWhiBBpfvkH7xwKVmyE74Yu1cpNNrgfTItaQ XfrRMiwx04tkV2EogpRN4xGQnrn2BbCmLV1YEN31WsQnZFCfnD5jmus4zwowXq7ou9n4 ApSpC2vGytHHOCGKioz6cl218QAEqpy7rJRH8= Received: by 10.204.83.164 with SMTP id f36mr2547817bkl.172.1289557445851; Fri, 12 Nov 2010 02:24:05 -0800 (PST) Received: from ernst.jennejohn.org (p578E244E.dip.t-dialin.net [87.142.36.78]) by mx.google.com with ESMTPS id r21sm1428527bkj.10.2010.11.12.02.24.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 02:24:04 -0800 (PST) Date: Fri, 12 Nov 2010 11:24:01 +0100 From: Gary Jennejohn To: Thomas Zander Message-ID: <20101112112401.09c70776@ernst.jennejohn.org> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org, Martin Matuska , FreeBSD - Ports Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 10:24:07 -0000 On Thu, 11 Nov 2010 23:13:14 +0100 Thomas Zander wrote: > I have prepared a new tarball dealing with the issues reported so far. > You can find it here: > > http://www.rrr.de/~riggs/mplayer/m20101111.tar.bz2 > > Most notable changes: > - includes Ariff's volume-per-channel patch > - uses x264-devel for mencoder > - does not link to external mpg123 > > Please continue testing using this tarball. I'd like for the new port > to hit the ports tree soon! > > @Martin: Do you have plans to update x264 to the level of -devel, or > should I keep mencoder using -devel? > This has, in my opinion, a major problem - it requires libmpcdec-1.2.6 which conflicts with musepack-2009.03.01_1 which is required by vlc. That means that, with this new version. a user can't have both mplayer and vlc installed together :( IMHO not acceptable. -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 10:29:19 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89AE4106564A for ; Fri, 12 Nov 2010 10:29:19 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id ABF458FC08 for ; Fri, 12 Nov 2010 10:29:18 +0000 (UTC) Received: by bwz2 with SMTP id 2so2856914bwz.13 for ; Fri, 12 Nov 2010 02:29:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=+MiJKJGt2KyqnmLwJaIioFfLHL8piW2+04Se/9zFzYs=; b=slUq9tdvOM1UlDZ1hVET+octtDdEH5c5pzgcq9gQRYab73tJd276lN0jyDJXICLoYp zkZi/0u+AlbvivNq2C/DJqzL0o2ZWTgJpR0ukKoa0wZo7dPSR5qhv7zc/HPN5CO/7N0E 9FPrzPDK9AIjwRlTNTtezIytj0I9+93GI60VY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=xvJpCjETuSfnB+ShDiqHIoi0w+EnfOORQvLXPlmKlAFA0cm1GzioAY3ycJtRpqeBUZ hz+jzr+3jMduu8onDNgDe+6aN6IhirAF0Iqu8lXx37vEg/sOk+BZMaRC5Xv5HNklIUhB qqtaeNGOmu4kUhzQSjanyDRKRMhW9osuYLaho= Received: by 10.204.68.136 with SMTP id v8mr2459167bki.188.1289557757504; Fri, 12 Nov 2010 02:29:17 -0800 (PST) Received: from ernst.jennejohn.org (p578E244E.dip.t-dialin.net [87.142.36.78]) by mx.google.com with ESMTPS id p34sm1431531bkf.3.2010.11.12.02.29.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 02:29:16 -0800 (PST) Date: Fri, 12 Nov 2010 11:29:12 +0100 From: Gary Jennejohn To: Thomas Zander Message-ID: <20101112112912.0832ac18@ernst.jennejohn.org> In-Reply-To: <20101112112401.09c70776@ernst.jennejohn.org> References: <20101112112401.09c70776@ernst.jennejohn.org> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: multimedia@freebsd.org, Martin Matuska , FreeBSD - Ports Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 10:29:19 -0000 On Fri, 12 Nov 2010 11:24:01 +0100 Gary Jennejohn wrote: > On Thu, 11 Nov 2010 23:13:14 +0100 > Thomas Zander wrote: > > > I have prepared a new tarball dealing with the issues reported so far. > > You can find it here: > > > > http://www.rrr.de/~riggs/mplayer/m20101111.tar.bz2 > > > > Most notable changes: > > - includes Ariff's volume-per-channel patch > > - uses x264-devel for mencoder > > - does not link to external mpg123 > > > > Please continue testing using this tarball. I'd like for the new port > > to hit the ports tree soon! > > > > @Martin: Do you have plans to update x264 to the level of -devel, or > > should I keep mencoder using -devel? > > > > This has, in my opinion, a major problem - it requires libmpcdec-1.2.6 > which conflicts with musepack-2009.03.01_1 which is required by vlc. > > That means that, with this new version. a user can't have both mplayer > and vlc installed together :( IMHO not acceptable. > Woops. Let me modify this to note that musepack can be turned off in vlc. It could be that I changed some options when I installed the new mplayer, so my complaint may be invalid, but I'm not sure. All I can say for sure is that I did have both vlc and mplayer installed, and vlc was using musepack. -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 11:29:02 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 000D31065670 for ; Fri, 12 Nov 2010 11:29:01 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 465998FC1A for ; Fri, 12 Nov 2010 11:29:00 +0000 (UTC) Received: (qmail invoked by alias); 12 Nov 2010 11:28:58 -0000 Received: from 85-127-91-199.dynamic.xdsl-line.inode.at (EHLO walrus.pepperland) [85.127.91.199] by mail.gmx.net (mp062) with SMTP; 12 Nov 2010 12:28:58 +0100 X-Authenticated: #16703784 X-Provags-ID: V01U2FsdGVkX1+YCJRsoeSYdL5SBR6PfYC5ECooq6tLkE6pcehzfc l1/IHNyBr1CZh5 From: Stefan Ehmann To: gljennjohn@googlemail.com Date: Fri, 12 Nov 2010 12:28:57 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.5.3; i386; ; ) References: <20101112112401.09c70776@ernst.jennejohn.org> In-Reply-To: <20101112112401.09c70776@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011121228.57287.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: Thomas Zander , FreeBSD - Ports , Martin Matuska , multimedia@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 11:29:02 -0000 On Friday 12 November 2010 11:24:01 Gary Jennejohn wrote: > On Thu, 11 Nov 2010 23:13:14 +0100 > > Thomas Zander wrote: > > I have prepared a new tarball dealing with the issues reported so far. > > You can find it here: > > > > http://www.rrr.de/~riggs/mplayer/m20101111.tar.bz2 > > > > Most notable changes: > > - includes Ariff's volume-per-channel patch > > - uses x264-devel for mencoder > > - does not link to external mpg123 > > > > Please continue testing using this tarball. I'd like for the new port > > to hit the ports tree soon! > > > > @Martin: Do you have plans to update x264 to the level of -devel, or > > should I keep mencoder using -devel? x264 works again in mencoder, but x264-devel conflicts with x264 (which is also required by vlc and other ports). Upgrade will be much smoother if multimedia/x264 is upgraded. > This has, in my opinion, a major problem - it requires libmpcdec-1.2.6 > which conflicts with musepack-2009.03.01_1 which is required by vlc. mplayer no longer depends on libmpcdec (AFAIK it uses the builtin decoder). libmpcdec is deprecated anyway From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 14:28:25 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E6B51065670; Fri, 12 Nov 2010 14:28:25 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 9C9558FC1F; Fri, 12 Nov 2010 14:28:24 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 003AF22C5437; Fri, 12 Nov 2010 16:28:23 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id AAF5B5A90E6; Fri, 12 Nov 2010 06:28:21 -0800 (PST) From: QAT@FreeBSD.org To: makc@FreeBSD.org In-Reply-To: <201011121426.oACEQXQt056463@repoman.freebsd.org> References: <201011121426.oACEQXQt056463@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: net/yaz X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/yaz-4.0.12.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: manpage Message-Id: <20101112142821.AAF5B5A90E6@jester1b.ixsystems.com> Date: Fri, 12 Nov 2010 06:28:21 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/net/yaz Makefile distinfo pkg-plist ports/net/yaz/files patch-Makefile.in X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 14:28:25 -0000 The Restless Daemon identified a manpage error while trying to build: yaz-4.0.12 maintained by ports@FreeBSD.org Makefile ident: $FreeBSD: ports/net/yaz/Makefile,v 1.52 2010/11/12 14:26:33 makc Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/yaz-4.0.12.log : tar: man/man8/yaz-config.8.gz: Cannot stat: No such file or directory tar: man/man8/yaz-ztest.8.gz: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 Creating package /tmp/packages/All/yaz-4.0.12.tbz Registering depends: libxslt-1.1.26_2 libxml2-2.7.7 libgcrypt-1.4.6 libgpg-error-1.8 gettext-0.18.1.1 libiconv-1.13.1_1 icu-3.8.1_3 pkg-config-0.25_1. Creating bzip'd tar ball in '/tmp/packages/All/yaz-4.0.12.tbz' *** Error code 1 Stop in /a/ports/net/yaz. Deleting yaz-4.0.12 pkg_delete: file '/usr/local/man/man1/yaz-asncomp.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/yaz-client.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/yaz-iconv.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/yaz-json-parse.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/yaz-marcdump.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/zoomsh.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/yaz-icu.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man1/yaz-illclient.1.gz' doesn't exist pkg_delete: file '/usr/local/man/man7/bib1-attr.7.gz' doesn't exist pkg_delete: file '/usr/local/man/man7/yaz-log.7.gz' doesn't exist pkg_delete: file '/usr/local/man/man7/yaz.7.gz' doesn't exist pkg_delete: file '/usr/local/man/man8/yaz-config.8.gz' doesn't exist pkg_delete: file '/usr/local/man/man8/yaz-ztest.8.gz' doesn't exist pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) === Checking filesystem state Deleting libxslt-1.1.26_2 Deleting icu-3.8.1_3 Deleting libgcrypt-1.4.6 Deleting libxml2-2.7.7 Deleting pkg-config-0.25_1 Deleting libgpg-error-1.8 Deleting gettext-0.18.1.1 Deleting libiconv-1.13.1_1 === Checking filesystem state after all packages deleted ================================================================ build of /usr/ports/net/yaz ended at Fri Nov 12 14:28:16 UTC 2010 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/yaz-4.0.12.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=net&portname=yaz The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 17:38:42 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55B37106566C; Fri, 12 Nov 2010 17:38:42 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 04DF08FC16; Fri, 12 Nov 2010 17:38:41 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 612C122C5430; Fri, 12 Nov 2010 19:38:40 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 08D195A90E6; Fri, 12 Nov 2010 09:38:39 -0800 (PST) From: QAT@FreeBSD.org To: Max Brazhnikov In-Reply-To: <201011121735.oACHZ9N4084368@repoman.freebsd.org> References: <201011121735.oACHZ9N4084368@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: net/yaz X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/yaz-4.0.12.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101112173839.08D195A90E6@jester1b.ixsystems.com> Date: Fri, 12 Nov 2010 09:38:38 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/net/yaz Makefile ports/net/yaz/files extrapatch-doc__Makefile.in patch-Makefile.in) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 17:38:42 -0000 net/yaz, which was previously failing is OK after this commit. Thanks for fixing it! A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 20:35:47 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1089C106566C; Fri, 12 Nov 2010 20:35:47 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3008FC0C; Fri, 12 Nov 2010 20:35:45 +0000 (UTC) Received: by ewy3 with SMTP id 3so603065ewy.13 for ; Fri, 12 Nov 2010 12:35:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=i8W1kRitiisVFnbbUgxEPks5oZB1DcBtdPhrbPik3k8=; b=bk7iE4uH6zRRN116bzf1GMNInWF6xaCEcTpFjrKFXTtMaRfUxdv95tDaRlLN2AKmzX qqe/tiOF0dqwc9v0ZZB/0EEZp2wsKNb0cFjRKy/bzPRj4I6OicvxODu/kTJfpKemPdFm jqvg3cV0C23D38DppKszgb965iQq0+9mL1Pxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=jb0R2NIWPtbyT4pMkXWby95z/OKpasUXSAp7no5I++DXSjaoeLXgOlcs1pFpEXTfVh MJgKp7v130hxFgkWfrVGroK1sSQS5v3ynUTWg7iFnEkN7RtIoz0CDJDfyBnsMzy+O6mG uRq1m9q8uOaVfyUGbGmWllZA8c7BhwRjJ0M04= MIME-Version: 1.0 Received: by 10.213.114.83 with SMTP id d19mr599677ebq.98.1289594141860; Fri, 12 Nov 2010 12:35:41 -0800 (PST) Received: by 10.213.16.193 with HTTP; Fri, 12 Nov 2010 12:35:41 -0800 (PST) In-Reply-To: References: <4cda516f.CsCJyXi6dA77aINL%perryh@pluto.rain.com> <4cdb86a9.Y2mKBlO3rm15wF2D%perryh@pluto.rain.com> Date: Fri, 12 Nov 2010 22:35:41 +0200 Message-ID: From: Marin Atanasov Nikolov To: perryh@pluto.rain.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Interactive tool for installing packages X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 20:35:47 -0000 On Thu, Nov 11, 2010 at 9:08 AM, Marin Atanasov Nikolov wrote: > On Thu, Nov 11, 2010 at 8:01 AM, =A0 wrote: >> Marin Atanasov Nikolov wrote: >> >>> If you do not have git installed, you could still get the >>> latest snapshot of pkg_add_it via the Cgit repo. [1] >>> [1] http://git.unix-heaven.org/cgit.cgi/pkg_add_it/ >> >> Aha! =A0I'm sure I looked at that page before posting, but did not see >> how to pull down a snapshot (vs browsing individual files) the first >> time. =A0It seems to have been reorganized since 1.2, as well as having >> grown quite a bit :) >> > > Yep, quite a lot of changes went to 1.3, the program was completely > rewritten and introduced a lot of new features :) > > Most significant changes were: > =A0- own-styled lists were replaced by queue(3) macros, so generally now > everything is dynamic and memory leak-free. > =A0- a lot of new functions dealing with packages, added a configuration = module > =A0- etc... :) > Hello again :) > One thing that can be improved is the recursion introduced by > DEPS_FULL_TREE=3Dtrue, so that dependencies can be found easier and > faster from INDEX, but I'm looking into this already, since I think > that feature is very useful when you need to know the dependencies of > a package in a tree-view. > I spent some time today working on the algorithm for finding package dependencies from INDEX and managed to improve it a lot, so now dependencies are being found in times faster than before (!!) The previous algorithm was recursing over the INDEX file in order to find all dependencies to build a tree-view of the package dependencies, and now only 1 iteration is needed to accomplish this :) Now, only if there was a libpkg ready, then pkg_add_it(1) could be transformed into a standalone install tool, which does not need pkg_add(1) for it's job :) Regards, Marin > Regards, > Marin > > -- > Marin Atanasov Nikolov > > dnaeon AT gmail DOT com > daemon AT unix-heaven DOT org > http://www.unix-heaven.org/ > --=20 Marin Atanasov Nikolov dnaeon AT gmail DOT com daemon AT unix-heaven DOT org http://www.unix-heaven.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 21:32:41 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22AE106564A for ; Fri, 12 Nov 2010 21:32:41 +0000 (UTC) (envelope-from pkthn_parker@hotmail.com) Received: from blu0-omc3-s37.blu0.hotmail.com (blu0-omc3-s37.blu0.hotmail.com [65.55.116.112]) by mx1.freebsd.org (Postfix) with ESMTP id 827888FC0A for ; Fri, 12 Nov 2010 21:32:41 +0000 (UTC) Received: from BLU0-SMTP91 ([65.55.116.74]) by blu0-omc3-s37.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 12 Nov 2010 13:20:35 -0800 X-Originating-IP: [99.57.43.203] X-Originating-Email: [pkthn_parker@hotmail.com] Message-ID: Received: from [192.168.1.70] ([99.57.43.203]) by BLU0-SMTP91.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 12 Nov 2010 13:20:35 -0800 Date: Fri, 12 Nov 2010 15:20:36 -0600 From: Paul Parker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: maurice@castro.aus.net Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Nov 2010 21:20:35.0107 (UTC) FILETIME=[71D82730:01CB82AF] X-Mailman-Approved-At: Fri, 12 Nov 2010 21:46:32 +0000 Cc: ports@FreeBSD.org Subject: FreeBSD Port: davical-0.9.9.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 21:32:41 -0000 Hi - I just recently installed this port and it's working well. It appears to be based on the postgresql v8.2.18. Is this an accurate statement or can the postgresql version be updated? Paul From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 22:03:09 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 26E52106577B for ; Fri, 12 Nov 2010 22:03:09 +0000 (UTC) (envelope-from maurice@castro.aus.net) Received: from mail.clari.net.au (vinum.clari.net.au [203.29.224.17]) by mx1.freebsd.org (Postfix) with ESMTP id 974398FC15 for ; Fri, 12 Nov 2010 22:03:05 +0000 (UTC) Received: from atum.castro.aus.net (fw.castro.aus.net [118.107.51.240]) by mail.clari.net.au (8.13.6/8.13.1) with ESMTP id oACLWvlB092691; Sat, 13 Nov 2010 08:32:58 +1100 (EST) (envelope-from maurice@castro.aus.net) Received: from [IPv6:2a01:348:1fa::fa1e:dfff:fedc:4aa3] ([IPv6:2a01:348:1fa:0:fa1e:dfff:fedc:4aa3]) (authenticated bits=0) by atum.castro.aus.net (8.14.3/8.14.3) with ESMTP id oACLWvr7015867; Sat, 13 Nov 2010 08:32:57 +1100 (EST) (envelope-from maurice@castro.aus.net) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Maurice Castro In-Reply-To: Date: Sat, 13 Nov 2010 08:32:57 +1100 Content-Transfer-Encoding: quoted-printable Message-Id: <0E79B56D-1C82-46DE-96D0-59A8D4A1114F@castro.aus.net> References: To: Paul Parker X-Mailer: Apple Mail (2.1082) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.2 (atum.castro.aus.net [IPv6:2a01:348:1fa::2]); Sat, 13 Nov 2010 08:32:57 +1100 (EST) X-Scanned-By: MIMEDefang 2.48 on 203.29.224.17 Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: davical-0.9.9.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 22:03:09 -0000 Hi Paul, according to the INSTALL notes in the source for Davical " = PostgreSQL: 8.2 or greater" is required. I don't see any specific = versions of Postgres specified in the Davical make file, but I can't = speak to all the things Davical depends on. My version of Davical is = running against "psql (PostgreSQL) 8.3.7".=20 Maurice Castro On 13/11/2010, at 8:20 AM, Paul Parker wrote: > Hi - I just recently installed this port and it's working well. It = appears to be based on the postgresql v8.2.18. Is this an accurate = statement or can the postgresql version be updated? >=20 > Paul From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 23:28:31 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D3E910657B3 for ; Fri, 12 Nov 2010 23:28:31 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 497FE8FC16 for ; Fri, 12 Nov 2010 23:28:31 +0000 (UTC) Received: from cherry2.sanpei.org (j069113.ppp.asahi-net.or.jp [61.213.69.113]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id 6A342B9A76; Sat, 13 Nov 2010 08:08:35 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by cherry2.sanpei.org (8.14.4/8.14.3) with ESMTP id oACN8Vtl097925; Sat, 13 Nov 2010 08:08:32 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Sat, 13 Nov 2010 08:08:31 +0900 (JST) Message-Id: <20101113.080831.949267780715453933.sanpei@sanpei.org> To: ports@FreeBSD.org, chromium@hybridsource.org From: MIHIRA Sanpei Yoshiro X-Mailer: Mew version 6.2 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (cherry2.sanpei.org [127.0.0.1]); Sat, 13 Nov 2010 08:08:35 +0900 (JST) Cc: Subject: [www/chromium] Illegal instruction: 4 on Pentium3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 23:28:31 -0000 Dear folks and chromium maintainer, I tried to compile www/chromium on Pentium3/FreeBSD-9-current box. But I could not compile it with below error message. ===> Building for chromium-5.0.375.127 RULE sync_proto_genproto_0 out/Release/obj/gen/protoc_out/chrome/browser/sync/protocol/sync.pb.h gmake: *** [out/Release/obj/gen/protoc_out/chrome/browser/sync/protocol/sync.pb.h] Illegal instruction: 4 (core dumped) *** Error code 1 So I tried to install package(chromium-5.0.375.127.tbz) from /pub/FreeBSD/ports/i386/packages-9-current/All. But I could not execute chromium. % chrome Illegal instruction (core dumped) If I install chromium on AMD athlon, I could use chromium. So is chromium not supported for Pentium3 CPU, only for Pentium 4 and later CPU? Or I could compile and execute with some setting for Pentium3 CPU? Best Regards, --- MIHIRA, Sanpei Yoshiro Tokyo, Japan. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 23:32:23 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDFF71065675 for ; Fri, 12 Nov 2010 23:32:23 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.freebsd.org (Postfix) with ESMTP id 2C1A08FC24 for ; Fri, 12 Nov 2010 23:32:22 +0000 (UTC) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mx.arcor.de (Postfix) with ESMTP id 2B4FF107C83 for ; Sat, 13 Nov 2010 00:32:21 +0100 (CET) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 231851F92C8 for ; Sat, 13 Nov 2010 00:32:21 +0100 (CET) Received: from lorvorc.mips.inka.de (dslb-094-218-178-092.pools.arcor-ip.net [94.218.178.92]) by mail-in-07.arcor-online.net (Postfix) with ESMTPS id E9C19107E66 for ; Sat, 13 Nov 2010 00:32:20 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net E9C19107E66 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.4/8.14.3) with ESMTP id oACNWKum015891 for ; Sat, 13 Nov 2010 00:32:20 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.4/8.14.4/Submit) id oACNWKZH015890 for freebsd-ports@freebsd.org; Sat, 13 Nov 2010 00:32:20 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Fri, 12 Nov 2010 23:32:20 +0000 (UTC) Message-ID: References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 23:32:23 -0000 Thomas Zander wrote: > I have prepared a new tarball dealing with the issues reported so far. > You can find it here: > > http://www.rrr.de/~riggs/mplayer/m20101111.tar.bz2 Not good. When I play a video, sound file, or stream where the audio is decoded by mplayer (MP3, AAC, Vorbis) and pause playback, I get audio noise during the pause. 7.3-STABLE/amd64. AC3 pass-through over S/PDIF is not affected. > - includes Ariff's volume-per-channel patch This is suspicious... Yes, reverting files/patch-volume-per-channel fixes it. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 23:20:49 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93A0F10656C2 for ; Fri, 12 Nov 2010 23:20:49 +0000 (UTC) (envelope-from pkthn_parker@hotmail.com) Received: from blu0-omc3-s16.blu0.hotmail.com (blu0-omc3-s16.blu0.hotmail.com [65.55.116.91]) by mx1.freebsd.org (Postfix) with ESMTP id 3AFF48FC1F for ; Fri, 12 Nov 2010 23:20:48 +0000 (UTC) Received: from BLU0-SMTP134 ([65.55.116.73]) by blu0-omc3-s16.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Fri, 12 Nov 2010 15:20:48 -0800 X-Originating-IP: [99.57.43.203] X-Originating-Email: [pkthn_parker@hotmail.com] Message-ID: Received: from [192.168.1.70] ([99.57.43.203]) by BLU0-SMTP134.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Fri, 12 Nov 2010 15:20:48 -0800 Date: Fri, 12 Nov 2010 17:20:49 -0600 From: Paul Parker User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: ports@FreeBSD.org Content-Type: multipart/mixed; boundary="------------030706000209010904000305" X-OriginalArrivalTime: 12 Nov 2010 23:20:48.0239 (UTC) FILETIME=[3D34BFF0:01CB82C0] X-Mailman-Approved-At: Fri, 12 Nov 2010 23:42:25 +0000 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: postgresql-plpython-7.4.30_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 23:20:49 -0000 --------------030706000209010904000305 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit When attempting to install this package I received following error... checking for gawk... no checking for mawk... no checking for nawk... nawk checking for flex... /usr/bin/flex checking whether ln -s works... yes checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for ranlib... ranlib checking for tar... /usr/bin/tar checking for strip... strip checking whether it is possible to strip libraries... yes checking for bison... no configure: WARNING: *** Without Bison you will not be able to build PostgreSQL from CVS nor *** change any of the parser definition files. You can obtain Bison from *** a GNU mirror site. (If you are using the official distribution of *** PostgreSQL then you do not need to worry about this, because the Bison *** output is pre-generated.) To use a different yacc program (possible, *** but not recommended), set the environment variable YACC before running *** 'configure'. checking for perl... /usr/bin/perl checking for python... /usr/local/bin/python2.6 checking for Python distutils module... yes checking Python configuration directory... /usr/local/lib/python2.6/config checking how to link an embedded Python application... -L/usr/local/lib/python2.6/config -lpython2.6 -lutil -lm checking whether Python is compiled with thread support... yes configure: error: threaded Python not supported on this platform ===> Script "configure" failed unexpectedly. Please report the problem to ports@FreeBSD.org [maintainer] and attach the "/usr/ports/databases/postgresql-plpython/work/postgresql-8.2.18/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 /usr/ports/databases/postgresql-plpython. Also attached config.log and list of pkgs on my freeBSD server. Thanks, Paul --------------030706000209010904000305 Content-Type: text/plain; name="config.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by PostgreSQL configure 8.2.18, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-python --with-libraries=/usr/local/lib --with-includes=/usr/local/lib --enable-thread-safety --with-docdir=/usr/local/share/doc/postgresql --with-openssl --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd8.1 ## --------- ## ## Platform. ## ## --------- ## hostname = FreeBSD_server.gateway.2wire.net uname -m = i386 uname -r = 8.1-RELEASE uname -s = FreeBSD uname -v = FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1408: checking build system type configure:1426: result: i386-portbld-freebsd8.1 configure:1434: checking host system type configure:1448: result: i386-portbld-freebsd8.1 configure:1458: checking which template to use configure:1558: result: freebsd configure:1700: checking whether to build with 64-bit integer date/time support configure:1732: result: no configure:1739: checking whether NLS is wanted configure:1774: result: no configure:1782: checking for default port number configure:1812: result: 5432 configure:2170: checking for C compiler version configure:2173: cc --version &5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:2176: $? = 0 configure:2178: cc -v &5 Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:2181: $? = 0 configure:2183: cc -V &5 cc: '-V' option must have argument configure:2186: $? = 1 configure:2209: checking for C compiler default output file name configure:2212: cc -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:2215: $? = 0 configure:2261: result: a.out configure:2266: checking whether the C compiler works configure:2272: ./a.out configure:2275: $? = 0 configure:2292: result: yes configure:2299: checking whether we are cross compiling configure:2301: result: no configure:2304: checking for suffix of executables configure:2306: cc -o conftest -O2 -pipe -fno-strict-aliasing -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:2309: $? = 0 configure:2334: result: configure:2340: checking for suffix of object files configure:2361: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:2364: $? = 0 configure:2386: result: o configure:2390: checking whether we are using the GNU C compiler configure:2414: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:2420: $? = 0 configure:2424: test -z || test ! -s conftest.err configure:2427: $? = 0 configure:2430: test -s conftest.o configure:2433: $? = 0 configure:2446: result: yes configure:2452: checking whether cc accepts -g configure:2473: cc -c -g conftest.c >&5 configure:2479: $? = 0 configure:2483: test -z || test ! -s conftest.err configure:2486: $? = 0 configure:2489: test -s conftest.o configure:2492: $? = 0 configure:2503: result: yes configure:2520: checking for cc option to accept ANSI C configure:2590: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:2596: $? = 0 configure:2600: test -z || test ! -s conftest.err configure:2603: $? = 0 configure:2606: test -s conftest.o configure:2609: $? = 0 configure:2627: result: none needed configure:2645: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me' configure:2651: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2837: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:17: error: 'choke' undeclared (first use in this function) conftest.c:17: error: (Each undeclared identifier is reported only once conftest.c:17: error: for each function it appears in.) conftest.c:17: error: expected ';' before 'me' configure:2843: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.18" | #define PACKAGE_STRING "PostgreSQL 8.2.18" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.18" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | | int | main () | { | #ifndef __INTEL_COMPILER | choke me | #endif | ; | return 0; | } configure:2870: checking if cc supports -Wdeclaration-after-statement configure:2890: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement conftest.c >&5 configure:2896: $? = 0 configure:2900: test -z || test ! -s conftest.err configure:2903: $? = 0 configure:2906: test -s conftest.o configure:2909: $? = 0 configure:2911: result: yes configure:2923: checking if cc supports -Wendif-labels configure:2943: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels conftest.c >&5 configure:2949: $? = 0 configure:2953: test -z || test ! -s conftest.err configure:2956: $? = 0 configure:2959: test -s conftest.o configure:2962: $? = 0 configure:2964: result: yes configure:3036: checking if cc supports -fno-strict-aliasing configure:3056: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing conftest.c >&5 configure:3062: $? = 0 configure:3066: test -z || test ! -s conftest.err configure:3069: $? = 0 configure:3072: test -s conftest.o configure:3075: $? = 0 configure:3077: result: yes configure:3090: checking if cc supports -fwrapv configure:3110: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv conftest.c >&5 configure:3116: $? = 0 configure:3120: test -z || test ! -s conftest.err configure:3123: $? = 0 configure:3126: test -s conftest.o configure:3129: $? = 0 configure:3131: result: yes configure:3205: using CFLAGS=-O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv configure:3214: checking whether the C compiler still works configure:3232: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib conftest.c >&5 configure:3238: $? = 0 configure:3242: test -z || test ! -s conftest.err configure:3245: $? = 0 configure:3248: test -s conftest configure:3251: $? = 0 configure:3253: result: yes configure:3288: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv conftest.c >&5 configure:3294: $? = 0 configure:3298: test -z || test ! -s conftest.err configure:3301: $? = 0 configure:3304: test -s conftest.o configure:3307: $? = 0 configure:3326: checking how to run the C preprocessor configure:3361: cc -E conftest.c configure:3367: $? = 0 configure:3399: cc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:3405: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.18" | #define PACKAGE_STRING "PostgreSQL 8.2.18" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.18" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | #include configure:3444: result: cc -E configure:3468: cc -E conftest.c configure:3474: $? = 0 configure:3506: cc -E conftest.c conftest.c:12:28: error: ac_nonexistent.h: No such file or directory configure:3512: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "PostgreSQL" | #define PACKAGE_TARNAME "postgresql" | #define PACKAGE_VERSION "8.2.18" | #define PACKAGE_STRING "PostgreSQL 8.2.18" | #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" | #define PG_VERSION "8.2.18" | #define DEF_PGPORT 5432 | #define DEF_PGPORT_STR "5432" | /* end confdefs.h. */ | #include configure:3689: checking allow thread-safe client libraries configure:3752: result: yes configure:3759: checking whether to build with Tcl configure:3788: result: no configure:3825: checking whether to build Perl modules configure:3854: result: no configure:3861: checking whether to build Python modules configure:3890: result: yes configure:3897: checking whether to build with Kerberos 5 support configure:3933: result: no configure:3982: checking whether to build with PAM support configure:4015: result: no configure:4023: checking whether to build with LDAP support configure:4056: result: no configure:4064: checking whether to build with Bonjour support configure:4097: result: no configure:4105: checking whether to build with OpenSSL support configure:4138: result: yes configure:4261: checking for egrep configure:4271: result: grep -E configure:4308: using CPPFLAGS= -I/usr/local/include -I/usr/local/lib configure:4310: using LDFLAGS= -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib configure:4319: checking for gawk configure:4348: result: no configure:4319: checking for mawk configure:4348: result: no configure:4319: checking for nawk configure:4335: found /usr/bin/nawk configure:4345: result: nawk configure:4355: checking for flex configure:4394: result: /usr/bin/flex configure:4429: checking whether ln -s works configure:4433: result: yes configure:4451: checking for ld used by GCC configure:4514: result: /usr/bin/ld configure:4523: checking if the linker (/usr/bin/ld) is GNU ld GNU ld version 2.15 [FreeBSD] 2004-05-23 configure:4535: result: yes configure:4645: checking for ranlib configure:4661: found /usr/bin/ranlib configure:4672: result: ranlib configure:4686: checking for tar configure:4704: found /usr/bin/tar configure:4716: result: /usr/bin/tar configure:4765: checking for strip configure:4781: found /usr/bin/strip configure:4792: result: strip configure:4805: checking whether it is possible to strip libraries configure:4810: result: yes configure:4827: checking for bison configure:4856: result: no configure:4877: WARNING: *** Without Bison you will not be able to build PostgreSQL from CVS nor *** change any of the parser definition files. You can obtain Bison from *** a GNU mirror site. (If you are using the official distribution of *** PostgreSQL then you do not need to worry about this, because the Bison *** output is pre-generated.) To use a different yacc program (possible, *** but not recommended), set the environment variable YACC before running *** 'configure'. configure:4899: checking for perl configure:4917: found /usr/bin/perl configure:4929: result: /usr/bin/perl configure:4979: checking for python configure:5009: result: /usr/local/bin/python2.6 configure:5023: checking for Python distutils module configure:5027: result: yes configure:5036: checking Python configuration directory configure:5043: result: /usr/local/lib/python2.6/config configure:5047: checking how to link an embedded Python application configure:5068: result: -L/usr/local/lib/python2.6/config -lpython2.6 -lutil -lm configure:5073: checking whether Python is compiled with thread support configure:5077: result: yes configure:5081: error: threaded Python not supported on this platform ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-portbld-freebsd8.1 ac_cv_build_alias=i386-portbld-freebsd8.1 ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_DOCBOOKSTYLE_set='' ac_cv_env_DOCBOOKSTYLE_value='' ac_cv_env_LDFLAGS_SL_set='' ac_cv_env_LDFLAGS_SL_value='' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value=' -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=i386-portbld-freebsd8.1 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_exeext='' ac_cv_host=i386-portbld-freebsd8.1 ac_cv_host_alias=i386-portbld-freebsd8.1 ac_cv_objext=o ac_cv_path_LD=/usr/bin/ld ac_cv_path_PERL=/usr/bin/perl ac_cv_path_PYTHON=/usr/local/bin/python2.6 ac_cv_path_TAR=/usr/bin/tar ac_cv_prog_AWK=nawk ac_cv_prog_CPP='cc -E' ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc='' ac_cv_prog_egrep='grep -E' ac_cv_prog_gnu_ld=yes lt_cv_sys_max_cmd_len=262144 pgac_cv_path_flex=/usr/bin/flex ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='nawk' CC='cc' CFLAGS='-O2 -pipe -fno-strict-aliasing -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv' COLLATEINDEX='' CPP='cc -E' CPPFLAGS=' -I/usr/local/include -I/usr/local/lib' DEFS='' DOCBOOKSTYLE='' DTRACE='' DTRACEFLAGS='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' ELF_SYS='true' EXEEXT='' FLEX='/usr/bin/flex' FLEXFLAGS='' GCC='yes' HAVE_IPV6='' HAVE_POSIX_SIGNALS='' INCLUDES='-I/usr/local/include -I/usr/local/lib' JADE='' LD='/usr/bin/ld' LDAP_LIBS_BE='' LDAP_LIBS_FE='' LDFLAGS=' -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib' LDFLAGS_SL='' LIBOBJS='' LIBS='' LN_S='ln -s' LTLIBOBJS='' MSGFMT='' MSGMERGE='' NSGMLS='' OBJEXT='o' PACKAGE_BUGREPORT='pgsql-bugs@postgresql.org' PACKAGE_NAME='PostgreSQL' PACKAGE_STRING='PostgreSQL 8.2.18' PACKAGE_TARNAME='postgresql' PACKAGE_VERSION='8.2.18' PATH_SEPARATOR=':' PERL='/usr/bin/perl' PORTNAME='freebsd' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_LIBS='-pthread' PYTHON='/usr/local/bin/python2.6' RANLIB='ranlib' SGMLSPL='' SHELL='/bin/sh' STRIP='strip' STRIP_SHARED_LIB='strip --strip-unneeded' STRIP_STATIC_LIB='strip -x' TAR='/usr/bin/tar' TAS='' TCLSH='' TCL_CONFIG_SH='' TCL_INCLUDE_SPEC='' TCL_LIBS='' TCL_LIB_FILE='' TCL_LIB_SPEC='' TCL_SHARED_BUILD='' TCL_SHLIB_LD_LIBS='' WANTED_LANGUAGES='' XGETTEXT='' YACC='' YFLAGS='' ac_ct_CC='' ac_ct_RANLIB='ranlib' ac_ct_STRIP='strip' acx_pthread_config='' autodepend='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd8.1' build_alias='i386-portbld-freebsd8.1' build_cpu='i386' build_os='freebsd8.1' build_vendor='portbld' configure_args=''--with-python' '--with-libraries=/usr/local/lib' '--with-includes=/usr/local/lib' '--enable-thread-safety' '--with-docdir=/usr/local/share/doc/postgresql' '--with-openssl' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.1' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib' 'build_alias=i386-portbld-freebsd8.1'' datadir='${prefix}/share' default_port='5432' docdir='/usr/local/share/doc/postgresql' enable_debug='no' enable_dtrace='no' enable_nls='no' enable_rpath='yes' enable_shared='yes' enable_thread_safety='yes' exec_prefix='NONE' have_docbook='' host='i386-portbld-freebsd8.1' host_alias='' host_cpu='i386' host_os='freebsd8.1' host_vendor='portbld' includedir='${prefix}/include' infodir='/usr/local/info/' krb_srvtab='' ld_R_works='' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='' localstatedir='${prefix}/var' mandir='/usr/local/man' oldincludedir='/usr/include' perl_archlibexp='' perl_embed_ldflags='' perl_privlibexp='' perl_useshrplib='' prefix='/usr/local' program_transform_name='s,x,x,' python_additional_libs='-lutil -lm' python_configdir='/usr/local/lib/python2.6/config' python_includespec='-I/usr/local/include/python2.6' python_libdir='/usr/local/lib/python2.6/config' python_libspec='-L/usr/local/lib/python2.6/config -lpython2.6' python_version='2.6' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' vpath_build='' with_bonjour='no' with_gnu_ld='yes' with_krb5='no' with_ldap='no' with_openssl='yes' with_pam='no' with_perl='no' with_python='yes' with_tcl='no' with_zlib='yes' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define DEF_PGPORT 5432 #define DEF_PGPORT_STR "5432" #define ENABLE_THREAD_SAFETY 1 #define PACKAGE_BUGREPORT "pgsql-bugs@postgresql.org" #define PACKAGE_NAME "PostgreSQL" #define PACKAGE_STRING "PostgreSQL 8.2.18" #define PACKAGE_TARNAME "postgresql" #define PACKAGE_VERSION "8.2.18" #define PG_KRB_SRVNAM "postgres" #define PG_VERSION "8.2.18" #define PG_VERSION_STR "PostgreSQL 8.2.18 on i386-portbld-freebsd8.1, compiled by GCC cc (GCC) 4.2.1 20070719 [FreeBSD]" #define USE_SSL 1 configure: exit 1 --------------030706000209010904000305 Content-Type: text/plain; name="pkg-list" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pkg-list" ADMsmb-0.3 adobe-cmaps-20051217_1 amspsfnt-1.0_5 apache-2.2.17_1 apr-ipv6-devrandom-gdbm-db42-mysql51-pgsql82-1.4.2.1.3.10 autoconf-2.68 autoconf-wrapper-20071109 automake-1.11.1 automake-wrapper-20071109 bigreqsproto-1.1.0 ca_root_nss-3.12.4 cm-super-0.3.4_3 cmpsfont-1.0_6 cups-client-1.4.4 cups-image-1.4.4 cvsup-without-gui-16.1h_4 davical-0.9.9 db41-4.1.25_4 db42-4.2.52_5 docbook-1.4 docbook-4.1_4 docbook-4.2 docbook-4.3 docbook-4.4_2 docbook-4.5_2 docbook-5.0_1 docbook-sk-4.1.2_4 docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 docbook-xsl-1.75.2 docproj-jadetex-1.17_4 dsssl-docbook-modular-1.79_1,1 dvipdfmx-20100328 dvipsk-tetex-5.95a_5 dynagen-0.11.0 dynamips-devel-0.2.8.r2_2 en-freebsd-doc-20100926 expat-2.0.1_1 ezm3-1.2_1 fetchmail-6.3.18 fixrtf-0.1.20060303_1 fontconfig-2.8.0,1 freetype-1.3.1_4 freetype-tools-1.3.1_8 freetype2-2.4.2 gd-2.0.35_7,1 gdbm-1.8.3_3 gettext-0.18.1.1 ghostscript8-8.71_6 gmake-3.81_4 gnutls-2.8.6_2 gsfonts-8.11_5 help2man-1.38.2_1 html-4.01_2 html2text-1.3.2a inputproto-2.0 iso8879-1986_2 jade-1.2.1_9 jadetex-3.13_6 jasper-1.900.1_9 jbig2dec-0.11 jbigkit-1.6 jpeg-8_3 kbproto-1.0.4 latex-cjk-4.8.2_4 libICE-1.0.6,1 libSM-1.1.1_3,1 libX11-1.3.3_1,1 libXau-1.0.5 libXaw-1.0.7,1 libXdmcp-1.0.3 libXext-1.1.1,1 libXmu-1.0.5,1 libXp-1.0.0,1 libXpm-3.5.7 libXt-1.0.7 libcheck-0.9.8 libelf-0.8.13_1 libexecinfo-1.1_3 libfontenc-1.0.5 libgcrypt-1.4.6 libgpg-error-1.8 libiconv-1.13.1_1 libpaper-1.1.24 libpthread-stubs-0.3_3 libsigsegv-2.8 libtool-2.2.10 libwww-5.4.0_4 libxcb-1.7 libxml2-2.7.7 libxslt-1.1.26_2 links-0.98,1 linuxdoc-1.1_1 m4-1.4.15,1 mkfontdir-1.0.5 mkfontscale-1.0.7 mysql-client-5.1.51_1 netpbm-10.26.64_4 open-motif-2.2.3_6 openldap-client-2.4.23 p5-DBD-Pg-2.17.1 p5-DBI-1.615 p5-Storable-2.21 p5-XML-Parser-2.40 p5-YAML-0.72 p5-gettext-1.05_3 p5-type1inst-0.6.1_5 p5-version-0.82 pcre-8.10 peps-2.0_4 perl-5.10.1_2 php-libawl-0.43 php5-5.3.3_2 php5-gettext-5.3.3_2 php5-iconv-5.3.3_2 php5-pdo-5.3.3_2 php5-pdo_pgsql-5.3.3_2 php5-pgsql-5.3.3_2 php5-xml-5.3.3_2 pkg-config-0.25_1 pkgdb.db png-1.4.3 popt-1.16 portaudit-0.5.15 portmaster-3.0 portupgrade-2.4.6_4,2 postgresql-client-8.2.18 postgresql-server-8.2.18 printproto-1.0.4 pwgen-1.15_1,1 python26-2.6.6 ruby-1.8.7.248_5,1 ruby18-bdb-0.6.5_1 samba34-3.4.9 scr2png-1.2_4 scr2txt-1.2 t1lib-5.1.2_1,1 t1utils-1.32 talloc-2.0.1_1 teTeX-3.0_4 teTeX-base-3.0_20 teTeX-texmf-3.0_6 tex-texmflocal-1.9 texi2html-1.82,1 tidy-20000804_2 tiff-4.0.0 ttf2pt1-3.4.4_2 unzip-6.0 xbitmaps-1.1.0 xcb-proto-1.6 xcmiscproto-1.2.0 xdvik-tetex-22.84.16_2 xextproto-7.1.1 xf86bigfontproto-1.2.0 xhtml-1.0.20020801_4 xmlcatmgr-2.2 xmlcharent-0.3_2 xorg-macros-1.6.0 xproto-7.0.16 xtrans-1.2.5 zh-arphicttf-2.11_2 zh-docproj-0.1.20060303_4 zh-ttf2pt1-3.4.0 zh-ttfm-0.9.5_3 --------------030706000209010904000305-- From owner-freebsd-ports@FreeBSD.ORG Fri Nov 12 23:53:50 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2799106566C for ; Fri, 12 Nov 2010 23:53:49 +0000 (UTC) (envelope-from chromium@hybridsource.org) Received: from smtp2.joyent.net (smtp2.joyent.net [8.12.32.84]) by mx1.freebsd.org (Postfix) with ESMTP id BE90E8FC0C for ; Fri, 12 Nov 2010 23:53:49 +0000 (UTC) Received: from [192.168.0.101] (bigip_float [10.12.32.12]) by smtp2.joyent.net (Postfix) with ESMTP id EAD4A4F58; Fri, 12 Nov 2010 15:31:47 -0800 (PST) Message-ID: <4CDD6C06.1060307@hybridsource.org> Date: Fri, 12 Nov 2010 16:32:06 +0000 From: Ruben User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.15) Gecko/20101103 Thunderbird/3.0.10 MIME-Version: 1.0 To: MIHIRA Sanpei Yoshiro References: <20101113.080831.949267780715453933.sanpei@sanpei.org> In-Reply-To: <20101113.080831.949267780715453933.sanpei@sanpei.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, =?UTF-8?B?UmVuw6kgTGFkYW4=?= Subject: Re: [www/chromium] Illegal instruction: 4 on Pentium3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2010 23:53:50 -0000 On 11/12/2010 23:08, MIHIRA Sanpei Yoshiro wrote: > Dear folks and chromium maintainer, > > I tried to compile www/chromium on Pentium3/FreeBSD-9-current box. > > But I could not compile it with below error message. > > ===> Building for chromium-5.0.375.127 > > RULE sync_proto_genproto_0 out/Release/obj/gen/protoc_out/chrome/browser/sync/protocol/sync.pb.h > gmake: *** [out/Release/obj/gen/protoc_out/chrome/browser/sync/protocol/sync.pb.h] Illegal instruction: 4 (core dumped) > *** Error code 1 > > So I tried to install package(chromium-5.0.375.127.tbz) from /pub/FreeBSD/ports/i386/packages-9-current/All. But I could not execute chromium. > > % chrome > Illegal instruction (core dumped) > > If I install chromium on AMD athlon, I could use chromium. > > So is chromium not supported for Pentium3 CPU, only for Pentium 4 and later CPU? > > Or I could compile and execute with some setting for Pentium3 CPU? Chromium requires sse2 normally, as detailed in this bug report: http://crbug.com/9007 I don't have PIII hardware to test: what you can do is 'make patch', then go into work/chromium-courgette-redacted-5.0.375.127/build/common.gypi and find these lines '-march=pentium4', '-msse2', '-mfpmath=sse', and comment them out, then build as normal. I think that should work. I don't know what ports normally does to support older hardware like this, but we can consider adding a patch for the 6.0 update if necessary: http://www.freebsd.org/cgi/query-pr.cgi?pr=152166 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 00:23:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 812BE1065672 for ; Sat, 13 Nov 2010 00:23:09 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 07BC58FC1C for ; Sat, 13 Nov 2010 00:23:08 +0000 (UTC) Received: by fxm19 with SMTP id 19so2735808fxm.13 for ; Fri, 12 Nov 2010 16:23:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=h57mQc+6il1c/aoV/iHg10obNe77ppFpOzQ6NpTtCyo=; b=IF45v/00uq9BxrgMVfaM7I7stYU0sjVvCU8ZEHxK2ABVxdNRVAVJAeXv4bes4DKSeY OO0mVsWHx0mHitaGdO9pPYpE0ZKtIGS+DcnSHgQ+ZpmWEdnrh4nhUy7JVl9gSsXg6kBh K+GSwA7NM/5AJrjbK2Z5iRW/ocS6Eo5qJdxps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=tfgGEioXfD8XU/EDKFW5dmpJDiyDE/G8WZWv0nZINrU261SC8NrJNfz1JNdULI2172 Zbe8EJRLixkNRx/zHcE0sYajNib3m3esMxIPqtiPlTKGhBDPtq9RyCW5plBnKY5ABxha wUn3JFXSZ6fQ6toXRAuIGdTYN6qcH8ggckE90= Received: by 10.223.74.141 with SMTP id u13mr2116312faj.62.1289607787670; Fri, 12 Nov 2010 16:23:07 -0800 (PST) Received: from localhost (tor-exit-proxy1-readme.formlessnetworking.net [208.53.142.37]) by mx.google.com with ESMTPS id y19sm209051fau.17.2010.11.12.16.23.03 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 16:23:06 -0800 (PST) From: Anonymous To: naddy@mips.inka.de (Christian Weisgerber) References: Date: Sat, 13 Nov 2010 03:22:38 +0300 In-Reply-To: (Christian Weisgerber's message of "Fri, 12 Nov 2010 23:32:20 +0000 (UTC)") Message-ID: <86k4kim5rl.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 00:23:09 -0000 naddy@mips.inka.de (Christian Weisgerber) writes: > Thomas Zander wrote: > >> I have prepared a new tarball dealing with the issues reported so far. >> You can find it here: >> >> http://www.rrr.de/~riggs/mplayer/m20101111.tar.bz2 > > Not good. When I play a video, sound file, or stream where the > audio is decoded by mplayer (MP3, AAC, Vorbis) and pause playback, > I get audio noise during the pause. > > 7.3-STABLE/amd64. > AC3 pass-through over S/PDIF is not affected. > >> - includes Ariff's volume-per-channel patch > > This is suspicious... Yes, reverting files/patch-volume-per-channel > fixes it. Can you try to replace #ifdef __FreeBSD__ with #ifdef __FreeBSD__ && __FreeBSD_version >= 800097 Alternatively, just hide the patch under ${OSVERSION} >= 800097. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 01:18:23 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8A97106564A for ; Sat, 13 Nov 2010 01:18:23 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5EAC98FC17 for ; Sat, 13 Nov 2010 01:18:22 +0000 (UTC) Received: by bwz2 with SMTP id 2so3612876bwz.13 for ; Fri, 12 Nov 2010 17:18:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:organization:date:message-id :mime-version:x-mailer:content-transfer-encoding; bh=uk6webt6YIt9+8xIZuGsDOAKyhSZ2wlapWhFLQ+0jjs=; b=gCt0MQZuokOuTF6DBPxt8bjFxgL3gYqQjQWncILvlmbmJGBy+Payaf66/AlTdImMc5 H8I/CR+eUqury+azHj3wtY02SP7PpRPosxDx/Ji2dl8lZmA2opLvAet82xEb/FezDhTJ ipEnlf760Fz2ROQGDLmB9fEg7t/fzj4STR8b8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:organization :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=xujX6C98bIAruQOVhsT3uj+CA6YBlReAC8EIcYga3YWZhei3nBJX2MF+c5uKrv/DMD X2e0lHMialU5I+0khPkpY/gDVtYnSj//sLDDeTVvIxVnfvZHm7sGX0FqczI/PeZhr/8D leiLlj4HV5NCBW/dJxLUzl3dHGSZVw9EJZyv0= Received: by 10.204.60.212 with SMTP id q20mr3510655bkh.104.1289609733907; Fri, 12 Nov 2010 16:55:33 -0800 (PST) Received: from [10.0.101.2] (166.153.broadband7.iol.cz [88.102.153.166]) by mx.google.com with ESMTPS id 4sm1798412bki.1.2010.11.12.16.55.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 16:55:32 -0800 (PST) From: Michal Varga To: Anonymous In-Reply-To: <86k4kim5rl.fsf@gmail.com> References: <86k4kim5rl.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" Organization: Stonehenge Date: Sat, 13 Nov 2010 01:55:30 +0100 Message-ID: <1289609730.1517.16.camel@xenon> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: thomas.e.zander@googlemail.com, Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 01:18:24 -0000 On Sat, 2010-11-13 at 03:22 +0300, Anonymous wrote: > Can you try to replace > > #ifdef __FreeBSD__ > > with > > #ifdef __FreeBSD__ && __FreeBSD_version >= 800097 > > Alternatively, just hide the patch under ${OSVERSION} >= 800097. Just my 2 cents: Wouldn't be easier to simply made the patch optional via OPTIONS (defaulting to off) and forget about it? For example, I too have no use for it, as I don't prefer applications messing with my mixer and thus run mplayer with -sotfvol. And seriously, even then, for the past 10 years of pretty heavy mplayer usage - I changed volume in it for like.. three times, ever (probably by accident). So for me, this is a patch that's not part of $Upstream, does absolutely nothing I need, does even less for 4Front OSS users, and is already known to break stuff for someone (the last point being somewhat significant). Please, don't include it by default for everyone. m. -- Michal Varga, Stonehenge (Gmail account) From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 02:18:20 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C826106564A for ; Sat, 13 Nov 2010 02:18:20 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF058FC16 for ; Sat, 13 Nov 2010 02:18:19 +0000 (UTC) Received: by vws20 with SMTP id 20so1229425vws.13 for ; Fri, 12 Nov 2010 18:18:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=xoqrAm0qokEyNCqUv63eFKZ/xh3tj/+tNSLalGDCntM=; b=x8iRsZg4iAkJf3/3jqCN2eP5J7yNWNlUeB+fqMSgJKEv2q2pV1324+LlWAHdHVm+u0 fin3b5UX26MXOm0Q6YQag6cUpRuvyKlfO3mSKIF511PeYzbxXi1W6W/1l7G6KVprmXYT rimTmuSbiWvAs3Op0gFs7EH9kYvYIxGMOd7Jo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=PNoCtHxl2vyY04mkGXCjXUSrlGB9+aYM19JSGfKTXmZeobSPvhP/Ih74Abxfj4K/Pe mgasWm6a+I9rZmaNQ2bR51djq+afuTh4DcXU+x5aVWdM+RNSCng6yNx9TStnU/lKXChs q1mazIjiD8Yj0hkGB1G41zxDiO0BVnEqKZ0oo= Received: by 10.220.193.4 with SMTP id ds4mr687618vcb.99.1289614698195; Fri, 12 Nov 2010 18:18:18 -0800 (PST) Received: from localhost ([208.53.142.42]) by mx.google.com with ESMTPS id p30sm1112301vcf.26.2010.11.12.18.18.15 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 18:18:17 -0800 (PST) From: Anonymous To: Michal Varga References: <86k4kim5rl.fsf@gmail.com> <1289609730.1517.16.camel@xenon> Date: Sat, 13 Nov 2010 05:18:07 +0300 In-Reply-To: <1289609730.1517.16.camel@xenon> (Michal Varga's message of "Sat, 13 Nov 2010 01:55:30 +0100") Message-ID: <861v6qge5c.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: thomas.e.zander@googlemail.com, Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 02:18:20 -0000 Michal Varga writes: > On Sat, 2010-11-13 at 03:22 +0300, Anonymous wrote: >> Can you try to replace >> >> #ifdef __FreeBSD__ >> >> with >> >> #ifdef __FreeBSD__ && __FreeBSD_version >= 800097 >> >> Alternatively, just hide the patch under ${OSVERSION} >= 800097. > > Just my 2 cents: > > Wouldn't be easier to simply made the patch optional via OPTIONS > (defaulting to off) and forget about it? > > For example, I too have no use for it, as I don't prefer applications > messing with my mixer and thus run mplayer with -sotfvol. And seriously, > even then, for the past 10 years of pretty heavy mplayer usage - I > changed volume in it for like.. three times, ever (probably by > accident). VPC is smth like an application-specific mixer. And you can even change volume for apps that don't normally have any volume control, e.g. audio/xmp. http://people.freebsd.org/~ariff/utils/appsmixer OTOH, -softvol is mplayer-specific. > > So for me, this is a patch that's not part of $Upstream, does absolutely > nothing I need, does even less for 4Front OSS users, and is already > known to break stuff for someone (the last point being somewhat > significant). It was an attempt to make volume control more user-friendly on 8.x packages. For example 1. user opens a file and finds out volume is too high 3. so, he reduces it using volume control buttons (`/' and `*') 4. after a bit of time he pauses playback (e.g. to get more snacks) 5. then resumes playback only to find out volume is back to high And the above doesn't happen on 6.x or 7.x. But on 8.x one has to dig mplayer manpage for -softvol even if he previously didn't use it. > > Please, don't include it by default for everyone. If it's not gonna be included by default there should be a note in PKGMESSAGE about how VPC on 8.x affects volume control in mplayer and a suggestion to use -softvol. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 02:28:38 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4EBFE1065674 for ; Sat, 13 Nov 2010 02:28:38 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0190B8FC20 for ; Sat, 13 Nov 2010 02:28:37 +0000 (UTC) Received: by gxk9 with SMTP id 9so2301423gxk.13 for ; Fri, 12 Nov 2010 18:28:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=HGaO2UfHzw7NFBbdhArbk3JurAHLT8IseIzkhzZyLDo=; b=Y+5KtbTeE5GeqK/lNS55gMb4ymkPeObAGSLfpKyjrJbr7gzVlDILEOXF207iE5/ZxF sDM+gYFn0kbF8j0YCpgiYtJfiXshl5M9u6/F9a1s6KDfvpjNCaQLrNw1O4yFfaEfsEOz NvtdY8MPb6Nbmt4fNFM3s64P8VEDIRhpf9COw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=mHAXsCNc7Mnkyz/JA2JZRiiO5pno1KFYJp6KagPlc4czS+TpQPn6wG0+RX7hTYTrFm AKARcwyXbfGKyXkE/YgdBTppwxTKRu2F+PIFrxydpl7NntutX7YcKoywXcT/ayBOqW5F UYQbDOWPEi98z0VMAohIwgj23iH9HqoASHwGI= Received: by 10.150.205.5 with SMTP id c5mr5276987ybg.53.1289615317081; Fri, 12 Nov 2010 18:28:37 -0800 (PST) Received: from localhost (tor-exit-proxy7-readme.formlessnetworking.net [208.53.142.43]) by mx.google.com with ESMTPS id k2sm1197617ybj.20.2010.11.12.18.28.32 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 18:28:36 -0800 (PST) From: Anonymous To: Michal Varga References: <86k4kim5rl.fsf@gmail.com> <1289609730.1517.16.camel@xenon> <861v6qge5c.fsf@gmail.com> Date: Sat, 13 Nov 2010 05:28:19 +0300 In-Reply-To: <861v6qge5c.fsf@gmail.com> (Anonymous's message of "Sat, 13 Nov 2010 05:18:07 +0300") Message-ID: <86oc9uez3w.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: thomas.e.zander@googlemail.com, Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 02:28:38 -0000 Anonymous writes: >> >> Please, don't include it by default for everyone. > > If it's not gonna be included by default there should be a note in > PKGMESSAGE about how VPC on 8.x affects volume control in mplayer > and a suggestion to use -softvol. Oops, hw.snd.vpc_autoreset=0 is probably better. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 13:20:59 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 795A9106566B for ; Sat, 13 Nov 2010 13:20:59 +0000 (UTC) (envelope-from jake@avenue22.net) Received: from floor13.viper.enta.net (floor13.viper.enta.net [78.33.24.2]) by mx1.freebsd.org (Postfix) with ESMTP id 436B88FC0A for ; Sat, 13 Nov 2010 13:20:59 +0000 (UTC) Received: from c0by.sweetsmoke.co.uk (unknown [84.45.181.90]) by floor13.viper.enta.net (Postfix) with ESMTP id 51C0BC1870; Sat, 13 Nov 2010 13:16:32 +0000 (GMT) Message-ID: <4CDE90B8.1050502@avenue22.net> Date: Sat, 13 Nov 2010 13:20:56 +0000 From: Jake Smith User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: laza_bsd@laza.it Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: PR ports/152169 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 13:20:59 -0000 Hello Marco, I am just wondering if you (or anyone else) can clarify if I created a duplicate PR patch for ossec-hids. I notice we both have a PR submitted to update the freebsd port to 2.5.1 (ports/152169 and ports/152170), and both have the same arrival date, to the second. What are the chances that would happen :) or is there something I don't understand about how PRs work? Jake From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 15:24:27 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3360106564A; Sat, 13 Nov 2010 15:24:26 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 8CB928FC1F; Sat, 13 Nov 2010 15:24:26 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 11C4A22C5424; Sat, 13 Nov 2010 17:24:25 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id 1F7265A90E6; Sat, 13 Nov 2010 07:24:24 -0800 (PST) From: QAT@FreeBSD.org To: dinoex@FreeBSD.org In-Reply-To: <201011131515.oADFFX6k057780@repoman.freebsd.org> References: <201011131515.oADFFX6k057780@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: audio/rsynth X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/rsynth-2.0_3.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: gcc4_error Message-Id: <20101113152424.1F7265A90E6@jester1b.ixsystems.com> Date: Sat, 13 Nov 2010 07:24:23 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/audio/rsynth Makefile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 15:24:27 -0000 The Restless Daemon identified a gcc4 error while trying to build: rsynth-2.0_3 maintained by ports@FreeBSD.org Makefile ident: $FreeBSD: ports/audio/rsynth/Makefile,v 1.28 2010/11/13 15:15:33 dinoex Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/rsynth-2.0_3.log : checking for -lICE... no checking for -ldnet... no checking for -ldnet_stub... no checking for -lnsl... no checking for -lsocket... no checking for -lsocket... (cached) no checking for -lnsl... (cached) no checking for -lX11... yes checking for audio/audiolib.h... -I.: not found grep: conftest.out: No such file or directory yes checking for -laudio... yes checking whether cc needs -traditional... no checking return type of signal handlers... int checking for GNU make... no updating cache ./config.cache creating ./config.status creating Makefile creating config.h linking ./config/freebsdplay.c to hplay.c ===> Building for rsynth-2.0_3 cc -O2 -pipe -fno-strict-aliasing -I. -I. -I/usr/local/include -DDICT_DIR=\"/usr/local/lib/dict\" -c -o say.o say.c In file included from say.c:43: /usr/include/stdio.h:57: error: two or more data types in declaration specifiers In file included from ./useconfig.h:19, from say.c:45: /usr/include/malloc.h:3:2: error: #error " has been replaced by " say.c: In function 'say_phones': say.c:189: warning: incompatible implicit declaration of built-in function 'malloc' say.c: In function 'concat_args': say.c:332: warning: incompatible implicit declaration of built-in function 'strlen' say.c:333: warning: incompatible implicit declaration of built-in function 'malloc' *** Error code 1 Stop in /work/a/ports/audio/rsynth/work/rsynth-2.0. *** Error code 1 Stop in /a/ports/audio/rsynth. ================================================================ build of /usr/ports/audio/rsynth ended at Sat Nov 13 15:24:22 UTC 2010 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/rsynth-2.0_3.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=audio&portname=rsynth The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 17:14:05 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA451106566B; Sat, 13 Nov 2010 17:14:05 +0000 (UTC) (envelope-from annulen@yandex.ru) Received: from forward2.mail.yandex.net (forward2.mail.yandex.net [77.88.46.7]) by mx1.freebsd.org (Postfix) with ESMTP id 98B4A8FC0A; Sat, 13 Nov 2010 17:14:05 +0000 (UTC) Received: from web46.yandex.ru (web46.yandex.ru [77.88.47.185]) by forward2.mail.yandex.net (Yandex) with ESMTP id 306BD38A898F; Sat, 13 Nov 2010 19:58:24 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1289667504; bh=G+TOyHGuL6Fj8aBopFmWZntKbuViAxNEPFXV66kg6cQ=; h=From:To:Cc:In-Reply-To:References:Subject:MIME-Version:Message-Id: Date:Content-Transfer-Encoding:Content-Type; b=MrvxDFOzzTubxJVzcgLOmZJGtNAKvJmChkEvm2Y2gt2mdx6cayJzITUe4st/UCF/2 7iiG3u3DH/HfEGaQE6qgSpf3K9EY4a/8FvQUiJKcGCW5SmVLcWqXHO03jYDdmf0rgf 2qY+VYQdYRHC5abLxcBCZ62kEK9mV9A+8peHvlKM= Received: from localhost (localhost.localdomain [127.0.0.1]) by web46.yandex.ru (Yandex) with ESMTP id 19CC93681CE; Sat, 13 Nov 2010 19:58:24 +0300 (MSK) Received: from [195.34.30.225] ([195.34.30.225]) by mail.yandex.ru with HTTP; Sat, 13 Nov 2010 19:58:22 +0300 From: Konstantin Tokarev To: Ruben In-Reply-To: <4CDD6C06.1060307@hybridsource.org> References: <20101113.080831.949267780715453933.sanpei@sanpei.org> <4CDD6C06.1060307@hybridsource.org> MIME-Version: 1.0 Message-Id: <616301289667503@web46.yandex.ru> Date: Sat, 13 Nov 2010 19:58:22 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: ports@freebsd.org, MIHIRA Sanpei Yoshiro , =?utf-8?B?UmVuw6kgTGFkYW4=?= Subject: Re: [www/chromium] Illegal instruction: 4 on Pentium3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 17:14:06 -0000 > Chromium requires sse2 normally, as detailed in this bug report: > > http://crbug.com/9007 This bug report is related to Chromium 2, but I've run Chromium 4 on PIII on Linux without problems -- Regards, Konstantin From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 17:31:39 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3A1A106566C for ; Sat, 13 Nov 2010 17:31:39 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id A1AE18FC17 for ; Sat, 13 Nov 2010 17:31:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id BFA5417145; Sat, 13 Nov 2010 12:14:04 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1289668444; bh=9cB9Nak68UkEVQQ24fE15o+8Zbi9NYG5L4k7N2MnJFs=; b= i6u40H6BH3OhZWY++SE2E2OmvruuldSHjXyDTgDpm2Qcx7owAI8KQz9qBAsrhSGc a8CfLbeyAB5RPeKUfNnA+u0b6nH2xXuF+E9xiZvRHdLbH0yxG+zYjKGbkbHe5h5O +gvAi16vSSijMaJPJsfIFpNHGxKIEWprPKd1E8pNgBc= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id 90crCX+yl49n; Sat, 13 Nov 2010 12:14:04 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 520331713A; Sat, 13 Nov 2010 12:14:03 -0500 (EST) Date: Sat, 13 Nov 2010 12:13:55 -0500 From: Sahil Tandon To: Jake Smith Message-ID: <20101113171355.GA15497@magic.hamla.org> References: <4CDE90B8.1050502@avenue22.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CDE90B8.1050502@avenue22.net> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@FreeBSD.org, laza_bsd@laza.it Subject: Re: PR ports/152169 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 17:31:39 -0000 On Sat, 2010-11-13 at 13:20:56 +0000, Jake Smith wrote: > I am just wondering if you (or anyone else) can clarify if I created a > duplicate PR patch for ossec-hids. I notice we both have a PR > submitted to update the freebsd port to 2.5.1 (ports/152169 and > ports/152170), and both have the same arrival date, to the second. > What are the chances that would happen :) or is there something I > don't understand about how PRs work? It looks like a small GNATS quirk at the time your PRs were processed. You both submitted via the web form, and Marco's PR preceded yours by about seven minutes. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 17:58:41 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AA071065670 for ; Sat, 13 Nov 2010 17:58:41 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7097B8FC0C for ; Sat, 13 Nov 2010 17:58:41 +0000 (UTC) Received: by iwn39 with SMTP id 39so4883905iwn.13 for ; Sat, 13 Nov 2010 09:58:40 -0800 (PST) Received: by 10.231.13.68 with SMTP id b4mr3023431iba.173.1289669706225; Sat, 13 Nov 2010 09:35:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Sat, 13 Nov 2010 09:34:46 -0800 (PST) In-Reply-To: <4CDE90B8.1050502@avenue22.net> References: <4CDE90B8.1050502@avenue22.net> From: Eitan Adler Date: Sat, 13 Nov 2010 12:34:46 -0500 Message-ID: To: Jake Smith Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, laza_bsd@laza.it Subject: Re: PR ports/152169 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 17:58:41 -0000 On Sat, Nov 13, 2010 at 8:20 AM, Jake Smith wrote: > Hello Marco, > > I am just wondering if you (or anyone else) can clarify if I created a > duplicate PR patch for ossec-hids. I notice we both have a PR submitted to > update the freebsd port to 2.5.1 (ports/152169 and ports/152170), and both > have the same arrival date, to the second. It looks like both of you sent separate PRs at the same time. > What are the chances that would happen Given the large numbers of PRs sent it is quite likely that at least once something like this would happen -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 19:25:06 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E88971065679 for ; Sat, 13 Nov 2010 19:25:06 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (pancho.soaustin.net [76.74.250.40]) by mx1.freebsd.org (Postfix) with ESMTP id C70C28FC08 for ; Sat, 13 Nov 2010 19:25:06 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 38AE856029; Sat, 13 Nov 2010 19:25:06 +0000 (UTC) Date: Sat, 13 Nov 2010 19:25:06 +0000 From: Mark Linimon To: Andriy Gapon Message-ID: <20101113192506.GC29660@lonesome.com> References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CD8132D.9090902@icyb.net.ua> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Alexey Shuvaev , freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 19:25:07 -0000 On Mon, Nov 08, 2010 at 05:11:41PM +0200, Andriy Gapon wrote: > Oh, forgot a need to simply bump port revisions of all xorg driver ports. > That's perhaps a little bit laborious, but doesn't require any special skills. > Or did you have something else in mind? There's this whole "testing" thing :-) xorg seems to have an amazing ability to introduce regressions, especially in edge cases/older hardware. Each of the last N updates has been preceded by a lot of staging/testing, and even so, created a lot of work to clean everything up. So, in theory, it's easy, but in practice, it requires someone(s) with a lot of time and dedication. We certainly need one or more such people right now! mcl From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 19:36:00 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAD9A1065679 for ; Sat, 13 Nov 2010 19:36:00 +0000 (UTC) (envelope-from chromium@hybridsource.org) Received: from smtp1.joyent.net (smtp1.joyent.net [8.12.32.82]) by mx1.freebsd.org (Postfix) with ESMTP id 9789A8FC17 for ; Sat, 13 Nov 2010 19:36:00 +0000 (UTC) Received: from [192.168.0.102] (bigip_float [10.12.32.12]) by smtp1.joyent.net (Postfix) with ESMTP id B621952CE; Sat, 13 Nov 2010 11:35:57 -0800 (PST) Message-ID: <4CDE863D.4@hybridsource.org> Date: Sat, 13 Nov 2010 12:36:13 +0000 From: Ruben User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.15) Gecko/20101103 Thunderbird/3.0.10 MIME-Version: 1.0 To: Konstantin Tokarev References: <20101113.080831.949267780715453933.sanpei@sanpei.org> <4CDD6C06.1060307@hybridsource.org> <616301289667503@web46.yandex.ru> In-Reply-To: <616301289667503@web46.yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, MIHIRA Sanpei Yoshiro Subject: Re: [www/chromium] Illegal instruction: 4 on Pentium3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 19:36:00 -0000 On 11/13/2010 16:58, Konstantin Tokarev wrote: >> Chromium requires sse2 normally, as detailed in this bug report: >> >> http://crbug.com/9007 > > This bug report is related to Chromium 2, but I've run Chromium 4 on PIII > on Linux without problems That distro was probably manually removing those flags to support older hardware, but until the OP confirms that this was the fix, doesn't matter. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 19:36:55 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E47CF10656B2; Sat, 13 Nov 2010 19:36:55 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 039258FC12; Sat, 13 Nov 2010 19:36:54 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA16439; Sat, 13 Nov 2010 21:36:49 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PHLu5-000NSA-Lx; Sat, 13 Nov 2010 21:36:49 +0200 Message-ID: <4CDEE881.201@icyb.net.ua> Date: Sat, 13 Nov 2010 21:35:29 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Mark Linimon References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> In-Reply-To: <20101113192506.GC29660@lonesome.com> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 19:36:56 -0000 on 13/11/2010 21:25 Mark Linimon said the following: > There's this whole "testing" thing :-) So, I thought taht I contributed one test report already :-) > xorg seems to have an amazing ability to introduce regressions, especially > in edge cases/older hardware. Each of the last N updates has been preceded > by a lot of staging/testing, and even so, created a lot of work to clean > everything up. I think that you refer to upgrades of the "Xorg bundle" as a whole. Not sure if we've had any problems like that when upgrading between minor versions of a single module, even such as xorg server. > So, in theory, it's easy, but in practice, it requires someone(s) with a lot > of time and dedication. > > We certainly need one or more such people right now! I agree, but I am not sure how in the ports land we do an application testing in general. That is, I am sure there will be a lot of testers if the port update is actually committed :-) but I am not sure how to test it in advance (given all the possible hardware and software configurations). -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 21:26:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EBD7106564A for ; Sat, 13 Nov 2010 21:26:52 +0000 (UTC) (envelope-from xpahos@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id EF8988FC0C for ; Sat, 13 Nov 2010 21:26:51 +0000 (UTC) Received: by iwn39 with SMTP id 39so5037570iwn.13 for ; Sat, 13 Nov 2010 13:26:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=2bvsKLELhsfIGhLcbZAahpAXOijOeFdwdabqEqlZsRI=; b=H62F6vT+YEaVjXMOYUueqtQI4VT205Jx4DA0KN2ivmfOUupeIJ1426eUzGN2hfAfEB Cnuxqc51ITzexjlIbM47ikZTI7gBnnX1PXBQKOXV87swHvJZAekUKhqJw4DDI5tenTnr Dozcj+MsUBmxlXKwXVrPgtK3HKtYrOeo5QAu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=H2J21yFhB+vF+Kk/UCRNjIA77+/Iwg7fLX9irNXVY22qqEu2WlPOhhXJUf/+KZWjVm qKR1STR7Ml47vKoEguPlaFuwaYdnTyuUxMJ2xc85SZ/DM7A5ExK2FTl0pmmFbGHH2enO yJrlTFS6ZFzvRupuG6fjxR2ttxOUvmAfWudsQ= MIME-Version: 1.0 Received: by 10.231.35.201 with SMTP id q9mr3068965ibd.176.1289683611019; Sat, 13 Nov 2010 13:26:51 -0800 (PST) Received: by 10.231.34.73 with HTTP; Sat, 13 Nov 2010 13:26:50 -0800 (PST) Date: Sun, 14 Nov 2010 00:26:50 +0300 Message-ID: From: "xpahos@gmail.com" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: MySQL HandlerSocket plugin port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 21:26:52 -0000 Hi. I've made port for plugin, but after two days plugin stoped loading in MySQL. http://host129.rax.ru/ports/handlersocket-mysql51-plugin.tar.bz2 Please, test this port on MySQL 5.1. Now it's building from github and doesn't have stable version. Thanks to Sahil Tandon for workaround with mysql sources. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 13 23:17:42 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E94E106566B for ; Sat, 13 Nov 2010 23:17:42 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6A4AF8FC0A for ; Sat, 13 Nov 2010 23:17:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id E7D5B170F7 for ; Sat, 13 Nov 2010 18:17:41 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1289690261; bh=RcOjVlVSDE4Q+bRd5SRU/Hum45CAomW54myJ78nnT8Q=; b= JRNxLs/R2DHma1xPD8+nhSEN1J59QyBHwju2AtTJbKTgoZ2sZBWvstxZRaj1eDLi fV5Tp2EFQaq+jJLhfSPlWV+quYFIEWRMzFioG2kftoK5TuCSX13UikLNAaqgxJIK ztuApREK5hbg7FpvRG9RS/OnGhtHfyJUDK2dWYUU2+c= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id ucgiLm6LJ7uG for ; Sat, 13 Nov 2010 18:17:41 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id A4086170F0 for ; Sat, 13 Nov 2010 18:17:39 -0500 (EST) Date: Sat, 13 Nov 2010 18:17:33 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101113231733.GA15789@magic.hamla.org> References: <4CDE90B8.1050502@avenue22.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: PR ports/152169 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2010 23:17:42 -0000 On Sat, 2010-11-13 at 12:34:46 -0500, Eitan Adler wrote: > On Sat, Nov 13, 2010 at 8:20 AM, Jake Smith wrote: > > Hello Marco, > > > > I am just wondering if you (or anyone else) can clarify if I created a > > duplicate PR patch for ossec-hids. I notice we both have a PR submitted to > > update the freebsd port to 2.5.1 (ports/152169 and ports/152170), and both > > have the same arrival date, to the second. > > It looks like both of you sent separate PRs at the same time. It may appear that way based on the Arrival-Date:, but it is not true. -- Sahil Tandon