From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 01:22: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 50204106566B for ; Sun, 10 Oct 2010 01:22:23 +0000 (UTC) (envelope-from gordon@tetlows.org) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E144E8FC14 for ; Sun, 10 Oct 2010 01:22:22 +0000 (UTC) Received: by bwz16 with SMTP id 16so3673bwz.13 for ; Sat, 09 Oct 2010 18:22:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.118.148 with SMTP id v20mr1135247bkq.95.1286672078495; Sat, 09 Oct 2010 17:54:38 -0700 (PDT) Received: by 10.204.174.212 with HTTP; Sat, 9 Oct 2010 17:54:38 -0700 (PDT) In-Reply-To: <4CAB3A64.4080709@DataIX.net> References: <4CAB3A64.4080709@DataIX.net> Date: Sat, 9 Oct 2010 17:54:38 -0700 Message-ID: From: Gordon Tetlow To: jhell Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports Subject: Re: devel/p4d/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: Sun, 10 Oct 2010 01:22:23 -0000 On Tue, Oct 5, 2010 at 7:47 AM, jhell wrote: > Hi Gordon, > > I have just upgraded my p4d install and have found the following > inconsistency in the Makefile: > > ${CAT} pkg-message > > pkg-message at this point cannot be found and it would be better if this > referred to the ports directory and the portname /pkg-message instead. > > > I might also suggest that instead of using touch(1) chown(1) chmod(1) to > create entries in the filesystem for the p4d.log that you use install(1) > instead as that allows you to achieve all three steps listed above in > one command like so. > > install -S -o p4admin -g p4admin -m 640 /dev/null /var/log/p4d.log > > And of course this might need/involve some checking to see if the users > log file already exists as we would not want to overwrite that by the > above command but nor do we want to blindly chmod(1) the file either > which is also done in the Makefile already. A lot of the existing code was taken from the previous version of the port. I didn't mess with it particularly when I took it over. I'll take a look at the pkg-message part. At the very least, I should be able to change it to ${PKGMESSAGE}. Gordon From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 06:09: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 9F6521065672 for ; Sun, 10 Oct 2010 06:09:34 +0000 (UTC) (envelope-from cochard@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 382AE8FC08 for ; Sun, 10 Oct 2010 06:09:33 +0000 (UTC) Received: by qyk30 with SMTP id 30so1539631qyk.13 for ; Sat, 09 Oct 2010 23:09:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=iC2NJn2rtb1Zz15rS7FIWU2SMnQ3UVbLt2bEik6W5tg=; b=vQp91R0Zqk1WyECyZztMp3hnEawW63r5k7eskx23qMBDBvGNWhG+ctc9gEdkw706mi jthbkuOPJVcb36jXPKO/KfHqPtRbipeawCL+NTQgaGoM+UKDh+UaYb/hRZbrHnHst32t 8ioieH2DHuh3sUOCRZaOygSlrmVGhDCLEiYTQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=xoqp5gz8Esde6qantwMKadFbHoDv3xyVB5lU2S4yRPKZgjNnaXLiGSfujIsHBOVV9g kCYYqkcpjrMa0cDGefrRF+QLqfXJRNQvGREvpysk8JI80g5fKD4QiVomgepFDEqwTpqd 57/r0X/DRzLWghfQf7JI4vO5MvQHaDju4LCN4= Received: by 10.229.233.80 with SMTP id jx16mr3775433qcb.62.1286690956678; Sat, 09 Oct 2010 23:09:16 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.229.74.200 with HTTP; Sat, 9 Oct 2010 23:08:56 -0700 (PDT) In-Reply-To: <20101009110055.1476e457@ukr.net> References: <20101009110055.1476e457@ukr.net> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Sun, 10 Oct 2010 08:08:56 +0200 X-Google-Sender-Auth: IxA50sQANnd_DIA3gCZDagutUoc Message-ID: To: Ivan Klymenko Content-Type: text/plain; charset=ISO-8859-1 Cc: =?ISO-8859-1?Q?Micka=EBl_Maillot?= , freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: XBMC 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: Sun, 10 Oct 2010 06:09:34 -0000 On Sat, Oct 9, 2010 at 10:00 AM, Ivan Klymenko wrote: > > Hi! > > I have this port is not built ... > gives the following error when building: > ######## > ... > `/usr/ports_build/usr/ports/multimedia/xbmc/work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec' > I've got the same problem, here is a dirty fix: 1. Once the make failed, manually enter the work file of SIDCodec: cd work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec/ 2. Then manually restart the gmake: gmake 3. Then restart the port make: cd /usr/port/multimedia/xbmc make The make will finish without problem. Regards, Olivier -- http://freenas.org http://bsdrp.net From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 09:04:35 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 2C187106566C; Sun, 10 Oct 2010 09:04:35 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.23]) by mx1.freebsd.org (Postfix) with ESMTP id DAEE48FC0A; Sun, 10 Oct 2010 09:04:34 +0000 (UTC) Received: from 184-177-179-94.pool.ukrtel.net ([94.179.177.184] helo=localhost) by fsm1.ukr.net with esmtps ID 1P4rpY-000K3I-4W ; Sun, 10 Oct 2010 12:04:32 +0300 Date: Sun, 10 Oct 2010 12:04:11 +0300 From: Ivan Klymenko To: Olivier =?UTF-8?B?Q29jaGFyZC1MYWJiw6k=?= Message-ID: <20101010120411.00d82178@ukr.net> In-Reply-To: References: <20101009110055.1476e457@ukr.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: =?UTF-8?B?TWlja2HDq2w=?= Maillot , freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: XBMC 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: Sun, 10 Oct 2010 09:04:35 -0000 =D0=92 Sun, 10 Oct 2010 08:08:56 +0200 Olivier Cochard-Labb=C3=A9 =D0=BF=D0=B8=D1=88=D0=B5= =D1=82: > On Sat, Oct 9, 2010 at 10:00 AM, Ivan Klymenko wrote: > > > > Hi! > > > > I have this port is not built ... > > gives the following error when building: > > ######## > > ... > > `/usr/ports_build/usr/ports/multimedia/xbmc/work/xbmc-10.0.r34138/xbmc/= cores/paplayer/SIDCodec' > > >=20 > I've got the same problem, here is a dirty fix: > 1. Once the make failed, manually enter the work file of SIDCodec: > cd work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec/ > 2. Then manually restart the gmake: > gmake > 3. Then restart the port make: > cd /usr/port/multimedia/xbmc > make >=20 > The make will finish without problem. >=20 > Regards, >=20 > Olivier Thank you so much! It worked! :) From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 10:34: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 F334C1065679; Sun, 10 Oct 2010 10:34:54 +0000 (UTC) (envelope-from spambox@haruhiism.net) Received: from mail.fujibayashi.jp (mail.fujibayashi.jp [IPv6:2001:470:9954:ffff::2]) by mx1.freebsd.org (Postfix) with ESMTP id AA34A8FC13; Sun, 10 Oct 2010 10:34:54 +0000 (UTC) Received: from [IPv6:2001:470:9f2d:0:1::1] (omoikane.gensokyo.fujibayashi.jp [IPv6:2001:470:9f2d:0:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.fujibayashi.jp (Postfix) with ESMTPSA id 52CBB71B34; Sun, 10 Oct 2010 19:34:52 +0900 (JST) Message-ID: <4CB196E4.3010302@haruhiism.net> Date: Sun, 10 Oct 2010 14:35:16 +0400 From: Kamigishi Rei User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101004 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: Ashish SHUKLA References: <8662xpputa.fsf@chateau.d.if> In-Reply-To: <8662xpputa.fsf@chateau.d.if> X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig938C8078C52F35C8CE6ABCC8" Cc: FreeBSD ports list Subject: Re: Broken net-im/ejabberd 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, 10 Oct 2010 10:34:55 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig938C8078C52F35C8CE6ABCC8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 28.09.2010 22:49, Ashish SHUKLA wrote: > I'm the maintainer of net-im/ejabberd, which recently became broken due= to my > lack of synchronization with the upgrade of lang/erlang. Jimi Olgeni > (maintainer of lang/erlang) has submitted a diff[1] containing the upda= te, > which I'll commit in a day or two. I've just tried to upgrade my 2.1.4 to 2.1.5 which steadily results in crashes without any logs; I only get crash dumps. FreeBSD 8.1-STABLE, amd64, jailed ejabberd, erlang-lite R14B from this night's ports tree snapshot. --=20 Kamigishi Rei KREI-RIPE --------------enig938C8078C52F35C8CE6ABCC8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJMsZblAAoJEPAgyqbDpP+eieIIAKgIbEOU0k9OyorW0PDyDWas vZSILcCMmqcBqDZb162arSscFYM8gLu/tYhnM5JEZnfa38KRISj9yiLDJve0Ea/O xhoByoLnDs5LDqBD5HEHf186NViF1yAQ6At8kfhyQcM9c5KmuCXtt18DXzgIIWT+ aL3lV82l1s2qZ4oBoJFBL7N3jq+3SWMmdXu6y7mE8gPZXlHDYJD94Nd57496d3wG oWw16idCyTP5eM23+nmdxCaxN3LNT4V+SrNMeqWh9T7jdEzhfdsiU40umS2xCUNv qaqA2i6FuA/baTgeODBPl9urhmjap96w4zsSxFdcWWA7h9PgZb9tID1wrdtSItQ= =g9EL -----END PGP SIGNATURE----- --------------enig938C8078C52F35C8CE6ABCC8-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 10:55: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 A515A10656C9; Sun, 10 Oct 2010 10:55:12 +0000 (UTC) (envelope-from bh@izb.knu.ac.kr) Received: from pinus.izb.knu.ac.kr (pinus.izb.knu.ac.kr [IPv6:2001:470:1f05:5f6:3::1]) by mx1.freebsd.org (Postfix) with ESMTP id 178418FC24; Sun, 10 Oct 2010 10:55:11 +0000 (UTC) Received: from pinus.izb.knu.ac.kr (localhost.izb.knu.ac.kr [IPv6:::1]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 34DE457378; Sun, 10 Oct 2010 19:55:10 +0900 (KST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=izb.knu.ac.kr; h=from:to:cc:subject:references:date:in-reply-to:message-id :mime-version:content-type; s=soyeomul; i=bh@izb.knu.ac.kr; bh=h WWEgME4yS3lXM5rV2vE/KjWFI4r6d8KCuldyzJatlE=; b=HLpn7YZY0cc6v7jcB kKgU1/T29uJeJYbgeVrvwfeuHxhIgO1OtLGUSupF0TI0vv7DNFD5+UYdz3ajJ8UK 3MVa8FcyzS6+85eog5EUFPun6vsRssCfr0TplQma+kjG1g6V440ioIsUOOBwxFcY Wn0/DQKsRJUbbxXXLriVqkZTok= Received: from betla.izb.knu.ac.kr (betla.izb.knu.ac.kr [IPv6:2001:470:1f05:5f6:3::b]) by pinus.izb.knu.ac.kr (Postfix) with ESMTP id 1B0AA57375; Sun, 10 Oct 2010 19:55:10 +0900 (KST) Received: from betla.home (unknown [59.24.179.60]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: bh@izb.knu.ac.kr) by betla.izb.knu.ac.kr (Postfix) with ESMTP id 0DE3D1CCF0; Sun, 10 Oct 2010 19:55:08 +0900 (KST) From: Byung-Hee HWANG To: ashish@FreeBSD.org (Ashish SHUKLA) Organization: GR References: <8662xpputa.fsf@chateau.d.if> Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEVMM2UIAhGJrpkJDwsD AwgJAggKPnwFBAIEBAQJAjTkRM0eAAACN0lEQVQ4jW3Tv2sbMRQHcPnSDt78bMWctkOBgDc7 10I8Cl6DOpZm6RgPBx4LgbrjUbVVNiuXHNF/2yfJzqnEwmDfffyV9PSD2UNTfuu9A/65cT39 AnZ4j8pTcxzM/HlO4F8BnAcHCK14CuBeQXAFAJwbg/MmS2igEDWtrfZ9PyQiiJCxei1o+CNY bUJX4J1Cr8TQlbWmFZ3vijFwT58c7kW3Z3K84oJrFAPYds8Yk6zmwnGLGai9rApZnaGgBbAZ wF6GdoY3DiADA74IMMa5KzFPGEWDSLmAiSttDkhTqUVxAX+c/g9ER7BeVnzyZAdA5Go9Y+OC ydXNXZlDCetJtfpWyXp6xzNQmkA+i0J+nI7jGJjKVjPfXYUKpXtc3AbQR2CraazQP17StKgr /QpXEZrNAdIY7Wx/HmHR91U2K8XP10BLSEvS94scoPUJvN/mCVSqxiVBBdCzAbDkeG2/XlVy BCA8ZoD4AZdUxYsiABPABNCIhsagnng4LDvL0LYYijdWCZrsRTx3YUnQGh46+0sZ2tv3MZ1A xdKNxnuYFO9onTEClYZpHX//LNjyOiRs2ihzhO9MVnYACqo051YUZwMYhXEW1L7s2XU6LxZv I6g4L1NTeSm7+wUBlCpD3Cyl3KXEqq5ZG+8RhEfBqsN2jrqaQYQ2PH/qRqmnh4auGgjnXPrj j1udunqg887i/daHXTlA+Gbgm8aX9k1jvifQp2Ajm+2pRL+hk3QKGikv3dv3IdE4cwL+ATzH tMu8OktOAAAAAElFTkSuQmCC X-Url: http://izb.knu.ac.kr/~bh/ X-Window-System: GNU Network Object Model Environment OpenPGP: id=96B196FE (expiration: 2013-10-26); perference=sign Date: Sun, 10 Oct 2010 19:54:58 +0900 In-Reply-To: <8662xpputa.fsf@chateau.d.if> (Ashish SHUKLA's message of "Wed, 29 Sep 2010 00:19:37 +0530") Message-ID: <86zkumpbb1.fsf@betla.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Cc: FreeBSD ports list Subject: Re: Broken net-im/ejabberd 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, 10 Oct 2010 10:55:12 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ashish@FreeBSD.org (Ashish SHUKLA) writes: > Hi everyone, > > DON'T PANIC > > I'm the maintainer of net-im/ejabberd, which recently became broken due t= o my > lack of synchronization with the upgrade of lang/erlang. Jimi Olgeni > (maintainer of lang/erlang) has submitted a diff[1] containing the update, > which I'll commit in a day or two. > > To try it yourself, do: > > host!user: ~ % cp -R /usr/ports/net-im/ejabberd . > host!user: ~ % fetch -o - http://people.freebsd.org/~ashish/diffs/ejabber= d.diff |patch > host!user: ~ % make -C ejabberd build deinstall install clean > > Replace word "install" with "package" above, if you also like to build pa= ckage > of it. > > If you experience any issue with the diff, please report to me. > > References: > [1] http://people.freebsd.org/~ashish/diffs/ejabberd.diff > > HTH That's cool! After Chromium test, i'll check it, thanks! =2D-=20 =EC=86=8C=EC=97=AC=EB=AC=BC =ED=99=A9=EB=B3=91=ED=9D=AC(=E9=BB=83=E7=82=B3= =E7=86=99) | .. =EC=B6=9C=ED=95=AD 15=EB=B6=84=EC=A0=84.. "Your Godfather." -- Virginia, "Chapter 12", page 162 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iEYEARECAAYFAkyxm4cACgkQsCouaZaxlv7s8ACgk/gGhwpJTXxeMSmwq2JUYamB YpoAn3uknul4jJfYyxCu4PMotRuAkXIi =RnQO -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 11:49:45 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 4B6951065674 for ; Sun, 10 Oct 2010 11:49:45 +0000 (UTC) (envelope-from rick@lgarchitecture.com) Received: from gw.lgarchitecture.com (24-176-175-194.static.snlo.ca.charter.com [24.176.175.194]) by mx1.freebsd.org (Postfix) with SMTP id C597E8FC0A for ; Sun, 10 Oct 2010 11:49:44 +0000 (UTC) Received: (qmail 98039 invoked by uid 98); 10 Oct 2010 04:23:01 -0700 Received: from 71.102.224.36 by gw.lgarchitecture.com (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.3/12116. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:0(71.102.224.36):SA:0(-2.9/5.0):. Processed in 2.230634 secs); 10 Oct 2010 11:23:01 -0000 X-Spam-Status: No, hits=-2.9 required=5.0 X-Spam-Report: SA TESTS -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Level: * X-Qmail-Scanner-MOVED-X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 X-Spam-Check-By: gw.lgarchitecture.com Received: from pool-71-102-224-36.snloca.dsl-w.verizon.net (HELO [192.168.1.196]) (71.102.224.36) (smtp-auth username rick@lgarchitecture.com, mechanism plain) by gw.lgarchitecture.com (qpsmtpd/0.84) with ESMTPA; Sun, 10 Oct 2010 04:22:56 -0700 Message-ID: <4CB1A1F7.6060404@lgarchitecture.com> Date: Sun, 10 Oct 2010 04:22:31 -0700 From: Rick User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: sem@FreeBSD.org X-Enigmail-Version: 1.1.1 Content-Type: multipart/mixed; boundary="------------050701050504090900030701" Cc: ports@FreeBSD.org Subject: FreeBSD Port: grub2-1.98 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, 10 Oct 2010 11:49:45 -0000 This is a multi-part message in MIME format. --------------050701050504090900030701 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, I have a couple FreeBSD patches for grub2 to contribute. These allow grub to install to FreeBSD gpt partitions. The gpt partition scheme allows for a small boot partition of type bios-boot to hold bootloader code. gpart, however, does not make this parition. Instead it makes the same kind of partition with a different GUID (freebsd-boot). These patches allow grub2 to recognize and install to a freebsd-boot partition. They also add support for solaris-boot partitions. I hope somebody will kindly add these to the port and publish. ALSO: I believe the patch-util-getroot.c patch currently in the port is a mistake and should be removed. I had to undo this change to get grub-probe to work. Upon further inspection, this does not seem like the right way to solve whatever problem the patch author was having and it will likely break grub for most people. The purpose of the patched routine is to map a directory to the character device that provides it (given /boot/grub/, return /dev/ad4p2, for example). It stat()'s the directory to get its parent device ID (st_dev) and then recursively searches the devices in /dev to match on their device ID (st_rdev). The patch changes this so that the function searches /dev for the ID of the folder, instead of the folder's parent. This is not right and breaks grub-install. I think the author of the patch was passing the wrong argument on the command line and that's why this patch was necessary. Thanks, Rick Richard --------------050701050504090900030701 Content-Type: text/plain; name="patch-include-grub-gpt_partition.h" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-include-grub-gpt_partition.h" --- include/grub/gpt_partition.h.orig 2010-03-06 12:51:37.000000000 -0800 +++ include/grub/gpt_partition.h 2010-10-10 02:57:26.000000000 -0700 @@ -40,6 +40,17 @@ { 0x74, 0x4e, 0x65, 0x65, 0x64, 0x45, 0x46, 0x49 } \ } +#define GRUB_GPT_PARTITION_TYPE_FREEBSD_BOOT \ + { grub_cpu_to_le32 (0x83BD6B9D), grub_cpu_to_le16 (0x7F41), grub_cpu_to_le16 (0x11DC), \ + { 0xBE, 0x0B, 0x00, 0x15, 0x60, 0xB8, 0x4F, 0x0F } \ + } + +#define GRUB_GPT_PARTITION_TYPE_SOLARIS_BOOT \ + { grub_cpu_to_le32 (0x6A82CB45), grub_cpu_to_le16 (0x1DD2), grub_cpu_to_le16 (0x11B2), \ + { 0x99, 0xA6, 0x08, 0x00, 0x20, 0x73, 0x66, 0x31 } \ + } + + struct grub_gpt_header { grub_uint8_t magic[8]; --------------050701050504090900030701 Content-Type: text/plain; name="patch-util-i386-pc-grub-setup.c" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-util-i386-pc-grub-setup.c" --- util/i386/pc/grub-setup.c.orig 2010-03-06 12:51:37.000000000 -0800 +++ util/i386/pc/grub-setup.c 2010-10-10 02:56:55.000000000 -0700 @@ -38,7 +38,8 @@ #include static const grub_gpt_part_type_t grub_gpt_partition_type_bios_boot = GRUB_GPT_PARTITION_TYPE_BIOS_BOOT; - +static const grub_gpt_part_type_t grub_gpt_partition_type_freebsd_boot = GRUB_GPT_PARTITION_TYPE_FREEBSD_BOOT; +static const grub_gpt_part_type_t grub_gpt_partition_type_solaris_boot = GRUB_GPT_PARTITION_TYPE_SOLARIS_BOOT; #include #include @@ -138,7 +139,9 @@ struct grub_gpt_partentry *gptdata = p->data; /* If there's an embed region, it is in a dedicated partition. */ - if (! memcmp (&gptdata->type, &grub_gpt_partition_type_bios_boot, 16)) + if (! memcmp (&gptdata->type, &grub_gpt_partition_type_bios_boot, 16) || + ! memcmp (&gptdata->type, &grub_gpt_partition_type_freebsd_boot, 16) || + ! memcmp (&gptdata->type, &grub_gpt_partition_type_solaris_boot, 16)) { embed_region.start = p->start; embed_region.end = p->start + p->len; --------------050701050504090900030701-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 12:15:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from chateau.d.if (localhost [IPv6:::1]) by hub.freebsd.org (Postfix) with ESMTP id 83B31106564A; Sun, 10 Oct 2010 12:15:08 +0000 (UTC) (envelope-from ashish@freebsd.org) Received: from chateau.d.if (chateau.d.if [IPv6:::1]) by chateau.d.if (Postfix) with ESMTP id 59A264ACBD; Sun, 10 Oct 2010 17:45:06 +0530 (IST) From: ashish@FreeBSD.org (Ashish SHUKLA) To: Kamigishi Rei Organization: The FreeBSD Project References: <8662xpputa.fsf@chateau.d.if> <4CB196E4.3010302@haruhiism.net> X-Face: )vGQ9yK7Y$Flebu1C>(B\gYBm)[$zfKM+p&TT[[JWl6:]S>cc$%-z7-`46Zf0B*syL.C]oCq[upTG~zuS0.$"_%)|Q@$hA=9{3l{%u^h3jJ^Zl; t7 X-Uptime: 5:40PM up 8:58, 4 users, load averages: 0.03, 0.08, 0.08 X-URL: http://762e5e74.wordpress.com/ X-Operating-System: FreeBSD/FreeBSD 8.1-RELEASE/amd64 X-OpenPGP-ID: E74FA4B0 X-OpenPGP-Fingerprint: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 X-Mailer: Gnus v5.13 X-Mail-Morse: .-- .- .... .--- .- ...- .- .--.-. --. -- .- .. .-.. .-.-.- -.-. --- -- X-Attribution: =?utf-8?B?4KSG4KS24KWA4KS3?= Organisation: The FreeBSD Project Date: Sun, 10 Oct 2010 17:45:01 +0530 In-Reply-To: <4CB196E4.3010302@haruhiism.net> (Kamigishi Rei's message of "Sun, 10 Oct 2010 14:35:16 +0400") Message-ID: <86d3rib5x6.fsf@chateau.d.if> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (amd64-portbld-freebsd8.1) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJ1BMVEWpqal/f39tbW1jY2Md HR2goKCenp6UlJROTk7////9/f35+fnT09ORJdieAAACVklEQVQ4jXXUP2vbQBQA8AvUTkgz5OzY Z0iGWhpS6BSrkECn0mvx0MEJ6AjtYrfoBCVDlD8naJYmNlRfwZq8+mkKlIZaGpJSYmP7Q/XkJDrJ Td8i/H68u3vHPaPufwLdf32AMA4A6GcAgvAamY1pOJiDIFqicTwLswDhfr3uxfFtkAY/GFHPMwzD 8zpnACmIOnE6js7rQb+v4NJrG9od0C+QgpHMy5jBewV+UDSMWiw1Y4fWfyV7+NGFzDsYa3pth9LJ Q4XvXxFHcJRvHOmygn5NAEabnDcQQguarnfoiwSCJ99jmKKcphsZONmWsDK9Ro7cvZOCtQdg8nje egLhc2LNlkLmsezzTFUUy5w18ocox/f0LaLgJy0zO75zk+9pp85GAj36xjqhdI0y3tq2m4dqqcWX zQWBTz8L1irvolXV4J+3q7eCDgVnttjNq6X8H+9KOZsuNk1uCzx8pSp+E9HImfJOTLdcGqo+YKnG EIovizkEn48V7BO+ch2DXcD4ENSpWiU+q8hjjbgTBZCXnZtyj0Ws4Q1Q0B2WXFtYZo65Bbyeeldw RS6qFueM80LlLA29YlVwGRYvFD+kwI/0O+A2PlpOP9GwslUVciHuYGechuBTp922YiDZCrghTknm XSyOM+D3aoRZlo0Jb42zY7DN4p2x4AeZ+QAYutx1sHwTHzMT5cMNduQ9yW3GczN4KZ86kb0c9O8T yXDeFqpl2fryPEAYGXIlezAPXYh2NgVr/gvdoHIuDwuPwOhcWE8f8mmICq41eATkn8x0kuRTIKcB wE9+/QUtiiAnYcaN7wAAAABJRU5ErkJggg== MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Cc: Ashish SHUKLA , FreeBSD ports list Subject: Re: Broken net-im/ejabberd 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, 10 Oct 2010 12:15:09 -0000 --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Kamigishi Rei writes: > On 28.09.2010 22:49, Ashish SHUKLA wrote: >> I'm the maintainer of net-im/ejabberd, which recently became broken due = to my >> lack of synchronization with the upgrade of lang/erlang. Jimi Olgeni >> (maintainer of lang/erlang) has submitted a diff[1] containing the updat= e, >> which I'll commit in a day or two. > I've just tried to upgrade my 2.1.4 to 2.1.5 which steadily results in > crashes without any logs; I only get crash dumps. You mean coredumps ? > FreeBSD 8.1-STABLE, amd64, jailed ejabberd, erlang-lite R14B from this > night's ports tree snapshot. Can you try building the ports (net-im/ejabberd, lang/erlang) with WITH_DEB= UG options, if not already built, to get the backtrace from coredump ? Thanks =2D-=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 freebsd.org!ashish | http://people.freebsd.org/~ashish/ Avoid Success At All Costs !! --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQIcBAEBCgAGBQJMsa5JAAoJEMdGz6nnT6SwjxMP/1FJRZOQxOqgATPX0oN2274s YS0FRd6822rOFtGvm3nLqxYMQeeefFst6TRZ4KDx8jETgUcd3i4XKDofAHmhecpd L1glFKuGR49xpjXLjcs2jYrLb8Z+51gOmX6UDLxko2Fknmo9vdyj1uNr99dRew9d y4LITOlEHb27Db2JW5xzSWjBsJD1jGVXhba5Jw92nvOM3o/oHK22TE69qVGWPtPM nChjr4L9UjdGfoDZJpf6Xp3D+PLcptaCy6jehb06GNMeA2JivDeKXw9Ixcu+kxi5 Yax7BNTHpsDbrMWmneTKyLRdjjdyolDgRze3/IhVWtFjmRdE7GT1b1vNq92SCc3J n7qAhK1CTpxYz3hFNK+kLphHe/Zfo6Cq4jCDxB8YkcZi69rnVUXLpX+gG45oz4pB q403CQQBTgKN4MKhY5FOx2rn0y6E2uswnJXx9I7CkkIgdFNzAFYRFA8jI/5CyfLU 7mWyByXees6e2c1q2jJSIUq6JmgkOp6JLM3EOdE/uY0YbQmUwEqPZ6D20CYOtHHA uj9ov9scwMNd9DWwhazamSq6mdIBMRfQ3vJ4U2GYUO8fBwc1gjeFnweqoOdtCuYN klBFD3jNjaWFS1DGActsFUDM2w8tpNv2vpDC5XrWCy3MIV8VhjXSVYPi+DYq/aHi YH6dBRZjS3OwSmmRuC16 =HFlX -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sun Oct 10 13:04: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 0DDF0106564A; Sun, 10 Oct 2010 13:04:46 +0000 (UTC) (envelope-from spambox@haruhiism.net) Received: from mail.fujibayashi.jp (mail.fujibayashi.jp [IPv6:2001:470:9954:ffff::2]) by mx1.freebsd.org (Postfix) with ESMTP id B8ACE8FC08; Sun, 10 Oct 2010 13:04:45 +0000 (UTC) Received: from [IPv6:2001:470:9f2d:0:1::1] (omoikane.gensokyo.fujibayashi.jp [IPv6:2001:470:9f2d:0:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.fujibayashi.jp (Postfix) with ESMTPSA id 0B50B1BC4E9; Sun, 10 Oct 2010 22:04:43 +0900 (JST) Message-ID: <4CB1BA05.90105@haruhiism.net> Date: Sun, 10 Oct 2010 17:05:09 +0400 From: Kamigishi Rei User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.11) Gecko/20101004 Lightning/1.0b2 Thunderbird/3.1.5 MIME-Version: 1.0 To: Ashish SHUKLA References: <8662xpputa.fsf@chateau.d.if> <4CB196E4.3010302@haruhiism.net> <86d3rib5x6.fsf@chateau.d.if> In-Reply-To: <86d3rib5x6.fsf@chateau.d.if> X-Enigmail-Version: 1.1.1 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig4ABFA3A34D3FC39B9AF41596" Cc: FreeBSD ports list Subject: Re: Broken net-im/ejabberd 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, 10 Oct 2010 13:04:46 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig4ABFA3A34D3FC39B9AF41596 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 10.10.2010 16:15, Ashish SHUKLA wrote: >> I've just tried to upgrade my 2.1.4 to 2.1.5 which steadily results in= >> crashes without any logs; I only get crash dumps. > You mean coredumps ? No, Erlang crash dumps. Usually when ejabberd crashed I could check erlang.log for error messages, but this time it's just a crash dump file.= > Can you try building the ports (net-im/ejabberd, lang/erlang) with WITH= _DEBUG > options, if not already built, to get the backtrace from coredump ? I'll try that a bit later. On a side note, I use erlang-lite metaport. The complete Erlang port with its Java dependencies and such is just not feasible on my server. I had to portdowngrade to R13B04 and 2.1.4 for now; going to build 2.1.5 in a testing environment. --=20 Kamigishi Rei KREI-RIPE --------------enig4ABFA3A34D3FC39B9AF41596 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) iQEcBAEBAgAGBQJMsboFAAoJEPAgyqbDpP+ebiYH/j99cMjJnW+g8lWA8NgEqeHk vCavLWTa3/CtLHtEr5JhqRkGAfpHc/wxMwQ0+/IZcjHFbGZ13wr7KThqThP91mUt mMDZsrra+TR52OYV8WWhsNVhAiecjFjBGTNRE8/t9ba3Jt7ZqSQfqAheDq5sZRCr Fp9TFU+gC7A7rxJVKOBx1gm9FD4dk7lJkhr2J+NkpcLG+jiPPsu4rBAEwhyLKDuP oM/jjuul6OLb057ZTMdBOr+xnYPNO5w4xiU7L+EP7QmVB4dpUQVq6axrqlebIqhv ySz2rpCiqcA/vq/3knqmk6u5Ede9FE6kmiBc9eeOmkGp1sW5LgB41kbUb8GKlP8= =N/YS -----END PGP SIGNATURE----- --------------enig4ABFA3A34D3FC39B9AF41596-- From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 00:11: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 CE87A1065670 for ; Mon, 11 Oct 2010 00:11:20 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.freebsd.org (Postfix) with ESMTP id 6E74F8FC08 for ; Mon, 11 Oct 2010 00:11:20 +0000 (UTC) Received: from igor.geek.sh (196-209-149-12.dynamic.isadsl.co.za [196.209.149.12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.geek.sh (Postfix) with ESMTPSA id 12B5D3982E for ; Mon, 11 Oct 2010 01:54:58 +0200 (SAST) Message-ID: <4CB25251.6070903@phat.za.net> Date: Mon, 11 Oct 2010 01:54:57 +0200 From: Aragon Gouveia User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100725 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: extraneous package depends? 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, 11 Oct 2010 00:11:20 -0000 Hi, I do my own package builds using "make package" and for a while I've been noticing packages having odd dependencies attached to them. Taking one for example, devel/gamin, here's what I get: > $ pkg_info -r gamin-0.1.10_4.tbz > Information for gamin-0.1.10_4.tbz: > > Depends on: > Dependency: python26-2.6.6 > Dependency: perl-5.10.1_2 > Dependency: pkg-config-0.25_1 > Dependency: pcre-8.10 > Dependency: libiconv-1.13.1_1 > Dependency: gettext-0.18.1.1 > Dependency: glib-2.24.2 Taking a closer look at the contents of this package reveals no dependence on python, perl, or pkg-config though. In desperation to rid my packages of perl and python dependence I hacked a bit in Mk/bsd.port.mk, removing line 5509: > [ -z "$$packagelist" ] || ${AWK} -F '( |:)' 'BEGIN { pkgname="broken_contents" } /@pkgdep / { pkgname=$$2 } /@comment DEPORIGIN:/ { printf "%s:%s\n", pkgname, $$3; pkgname="broken_contents" }' $$packagelist; Which results in: > $ pkg_info -r gamin-0.1.10_4.tbz > Information for gamin-0.1.10_4.tbz: > > Depends on: > Dependency: pkg-config-0.25_1 > Dependency: gettext-0.18.1.1 > Dependency: glib-2.24.2 Which also corresponds with "make run-depends-list" and devel/gamin's Makefile. I'm guessing pkg-config is getting added by bsd.gnome.mk. So this boils down to two questions: 1. What is the correct fix for the above? 2. Is it necessary to have packages depend on pkg-config, a build tool, when they won't be building anything? (should I ask on freebsd-gnome@?) Thanks, Aragon From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 03:12: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 68936106564A for ; Mon, 11 Oct 2010 03:12:27 +0000 (UTC) (envelope-from bcarr@purgatoire.org) Received: from purgatoire.org (purgatoire.org [75.145.120.61]) by mx1.freebsd.org (Postfix) with SMTP id 086C18FC19 for ; Mon, 11 Oct 2010 03:12:26 +0000 (UTC) Received: (qmail 37103 invoked from network); 10 Oct 2010 18:25:45 -0600 Received: from unknown (HELO ?10.0.0.164?) (buckycarr@10.0.0.164) by purgatoire.org with SMTP; 10 Oct 2010 18:25:45 -0600 Message-ID: <4CB25986.5060908@purgatoire.org> Date: Sun, 10 Oct 2010 18:25:42 -0600 From: BC User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: peter@kieser.ca Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@FreeBSD.org Subject: FreeBSD Port: spamdyke-4.0.10 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, 11 Oct 2010 03:12:27 -0000 Hi Peter - There has been a new version of spamdyke out since July. The new version fixes an important bug with TLS. Could you update the port, please? Thank you, Bucky From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 04:59: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 5AC0D106566B for ; Mon, 11 Oct 2010 04:59:55 +0000 (UTC) (envelope-from babscontact@rediffmail.com) Received: from rediffmail.com (f4mail-235-241.rediffmail.com [202.137.235.241]) by mx1.freebsd.org (Postfix) with SMTP id F0B6D8FC1A for ; Mon, 11 Oct 2010 04:59:53 +0000 (UTC) Received: (qmail 2048 invoked by uid 510); 11 Oct 2010 04:30:27 -0000 Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=redf; d=rediffmail.com; b=lHBPneG1JiLc0CEge7+5VpXgugRpJaTe5PWDCNoAWx2dD4g3rTFath0ANc4wT02Qb8M+Rs5lR5TAWD0GQiluE+/zlzkFMCFCuG/Ilj7dX1aakGYlkFVMSjMFAkL22YapE6ucLBYrbNnotx2cWeg6N6AIFZklS2WxbXkXlRmahl8= ; X-CTCH-Spam: Unknown X-CTCH-VOD: Unknown X-CTCH-Flags: : 0 X-CTCH-RefID: str=0001.0A150202.4CB29336.008D,ss=1,fgs=0 Date: 11 Oct 2010 04:30:27 -0000 Message-ID: <20101011043027.2009.qmail@f4mail-235-241.rediffmail.com> MIME-Version: 1.0 To: Received: from unknown 59.95.167.66 by rediffmail.com via HTTP; 11 Oct 2010 04:30:27 -0000 From: "Babu C" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: MRTG not honouring squid mib file ( Broken MRTG/Net-SNMP) 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, 11 Oct 2010 04:59:55 -0000 Hi List, This is regarding the mrtg/net-snmp ports of Freebsd not honouring the LoadMIBs statement. I have already discussed this issue in squid mailing list and mrtg mailing list and they found this issue is happening only in the FreeBSD now I am asking the help here to resolve this issue. As I have upgraded the squid box to 3.1.8 and everything is working fine except the graph part with mrtg. Details of system as follows OS FreeBSD : 8.1 Squid : 3.1.8 MRTG : mrtg-2.16.4 My mrtg.cfg is as below LoadMIBs: /usr/local/etc/mrtg/squid.mib EnableIPv6: no WorkDir: /usr/local/www/apache22/data Options[_]: bits,growright Target[proxy-hit]: cacheHttpHits&cacheServerRequests:public@127.0.0.1:3401 MaxBytes[proxy-hit]: 100000 Title[proxy-hit]: HTTP Hits Suppress[proxy-hit]: y LegendI[proxy-hit]: HTTP hits LegendO[proxy-hit]: HTTP requests Legend1[proxy-hit]: HTTP hits Legend2[proxy-hit]: HTTP requests YLegend[proxy-hit]: perminute ShortLegend[proxy-hit]: req/min Options[proxy-hit]: nopercent, perminute, dorelpercent, unknaszero, growright, pngdate #PNGTitle[proxy-hit]: Proxy Hits Target[proxy-srvkbinout]: cacheServerInKb&cacheServerOutKb:public@127.0.0.1:3401 MaxBytes[proxy-srvkbinout]: 76800 Title[proxy-srvkbinout]: Cache Server Traffic In/Out Suppress[proxy-srvkbinout]: y LegendI[proxy-srvkbinout]: Traffic In LegendO[proxy-srvkbinout]: Traffic Out Legend1[proxy-srvkbinout]: Traffic In Legend2[proxy-srvkbinout]: Traffic Out YLegend[proxy-srvkbinout]: per minute ShortLegend[proxy-srvkbinout]: b/min kMG[proxy-srvkbinout]: k,M,G,T kilo[proxy-srvkbinout]: 1024 Options[proxy-srvkbinout]: nopercent, perminute, unknaszero, growright, pngdate I have verified that squid snmp is working through the following command #snmpget -On -m /usr/local/etc/mrtg/squid.mib -v 2c -c public 127.0.0.1:3401 cacheHttpHits cacheServerRequests cacheServerInKb cacheServerOutKb cacheUptime CacheSoftware cacheVersionId This gives me results without any errors so snmp part of squid is working fine.Also snmpwalk is working fine too on squid's 3401 port. Now when I run mrtg I could see the following errors in mrtg.log file 010-10-04 12:37:33 -- Started mrtg with config '/usr/local/etc/mrtg/mrtg.cfg' 2010-10-04 12:37:33 -- Unknown SNMP var cacheHttpHits at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheServerRequests at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheUptime at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheSoftware at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheVersionId at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Use of uninitialized value $ret[-2] in concatenation (.) or string at /usr/local/bin/mrtg line 2261. 2010-10-04 12:37:33 -- Use of uninitialized value $ret[-1] in concatenation (.) or string at /usr/local/bin/mrtg line 2261. 2010-10-04 12:37:33 -- Unknown SNMP var cacheServerInKb at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheServerOutKb at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheUptime at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheSoftware at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Unknown SNMP var cacheVersionId at /usr/local/bin/mrtg line 2242 2010-10-04 12:37:33 -- Use of uninitialized value $ret[-2] in concatenation (.) or string at /usr/local/bin/mrtg line 2261. 2010-10-04 12:37:33 -- Use of uninitialized value $ret[-1] in concatenation (.) or string at /usr/local/bin/mrtg line 2261. 2010-10-04 12:37:33 -- 2010-10-04 12:37:33: ERROR: Target[proxy-hit][_IN_] ' $target->[0]{$mode} ' did not eval into defined data 2010-10-04 12:37:33 -- 2010-10-04 12:37:33: ERROR: Target[proxy-hit][_OUT_] ' $target->[0]{$mode} ' did not eval into defined data 2010-10-04 12:37:33 -- 2010-10-04 12:37:33: ERROR: Target[proxy-srvkbinout][_IN_] ' $target->[1]{$mode} ' did not eval into defined data 2010-10-04 12:37:33 -- 2010-10-04 12:37:33: ERROR: Target[proxy-srvkbinout][_OUT_] ' $target->[1]{$mode} ' did not eval into defined data All I could make out from these error was mrtg not reading squid.mib file. Am I right? Ofcoz its not a issue of permission, also I am trying to run mrtg as root to get it started. Now I am stuck and I suspect a broken mrtg? or did I go wrong somewhere? Do kindly let me know what went wrong and how to proceed further. Thanx in advance Babs From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 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 3090310656C4 for ; Mon, 11 Oct 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 14FCF8FC1D for ; Mon, 11 Oct 2010 11:06:06 +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 o9BB66sB036828 for ; Mon, 11 Oct 2010 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9BB653T036826 for freebsd-ports@FreeBSD.org; Mon, 11 Oct 2010 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Oct 2010 11:06:05 GMT Message-Id: <201010111106.o9BB653T036826@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, 11 Oct 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/151387 New port: audio/mscore MuseScore Score Typesetter o ports/151383 [MAINTAINER] devel/doxygen: update to 1.7.2 o ports/151381 Port (games/sauerbraten) update to new version with ne o ports/151376 [MAINTAINER] multimedia/gpodder: update from 2.7 to 2. f ports/151374 [patch] net-p2p/uhub pkg-plist errors o ports/151371 New Port: audio/pithos GNOME Pandora player o ports/151366 [PATCH] miltimedia/quark update to 3.24 o ports/151363 [NEW PORT]: www/sit - Incident tracker / Help Desk bas o ports/151361 [maintainer-update] mark editors/mg broken. f ports/151352 [patch] sysutils/fcron portupdate: 3.0.3 to 3.0.6 o ports/151351 [maintainer-update] Updating sysutils/conky to version f ports/151347 port net-mgmt/rancid doesn't work corretly with SVN o ports/151341 [PATCH] comms/efax-gtk update to 3.2.4 o ports/151338 [PATCH] devel/upnp - update to 1.6.7 o ports/151335 [MAINTAINER] devel/py26-mongoengine: [SUMMARIZE CHANGE o ports/151333 [MAINTAINER] audio/libmusicbrainz3: Update to 3.0.3 o ports/151323 Update port: net/xrdp (current cvs version) f ports/151317 [PATCH] databases/xapian-bindings: syntax error in con o ports/151313 [maintainer update] net-mgmt/bgpq3 o ports/151311 Update security/ike port to ver 2.1.7 f ports/151307 [PATCH] graphics/apvlv: update to 0.0.9.8 o ports/151303 [maintainer update] mail/lbdb - update to 0.37 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 o ports/151281 [UPDATE] audio/libaacplus: update to 1.1.0 o ports/151273 [new port] audio/musescore o ports/151268 [MAINTAINER] www/typo3: Repocopy and update to 4.3.7 o ports/151266 [PATCH] emulators/xsystem35: syntax error in Makefile 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/151220 Update misc/jbidwatcher port to version 2.1.2 o ports/151210 [maintainer update] textproc/meld update to 1.4.0 f ports/151207 emulators/vice: vice-gnome-2.2_3 coredumps during star o ports/151192 mail/horde-imp: Upgrade o ports/151191 www/horde-base: Upgrade o ports/151171 Update port: print/latex-etoolbox update to 2.0a o ports/151162 sysutils/gdisk needs to be updated to 0.6.11 o ports/151161 [PATCH] textproc/rst.el: update to 6390 o ports/151157 [PATCH] graphics/sane-backends: link with pthread 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 o ports/151143 math/gcalctool: Simplified Chinese localization error o ports/151140 USE_PERL5_BUILD in lang/gcc* ports fails to compile o ports/151126 deskutils/fet: Software update f ports/151118 net-mgmt/pnp: bump version to 0.6.7 o ports/151087 sysutils/pcpustat: Update Makefile to be compatible wi 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/151001 Update port net/ipa_ip6fw to 1.0.2 version o ports/150974 www/cybercalendar : port fix / deprecate o ports/150896 [PATCH] Unbreak, restore editors/xml2rfc-xxe4.6.1 and o ports/150895 astro/stellarium and games/viruskiller [Segmentation f f ports/150883 Ports games/openastromenace won't compile on 64 bit o ports/150881 [patch] sysutils/backuppc: remove %%RC_SUBR%%, etc. o ports/150879 [NEW PORT] sysutils/downtimed: System downtime monitor o ports/150863 Update port: www/piwigo (former phpwebgallery) update o ports/150790 New port: mail/dovecot20-pigeonhole f ports/150783 mail/qpopper: fails to configure ocasionally o ports/150765 [Maintainer Update] Give sysutils/radmind its own UID/ f ports/150757 [patch] update astro/merkaartor to 0.16.3 o ports/150683 New port: devel/dragon, Combined C++ scanner/parser ge o ports/150653 OGG/Vorbis playback with multimedia/mplayer is broken o ports/150608 Mk/bsd.license.mk Add OWL license o ports/150605 [PATCH] audio/liblastfm: Fix build with alternate LOCA o ports/150592 AX_BOOST_FILESYSTEM macro from devel/autoconf-archive 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/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/150446 New port: lang/rexx-regutil 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/150233 conky 1.8 broken (sysutils/conky) f ports/150194 There is no startup script for databases/cassandra f ports/150169 www/havp: Assertion failed: file llvm/lib/System/Mutex f ports/150146 [PATCH] net/igmpproxy: fix rc script 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/149682 New port:net/gogonet_c gogoCLIENT offers IPv6 connecti o ports/149674 [patch] sysutils/fusefs-kmod: ftruncate() sycall on FU f ports/149616 [PATCH] textproc/ibus: update to 1.3.7 o ports/149601 New port: games/gargoyle - a multiplatform interacti f ports/149565 Update port: converters/igbinary o ports/149564 patch for various games/ adding appropriate LICENSEs t f ports/149547 [PATCH] net/igmpproxy: prevent deletion of configfile 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/149305 Small security fix and transcoding profile fix to net/ 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 o ports/149069 new port: sysutils/hfsexplorer HFSExplorer read Mac-fo f ports/149020 sysutils/dvdisaster Inappropriate ioctl for device wit f ports/148919 graphics/mapnik not longer broken o misc/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. 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 f ports/148316 net/quagga 0.99.16 - OSPF broken o ports/148234 pkg_install fails for some math/octave-forge ports o ports/148090 [PATCH] security/ike: update to 2.1.5 o ports/147944 [NEW PORT] net/gogoc: GogoCLIENT, which is needed to c o ports/147943 New port: net/radsecproxy Radsecproxy is a generic RAD 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 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/144849 [new port] java/eclipse-eclemma code coverage for ecli 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/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/139553 net-p2p/tribler: Fatal Error on start up 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/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 204 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 15:03: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 C4E2F1065670 for ; Mon, 11 Oct 2010 15:03:30 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from sunner.semmy.ru (sunner.semmy.ru [195.54.209.159]) by mx1.freebsd.org (Postfix) with ESMTP id 81BAE8FC25 for ; Mon, 11 Oct 2010 15:03:30 +0000 (UTC) Received: from dhcp170-37-red.yandex.net ([95.108.170.37]) by sunner.semmy.ru with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1P5JPk-000HSO-S7; Mon, 11 Oct 2010 18:31:44 +0400 Message-ID: <4CB31FD1.3090402@FreeBSD.org> Date: Mon, 11 Oct 2010 18:31:45 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Rick References: <4CB1A1F7.6060404@lgarchitecture.com> In-Reply-To: <4CB1A1F7.6060404@lgarchitecture.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: grub2-1.98 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, 11 Oct 2010 15:03:30 -0000 10.10.2010 15:22, Rick wrote: > Hello, I have a couple FreeBSD patches for grub2 to contribute. These > allow grub to install to FreeBSD gpt partitions. > 1) Have you sent the patches to grub developers? 2) Do you want to be a maintainer of the port on FreeBSD? -- Sem. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 15:39:01 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 E1AC6106566C for ; Mon, 11 Oct 2010 15:39:01 +0000 (UTC) (envelope-from rick@lgarchitecture.com) Received: from gw.lgarchitecture.com (24-176-175-194.static.snlo.ca.charter.com [24.176.175.194]) by mx1.freebsd.org (Postfix) with SMTP id EF1CA8FC21 for ; Mon, 11 Oct 2010 15:38:53 +0000 (UTC) Received: (qmail 81293 invoked by uid 98); 11 Oct 2010 08:38:28 -0700 Received: from 71.102.224.36 by gw.lgarchitecture.com (envelope-from , uid 89) with qmail-scanner-1.25-st-qms (clamdscan: 0.96.3/12120. spamassassin: 3.3.1. perlscan: 1.25-st-qms. Clear:RC:0(71.102.224.36):SA:0(-2.9/5.0):. Processed in 2.21093 secs); 11 Oct 2010 15:38:28 -0000 X-Spam-Status: No, hits=-2.9 required=5.0 X-Spam-Report: SA TESTS -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Level: * X-Qmail-Scanner-MOVED-X-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 X-Spam-Check-By: gw.lgarchitecture.com Received: from pool-71-102-224-36.snloca.dsl-w.verizon.net (HELO [192.168.1.196]) (71.102.224.36) (smtp-auth username rick@lgarchitecture.com, mechanism plain) by gw.lgarchitecture.com (qpsmtpd/0.84) with ESMTPA; Mon, 11 Oct 2010 08:38:23 -0700 Message-ID: <4CB32F6C.90005@lgarchitecture.com> Date: Mon, 11 Oct 2010 08:38:20 -0700 From: Rick User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: Sergey Matveychuk References: <4CB1A1F7.6060404@lgarchitecture.com> <4CB31FD1.3090402@FreeBSD.org> In-Reply-To: <4CB31FD1.3090402@FreeBSD.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: grub2-1.98 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, 11 Oct 2010 15:39:02 -0000 On 2010/10/11 7:31, Sergey Matveychuk wrote: > 10.10.2010 15:22, Rick wrote: >> Hello, I have a couple FreeBSD patches for grub2 to contribute. These >> allow grub to install to FreeBSD gpt partitions. >> > > 1) Have you sent the patches to grub developers? > 2) Do you want to be a maintainer of the port on FreeBSD? > 1) No, not yet 2) If that would be helpful then I don't mind. What is the best way to submit PRs for updates? From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 15:41: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 5E223106564A for ; Mon, 11 Oct 2010 15:41:50 +0000 (UTC) (envelope-from sfourman@gmail.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 E0B6B8FC18 for ; Mon, 11 Oct 2010 15:41:49 +0000 (UTC) Received: by qyk30 with SMTP id 30so106500qyk.13 for ; Mon, 11 Oct 2010 08:41:49 -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=byYGbrQhB/MIAuZkA2d24mZt4gB+O3O/v52bIcIf/oY=; b=pTS12abRRo4cseIK9kXf7blUHx/xUYcRvgAaKKseUu7BuMJD2tgU2HMLDSYjYyrz73 Cw4rDNQw2sa0ayyEXk6y2RPShJE1ZmGrd78Z2OChDHhmmwHqmN2r7/AkDilu1P0zUIHx TfkuxAvZgqAWXs1GppgNnXol8GzUEbA3N2OSs= 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=FkywfylZqSQNiplcTMxotoTQJ5XwLFx8q6oy6HB/r4XiwABPG/lfkbe3Ih4SY6mH2D B4yVXub2t5SyrwuSOliyZvQsLrnvbBUfCdrOsibvDROZuIN2CDYA7l8mu5rHrCfE/mvw Qjqkm3Iocs9Jfb0D9khG7L6vuaPU9vDV+VmgE= MIME-Version: 1.0 Received: by 10.224.191.70 with SMTP id dl6mr4668651qab.303.1286811708344; Mon, 11 Oct 2010 08:41:48 -0700 (PDT) Received: by 10.229.227.131 with HTTP; Mon, 11 Oct 2010 08:41:48 -0700 (PDT) In-Reply-To: <4CB32F6C.90005@lgarchitecture.com> References: <4CB1A1F7.6060404@lgarchitecture.com> <4CB31FD1.3090402@FreeBSD.org> <4CB32F6C.90005@lgarchitecture.com> Date: Mon, 11 Oct 2010 10:41:48 -0500 Message-ID: From: "Sam Fourman Jr." To: Rick Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Sergey Matveychuk Subject: Re: FreeBSD Port: grub2-1.98 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, 11 Oct 2010 15:41:50 -0000 On Mon, Oct 11, 2010 at 10:38 AM, Rick wrote: > =A0On 2010/10/11 7:31, Sergey Matveychuk wrote: >> 10.10.2010 15:22, Rick wrote: >>> =A0 Hello, I have a couple FreeBSD patches for grub2 to contribute. =A0= These >>> allow grub to install to FreeBSD gpt partitions. Just curious, does grub2 support booting from a ZFS v15 partition? --=20 Sam Fourman Jr. Fourman Networks http://www.fourmannetworks.com From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 16:01: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 41A22106566B for ; Mon, 11 Oct 2010 16:01:48 +0000 (UTC) (envelope-from demelier.david@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 CA25A8FC08 for ; Mon, 11 Oct 2010 16:01:47 +0000 (UTC) Received: by bwz16 with SMTP id 16so865566bwz.13 for ; Mon, 11 Oct 2010 09:01:46 -0700 (PDT) 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=Xa+xTVE4qaaN6V+WZE3FMYSNeD0YgUe0wmfftQETp6g=; b=CvullJJ5Dcjfaht3+FBiKq7QvhJujBt4xmnYyI0LzUIG3mI+YmXTNQQf9o+sZTUWdN fYH480fKMGInCHoNpdKzJAFORVNiJ1UhprHu9/z7MNTFB0ohVeQ+7vC/5qczdGaT4R14 LYYDNrIVqP1k+MFCa+SGy915UEVwJwZdcb42w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P2UIFwcWpLX7defRCBEUaqgLC7zSxObbV/ObKrdAE21Hkuapm4ve5efAiICPD8Yout uaoFPi8mBSNeLQfNqZKpK/GQvop+hOiACKEio24c+NHvGSw5rPpw1j6GZ5dZL3hUFE9T 6pVgfkaxN+izHTqY3v76OWmt0G3NXvI43np8I= MIME-Version: 1.0 Received: by 10.204.84.158 with SMTP id j30mr2219833bkl.127.1286812906297; Mon, 11 Oct 2010 09:01:46 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Mon, 11 Oct 2010 09:01:46 -0700 (PDT) Date: Mon, 11 Oct 2010 18:01:46 +0200 Message-ID: From: David DEMELIER To: freebsd-ports Content-Type: text/plain; charset=UTF-8 Subject: Users needed or not by ports 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, 11 Oct 2010 16:01:48 -0000 Hello, Before writing a patch for the ports framework, I just want to be sure that FreeBSD ports shouldn't use a same user added by ports. For example pulseaudio adds some users to the system (pulse, pulse-whatever) and should these users be needed from others ports ? My plan is : 1. Register users added and needed by ports in files like +USERS +GROUPS, 2. When make deinstall or pkg_delete port_name check if the user is still needed by other port (if this is possible) 3. Print a message like "The following users and group are not needed anymore by the system : xxx yyy" pkgsrc already use something like this, so a port should be really easy to be done. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 16:23:13 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 915A1106566B for ; Mon, 11 Oct 2010 16:23:13 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id 3EAC28FC23 for ; Mon, 11 Oct 2010 16:23:12 +0000 (UTC) Received: from omta18.westchester.pa.mail.comcast.net ([76.96.62.90]) by qmta06.westchester.pa.mail.comcast.net with comcast id HQ3f1f0031wpRvQ56UPDvf; Mon, 11 Oct 2010 16:23:13 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta18.westchester.pa.mail.comcast.net with comcast id HUPC1f0023LrwQ23eUPC0F; Mon, 11 Oct 2010 16:23:13 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id DA43E9B418; Mon, 11 Oct 2010 09:23:10 -0700 (PDT) Date: Mon, 11 Oct 2010 09:23:10 -0700 From: Jeremy Chadwick To: David DEMELIER Message-ID: <20101011162310.GA12022@icarus.home.lan> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports Subject: Re: Users needed or not by ports 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, 11 Oct 2010 16:23:13 -0000 On Mon, Oct 11, 2010 at 06:01:46PM +0200, David DEMELIER wrote: > Before writing a patch for the ports framework, I just want to be sure > that FreeBSD ports shouldn't use a same user added by ports. For > example pulseaudio adds some users to the system (pulse, > pulse-whatever) and should these users be needed from others ports ? I think this is exactly what ports/UIDs and ports/GIDs is for? These are usable via the USERS and GROUPS directives in the port Makefile. > My plan is : > > 1. Register users added and needed by ports in files like +USERS +GROUPS, > 2. When make deinstall or pkg_delete port_name check if the user is > still needed by other port (if this is possible) Step #2 is probably where most of the work will need to be done, since now the dependency checks will have to involve checking usernames and groups. I imagine this is why you plan on creating +USERS and +GROUPS files in /var/db/pkg/, since at present this information isn't tracked there. Be aware that you might get some pushback regarding this method of implementation, due to the increased inode usage on systems which have lots of packages/ports installed. This might sound like a silly argument, but on embedded systems it's a serious concern. An alternative/workaround might be to stick the information (user and group names) into +CONTENTS instead. > 3. Print a message like "The following users and group are not needed > anymore by the system : xxx yyy" Some ports already echo this -- you'll need to figure out which ones do and make sure the respective maintainers update their ports to utilise the new framework. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 17:52:03 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 9B462106564A for ; Mon, 11 Oct 2010 17:52:03 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2D46A8FC18 for ; Mon, 11 Oct 2010 17:52:02 +0000 (UTC) Received: by wwb13 with SMTP id 13so406270wwb.31 for ; Mon, 11 Oct 2010 10:52:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Vb/gfu0VQ8V6nrY1R8Ui61dhiekU3o5/56Y+yBNY99M=; b=Waio5J/GcxCvJhMv52W5sv+fo46iCROI9eXxoJL1KYKrTZqvo4ogU+RPm6Mo9IBOmS ac9kexeBZTp5dTYsR8Km/5Mj98GT8Ca6QjnTGGc+C0ljxx5yMDvEV0jLEykQG/lcYncP skHmjo/JXOsEAwrszXWXgIRgZIwn92tXU6vO0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=bBH02WRVB5cXWlvxodW5AhCNUQrdGkTbV7k3MzRM8JAxGPHVbq+TFkAo9B2+AyQ35N NecaB0w7ebrLPgRprYH/MQrEIX1IpVTLLaZepMmz1Cv0S73AKYDhOiURn5kvwTxyc67u 1zxwFIp+rydtLTybhWcejSxy+nSTH1e0SguO0= Received: by 10.227.143.198 with SMTP id w6mr5900959wbu.124.1286819521316; Mon, 11 Oct 2010 10:52:01 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id x3sm2686629weq.8.2010.10.11.10.51.55 (version=SSLv3 cipher=RC4-MD5); Mon, 11 Oct 2010 10:52:00 -0700 (PDT) Date: Mon, 11 Oct 2010 18:51:43 +0100 From: RW To: ports@freebsd.org Message-ID: <20101011185143.074bd92b@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Users needed or not by ports 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, 11 Oct 2010 17:52:03 -0000 On Mon, 11 Oct 2010 18:01:46 +0200 David DEMELIER wrote: > 2. When make deinstall or pkg_delete port_name check if the > user is still needed by other port (if this is possible) > 3. Print a message like "The following users and group are not needed > anymore by the system : xxx yyy" That would get printed on updates too. From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 18:27:03 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 7F6F2106564A for ; Mon, 11 Oct 2010 18:27:03 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 48A178FC13 for ; Mon, 11 Oct 2010 18:27:03 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 4AFED60E2 for ; Mon, 11 Oct 2010 14:27:02 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1286821622; bh=twwzXdWCTFJz3VnwT9G1BMRYMZIdTl48qDvd7Hq7Vnk=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=d4Vbt8qljkXZC/HRv2f563K1DArOH0djkTY0n/YafAwCe+bb9e7+I/cIwaK9WcEeG c+4zDneyEgzEcgYsz0CVUiJrSECgbj5AT5nNufMEOBAN1gniCvi09CVaVtohsKm DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:subject: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=KzdgtjTbrQMDEY3r3TVoWnsbnXdU8XE6iQIJYuq56ohQulviPxnnAgpQS3u8Zw0GL gaPL2S3qxlNerh73M0C4ywRvo4ROztS2ZJTcPVTvAGpNevGkTwizloCoBQEuTTd Message-ID: <4CB356F5.300@protected-networks.net> Date: Mon, 11 Oct 2010 14:27:01 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 1.1.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: sysutils/fusefs-ntfs breakage 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, 11 Oct 2010 18:27:03 -0000 The most recent update to sysutils/fusefs-ntfs appears to have broken it on -current. It looks as if /usr/local/include/glib-2.0 is missing from the includes and /usr/local/lib from the libraries .. Making all in libntfs-3g [ .. snip .. ] mv -f .deps/libntfs_3g_la-acls.Tpo .deps/libntfs_3g_la-acls.Plo /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../include/ntfs-3g -O2 -pipe -march=prescott -DUSE_LOCK -DUSE_UBLIO -fno-strict-aliasing -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF .deps/libntfs_3g_la-attrib.Tpo -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo './'`attrib.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include -I../include/ntfs-3g -O2 -pipe -march=prescott -DUSE_LOCK -DUSE_UBLIO -fno-strict-aliasing -Wall -MT libntfs_3g_la-attrib.lo -MD -MP -MF .deps/libntfs_3g_la-attrib.Tpo -c attrib.c -fPIC -DPIC -o .libs/libntfs_3g_la-attrib.o In file included from attrib.c:66: /usr/local/include/efs.h:31:18: error: glib.h: No such file or directory In file included from attrib.c:66: /usr/local/include/efs.h:64: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/efs.h:71: error: expected specifier-qualifier-list before 'gchar' /usr/local/include/efs.h:79: error: expected specifier-qualifier-list before 'guint32' /usr/local/include/efs.h:87: error: expected specifier-qualifier-list before 'guint8' /usr/local/include/efs.h:92: error: expected specifier-qualifier-list before 'gchar' /usr/local/include/efs.h:101: error: expected declaration specifiers or '...' before 'gint' From owner-freebsd-ports@FreeBSD.ORG Mon Oct 11 18:33:46 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 9F4C6106566B for ; Mon, 11 Oct 2010 18:33:46 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from sunner.semmy.ru (sunner.semmy.ru [195.54.209.159]) by mx1.freebsd.org (Postfix) with ESMTP id 555B28FC14 for ; Mon, 11 Oct 2010 18:33:46 +0000 (UTC) Received: from dhcp170-37-red.yandex.net ([95.108.170.37]) by sunner.semmy.ru with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1P5NBw-000JMd-9G; Mon, 11 Oct 2010 22:33:44 +0400 Message-ID: <4CB35888.3020300@FreeBSD.org> Date: Mon, 11 Oct 2010 22:33:44 +0400 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: Rick References: <4CB1A1F7.6060404@lgarchitecture.com> <4CB31FD1.3090402@FreeBSD.org> <4CB32F6C.90005@lgarchitecture.com> In-Reply-To: <4CB32F6C.90005@lgarchitecture.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: grub2-1.98 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, 11 Oct 2010 18:33:46 -0000 11.10.2010 19:38, Rick wrote: > 2) If that would be helpful then I don't mind. What is the best way to > submit PRs for updates? send-pr(1) I guess. -- Sem. From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 03:45: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 6D359106566C for ; Tue, 12 Oct 2010 03:45:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id 5D3938FC08 for ; Tue, 12 Oct 2010 03:45:08 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o9C3j8NV016482 for ; Tue, 12 Oct 2010 03:45:08 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o9C3j8I8016481 for ports@FreeBSD.org; Tue, 12 Oct 2010 03:45:08 GMT (envelope-from erwin) Date: Tue, 12 Oct 2010 03:45:08 GMT From: Erwin Lansing Message-Id: <201010120345.o9C3j8I8016481@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x 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, 12 Oct 2010 03:45:08 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found Done. Warning: Duplicate INDEX entry: typo3-4.3.7 Committers on the hook: alepulver avl ehaupt jsa kevlo sunpoet swills wen Most recent CVS update was: U Mk/bsd.sites.mk U deskutils/xneur/Makefile U deskutils/xneur/distinfo U deskutils/xneur/pkg-plist U devel/Makefile U devel/py-pycerberus/Makefile U devel/py-pycerberus/distinfo U devel/py-pycerberus/pkg-descr U devel/py-pycerberus/pkg-plist U devel/ruby-gconf2/Makefile U devel/rubygem-pkg-config/Makefile U devel/rubygem-pkg-config/distinfo U devel/rubygem-pkg-config/pkg-descr U games/boswars/Makefile U games/xracer/Makefile U graphics/ruby-gdk_pixbuf2/Makefile U graphics/ruby-gnomecanvas2/Makefile U graphics/ruby-libart2/Makefile U graphics/ruby-rsvg2/Makefile U net/remmina/Makefile U net/remmina/distinfo U net/remmina/pkg-plist U net-im/pidgin-facebookchat/Makefile U net-im/pidgin-facebookchat/distinfo U net-p2p/uhub/Makefile U net-p2p/uhub/pkg-plist U print/ruby-gnomeprint/Makefile U sysutils/duplicity-devel/Makefile U sysutils/duplicity-devel/distinfo U www/Makefile U www/limesurvey/Makefile U www/limesurvey/distinfo U www/mediawiki/Makefile U www/mediawiki/distinfo U www/mediawiki115/Makefile U www/mediawiki115/distinfo U www/mediawiki115/pkg-descr U www/mediawiki115/pkg-message U www/ruby-gtkhtml2/Makefile U www/ruby-gtkmozembed/Makefile U www/ruby-gtkmozembed/files/patch-extconf-rb U www/typo343/Makefile U www/typo343/distinfo U www/typo343/pkg-descr U www/typo343/pkg-plist U x11/ruby-gnome2/Makefile U x11/ruby-gnome2/Makefile.common U x11/ruby-gnome2/distinfo U x11/ruby-gnome2-all/Makefile U x11-toolkits/ruby-gnomeprintui/Makefile U x11-toolkits/ruby-gtk2/Makefile U x11-toolkits/ruby-gtk2/files/patch-gtk2-ext-gtk2-rbgtkitemfactory-c U x11-toolkits/ruby-gtkglext/Makefile U x11-toolkits/ruby-gtksourceview/Makefile U x11-toolkits/ruby-panelapplet/Makefile U x11-toolkits/ruby-pango/Makefile From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 06:45: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 B2CBB1065670 for ; Tue, 12 Oct 2010 06:45:39 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id A37608FC15 for ; Tue, 12 Oct 2010 06:45:39 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o9C6jdnY092907 for ; Tue, 12 Oct 2010 06:45:39 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o9C6jdof092906 for ports@FreeBSD.org; Tue, 12 Oct 2010 06:45:39 GMT (envelope-from erwin) Date: Tue, 12 Oct 2010 06:45:39 GMT From: Erwin Lansing Message-Id: <201010120645.o9C6jdof092906@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x 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, 12 Oct 2010 06:45:39 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found Done. Warning: Duplicate INDEX entry: typo3-4.3.7 Committers on the hook: alepulver avl ehaupt jsa kevlo pgollucci sunpoet swills wen Most recent CVS update was: U accessibility/ruby-atk/Makefile U databases/py-sqlalchemy/Makefile U databases/py-sqlalchemy/distinfo U databases/py-sqlalchemy/pkg-plist U devel/pear-Console_CommandLine/Makefile U devel/ruby-glib2/Makefile U devel/ruby-glib2/pkg-plist U devel/ruby-gnomevfs/Makefile U devel/ruby-libglade2/Makefile U graphics/rubygem-graphviz/Makefile U graphics/rubygem-graphviz/distinfo U multimedia/gpodder/Makefile U multimedia/gpodder/distinfo U multimedia/gpodder/pkg-plist U textproc/p5-XML-RSS-LibXML/Makefile U textproc/p5-XML-RSS-LibXML/distinfo U textproc/p5-XML-RSS-LibXML/pkg-plist U textproc/p5-XML-Writer/Makefile U textproc/p5-XML-Writer/distinfo U textproc/sigil/Makefile U textproc/sigil/pkg-plist U www/Makefile U www/trac/Makefile U www/trac/files/patch-trac__util__translation.py U www/trac/files/patch-trac__web__main.py U www/trac-announcer/Makefile U www/trac-announcer/distinfo U www/trac-announcer/pkg-descr U www/trac-announcer/files/patch-mail-dont-encode-ascii-headers U www/trac-announcer/files/patch-old-ticket-link-style U www/typo343/Makefile From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 06:58: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 3A04F106566C for ; Tue, 12 Oct 2010 06:58:18 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out1.libero.it (cp-out1.libero.it [212.52.84.101]) by mx1.freebsd.org (Postfix) with ESMTP id F3FD88FC18 for ; Tue, 12 Oct 2010 06:58:17 +0000 (UTC) Received: from wmail53 (172.31.0.244) by cp-out1.libero.it (8.5.115) (authenticated as barbara.xxx1975@libero.it) id 4AB2342316244C95 for freebsd-ports@freebsd.org; Tue, 12 Oct 2010 08:58:16 +0200 Message-ID: <32222360.830811286866696892.JavaMail.defaultUser@defaultHost> Date: Tue, 12 Oct 2010 08:58:16 +0200 (CEST) From: Barbara To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain;charset="UTF-8" Content-Transfer-Encoding: 7bit X-SenderIP: 87.17.218.159 Subject: portsnap: no new snapshots? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Barbara List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2010 06:58:18 -0000 # date Tue Oct 12 08:57:23 CEST 2010 # portsnap fetch update Looking up portsnap.FreeBSD.org mirrors... 5 mirrors found. Fetching snapshot tag from portsnap5.FreeBSD.org... done. Latest snapshot on server matches what we already have. No updates needed. Ports tree is already up to date. # ls -al /var/db/portsnap/INDEX -rw-r--r-- 1 root wheel 1905613 Oct 11 23:13 /var/db/portsnap/INDEX Barbara From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 08:13:31 2010 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F30111065698; Tue, 12 Oct 2010 08:13:30 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C853F8FC17; Tue, 12 Oct 2010 08:13:30 +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 o9C8DUw5094413; Tue, 12 Oct 2010 08:13:30 GMT (envelope-from glebius@freefall.freebsd.org) Received: (from glebius@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9C8DUgS094409; Tue, 12 Oct 2010 08:13:30 GMT (envelope-from glebius) Date: Tue, 12 Oct 2010 08:13:30 GMT Message-Id: <201010120813.o9C8DUgS094409@freefall.freebsd.org> To: glebius@FreeBSD.org, freebsd-port-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org From: glebius@FreeBSD.org Cc: Subject: Re: ports/151405: [patch] new astro/viking version released 0.9.96 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, 12 Oct 2010 08:13:31 -0000 Synopsis: [patch] new astro/viking version released 0.9.96 Responsible-Changed-From-To: freebsd-port-bugs->freebsd-ports Responsible-Changed-By: glebius Responsible-Changed-When: Tue Oct 12 08:13:15 UTC 2010 Responsible-Changed-Why: Fix responsible. http://www.freebsd.org/cgi/query-pr.cgi?pr=151405 From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 09:01:35 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 D2E7D1065672 for ; Tue, 12 Oct 2010 09:01:35 +0000 (UTC) (envelope-from florent.thoumie@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 8DBAA8FC1B for ; Tue, 12 Oct 2010 09:01:35 +0000 (UTC) Received: by qyk30 with SMTP id 30so497217qyk.13 for ; Tue, 12 Oct 2010 02:01:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=/C9qFBc9U599MdjgKT2irRyOAfKV8o6PyjsFzUUGqcA=; b=UrZ4fmN1du7ELlxpFaaLEWzLYXqlFNT3vQAVn6z5tgJh3A7kx4ykj/qpWObclvFCgl M+Wbz9PJrH3VLObmvmlo7/V1jrtzsE4yLztmjTlJ9tjphzCb345RmSLtvJMKDr+/+Sh4 DuJiRlluZK+V66AbOCEMa7c9QgStdLrcuAC44= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=S5WuqqxP7ZREeLcKc5HmS5ZCLDnsW+1OxAP9SrFpSRvOguRiiZq1ZDHlikAdju2zuO 5MojK2CGkhUN5dNv1Ln0X0P53A35cBq3S/5pQYq8x3oF93qCJmte7NElJKWTtDHdTZlM SQg9c9g1K2ueEIp6yL0CXCUbyvqp7enkkQi4U= Received: by 10.224.37.14 with SMTP id v14mr2767722qad.383.1286872512007; Tue, 12 Oct 2010 01:35:12 -0700 (PDT) MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.229.85.148 with HTTP; Tue, 12 Oct 2010 01:34:51 -0700 (PDT) In-Reply-To: References: From: Florent Thoumie Date: Tue, 12 Oct 2010 09:34:51 +0100 X-Google-Sender-Auth: eJcQV4z9F3wKqEZXxVV7VuQah1E Message-ID: To: David DEMELIER Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports Subject: Re: Users needed or not by ports 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, 12 Oct 2010 09:01:36 -0000 On Mon, Oct 11, 2010 at 5:01 PM, David DEMELIER wrote: > Hello, > > Before writing a patch for the ports framework, I just want to be sure > that FreeBSD ports shouldn't use a same user added by ports. For > example pulseaudio adds some users to the system (pulse, > pulse-whatever) and should these users be needed from others ports ? > > My plan is : > > 1. Register users added and needed by ports in files like +USERS +GROUPS, > 2. When make deinstall or pkg_delete port_name check if the user is > still needed by other port (if this is possible) > 3. Print a message like "The following users and group are not needed > anymore by the system : xxx yyy" > > pkgsrc already use something like this, so a port should be really > easy to be done. This has already been discussed (including in a thread that you started [1]). This needs support in both ports and pkg_install. [1] http://www.mail-archive.com/freebsd-ports@freebsd.org/msg27486.html -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 09:44: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 08B00106564A for ; Tue, 12 Oct 2010 09:44:55 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id D316B8FC13 for ; Tue, 12 Oct 2010 09:44:54 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.4/8.14.4) with ESMTP id o9C9isbs061276 for ; Tue, 12 Oct 2010 09:44:54 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id o9C9isj1061274 for ports@FreeBSD.org; Tue, 12 Oct 2010 09:44:54 GMT (envelope-from erwin) Date: Tue, 12 Oct 2010 09:44:54 GMT From: Erwin Lansing Message-Id: <201010120944.o9C9isj1061274@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 6.x 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, 12 Oct 2010 09:44:55 -0000 From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 11:18:36 2010 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59B6B106566B; Tue, 12 Oct 2010 11:18:36 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2F61B8FC1B; Tue, 12 Oct 2010 11:18:36 +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 o9CBIapU082915; Tue, 12 Oct 2010 11:18:36 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o9CBIaS6082911; Tue, 12 Oct 2010 11:18:36 GMT (envelope-from sunpoet) Date: Tue, 12 Oct 2010 11:18:36 GMT Message-Id: <201010121118.o9CBIaS6082911@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Cc: Subject: Re: ports/151405: [patch] new astro/viking version released 0.9.96 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, 12 Oct 2010 11:18:36 -0000 Synopsis: [patch] new astro/viking version released 0.9.96 Responsible-Changed-From-To: freebsd-ports->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Tue Oct 12 11:18:35 UTC 2010 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=151405 From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 15:56: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 A05ED106564A for ; Tue, 12 Oct 2010 15:56:39 +0000 (UTC) (envelope-from demelier.david@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 2C4F48FC1A for ; Tue, 12 Oct 2010 15:56:38 +0000 (UTC) Received: by bwz16 with SMTP id 16so1717678bwz.13 for ; Tue, 12 Oct 2010 08:56:38 -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; bh=Bj7wYvdEZyb87GlVWawu7oAWMAlL138oWnwptfQnP+I=; b=EVYO9JzkgCrekcugldCzJjeD4rYsoudsFJnTqrVOV87Kx15rRPbpAc1ya5Ek/W4/jh DGlaCO1VcyVkHKCxPI9DJKRdRQSOKOEmRjx1O8OQgbBLuHRCfmB+D8XPdZCYl1aLGNsw +1/RZZdMEInFZGg5dXQS+VlLWbf+zDAnwivP8= 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=agAzprUXSWIB/mSjn4hXFbRcHTMbHrn3+DNA+BHXFG5/44XtmwBalxLeqd4Txbx3Pu O7UEwLa+R6nMr0d9V7kiGHrb4t5FIgj8A5xAUB9Y3MJOWPl3xSLR0aOC0OGIf792oB9/ rYgsMXvP0jvmvpir78S7DaPftoFi9SuFQ8RTY= MIME-Version: 1.0 Received: by 10.204.113.200 with SMTP id b8mr4431063bkq.151.1286898994543; Tue, 12 Oct 2010 08:56:34 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Tue, 12 Oct 2010 08:56:34 -0700 (PDT) In-Reply-To: References: Date: Tue, 12 Oct 2010 17:56:34 +0200 Message-ID: From: David DEMELIER To: Florent Thoumie Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports Subject: Re: Users needed or not by ports 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, 12 Oct 2010 15:56:39 -0000 2010/10/12 Florent Thoumie : > On Mon, Oct 11, 2010 at 5:01 PM, David DEMELIER > wrote: >> Hello, >> >> Before writing a patch for the ports framework, I just want to be sure >> that FreeBSD ports shouldn't use a same user added by ports. For >> example pulseaudio adds some users to the system (pulse, >> pulse-whatever) and should these users be needed from others ports ? >> >> My plan is : >> >> 1. Register users added and needed by ports in files like +USERS +GROUPS, >> 2. When make deinstall or pkg_delete port_name check if the user is >> still needed by other port (if this is possible) >> 3. Print a message like "The following users and group are not needed >> anymore by the system : xxx yyy" >> >> pkgsrc already use something like this, so a port should be really >> easy to be done. > > This has already been discussed (including in a thread that you started [1]). > > This needs support in both ports and pkg_install. > > [1] http://www.mail-archive.com/freebsd-ports@freebsd.org/msg27486.html > > -- > Florent Thoumie > flz@FreeBSD.org > FreeBSD Committer > Yes, for pkg_install I think I will talk to bapt because he's working on pkgng so maybe he has a great idea and a better knowledge in C, for the moment I made some changes in ports/Mk directory but not finished. I still need to know if a multiple ports could use a same user that has been added by one of them. I don't find any good example for this issue. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 16:22: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 3693A1065673 for ; Tue, 12 Oct 2010 16:22:30 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0C68FC28 for ; Tue, 12 Oct 2010 16:22:29 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 9B36CF2F460; Tue, 12 Oct 2010 09:22:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received:received; s=ee; t= 1286900549; x=1288714949; bh=ufT498XWut3ateYSi0ZDi2dp67bBvkqVEs0 p8toAUlA=; b=omv20aCouXEXs9Sr272hDdlFQTSWns23/7TocNw6p7cnk83GwG6 qO14uE7fhGdGga0IbH+tAtNP4xFhWN8iezkHHnZhpmzBtMHJWrubbw7klJ6kV9e4 u1l/uJIDntqKl52CjLw3rT87ZcLKNYkUgMLyEvAYnXGoRELeVB+J05dk= X-Virus-Scanned: amavisd-new at experts-exchange.com Received: from mail.experts-exchange.com ([127.0.0.1]) by mail.experts-exchange.com (mail.experts-exchange.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a4mcb8YvMKPz; Tue, 12 Oct 2010 09:22:29 -0700 (PDT) Received: from eggman.experts-exchange.com (unknown [192.168.103.122]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jhelfman) by mail.experts-exchange.com (Postfix) with ESMTPSA id 40B0BF2F793; Tue, 12 Oct 2010 09:22:28 -0700 (PDT) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Tue, 12 Oct 2010 09:19:39 -0700 Date: Tue, 12 Oct 2010 09:19:38 -0700 From: Jason To: David DEMELIER Message-ID: <20101012161938.GA29029@eggman.experts-exchange.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 7.3-RELEASE-p2 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports , Florent Thoumie Subject: Re: Users needed or not by ports 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, 12 Oct 2010 16:22:30 -0000 On Tue, Oct 12, 2010 at 05:56:34PM +0200, David DEMELIER thus spake: >2010/10/12 Florent Thoumie : >> On Mon, Oct 11, 2010 at 5:01 PM, David DEMELIER >> wrote: >>> Hello, >>> >>> Before writing a patch for the ports framework, I just want to be sure >>> that FreeBSD ports shouldn't use a same user added by ports. For >>> example pulseaudio adds some users to the system (pulse, >>> pulse-whatever) and should these users be needed from others ports ? >>> >>> My plan is : >>> >>> 1. Register users added and needed by ports in files like +USERS +GROUPS, >>> 2. When make deinstall or pkg_delete port_name check if the user is >>> still needed by other port (if this is possible) >>> 3. Print a message like "The following users and group are not needed >>> anymore by the system : xxx yyy" >>> >>> pkgsrc already use something like this, so a port should be really >>> easy to be done. >> >> This has already been discussed (including in a thread that you started [1]). >> >> This needs support in both ports and pkg_install. >> >> [1] http://www.mail-archive.com/freebsd-ports@freebsd.org/msg27486.html >> >> -- >> Florent Thoumie >> flz@FreeBSD.org >> FreeBSD Committer >> > >Yes, for pkg_install I think I will talk to bapt because he's working >on pkgng so maybe he has a great idea and a better knowledge in C, for >the moment I made some changes in ports/Mk directory but not finished. >I still need to know if a multiple ports could use a same user that >has been added by one of them. > >I don't find any good example for this issue. > I had brought this up on #bsdports, and it was mentioned that this was in HEAD before, but no longer present is the ability to sign packages. I mentioned this because you can change the +CONTENTS file and it will be represented and read with no issue by subsequent queries of pkg_info. I would think that if you could edit the +CONTENTS file, or any file for that manner within pkgdb, this could pose potential security and/or stability issues. -jgh From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 19:24: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 51146106577C for ; Tue, 12 Oct 2010 19:24:31 +0000 (UTC) (envelope-from demelier.david@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 F00D68FC1B for ; Tue, 12 Oct 2010 19:24:30 +0000 (UTC) Received: by bwz16 with SMTP id 16so1916096bwz.13 for ; Tue, 12 Oct 2010 12:24:30 -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=mfJw7d+cWGK9Qu9Zr6HgOd9s7syuaE3Gi/fAnQOp/Ik=; b=v+G1uUAEjp9ebm+nXXn2b8qjZR6KvXv9WjHO7d8F/ZG5rSkP4qRK6rLZmP3OzNHa08 oqKg/lp2/ZkRlN579VwEQTQ/K9o0uL6uXoFhllDZqAVEoCQr9QUvAqqbRaIYXyyl6nhK 1hn9NgBfAVC7APly468SEZ2VD3f6EJXxiEJ1k= 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=sHasklylDjmqBKPaQSpICAmjz3XhpZv2savf+J3tCT4VuEPLaz40rxcn/oaGvduesy 71zgrTqarZSjYIzSl/uoiE3iUS6KoeeRNkQX3Y+A84Hba9R2zPtE5PWkeJCjtirhnT2K szhkm1pyYUKB8NwVitW0N3+3rA0lOnEViw72Q= MIME-Version: 1.0 Received: by 10.204.102.2 with SMTP id e2mr6661351bko.112.1286911468969; Tue, 12 Oct 2010 12:24:28 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Tue, 12 Oct 2010 12:24:28 -0700 (PDT) In-Reply-To: References: <201010030640.13676.lumiwa@gmail.com> Date: Tue, 12 Oct 2010 21:24:28 +0200 Message-ID: From: David DEMELIER To: ajtiM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: openoffice.org-3 does not build anymore 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, 12 Oct 2010 19:24:32 -0000 2010/10/3 David DEMELIER : > 2010/10/3 ajtiM : >> On Sunday 03 October 2010 05:40:33 David DEMELIER wrote: >>> Hi, >>> >>> I can't build openoffice.org-3 anymore, >>> >>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 readlicense_oo >>> need(s) to be rebuilt >>> >>> Reason(s): >>> >>> ERROR: error 65280 occurred while making >>> /usr/obj/usr/ports/editors/openoffice.o >>> rg-3/work/OOO320_m19/readlicense_oo/ >>> >>> Attention: if you build and deliver the above module(s) you may prolong= ue >>> your t he build issuing command "build --from readlicense_oo" >>> >>> rmdir /tmp/aTcGY4w2lp >>> *** Error code 1 >>> >>> Stop in /usr/ports/editors/openoffice.org-3. >>> >>> Cheers, >> >> I didn't have problem with RC-3 and it works very good (started yesterda= y >> about eight in the evening and it is done). >> >> Mitja >> -------- >> http://starikarp.redbubble.com >> > > So I don't understand. > > -- > Demelier David > It's my fault, I added LOCALIZED_LANG=3D fr_FR instead of fr-FR. Sorry for the noise ! --=20 Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 19:42: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 93B14106566B; Tue, 12 Oct 2010 19:42:38 +0000 (UTC) (envelope-from duchateau.olivier@gmail.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 21F3F8FC12; Tue, 12 Oct 2010 19:42:37 +0000 (UTC) Received: by qyk9 with SMTP id 9so1125441qyk.13 for ; Tue, 12 Oct 2010 12:42:37 -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=DyYgXHRGlhIh15L5NsazjYboZu8iWBArMIZpuT/00qU=; b=YWYlfDZYovhrVgLlfGz6rUumdYQ5Sffpg7C9t7o7cE3FOI3NuuETdr4w3vBEF3/YuO SRg4+HsmsrMcDlbRNKzQbajj+L0eMOv7EZwGVrJgU5F5pEPD+KlrlxA2YNMwYExVaAkt 9CAbPOlDLaEj5PYL6DCWzcZzVupOBkhPAfc10= 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=FiOTCxkLZHeeXkCO4nBaEH+KfM1WT50f7OPYZBRgYtFibC7lrey6DARPO4kYVuIsaH CD3Wz4lv/MgUVICSGWr0CxA8Nc0LcFDWHN4XqpMUe8q6W4ZYkhIVaup46Sunxewlo3Ht S91qaxYG7mD4txp9sN/ZnhRLTULNfR34ORuKs= MIME-Version: 1.0 Received: by 10.224.89.11 with SMTP id c11mr1948307qam.25.1286911184123; Tue, 12 Oct 2010 12:19:44 -0700 (PDT) Received: by 10.229.71.160 with HTTP; Tue, 12 Oct 2010 12:19:44 -0700 (PDT) In-Reply-To: <201010112057.o9BKvbQ5054452@freefall.freebsd.org> References: <201010112057.o9BKvbQ5054452@freefall.freebsd.org> Date: Tue, 12 Oct 2010 21:19:44 +0200 Message-ID: From: Olivier Duchateau To: pgollucci@freebsd.org, nivit@freebsd.org, Li-Wen Hsu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: ports/150930: [UPDATE] databases/py-sqlalchemy to 0.6.4 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, 12 Oct 2010 19:42:38 -0000 Hi, I don't understand why to keep 'py-pysqlite23' for SQLite options, whereas this port is not up to date. On the Python Package Index (pypi) the last one is 2.6.0 [1]. Unfortunately, it does not compile with SQLite's version presents on the ports tree. It depends on 'sqlite-amalgamation' (see SQLite3 site). That's why I add the sqlite3 module, which is presents in standard library of Python. This =AB driver =BB is of course supported by SQLAlchemy [2]. Regards [1] http://pypi.python.org/pypi/pysqlite/2.6.0 [2] http://www.sqlalchemy.org/docs/core/engines.html#supported-databases 2010/10/11 : > Synopsis: [UPDATE] databases/py-sqlalchemy to 0.6.4 > > State-Changed-From-To: open->closed > State-Changed-By: pgollucci > State-Changed-When: Mon Oct 11 20:57:36 UTC 2010 > State-Changed-Why: > duplicate of ports/150845 > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D150930 > --=20 olivier From owner-freebsd-ports@FreeBSD.ORG Tue Oct 12 19:55: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 0E1B6106566C for ; Tue, 12 Oct 2010 19:55:14 +0000 (UTC) (envelope-from demelier.david@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 8D9248FC1A for ; Tue, 12 Oct 2010 19:55:13 +0000 (UTC) Received: by bwz16 with SMTP id 16so1943568bwz.13 for ; Tue, 12 Oct 2010 12:55:12 -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=YXe9602hklods4CdeoJlnMp8DlUWskkVj/KZ7sWuov0=; b=vVltltnp428jK2HBSoz/Wf6P0EIRgIGddVG+GwXhnuxypfRy6WOhG1J/Tm/vV4NNRn 9+NtWpkx+MWjO8OzAL0fMNzpknDNk2almdWjsdqLl6RX4ylybz5Lq756Omf9lro3KP/X tVC66eGzriWbyuV5MnXS09wwGAb3Sp2ZaMd1k= 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=MWnim5nt+FwmKaxfLFcKsXGQXiXYwUrvavOxd0kNIwUze6707sxx9oFL4W9g4Tk/Pe PQVLiZRIWkkAWzUP6I5cD3q62pu7u9qpPDp2Oszn9CK63Vf2sHZ1cVJ2mreW8IOvgI44 4AauaN7VI++jdwgvXLi/MwNqzSd2Niqe/val0= MIME-Version: 1.0 Received: by 10.204.115.3 with SMTP id g3mr6518018bkq.141.1286913312228; Tue, 12 Oct 2010 12:55:12 -0700 (PDT) Received: by 10.204.97.208 with HTTP; Tue, 12 Oct 2010 12:55:12 -0700 (PDT) In-Reply-To: References: <201010030640.13676.lumiwa@gmail.com> Date: Tue, 12 Oct 2010 21:55:12 +0200 Message-ID: From: David DEMELIER To: ajtiM Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: openoffice.org-3 does not build anymore 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, 12 Oct 2010 19:55:14 -0000 2010/10/12 David DEMELIER : > 2010/10/3 David DEMELIER : >> 2010/10/3 ajtiM : >>> On Sunday 03 October 2010 05:40:33 David DEMELIER wrote: >>>> Hi, >>>> >>>> I can't build openoffice.org-3 anymore, >>>> >>>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 readlicense_oo >>>> need(s) to be rebuilt >>>> >>>> Reason(s): >>>> >>>> ERROR: error 65280 occurred while making >>>> /usr/obj/usr/ports/editors/openoffice.o >>>> rg-3/work/OOO320_m19/readlicense_oo/ >>>> >>>> Attention: if you build and deliver the above module(s) you may prolon= gue >>>> your t he build issuing command "build --from readlicense_oo" >>>> >>>> rmdir /tmp/aTcGY4w2lp >>>> *** Error code 1 >>>> >>>> Stop in /usr/ports/editors/openoffice.org-3. >>>> >>>> Cheers, >>> >>> I didn't have problem with RC-3 and it works very good (started yesterd= ay >>> about eight in the evening and it is done). >>> >>> Mitja >>> -------- >>> http://starikarp.redbubble.com >>> >> >> So I don't understand. >> >> -- >> Demelier David >> > > It's my fault, I added LOCALIZED_LANG=3D fr_FR instead of fr-FR. Sorry > for the noise ! > > -- > Demelier David > When building OOo my Xorg had frozen, the system not because I successfully shutdown it. Is this a shared memory issue? --=20 Demelier David From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 12:29: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 68411106566C for ; Wed, 13 Oct 2010 12:29:55 +0000 (UTC) (envelope-from joris.dedieu@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 234B18FC1C for ; Wed, 13 Oct 2010 12:29:54 +0000 (UTC) Received: by qyk31 with SMTP id 31so335436qyk.13 for ; Wed, 13 Oct 2010 05:29:54 -0700 (PDT) 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=iFJ25oG/XXzM0VJdVDkKkEjyrPdQJ1NO9XzzJq31wn8=; b=jnN7/2yTk6kE4zYYTv9Hf2HOzBI3NiYBkIBDysOzenhMOJlOnz6RNPGaHNU6L2pMSy RGU2+UsWEcgsFTr5MgCtH/YvhNLRNgCFECZbXiXc0JJofo7K1TTaYCLTFbH0liaMAIj6 8GmeruDfQ/8KvB6ZgmvY0x+Ofg4h6WrK8fxIQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=GfFXVOK3MWPkKWeU2q/c3ivqIaYm4q/LW2ghUDpI8bYls8o/jA+DbzJdWt39wD3Mlf xhBCdhHY3aIL2J8Z22mpt4poyP+pG3qSE73SdONSRqoPZQKMw/9YhCJBNAIDSnsb8z/m +wnOjoRbZKJrvs73UJVT9RAANN4KjNlJiLoLg= MIME-Version: 1.0 Received: by 10.224.174.19 with SMTP id r19mr6758091qaz.39.1286971181322; Wed, 13 Oct 2010 04:59:41 -0700 (PDT) Received: by 10.229.68.69 with HTTP; Wed, 13 Oct 2010 04:59:41 -0700 (PDT) Date: Wed, 13 Oct 2010 13:59:41 +0200 Message-ID: From: joris dedieu To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: www/red5 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, 13 Oct 2010 12:29:55 -0000 Hi, www/red5 is outdated I try to rebuild it. Currently the port download red5 binary distribution from red5.org and install a war file into tomcat's webapps dir. Red5 binary distribution does not provides a war file anymore but only the standalone server. So I have different options : 1 - fetch - fetching the binary distribution so that the port has no build and only provide the standalone server. - hosting (I can do it in almost 2 or 3 machines) a source distribution from svn (see http://red5.rmdi.fr) so that the port can build the standalone server or / and the war file and / or (I have to see that) the cluster suite 2 - installing the standalone server The standalone server is a one directory application (ie it has his own log , conf, webapps directories). I tried to split it with var, share and etc support but some applications won't work this way (eg logging in ./log directory) without a specific reconfiguration. Do you think it should be installed in ${JAVASHAREDIR}/${PORTNAME} (see http://www.freebsd.org/doc/en/books/porters-handbook/using-java.html#JAVA-BEST-PRACTICES) or in ${PREFIX}/${PORTNAME} like tomcat ? 3 - installing the war file The war file can be installed in several location. Depending on which application server you are using (tomcat, jboss...). So I think to install it in ${JAVASHAREDIR}/${PORTNAME} and maybe provide a variable to change this. 4 - category and user Red5 is not a http server. It use http for management, but it provide network protocols has rtmp. So I think the right categories are java net and not http. Red5 standalone also need a unprivileged user. Should I create a new one or use www ? This are my reflexions for this port. Thanks for your feedback Joris From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 12:55: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 7F720106564A for ; Wed, 13 Oct 2010 12:55:20 +0000 (UTC) (envelope-from cyx@gmx.at) Received: from email.aon.at (nat-warsl417-02.aon.at [195.3.96.120]) by mx1.freebsd.org (Postfix) with ESMTP id D745D8FC0C for ; Wed, 13 Oct 2010 12:55:19 +0000 (UTC) Received: (qmail 25667 invoked from network); 13 Oct 2010 12:28:39 -0000 Received: from unknown (HELO email.aon.at) ([172.18.1.197]) (envelope-sender ) by fallback44.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 13 Oct 2010 12:28:39 -0000 Received: (qmail 25661 invoked from network); 13 Oct 2010 12:28:36 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on WARSBL604 X-Spam-Level: Received: from 212-183-45-112.adsl.highway.telekom.at (HELO WernerPC) ([212.183.45.112]) (envelope-sender ) by smarthub98.highway.telekom.at (qmail-ldap-1.03) with SMTP for ; 13 Oct 2010 12:28:35 -0000 From: "cyx" To: Date: Wed, 13 Oct 2010 14:28:39 +0200 Message-ID: <000f01cb6ad2$2a855a50$7f900ef0$@at> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Actq0ipmFywtq7fySUeC+8wSowsYsg== Content-Language: de-at Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: squidguard + ldap ? 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, 13 Oct 2010 12:55:20 -0000 Hi I am trying to install squidguard with ldap support. Every time I compile it, it says: checking for ldap_init in -lldap... no configure: WARNING: Cannot find LDAP libraries. LDAP support disabled I have openldap (client) installed, and squid works fine with ldap - so whats the problem here? TIA Werner From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 13:43: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 D92FD106564A for ; Wed, 13 Oct 2010 13:43:19 +0000 (UTC) (envelope-from john.bayly@tipstrade.net) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.171]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2C18FC08 for ; Wed, 13 Oct 2010 13:43:19 +0000 (UTC) Received: from intra.tipstrade.net (w-87.cust-5147.ip.static.uno.net.uk [95.172.231.87]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0M7Fp4-1OjNsx3YIA-00wT3r; Wed, 13 Oct 2010 15:43:18 +0200 Received: from [192.168.0.30] (unknown [192.168.0.30]) by intra.tipstrade.net (Postfix) with ESMTP id 6059FDB987E; Wed, 13 Oct 2010 13:43:39 +0000 (GMT) Message-ID: <4CB5B77B.3050008@tipstrade.net> Date: Wed, 13 Oct 2010 14:43:23 +0100 From: John Bayly User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.9) Gecko/20100915 Lightning/1.0b2 Thunderbird/3.1.4 MIME-Version: 1.0 To: itetcu@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:sZh4A+/UB+dv5lcWYj23GRjsTXuqkoCYxCwxF7ahFTq VnD+udyFNblDIqTNyV6hRol1dj9//smA5s99an/ulj1OdYuszf pU7b8alD9V1lJjkH6TN230iLaZU/jCxa+RycyCRk2aM5KPXaEz af2auMNKUAw4E97sh5CzfL4ngKHtCm3KY1svaVK9sMpD3Yz/pE 0F/z6ZnXMSXXKWT5YHyHd9SkYfKvpG5VmLjPg451K8= Cc: ports@FreeBSD.org Subject: FreeBSD Port: nut-2.4.1_6 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, 13 Oct 2010 13:43:19 -0000 Hi, I've been working on getting the net port up to the current version (2.4.3), this was before I saw you take ownership of the port. I've currently got it at a stage where I feel it could be added to the ports tree. In addition I've added a bash_completion build option. Is there anything I can do to help out? Regards, -- John Bayly Systems Administrator ------------------ TipsTrade Ltd. 16 Wornal Park, Menmarsh Road, Worminghall, Bucks. HP18 9JX T: +44 (0)1844 337 326 (Direct) M: +44 (0)7787 727 934 F: +44 (0)1844 337 337 E: john.bayly@tipstrade.net E-Mail Disclaimer Whilst TipsTrade Ltd. believes that the information is correct at the date of this e-mail, no warranty or representation is given to this effect and no responsibility can be accepted by TipsTrade Ltd. to any end users for any action taken on the basis of the information. The information contained in this electronic transmission is strictly confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on this is prohibited and may be unlawful. Please treat our information in confidence, as you would expect us to treat yours. E-mail is an inherently insecure form of communication and we do not accept liability for any unintentional damage caused to a recipient's system by this e-mail message and/or its attachments or for any unauthorised access to or interference with this e-mail that may occur. If you have received this e-mail in error, please notify the Systems Manager: mailman@tipstrade.net From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 14:24: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 8D712106566C for ; Wed, 13 Oct 2010 14:24:02 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 4CAAA8FC1B for ; Wed, 13 Oct 2010 14:24:01 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [212.23.105.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id C21168A2918 for ; Wed, 13 Oct 2010 16:23:59 +0200 (CEST) Message-ID: <4CB5C0FB.6080605@bsdforen.de> Date: Wed, 13 Oct 2010 16:23:55 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.12) Gecko/20100918 Thunderbird/3.0.8 MIME-Version: 1.0 To: freebsd-ports@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: looking for a committer 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, 13 Oct 2010 14:24:02 -0000 I'm looking for a committer for the openarena port: http://www.freebsd.org/cgi/query-pr.cgi?pr=146818 The PR sits there since May. I'd like to work on the ioquake3, ioquake3-devel and iourbanterror ports. The pending openarena commit is blocking, because of changes to the ioquake3 master port. The iourbanterror project currently doesn't have an official engine, there are only some very scary semi-official patchsets on their forums - hence I intend to migrate it to recent ioq3 code. I also have been sent patches to add desktop icons for ioq3, it seems reasonable to add the feature to all the io* ports. After a commit of oa, I also want to work on support for modding tools and update to the latest upstream code, because the project graciously accepted my Makefile patches for FreeBSD. 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? From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 14:40:15 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 C4A60106564A for ; Wed, 13 Oct 2010 14:40:15 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 18BC38FC08 for ; Wed, 13 Oct 2010 14:40:14 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 85CD818C2; Wed, 13 Oct 2010 16:23:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1286979801; x= 1288794201; bh=/lbw8QRjcSf3930GnY9HF18oeUj5CUNpLcGV5RIGHs8=; b=N pKaN+/2IxzvnsUHqUwP5mKaFrEvoc58Bz9fBhfjzxxZdGzUO4M9ng3sIyQImKg+M iXO1/4t46W5vW1V70JBkBf2iXKgeixC5wljcnFRoV5I/UbWXIyIGNXlANV2kr/2H qIcJhDMyFRX3smTjyKmoUgpdkXOiBPed3/Az/x/Xgg= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id GhBC8H7ircBd; Wed, 13 Oct 2010 16:23:21 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id A373718BA; Wed, 13 Oct 2010 16:23:21 +0200 (CEST) Date: Wed, 13 Oct 2010 16:23:21 +0200 From: Guido Falsi To: cyx Message-ID: <20101013142321.GB7812@megatron.madpilot.net> References: <000f01cb6ad2$2a855a50$7f900ef0$@at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01cb6ad2$2a855a50$7f900ef0$@at> X-Operating-System: FreeBSD 8.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: squidguard + ldap ? 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, 13 Oct 2010 14:40:15 -0000 On Wed, Oct 13, 2010 at 02:28:39PM +0200, cyx wrote: > Hi > > I am trying to install squidguard with ldap support. > > Every time I compile it, it says: > > checking for ldap_init in -lldap... no > > configure: WARNING: Cannot find LDAP libraries. LDAP support disabled > > I have openldap (client) installed, and squid works fine with ldap - so > whats the problem here? Hi, I'm the maintainer of the squidguard port. I have tried to reproduce this problem in the past, but never ben able to. On a previous instance of this problem from the logs the user sent me I noticed a missing file in the ldap installation. I asked him to reinstall(using portmaster for example) the openldap port and try again. Unluckily he did never report back, so I don't know if it solved the problem. Could you try this? Also do check that the file ${LOCALBASE}/lib/libldap.so does exist, is a softlink and points to an existing openldap so library file. To analyse your problem furher I will need a full transcript of the failed build, the config.log file from the failed port and possibly know which openldap port you have installed. Thank you in advance! -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 14:52: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 6FDDB1065673 for ; Wed, 13 Oct 2010 14:52:05 +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 184298FC12 for ; Wed, 13 Oct 2010 14:52:04 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o9DEq1m6013735; Wed, 13 Oct 2010 08:52:01 -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 o9DEq0Mc013732; Wed, 13 Oct 2010 08:52:01 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 13 Oct 2010 08:52:00 -0600 (MDT) From: Warren Block To: Dominic Fandrey In-Reply-To: <4CB5C0FB.6080605@bsdforen.de> Message-ID: References: <4CB5C0FB.6080605@bsdforen.de> 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]); Wed, 13 Oct 2010 08:52:01 -0600 (MDT) Cc: freebsd-ports@freebsd.org Subject: Re: looking for a committer 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, 13 Oct 2010 14:52:05 -0000 On Wed, 13 Oct 2010, Dominic Fandrey wrote: > I'm looking for a committer for the openarena port: > http://www.freebsd.org/cgi/query-pr.cgi?pr=146818 > > The PR sits there since May. FWIW, I've tested this port successfully. The multiple patches and files in the PR made it confusing to get to the final port, but once there it works fine. From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 15:06: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 033CD106566C for ; Wed, 13 Oct 2010 15:06:07 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id B1FBF8FC1D for ; Wed, 13 Oct 2010 15:06:06 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [212.23.105.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 127D18A2916; Wed, 13 Oct 2010 17:06:04 +0200 (CEST) Message-ID: <4CB5CAD9.1050006@bsdforen.de> Date: Wed, 13 Oct 2010 17:06:01 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.12) Gecko/20100918 Thunderbird/3.0.8 MIME-Version: 1.0 To: Warren Block References: <4CB5C0FB.6080605@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@freebsd.org Subject: Re: looking for a committer 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, 13 Oct 2010 15:06:07 -0000 On 13/10/2010 16:52, Warren Block wrote: > On Wed, 13 Oct 2010, Dominic Fandrey wrote: > >> I'm looking for a committer for the openarena port: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=146818 >> >> The PR sits there since May. > > FWIW, I've tested this port successfully. The multiple patches and > files in the PR made it confusing to get to the final port, but once > there it works fine. Yep, sorry about this. It's difficult to avoid it when the PR sits there for such a long time. One of the shars needed ~3 hours to arrive in the PR, till then I had already resubmitted it, only making that worse. Regards From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 15:43:45 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 4B0C51065672; Wed, 13 Oct 2010 15:43:45 +0000 (UTC) (envelope-from mickael.maillot@gmail.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 DA7A88FC18; Wed, 13 Oct 2010 15:43:44 +0000 (UTC) Received: by qyk30 with SMTP id 30so909819qyk.13 for ; Wed, 13 Oct 2010 08:43:44 -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; bh=PKI+PLV1e5uRaGt4Y1LV184rVYeUdG17CjGb/VB1Plg=; b=XadX/4NoxhQ1GmV6bhsIDevNF3EZQZSR3spOc0bqaUqBHIi+0RPeBJyxDFeWB7X4ua SKdqpMbk1oIM7XLTW0e8qn+A4hPMDwD8W/1rZC5lb17//nYXPtxnjUu7gBVQAfgTJjCP gTJnPam4cRZOFku6sJQfVAAzNkHmUL6lyZ3xo= 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=MQLoCZzb67xQcPqhEX5A4aa0O4x5Xvx5Ot6R+mM7xnQMaFBVnHJ5rhcHW/NW1oaz9d /fyFMQaW/H7jmQDFJ6/8y6+osxcpq/bPsjAy/4uZoXzuVNBMdPlSwMcVoWAEeqHlkf/M 91k7CIlbqrISpkWG0d4p4+jNKla58GtmoZa0o= MIME-Version: 1.0 Received: by 10.224.187.200 with SMTP id cx8mr7063961qab.29.1286984623699; Wed, 13 Oct 2010 08:43:43 -0700 (PDT) Received: by 10.229.9.198 with HTTP; Wed, 13 Oct 2010 08:43:42 -0700 (PDT) In-Reply-To: <20101010120411.00d82178@ukr.net> References: <20101009110055.1476e457@ukr.net> <20101010120411.00d82178@ukr.net> Date: Wed, 13 Oct 2010 17:43:42 +0200 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: Ivan Klymenko Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= , freebsd-ports@freebsd.org Subject: Re: XBMC 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, 13 Oct 2010 15:43:45 -0000 port updated to r34708 - problem in SIDCodec resolved (conflict with libevent event.h file) - timezone works - locale works with utf-8 for all - i disable dynamic module unload, it crash xbmc (may be a thread related problem) - python script works: no more crash with recentlyadded or youtube 2010/10/10 Ivan Klymenko > =D0=92 Sun, 10 Oct 2010 08:08:56 +0200 > Olivier Cochard-Labb=C3=A9 =D0=BF=D0=B8=D1=88=D0=B5= =D1=82: > > > On Sat, Oct 9, 2010 at 10:00 AM, Ivan Klymenko wrote: > > > > > > Hi! > > > > > > I have this port is not built ... > > > gives the following error when building: > > > ######## > > > ... > > > > `/usr/ports_build/usr/ports/multimedia/xbmc/work/xbmc-10.0.r34138/xbmc/co= res/paplayer/SIDCodec' > > > > > > > I've got the same problem, here is a dirty fix: > > 1. Once the make failed, manually enter the work file of SIDCodec: > > cd work/xbmc-10.0.r34138/xbmc/cores/paplayer/SIDCodec/ > > 2. Then manually restart the gmake: > > gmake > > 3. Then restart the port make: > > cd /usr/port/multimedia/xbmc > > make > > > > The make will finish without problem. > > > > Regards, > > > > Olivier > > Thank you so much! > It worked! :) > From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 17:09:43 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 D20441065679; Wed, 13 Oct 2010 17:09:43 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 477288FC1D; Wed, 13 Oct 2010 17:09:43 +0000 (UTC) Received: from [91.205.172.21] (helo=secure.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1P64ph-0006DD-EZ; Wed, 13 Oct 2010 19:09:41 +0200 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_2ad9105af595994c483d5997abccdaf8" Date: Wed, 13 Oct 2010 17:09:42 +0000 From: Bernhard Froehlich To: =?UTF-8?Q?Micka=C3=ABl_Maillot?= In-Reply-To: References: Message-ID: X-Sender: decke@FreeBSD.org User-Agent: Roundcube Webmail/0.4 X-Spam-Score: -1.1 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, 5 Oct 2010 12:37:19 +0200, Mickaël Maillot wrote: > hi, > > you can test my pre version of xbmc port > > some infos: > - i host xbmc files because i can't find a recent tar.gz > - internal video player crash on my intel graphic, you can use mplayer > as external video player > ex: http://fneufn.eu/freebsd/xbmc/playercorefactory.xml in ~/.xbmc/userdata/ > - vdpau works fine > - skin aeon65 crash xbmc > - only python 2.4, 2.5 and 2.6 are supported > - with pulse, i can choose /dev/dsp audio output > - good luck with custom alsa output (ex: alsa:surround51 works) > - if you want correct utf8, start xbmc with: > LANG=fr_FR.UTF-8 /usr/local/bin/xbmc/xbmc.sh > - xbmc.bin need XBMC_BIN_HOME and XBMC_HOME defined to start > defaults are (already added in xbmc.sh): > XBMC_BIN_HOME=/usr/local/lib/xbmc > XBMC_HOME=/usr/local/share/xbmc > - timezone doesn't work > - plist without: faac, hal, nonfree or avahi option can be wrong > > > The port can be downloaded from: > http://fneufn.eu/freebsd/xbmc/xbmc.shar [...] Content analysis details: (-1.1 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.4 AWL AWL: From: address is in the auto white-list Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: XBMC 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, 13 Oct 2010 17:09:43 -0000 --=_2ad9105af595994c483d5997abccdaf8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 On Tue, 5 Oct 2010 12:37:19 +0200, Mickaël Maillot wrote: > hi, > > you can test my pre version of xbmc port > > some infos: > - i host xbmc files because i can't find a recent tar.gz > - internal video player crash on my intel graphic, you can use mplayer > as external video player > ex: http://fneufn.eu/freebsd/xbmc/playercorefactory.xml in ~/.xbmc/userdata/ > - vdpau works fine > - skin aeon65 crash xbmc > - only python 2.4, 2.5 and 2.6 are supported > - with pulse, i can choose /dev/dsp audio output > - good luck with custom alsa output (ex: alsa:surround51 works) > - if you want correct utf8, start xbmc with: > LANG=fr_FR.UTF-8 /usr/local/bin/xbmc/xbmc.sh > - xbmc.bin need XBMC_BIN_HOME and XBMC_HOME defined to start > defaults are (already added in xbmc.sh): > XBMC_BIN_HOME=/usr/local/lib/xbmc > XBMC_HOME=/usr/local/share/xbmc > - timezone doesn't work > - plist without: faac, hal, nonfree or avahi option can be wrong > > > The port can be downloaded from: > http://fneufn.eu/freebsd/xbmc/xbmc.shar Thanks for your work. I had a look at the port and there are a few things that we should resolve before the port is ready to get it into the tree. - add missing libltdl dependency (patch attached) - add missing runtime dependency glxinfo (graphics/mesa-demos) - fix graphics/mesa-demos port which is currently marked broken - fix the compile problem in xbmc/cores/paplayer/SIDCodec (had a look but could not find it yet) - what does the NONFREE option mean? should we restrict the port? any problems redistributing the distfile? - find a better solution for the int casts because of the different size of DWORD on linux and BSD - port should use the upcoming release branch [1] or better the beta release tags from [2] (not sure which one you use currently, trunk?) [1] http://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma/ [2] http://xbmc.svn.sourceforge.net/svnroot/xbmc/tags/Dharma_beta3/ -- Bernhard Froehlich http://www.bluelife.at/ --=_2ad9105af595994c483d5997abccdaf8 Content-Transfer-Encoding: base64 Content-Type: application/octet-stream; charset=UTF-8; name=xbmc-fixes.diff Content-Disposition: attachment; filename=xbmc-fixes.diff LS0tIE1ha2VmaWxlLm9yaWcJMjAxMC0xMC0wOSAwMDozMDo0Mi4wMDAwMDAwMDAgKzAyMDAKKysr IE1ha2VmaWxlCTIwMTAtMTAtMTAgMTc6Mzg6MDMuMDAwMDAwMDAwICswMjAwCkBAIC00NiwxMCAr NDYsMTIgQEAKIAkJdm9yYmlzLjQ6JHtQT1JUU0RJUn0vYXVkaW8vbGlidm9yYmlzIFwKIAkJd2F2 cGFjay4yOiR7UE9SVFNESVJ9L2F1ZGlvL3dhdnBhY2sKIAorUlVOX0RFUEVORFM9CWdseGluZm86 JHtQT1JUU0RJUn0vZ3JhcGhpY3MvbWVzYS1kZW1vcworCiBVU0VfWFo9CQl5ZXMKIFVTRV9HTUFL RT0JeWVzCiBVU0VfR05PTUU9CXBrZ2NvbmZpZwotVVNFX0FVVE9UT09MUz0JYXV0b2NvbmY6MjY3 CitVU0VfQVVUT1RPT0xTPQlhdXRvY29uZjoyNjcgbGlibHRkbDoyMgogR05VX0NPTkZJR1VSRT0J eWVzCiBVU0VfWE9SRz0JeGluZXJhbWEgeHQgeG11IHhyYW5kcgogVVNFX0dMPQkJZ2x1Cg== --=_2ad9105af595994c483d5997abccdaf8-- From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 21:30: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 324DB10656C1 for ; Wed, 13 Oct 2010 21:30:39 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id DF02D8FC1C for ; Wed, 13 Oct 2010 21:30:38 +0000 (UTC) Received: from it.buh.tecnik93.com (unknown [188.27.102.44]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id D3AB222C542A; Thu, 14 Oct 2010 00:30:36 +0300 (EEST) Date: Thu, 14 Oct 2010 00:30:25 +0300 From: Ion-Mihai Tetcu To: John Bayly Message-ID: <20101014003025.534edb05@it.buh.tecnik93.com> In-Reply-To: <4CB5B77B.3050008@tipstrade.net> References: <4CB5B77B.3050008@tipstrade.net> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/pNcW.DTcH2bId6=Yvis=MbH"; protocol="application/pgp-signature" Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: nut-2.4.1_6 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, 13 Oct 2010 21:30:39 -0000 --Sig_/pNcW.DTcH2bId6=Yvis=MbH Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Wed, 13 Oct 2010 14:43:23 +0100 John Bayly wrote: > Hi, > I've been working on getting the net port up to the current version=20 > (2.4.3), this was before I saw you take ownership of the port. I've=20 > currently got it at a stage where I feel it could be added to the > ports tree. In addition I've added a bash_completion build option. > Is there anything I can do to help out? I started to do the same thing (plus port some GUIs). Send me what you have done, if you want. My time is very low, and I only took the port because it was lately unmaintained and I happen to be using an MGE on my desktop besides the APCs on the serves. If you want to maintain it, I'm happy to give it away :). --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/pNcW.DTcH2bId6=Yvis=MbH Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAky2JPcACgkQJ7GIuiH/oeX9OACeLrtL8qzcPfDgOCA5ZoZaXrXi hCEAoJnRqB7QytVxQyJlNlJMp8eWaxba =8WyE -----END PGP SIGNATURE----- --Sig_/pNcW.DTcH2bId6=Yvis=MbH-- From owner-freebsd-ports@FreeBSD.ORG Thu Oct 14 09:49: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 F0513106566C; Thu, 14 Oct 2010 09:49:19 +0000 (UTC) (envelope-from mickael.maillot@gmail.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 7FAF18FC08; Thu, 14 Oct 2010 09:49:19 +0000 (UTC) Received: by qyk30 with SMTP id 30so1934087qyk.13 for ; Thu, 14 Oct 2010 02:49:18 -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; bh=00/QNVwWJCucc2Xry0C26GMzWQTr91QPVcYG6bAQcQY=; b=UEmqDTzRzVSCRxrR2Ay6KL0Bte5QsHMZ/576YCBeoEdxMwGPixjxS3YktiaTUngX2B iA6PI+T67pwjnQbHdjO67o9+tF7Au760A660bXL7dkBmOrpaqJhj9afQUqOlNcgvS96/ tX5D2Bkn6Ph3ZdjqAFDW2aE0hSRPYIdd2G30U= 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=B6U5xFJo0UhG7q8QI43e4fW9xXHNkiaVLvbFOXXQLt1YzKJ0m+VoW/hvgysdS3gJd5 cdlbFMEMo6ifgAU9mFQ6H91O6c8VaUdxewxyHlzQR31oZDNh20SRiKV+/ma/IgZpmncu WBdQ3O3wPdue6z0SwQ1mW8SKKblAlaYDVZg5E= MIME-Version: 1.0 Received: by 10.229.229.9 with SMTP id jg9mr8604808qcb.272.1287049758500; Thu, 14 Oct 2010 02:49:18 -0700 (PDT) Received: by 10.229.9.198 with HTTP; Thu, 14 Oct 2010 02:49:18 -0700 (PDT) In-Reply-To: References: Date: Thu, 14 Oct 2010 11:49:18 +0200 Message-ID: From: =?ISO-8859-1?Q?Micka=EBl_Maillot?= To: Bernhard Froehlich Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org Subject: Re: XBMC 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: Thu, 14 Oct 2010 09:49:20 -0000 Hi 2010/10/13 Bernhard Froehlich > > Thanks for your work. I had a look at the port and there are a few > things that we should resolve before the port is ready to get it into > the tree. > > - add missing libltdl dependency (patch attached) > done > - add missing runtime dependency glxinfo (graphics/mesa-demos) > why ? no prob for me without glxinfo. > - fix graphics/mesa-demos port which is currently marked broken > - fix the compile problem in xbmc/cores/paplayer/SIDCodec (had a look > but could not find it yet) > done, see my previous mail > - what does the NONFREE option mean? should we restrict the port? any > problems redistributing the distfile? > don't know > - find a better solution for the int casts because of the different > size of DWORD on linux and BSD > too much work, i didn't find an easy solution. > - port should use the upcoming release branch [1] or better the beta > release tags from [2] (not sure which one you use currently, trunk?) > i use trunk to send patch upstream, but all my patches will be reviewed after Dharma release. so i think i will make a port with final dharma release. From owner-freebsd-ports@FreeBSD.ORG Thu Oct 14 12:00: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 B50AE1065694 for ; Thu, 14 Oct 2010 12:00:20 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 8E3CD8FC1B for ; Thu, 14 Oct 2010 12:00:02 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6MTZ-0001Re-Dl for freebsd-ports@freebsd.org; Thu, 14 Oct 2010 14:00:01 +0200 Received: from p5dcd6aa7.dip.t-dialin.net ([93.205.106.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 14:00:01 +0200 Received: from jumper99 by p5dcd6aa7.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 14:00:01 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Date: Thu, 14 Oct 2010 11:59:53 +0000 (UTC) Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p5dcd6aa7.dip.t-dialin.net User-Agent: XanaNews/1.19.1.269 X-Ref: news.gmane.org ~XNS:00000076 Subject: Entries in /usr/ports/UPDATING 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, 14 Oct 2010 12:00:20 -0000 Hi, a repocopy for typo3 was done recently and I would like to suggest users to change origin if they want to stay at the 4.3 branch. I guess UPDATING is the right place to do so but who does so, who changes/decides that a hint in UPDATING might be useful? Thanks, Helmut -- No Swen today, my love has gone away My mailbox stands for lorn, a symbol of the dawn From owner-freebsd-ports@FreeBSD.ORG Thu Oct 14 14:00: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 9F65F1065672 for ; Thu, 14 Oct 2010 14:00:28 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 7BCD38FC13 for ; Thu, 14 Oct 2010 14:00:28 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 705405C3B; Thu, 14 Oct 2010 10:00:27 -0400 (EDT) Date: Thu, 14 Oct 2010 10:00:27 -0400 From: Wesley Shields To: Helmut Schneider Message-ID: <20101014140027.GA10910@atarininja.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: Entries in /usr/ports/UPDATING 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, 14 Oct 2010 14:00:28 -0000 On Thu, Oct 14, 2010 at 11:59:53AM +0000, Helmut Schneider wrote: > Hi, > > a repocopy for typo3 was done recently and I would like to suggest > users to change origin if they want to stay at the 4.3 branch. I guess > UPDATING is the right place to do so but who does so, who > changes/decides that a hint in UPDATING might be useful? Committers make the changes but if a maintainer thinks it's important enough he/she can note that in the PR and the committer should honor that. If you have a blurb you would like to see in UPDATING for this please let me know and I will commit it. -- WXS From owner-freebsd-ports@FreeBSD.ORG Thu Oct 14 17:34: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 85983106564A for ; Thu, 14 Oct 2010 17:34:14 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1A48FC15 for ; Thu, 14 Oct 2010 17:34:13 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P6Rgy-0002tB-6y for freebsd-ports@freebsd.org; Thu, 14 Oct 2010 19:34:12 +0200 Received: from p5dcd6aa7.dip.t-dialin.net ([93.205.106.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 19:34:12 +0200 Received: from jumper99 by p5dcd6aa7.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Oct 2010 19:34:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Date: Thu, 14 Oct 2010 17:34:04 +0000 (UTC) Lines: 16 Message-ID: References: <20101014140027.GA10910@atarininja.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: p5dcd6aa7.dip.t-dialin.net User-Agent: XanaNews/1.19.1.269 X-Ref: news.gmane.org ~XNS:00000077 Subject: Re: Entries in /usr/ports/UPDATING 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, 14 Oct 2010 17:34:14 -0000 Wesley Shields wrote: > On Thu, Oct 14, 2010 at 11:59:53AM +0000, Helmut Schneider wrote: > > a repocopy for typo3 was done recently and I would like to suggest > > users to change origin if they want to stay at the 4.3 branch. I > > guess UPDATING is the right place to do so but who does so, who > > changes/decides that a hint in UPDATING might be useful? > > Committers make the changes but if a maintainer thinks it's important > enough he/she can note that in the PR and the committer should honor > that. If you have a blurb you would like to see in UPDATING for this > please let me know and I will commit it. See my PM. Thanks, Helmut From owner-freebsd-ports@FreeBSD.ORG Fri Oct 15 07:40: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 DFFE7106566B for ; Fri, 15 Oct 2010 07:40:27 +0000 (UTC) (envelope-from jjuanino@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 71E768FC1B for ; Fri, 15 Oct 2010 07:40:27 +0000 (UTC) Received: by wyb38 with SMTP id 38so456796wyb.13 for ; Fri, 15 Oct 2010 00:40:26 -0700 (PDT) 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:mime-version:content-type:content-disposition :x-operating-system:user-agent; bh=KE5BU9S8J6qoQ1u2M4OKI5cfTxiaJGS6d0KLCjcdusA=; b=XZTqlkwPV9icJNMfB2v/0W5ldmNFGsEdBpyFMFtiJMUUOBCsWwYzfDkZonzDrKJvNk m5M2wsaJVvLVZT2n5n9IuL/HLogQBFhvr+KrmNMsScFDO8s0Rey0qSqoRysyg6H/Aa5i F+V/XsDw3KJGCeCMXcEUUKJOG09RbyLs6b9/0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:x-operating-system:user-agent; b=uoemw8syZK8gSvKNecHmqZIPGhh19cEaUmknN+I0rSlzlqwmVpKTRMBuHZ0HFnu0qO QgXAj1jRR6ngcZsBsc4I2a8dwylrz4KmYCUG+MKtSoPT6N9vZ2Y3kElN5CjddyH6xydC mmpWQT6aA1x9JbPgiB3jA41zEi3UxyTzbBb1c= Received: by 10.216.0.206 with SMTP id 56mr332688web.33.1287126589545; Fri, 15 Oct 2010 00:09:49 -0700 (PDT) Received: from banach ([83.43.247.4]) by mx.google.com with ESMTPS id r18sm7701564weo.24.2010.10.15.00.09.47 (version=SSLv3 cipher=RC4-MD5); Fri, 15 Oct 2010 00:09:48 -0700 (PDT) Date: Fri, 15 Oct 2010 09:09:42 +0200 From: Jose Garcia Juanino To: ports@freebsd.org Message-ID: <20101015070941.GA2555@banach> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Content-Disposition: inline X-Operating-System: FreeBSD 8.1-RELEASE User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Geoff Speicher Subject: Change of maintainership of textproc/fop freebsd 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: Fri, 15 Oct 2010 07:40:28 -0000 --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I am the actual maintainer of textproc/fop port. Please could any commiter to change the maintainership to Geoff Speicher . He will send a patch to upgrade the port to 1.0 version; I am very busy at this moment and I need to drop the maintainership of the port. Geoff Speicher is in Cc: Best regards --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iEYEARECAAYFAky3/jUACgkQFOo0zaS9RnJaoACgnw8JLXAVDHfsr0Qrv4hUaf/W xBcAnigE/vnWa230KCB7VoJIZebc5AAg =X37T -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 15 09:36: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 6B777106564A for ; Fri, 15 Oct 2010 09:36:05 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (koala.droso.net [IPv6:2001:6c8:130:400::6]) by mx1.freebsd.org (Postfix) with ESMTP id 08F1B8FC14 for ; Fri, 15 Oct 2010 09:36:04 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id 9DFC01CC6E; Fri, 15 Oct 2010 11:36:03 +0200 (CEST) Date: Fri, 15 Oct 2010 11:36:03 +0200 From: Erwin Lansing To: Jose Garcia Juanino Message-ID: <20101015093603.GP77643@droso.net> References: <20101015070941.GA2555@banach> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kTubQT2D2ODT/t7P" Content-Disposition: inline In-Reply-To: <20101015070941.GA2555@banach> X-Operating-System: FreeBSD/i386 7.3-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org, Geoff Speicher Subject: Re: Change of maintainership of textproc/fop freebsd 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: Fri, 15 Oct 2010 09:36:05 -0000 --kTubQT2D2ODT/t7P Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 15, 2010 at 09:09:42AM +0200, Jose Garcia Juanino wrote: > Hi, Hi, >=20 > I am the actual maintainer of textproc/fop port. Please could any > commiter to change the maintainership to Geoff Speicher > . He will send a patch to upgrade the port > to 1.0 version; I am very busy at this moment and I need to drop the > maintainership of the port. >=20 Thanks a lot for your time in the past! I've handed maintainership over to Geoff. Thanks again and take care, -erwin --=20 Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org --kTubQT2D2ODT/t7P Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iD8DBQFMuCCDqy9aWxUlaZARAnUFAKDbhVrJ89NZi6Lo6Vwj+OsNkPgJhQCeOW/w I0XckiFdG5CCMiUBdR0estA= =rdcd -----END PGP SIGNATURE----- --kTubQT2D2ODT/t7P-- From owner-freebsd-ports@FreeBSD.ORG Fri Oct 15 13:16:56 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 873AA1065670; Fri, 15 Oct 2010 13:16:56 +0000 (UTC) (envelope-from geoff@sea-incorporated.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 38B2D8FC0A; Fri, 15 Oct 2010 13:16:55 +0000 (UTC) Received: by yxn35 with SMTP id 35so223096yxn.13 for ; Fri, 15 Oct 2010 06:16:55 -0700 (PDT) Received: by 10.42.15.17 with SMTP id j17mr547457ica.266.1287147232754; Fri, 15 Oct 2010 05:53:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.158.135 with HTTP; Fri, 15 Oct 2010 05:53:32 -0700 (PDT) X-Originating-IP: [209.74.10.193] In-Reply-To: <20101015093603.GP77643@droso.net> References: <20101015070941.GA2555@banach> <20101015093603.GP77643@droso.net> From: Geoff Speicher Date: Fri, 15 Oct 2010 08:53:32 -0400 Message-ID: To: Erwin Lansing Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Jose Garcia Juanino Subject: Re: Change of maintainership of textproc/fop freebsd 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: Fri, 15 Oct 2010 13:16:56 -0000 Thanks to all. I'll submit the 1.0 upgrade PR in a few moments. On Fri, Oct 15, 2010 at 5:36 AM, Erwin Lansing wrote: > On Fri, Oct 15, 2010 at 09:09:42AM +0200, Jose Garcia Juanino wrote: > > Hi, > > Hi, > > > > I am the actual maintainer of textproc/fop port. Please could any > > commiter to change the maintainership to Geoff Speicher > > . He will send a patch to upgrade the port > > to 1.0 version; I am very busy at this moment and I need to drop the > > maintainership of the port. > > > Thanks a lot for your time in the past! I've handed maintainership over > to Geoff. > > Thanks again and take care, > -erwin > > -- > Erwin Lansing http://droso.org > Prediction is very difficult > especially about the future erwin@FreeBSD.org > From owner-freebsd-ports@FreeBSD.ORG Fri Oct 15 13:17:56 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 8E0A3106564A for ; Fri, 15 Oct 2010 13:17:56 +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 45F408FC0A for ; Fri, 15 Oct 2010 13:17:56 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 27B6622C53C8; Fri, 15 Oct 2010 16:01:05 +0300 (EEST) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id DF1755A964B; Fri, 15 Oct 2010 06:01:03 -0700 (PDT) From: QAT@FreeBSD.org To: Stefan Esser In-Reply-To: <201010151255.o9FCtD71058273@repoman.freebsd.org> References: <201010151255.o9FCtD71058273@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-08-15 10:20:52 X-QAT-Port: games/xblast X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/xblast-2.10.4_7.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101015130103.DF1755A964B@jester1b.ixsystems.com> Date: Fri, 15 Oct 2010 06:01:03 -0700 (PDT) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/games/xblast Makefile pkg-plist) 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, 15 Oct 2010 13:17:56 -0000 games/xblast, 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 Oct 15 17:28: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 7704B106564A for ; Fri, 15 Oct 2010 17:28:54 +0000 (UTC) (envelope-from rpsfa@rit.edu) Received: from fast.rit.edu (fast.rit.edu [129.21.182.30]) by mx1.freebsd.org (Postfix) with ESMTP id 4391E8FC1C for ; Fri, 15 Oct 2010 17:28:53 +0000 (UTC) Received: from fast.rit.edu (localhost.rit.edu [127.0.0.1]) by fast.rit.edu (Postfix) with ESMTP id 4B74C1D193; Fri, 15 Oct 2010 13:28:53 -0400 (EDT) X-Virus-Scanned: by amavisd-new at fast.rit.edu Received: from fast.rit.edu ([127.0.0.1]) by fast.rit.edu (fast.rit.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wwfkGeh5GaZu; Fri, 15 Oct 2010 13:28:43 -0400 (EDT) Received: from syn.rit.edu (syn.rit.edu [129.21.182.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fast.rit.edu (Postfix) with ESMTPS id 985A71D181; Fri, 15 Oct 2010 13:28:43 -0400 (EDT) Received: from syn.rit.edu (localhost.rit.edu [127.0.0.1]) by syn.rit.edu (8.14.4/8.14.3) with ESMTP id o9FHShtK010541; Fri, 15 Oct 2010 13:28:43 -0400 (EDT) (envelope-from rpsfa@rit.edu) Received: (from zi@localhost) by syn.rit.edu (8.14.4/8.14.3/Submit) id o9FHShoH095299; Fri, 15 Oct 2010 13:28:43 -0400 (EDT) (envelope-from rpsfa@rit.edu) Date: Fri, 15 Oct 2010 13:28:43 -0400 From: Ryan Steinmetz To: John D McDonnell Message-ID: <20101015172842.GE14472@fast.rit.edu> References: <1284753622.4198.1395576975@webmail.messagingengine.com> <4C93F365.5000003@FreeBSD.org> <20100927135502.GE88067@fast.rit.edu> <1285599746.13322.1397101607@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1285599746.13322.1397101607@webmail.messagingengine.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@FreeBSD.org Subject: Re: freeradius2 port with e-dir 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, 15 Oct 2010 17:28:54 -0000 John, Have you had any luck? I will be moving shortly to push the port version to 2.1.10 and would love to include these changes if they seem to work for you. Let me know! -r On (09/27/10 11:02), John D McDonnell wrote: > > -----Original Message----- > > From: owner-freebsd-ports@freebsd.org [mailto:owner-freebsd- > > ports@freebsd.org] On Behalf Of Ryan Steinmetz > > Sent: Monday, September 27, 2010 9:55 AM > > Subject: Re: freeradius2 port with e-dir > > > > Thank you for the patch Olli. If this works out for John I will get > > this committed to the port. > > > > Please let me know when it has been tested. > > > > Thanks, > > -r > > I can say that it builds with no errors and that an initial radiusd -X > runs with no errors. However, I have not had the chance to configure > it to our network to test if it can talk Novell or not. I would think > that since it compiles installs the files that FreeRADIUS needs on the > Linux installs, that it would work on FreeBSD. Hopefully I'll get the > chance to test it later this week. I'm the only one working on this > and being in K-12 education, I don't have much time for this as I'm > also handling most of the regular day to day help desk tickets. > > Doing only MAC auth with WEP on our wireless semi-guarantees that it > is one of our laptops connecting and that's enough for the powers > that be for now, but I'd rather combine MAC auth with login names and > certificates to make sure that it is one of ours. Also plan on > switching to WPA as well on the wireless and enabling RADIUS on the > wired so that we know only our machines are being plugged into the > network. > > But I digress, I will get back to you as soon as I get the chance to > configure FR to talk to Novell and do some tests. > > Thanks, > > -- > John McDonnell > Penn Cambria School District > mcdonnjd@pcam.org > O< ASCII Ribbon Campaign - www.asciiribbon.org From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 03:20:48 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 B5FF71065698 for ; Sat, 16 Oct 2010 03:20:48 +0000 (UTC) (envelope-from jhellenthal@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 6BF3C8FC0C for ; Sat, 16 Oct 2010 03:20:48 +0000 (UTC) Received: by gxk4 with SMTP id 4so799617gxk.13 for ; Fri, 15 Oct 2010 20:20:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:subject:x-enigmail-version :content-type:content-transfer-encoding; bh=LoQmnuW2+PtecUdFt74/xreGvgDC22tf5h8OuoQqIUY=; b=moumUdw9fMescsfDNwwfHy7QxIrwP103SOfEYZtDtWze3WvmRU9YiGfRhb70B5tkyk 7HyO5wOUTV52HDLj8xz2CPc9knAMr6gZN+neegTvhodpx6rKQpuO8wpX8twrSb7WEeLS 3FMSJYadJsolKOXvthFjkcsLnZzNVeD6NcwHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :subject:x-enigmail-version:content-type:content-transfer-encoding; b=JP9fFWKbf9i4oQbiCpplyJE1LylzNGb5zxcE1fCSZ7B8i3yCBz6bXz7Qiv2zdbxu6B 1gIXesLETVgiClrhD5CnLNoomB9NX5PUfrb3cH1HYk8B8hYVbJtDQ0K1J2PG6Wkn6pTW 2ZeGGqXv7MMnsHkdDA/fAdDY9dQc7PizN8Ufw= Received: by 10.150.218.21 with SMTP id q21mr2889651ybg.205.1287199247572; Fri, 15 Oct 2010 20:20:47 -0700 (PDT) Received: from centel.dataix.local (adsl-99-181-158-202.dsl.klmzmi.sbcglobal.net [99.181.158.202]) by mx.google.com with ESMTPS id q14sm11242717ybk.7.2010.10.15.20.20.43 (version=SSLv3 cipher=RC4-MD5); Fri, 15 Oct 2010 20:20:44 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4CB91A09.7030303@DataIX.net> Date: Fri, 15 Oct 2010 23:20:41 -0400 From: jhell Organization: http://www.DataIX.net User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100917 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: amistry@am-productions.biz, FreeBSD Ports X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: ports/sysutils/fusefs-kmod setup.sh 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, 16 Oct 2010 03:20:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello amistry@, Ports, This is an informal request to have the subject listed port setup.sh script stop blindly loading the fuse.ko module upon install and upgrade procedures and to stop adding fusefs_enable="YES" to rc.conf without confirmation. While I find that it would be useful to enable this port on a system that it is being installed on I also find it to be frustrating to have to explicitly disable it as well. I believe it would be more of a convenience to a user on either side of this argument if the mount_fusefs command would load the appropriate module that was needed, in this case being fuse & also have the upgrade or install procedure inform the user of the possibility of adding the fusefs_enable="YES" to rc.conf* to enable it. Currently I do not see any other common ports that I use that exhibit this behavior of enabling services and or modules to load automatically and would like to see this port follow that same outline. If you would like help to achieve this then please let me know and I will do what I can to help. Questions, comments & replies forward them to me. Aggravations forward to bit-bucket@localhost. Regards, - -- jhell,v -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJMuRoIAAoJEJBXh4mJ2FR+JMUH/iIiKP0MrE9YTaKJNdkNpQOj 2teZgDrjWzWb4Ywzivff+BwrrT9gloBBjFfsDbhweaPHWZBCsjzbSiVfm99bLGG+ lRU43JMcXBQuAbSCF4DxDWp0UR2QhOtG1JJ8KmG5BZHJFApeqXmlgeGT/RUxkRCQ TBmx+bBa84jPQOm1zyAJNhQ8oK98jZ3IFunu2hyn1hynC3nQIRSnq1yF6G1EGMKQ XS5HgTmuTXorhRurHSZSZzpJH8zZTeoFDWXJSHdqYDIe/HzYxguzMjpCf3YACFP2 fyxxG1R5u7/WTf78UMGYeM/sjM1MiG7rKCMXp1nelvxu/9o+vmZRWbZmnJHqFT8= =xDV4 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 12:03:01 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 DEF721065696; Sat, 16 Oct 2010 12:03:00 +0000 (UTC) (envelope-from yehorov@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 4FC9E8FC1C; Sat, 16 Oct 2010 12:02:59 +0000 (UTC) Received: by wyb38 with SMTP id 38so1733369wyb.13 for ; Sat, 16 Oct 2010 05:02:59 -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; bh=0CiOTwSl9yzKA09MaJ366nlujNaYNdGG+E67129PPhQ=; b=cWy5STfbQV9sKv3pmY+BMVIA6JbV4nTPOukwfc99BjdT0v0bGm1E0evsF09LLwHawI xTevFXchO9fVAh3DjdEWA10sGYwiZ0t0ErknErNniz6x435UXuj8yOdf8tOqiaixAXB9 oQ8xFvxCN/1twSWaBmLeNdyxh5ZReQ7rBQmu4= 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=FP88H/OnotS5ZTj+plIIfm83uircmezWsDYq7zqhVmLjlg8L2dxwk+LOrvu68X2Gfk 5mdl5Eo3QjMLd62mXEEo1EUlebnJXYngRhsStiti44sk/kfoc1ezFqFToGZv4Lx8jrr3 nJSQIMxJYiGCDcvdqRKMbWLG0ezxdf82TKRQE= MIME-Version: 1.0 Received: by 10.216.30.203 with SMTP id k53mr1731288wea.87.1287230579083; Sat, 16 Oct 2010 05:02:59 -0700 (PDT) Received: by 10.216.60.73 with HTTP; Sat, 16 Oct 2010 05:02:59 -0700 (PDT) In-Reply-To: References: <4CB356F5.300@protected-networks.net> Date: Sat, 16 Oct 2010 15:02:59 +0300 Message-ID: From: Mykhaylo Yehorov To: Michael Butler Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, alepulver@freebsd.org Subject: Re: sysutils/fusefs-ntfs breakage 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, 16 Oct 2010 12:03:01 -0000 On Sat, Oct 16, 2010 at 14:47, Mykhaylo Yehorov wrote: > On Mon, Oct 11, 2010 at 21:27, Michael Butler > wrote: >> The most recent update to sysutils/fusefs-ntfs appears to have broken it >> on -current. It looks as if /usr/local/include/glib-2.0 is missing from >> the includes and /usr/local/lib from the libraries .. > > I've faced this build failure too. It's described in PR ports/146434. > The following patches for sysutils/fusefs-ntfs will solve this problem. > Could anybody add this to CVS? The previous patches is unreadable in email body. These are better. begin 644 patch-libntfs-3g__Makefile.in.gz M'XL("(EYN$P``W!A=&-H+6QI8FYT9G,M,V=?7TUA:V5F:6QE+FEN`.V8;6_: M,!#'7Y=/X1=(`5%#PL.HD)"2!MC0PD`%7J<0#,L62$72:I/ZX>?83@@00Z!0 M1D15%"<^+N>???<_`2$$]M*<%2QSO'"G#BS-"IW1;S0U+90W%W=%41(A_A>+ M0"K7BL5:Y4M>]/]`3BR)8BJ7RX$]7Y5Y1201W-=GXX<=X)>5%5O*5J_*=^E,UK[<=#M:ED`H3N:U545I#-*1V>/ M6YKRM9\%@1F[AW!N3U#=L.4:/9ZK.K,M0&>ON'J@T;3?(L/,;^ MU5XO\!T>LX7KI9ENC71U9>._V0#0!FM6<&183MZRP;.+'!?`*1#($T,`[^\` M&3]M(*0SSM*8F,ML07BFDRF0VG3CNDMSC!W5`!L:*;B!;?`TO$IJG0%OL7BN M@3\]_&F1('J-]E.V$&D]>+&C-R!P%MH"AI"W"3[AW"<2#M.,HLW#N(/\%1#> M3'U*>/[F.8D1SAZ3GF7C-R@=;$0]1Q<:QWY=&J@>"MH>_T*&6Q%34[WU-Z7^3X[R2AET/XB?'`8\[W4;3N\'&WD');CO?S/I$%&EXO6=J\ABQQ8XOB$4Y8XM M8:Q)'U2MWADP-;H570T:U0 ML-!;*W2N>GFZ7+THEQ.W0A_*L"TI,9=41_`UR2)"EAFOOF%3;G&C;D+)4H0C?L5] M($%"1Z'4?MB:0!%W3:%+5DS3)U067"PZ1MCV97]\05BA`_A5E]@2R,S`Y.W-6L':;NF3'X[K^4[36UZ]Y@4>Q7<;A/>=]ML._Z')/U_`\2+/ M4QS'P>[_>+$C"(7_)`G0&_'=*T$`+ATEB0)ILK`L=Q*$]\Y*4:R^K`U5Z8IN M:*9RJQL#364!V8`PT!+0GRB@P,>_EJ$;6.(,I5,DSIJX`[F532'"L7DWVOA5 M%!;H1D_M#]-1'FFF-?BJ:*.>NGF7G\NZI1A&7Y.O-\O\/(-A*9E!.D.Z684S M^M:+'B-Z^AL$1F]PQ[;*K M6[,M9OQ'AKBS9*@T#3O2]B]EB"S.)$.+G[&S0W#MLS%PM(6L1T:)ZW(N!/AQ M;3M=`CV>SAT[W+XEHV;`]Z8AQGYWB=,]/LO*EZ$F#V^D0W9-D'>W(<1'IT1S M_;:GQHO(V,:+%5MT3C)O2^F:J%<374X,ZV2^O%2-5S;4Z9QHJ>5TN("6.IV? MMV5$_L:>"^4Y_0CA@[.,@7V_-F3SQOK&%BP8@&N47V/;'"5HGL$ 5MTD5V2,A!^L'*1Z_`9@N7:#Q#@`` ` end -- Mykhaylo Yehorov From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 12:14: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 E3D9D106566C; Sat, 16 Oct 2010 12:14:09 +0000 (UTC) (envelope-from yehorov@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 480C78FC12; Sat, 16 Oct 2010 12:14:08 +0000 (UTC) Received: by wyb38 with SMTP id 38so1739807wyb.13 for ; Sat, 16 Oct 2010 05:14:08 -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; bh=bg+Ffwy8jYdh/Yp4QFETO29qLD/2TBUSCs3Gem0Ebjw=; b=rcFtnP7K0yCnx1W/ID27Hhs4qlFqtTBTIGjxjvmnBzrUal9SR++bXkTiO5YKUOAYvf BugmcpieNz+UsO/qtXZpmP2um7RubmKTyZaQibNrl3W2hYw0ga2VhXEtAZcTNR4iH21J nwaA7tPrVCfIZ5gyc5qeQkexWhgPaaKGexOfY= 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=UPWgAltJoq9clNE0G8JXi/xzNadxxBqVwykPZMNqEKPM5MXMYI/UZkeTG9+9hK32KJ h7BGN6AxP24r/BQ3XYhNMlIwlyR4ftB0VJ0iovtU7Fn6VOjqSMQCOtABBoVASGI/nea7 DqWB4LJgaJe+RxapJQmnSl1DcpZbvZAB3SDS0= MIME-Version: 1.0 Received: by 10.216.188.81 with SMTP id z59mr2073268wem.106.1287229648916; Sat, 16 Oct 2010 04:47:28 -0700 (PDT) Received: by 10.216.60.73 with HTTP; Sat, 16 Oct 2010 04:47:28 -0700 (PDT) In-Reply-To: <4CB356F5.300@protected-networks.net> References: <4CB356F5.300@protected-networks.net> Date: Sat, 16 Oct 2010 14:47:28 +0300 Message-ID: From: Mykhaylo Yehorov To: Michael Butler Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, alepulver@freebsd.org Subject: Re: sysutils/fusefs-ntfs breakage 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, 16 Oct 2010 12:14:10 -0000 On Mon, Oct 11, 2010 at 21:27, Michael Butler wrote: > The most recent update to sysutils/fusefs-ntfs appears to have broken it > on -current. It looks as if /usr/local/include/glib-2.0 is missing from > the includes and /usr/local/lib from the libraries .. I've faced this build failure too. It's described in PR ports/146434. The following patches for sysutils/fusefs-ntfs will solve this problem. Could anybody add this to CVS? $ cat files/patch-libntfs-3g__Makefile.in --- orig/libntfs-3g/Makefile.in 2010-10-02 14:22:56.000000000 +0300 +++ libntfs-3g/Makefile.in 2010-10-15 18:52:47.000000000 +0300 @@ -414,11 +415,11 @@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -c -o libntfs_3g_la-acls.lo `test -f 'acls.c' || echo '$(srcdir)/'`acls.c libntfs_3g_la-attrib.lo: attrib.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-attrib.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-attrib.Tpo -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo '$(srcdir)/'`attrib.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(DEFAULT_INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT libntfs_3g_la-attrib.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-attrib.Tpo -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo '$(srcdir)/'`attrib.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libntfs_3g_la-attrib.Tpo $(DEPDIR)/libntfs_3g_la-attrib.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='attrib.c' object='libntfs_3g_la-attrib.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo '$(srcdir)/'`attrib.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(DEFAULT_INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o libntfs_3g_la-attrib.lo `test -f 'attrib.c' || echo '$(srcdir)/'`attrib.c libntfs_3g_la-attrlist.lo: attrlist.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-attrlist.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-attrlist.Tpo -c -o libntfs_3g_la-attrlist.lo `test -f 'attrlist.c' || echo '$(srcdir)/'`attrlist.c @@ -477,25 +478,25 @@ @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -c -o libntfs_3g_la-debug.lo `test -f 'debug.c' || echo '$(srcdir)/'`debug.c libntfs_3g_la-device.lo: device.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-device.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-device.Tpo -c -o libntfs_3g_la-device.lo `test -f 'device.c' || echo '$(srcdir)/'`device.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT libntfs_3g_la-device.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-device.Tpo -c -o libntfs_3g_la-device.lo `test -f 'device.c' || echo '$(srcdir)/'`device.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libntfs_3g_la-device.Tpo $(DEPDIR)/libntfs_3g_la-device.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='device.c' object='libntfs_3g_la-device.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -c -o libntfs_3g_la-device.lo `test -f 'device.c' || echo '$(srcdir)/'`device.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntfs_3g_la_CFLAGS) $(' || echo '$(srcdir)/'`device.c libntfs_3g_la-dir.lo: dir.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-dir.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-dir.Tpo -c -o libntfs_3g_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT libntfs_3g_la-dir.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-dir.Tpo -c -o libntfs_3g_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libntfs_3g_la-dir.Tpo $(DEPDIR)/libntfs_3g_la-dir.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='dir.c' object='libntfs_3g_la-dir.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -c -o libntfs_3g_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o libntfs_3g_la-dir.lo `test -f 'dir.c' || echo '$(srcdir)/'`dir.c libntfs_3g_la-efs.lo: efs.c -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-efs.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-efs.Tpo -c -o libntfs_3g_la-efs.lo `test -f 'efs.c' || echo '$(srcdir)/'`efs.c +@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT libntfs_3g_la-efs.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-efs.Tpo -c -o libntfs_3g_la-efs.lo `test -f 'efs.c' || echo '$(srcdir)/'`efs.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libntfs_3g_la-efs.Tpo $(DEPDIR)/libntfs_3g_la-efs.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='efs.c' object='libntfs_3g_la-efs.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -c -o libntfs_3g_la-efs.lo `test -f 'efs.c' || echo '$(srcdir)/'`efs.c +@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libntfs_3g_la_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o libntfs_3g_la-efs.lo `test -f 'efs.c' || echo '$(srcdir)/'`efs.c libntfs_3g_la-index.lo: index.c @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libntfs_3g_la_CFLAGS) $(CFLAGS) -MT libntfs_3g_la-index.lo -MD -MP -MF $(DEPDIR)/libntfs_3g_la-index.Tpo -c -o libntfs_3g_la-index.lo `test -f 'index.c' || echo '$(srcdir)/'`index.c $ cat files/patch-src__Makefile.in --- orig/src/Makefile.in 2010-10-15 18:56:09.000000000 +0300 +++ src/Makefile.in 2010-10-15 18:03:11.000000000 +0300 @@ -437,11 +437,11 @@ @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lowntfs_3g_CFLAGS) $(CFLAGS) -MT lowntfs_3g-lowntfs-3g.o -MD -MP -MF $(DEPDIR)/lowntfs_3g-lowntfs-3g.Tpo -c -o lowntfs_3g-lowntfs-3g.o `test -f 'lowntfs-3g.c' || echo '$(srcdir)/'`lowntfs-3g.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lowntfs_3g_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT lowntfs_3g-lowntfs-3g.o -MD -MP -MF $(DEPDIR)/lowntfs_3g-lowntfs-3g.Tpo -c -o lowntfs_3g-lowntfs-3g.o `test -f 'lowntfs-3g.c' || echo '$(srcdir)/'`lowntfs-3g.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/lowntfs_3g-lowntfs-3g.Tpo $(DEPDIR)/lowntfs_3g-lowntfs-3g.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lowntfs-3g.c' object='lowntfs_3g-lowntfs-3g.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lowntfs_3g_CFLAGS) $(CFLAGS) -c -o lowntfs_3g-lowntfs-3g.o `test -f 'lowntfs-3g.c' || echo '$(srcdir)/'`lowntfs-3g.c +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lowntfs_3g_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o lowntfs_3g-lowntfs-3g.o `test -f 'lowntfs-3g.c' || echo '$(srcdir)/'`lowntfs-3g.c lowntfs_3g-lowntfs-3g.obj: lowntfs-3g.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lowntfs_3g_CFLAGS) $(CFLAGS) -MT lowntfs_3g-lowntfs-3g.obj -MD -MP -MF $(DEPDIR)/lowntfs_3g-lowntfs-3g.Tpo -c -o lowntfs_3g-lowntfs-3g.obj `if test -f 'lowntfs-3g.c'; then $(CYGPATH_W) 'lowntfs-3g.c'; else $(CYGPATH_W) '$(srcdir)/lowntfs-3g.c'; fi` @@ -451,11 +451,11 @@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lowntfs_3g_CFLAGS) $(CFLAGS) -c -o lowntfs_3g-lowntfs-3g.obj `if test -f 'lowntfs-3g.c'; then $(CYGPATH_W) 'lowntfs-3g.c'; else $(CYGPATH_W) '$(srcdir)/lowntfs-3g.c'; fi` ntfs_3g-ntfs-3g.o: ntfs-3g.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfs_3g_CFLAGS) $(CFLAGS) -MT ntfs_3g-ntfs-3g.o -MD -MP -MF $(DEPDIR)/ntfs_3g-ntfs-3g.Tpo -c -o ntfs_3g-ntfs-3g.o `test -f 'ntfs-3g.c' || echo '$(srcdir)/'`ntfs-3g.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntfs_3g_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -MT ntfs_3g-ntfs-3g.o -MD -MP -MF $(DEPDIR)/ntfs_3g-ntfs-3g.Tpo -c -o ntfs_3g-ntfs-3g.o `test -f 'ntfs-3g.c' || echo '$(srcdir)/'`ntfs-3g.c @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/ntfs_3g-ntfs-3g.Tpo $(DEPDIR)/ntfs_3g-ntfs-3g.Po @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='ntfs-3g.c' object='ntfs_3g-ntfs-3g.o' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfs_3g_CFLAGS) $(CFLAGS) -c -o ntfs_3g-ntfs-3g.o `test -f 'ntfs-3g.c' || echo '$(srcdir)/'`ntfs-3g.c +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntfs_3g_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) -c -o ntfs_3g-ntfs-3g.o `test -f 'ntfs-3g.c' || echo '$(srcdir)/'`ntfs-3g.c ntfs_3g-ntfs-3g.obj: ntfs-3g.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntfs_3g_CFLAGS) $(CFLAGS) -MT ntfs_3g-ntfs-3g.obj -MD -MP -MF $(DEPDIR)/ntfs_3g-ntfs-3g.Tpo -c -o ntfs_3g-ntfs-3g.obj `if test -f 'ntfs-3g.c'; then $(CYGPATH_W) 'ntfs-3g.c'; else $(CYGPATH_W) '$(srcdir)/ntfs-3g.c'; fi` -- Mykhaylo Yehorov From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 12:49:56 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 AA4F1106564A; Sat, 16 Oct 2010 12:49:56 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from sarah.protected-networks.net (sarah.protected-networks.net [IPv6:2001:470:1f07:4e1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2118FC08; Sat, 16 Oct 2010 12:49:56 +0000 (UTC) Received: from toshi.auburn.protected-networks.net (toshi.auburn.protected-networks.net [202.12.127.84]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "Iain Butler", Issuer "RSA Class 2 Personal CA" (verified OK)) (Authenticated sender: imb) by sarah.protected-networks.net (Postfix) with ESMTPSA id 22AF060DC; Sat, 16 Oct 2010 08:49:55 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=protected-networks.net; s=200705; t=1287233395; bh=YuFp56/Dveyu8P6oAYY+wW1d2KzEQlPAwbE2ERjDplA=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=lQN7oLSJk0Jao1GaMFxjuQC1YDrSeLW4JwXn6RNAPS3y3/3Fw5r8qn0yJvXf2WY1Z 1Fe3PsfFX9HSy5T01urLzMjTRApMKah0rk/ZUa4usflJnirj3ekbl1TKGovEBi6 DomainKey-Signature: a=rsa-sha1; s=200509; d=protected-networks.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=Hc+VKGCCelVqhF5jCUUAPsf1KNB2EJamxo24oTtxmdEfKUiEwzatwQSTr+xE3lQPP CO7gSdDqdtDo/yVB8nbUNKWufRb2Kq7eMsUireUpxz0c8j//MFANmNJ2AmeEYR3 Message-ID: <4CB99F6D.4030300@protected-networks.net> Date: Sat, 16 Oct 2010 08:49:49 -0400 From: Michael Butler User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: Mykhaylo Yehorov References: <4CB356F5.300@protected-networks.net> In-Reply-To: X-Enigmail-Version: 1.1.2 OpenPGP: id=0442D492 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, alepulver@freebsd.org Subject: Re: sysutils/fusefs-ntfs breakage 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, 16 Oct 2010 12:49:56 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/16/10 08:02, Mykhaylo Yehorov wrote: >> I've faced this build failure too. It's described in PR ports/146434. >> The following patches for sysutils/fusefs-ntfs will solve this problem. >> Could anybody add this to CVS? > > The previous patches is unreadable in email body. > These are better. > > begin 644 patch-libntfs-3g__Makefile.in.gz > M'XL("(EYN$P``W!A=&-H+6QI8FYT9G,M,V=?7TUA:V5F:6QE+FEN`.V8;6_: [ .. snip .. ] These work well - Thanks! imb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAky5n20ACgkQQv9rrgRC1JKiZgCbBvrkUgRh2MDMLEf/h/FOtU01 RwwAnilcKqQKbQaSCekW8A7xbty+D1w4 =S3dl -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 15: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 BA8F7106566B for ; Sat, 16 Oct 2010 15:30:49 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 81F9B8FC0C for ; Sat, 16 Oct 2010 15:30:49 +0000 (UTC) Received: by vws1 with SMTP id 1so897737vws.13 for ; Sat, 16 Oct 2010 08:30:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.176.1 with SMTP id bc1mr397159vcb.16.1287243048266; Sat, 16 Oct 2010 08:30:48 -0700 (PDT) Received: by 10.220.188.3 with HTTP; Sat, 16 Oct 2010 08:30:48 -0700 (PDT) X-Originating-IP: [128.95.133.227] Date: Sat, 16 Oct 2010 08:30:48 -0700 Message-ID: From: Rob Farmer To: freebsd-ports Content-Type: text/plain; charset=ISO-8859-1 Subject: No-op port updates 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, 16 Oct 2010 15:30:49 -0000 What is the best practice for no-op port updates - i.e. version 1.0 and 1.1 produce identical FreeBSD packages but they might be different on Linux/elsewhere? Update to have to port appear "current" or avoid forcing people to do unnecessary updates? -- Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 16:47: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 3DFF81065673 for ; Sat, 16 Oct 2010 16:47:57 +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 C17058FC08 for ; Sat, 16 Oct 2010 16:47:56 +0000 (UTC) Received: (qmail 20025 invoked by uid 399); 16 Oct 2010 16:47:55 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 16 Oct 2010 16:47:55 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CB9D73B.1080800@FreeBSD.org> Date: Sat, 16 Oct 2010 09:47:55 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.2a1pre OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: No-op port updates 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, 16 Oct 2010 16:47:57 -0000 On 10/16/2010 8:30 AM, Rob Farmer wrote: > What is the best practice for no-op port updates - i.e. version 1.0 > and 1.1 produce identical FreeBSD packages but they might be different > on Linux/elsewhere? Update to have to port appear "current" or avoid > forcing people to do unnecessary updates? When faced with similar situations in the past I have chosen not to update, until the whinging became too extreme. :) This is one of those where there is no "right" answer. FWIW, Doug -- Breadth of IT experience, and | Nothin' ever doesn't change, depth of knowledge in the DNS. | but nothin' changes much. Yours for the right price. :) | -- OK Go http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 17:12: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 6229F1065673 for ; Sat, 16 Oct 2010 17:12:47 +0000 (UTC) (envelope-from tingox@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 1F2908FC0A for ; Sat, 16 Oct 2010 17:12:46 +0000 (UTC) Received: by qwe4 with SMTP id 4so931329qwe.13 for ; Sat, 16 Oct 2010 10:12:46 -0700 (PDT) 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=b/Tp7lzeGMI2H8geW4nAZzQrcS5BmXEY8WkNZVR3tNs=; b=VYPQyI8mf1ORHmHwXauoGlSy8YLAJexff/LeDccOR17Osybr+i8wKUJlQ2vnyz3SaK CenLzUmvs9ehHCQA9FQxy0DAmQH/W7I4Jin+Et764ve24y84f5lSQXnvLRmgzyO7kI26 d0W7B95Sq22RihbBM8bfw//jjJgn5Od11Bs94= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=W4twlZVsa/TYSXFZLyt80v82IguVqSllAwYAxPdxd3c141OxSAqVkst95gTzi9/sQ/ ciruzWZs7LtSjTon+FNEMEt4SIFRHtgErGkWBAtHGIh1NQM0Btt+PiMgLuKQh8o6EzaD U6WepuYOOBmPUHhtYGxGR3DULfFn0Qywpt04U= MIME-Version: 1.0 Received: by 10.229.97.141 with SMTP id l13mr2025054qcn.135.1287249166098; Sat, 16 Oct 2010 10:12:46 -0700 (PDT) Received: by 10.229.100.149 with HTTP; Sat, 16 Oct 2010 10:12:46 -0700 (PDT) Date: Sat, 16 Oct 2010 19:12:46 +0200 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: xf86-video-intel29 - does it work with Ironlake graphics now? 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, 16 Oct 2010 17:12:47 -0000 Hi, So, does the xf86-video-intel29 port work with Ironlake graphics now? I remember that there was a lot of testing when the Xorg 7.5 port was getting finalized. I just upgraded my Core i3 machine[1] to FreeBSD 8.1-stable, and upgraded all the ports on it. root@kg-v7# uname -a FreeBSD kg-v7.kg4.no 8.1-STABLE FreeBSD 8.1-STABLE #3: Sat Oct 16 13:00:39 CEST 2010 root@kg-v7.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 root@kg-v7# pv | grep intel xf86-video-intel29-2.9.1 = up-to-date with port As before, Xorg on this machine works with the vesa driver. I switched to a xorg.conf for the intel driver, but it didn't work (from /var/log/Xorg.0.log): (II) Module "ramdac" already built-in drmOpenDevice: node name is /dev/dri/card0 Failed to change owner or group for file /dev/dri! 2: No such file or directory Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory drmOpenDevice: open result is -1, (No such file or directory) Failed to change owner or group for file /dev/dri/card0! 2: No such file or directory drmOpenDevice: open result is -1, (No such file or directory) drmOpenDevice: Open failed [drm] failed to load kernel module "i915" (EE) intel(0): [drm] Failed to open DRM device for pci:0000:00:02.0: File exists (EE) intel(0): Failed to become DRM master. (**) intel(0): Depth 24, (--) framebuffer bpp 32 (==) intel(0): RGB weight 888 (==) intel(0): Default visual is TrueColor (II) intel(0): Integrated Graphics Chipset: Intel(R) Clarkdale (--) intel(0): Chipset: "Clarkdale" (--) intel(0): Linear framebuffer at 0xD0000000 (--) intel(0): IO registers at addr 0xFB800000 size 4194304 (II) intel(0): No SDVO device is found in VBT (II) intel(0): 2 display pipes available. (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(0): Output VGA using monitor section Monitor0 (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) intel(0): Output VGA disconnected (WW) intel(0): No outputs definitely connected, trying again... (II) intel(0): Output VGA disconnected (WW) intel(0): Unable to find initial modes (EE) intel(0): No valid modes. (==) intel(0): Write-combining range (0xa0000,0x10000) was already clear (II) UnloadModule: "intel" (II) UnloadModule: "vgahw" (II) Unloading /usr/local/lib/xorg/modules/libvgahw.so (EE) Screen(s) found, but none have a usable configuration. Is there something wrong with my configuration files? The xorg.conf file, Xorg.0.log file and more at the FreeBSD page[2] for this machine. References: 1) http://sites.google.com/site/tingox/asus_v7-p7h55e 2) http://sites.google.com/site/tingox/asus_v7-p7h55e_freebsd -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 19:11: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 72F80106564A for ; Sat, 16 Oct 2010 19:11:42 +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 1A4528FC12 for ; Sat, 16 Oct 2010 19:11:41 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o9GJBffl092563; Sat, 16 Oct 2010 13:11:41 -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 o9GJBf0B092560; Sat, 16 Oct 2010 13:11:41 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sat, 16 Oct 2010 13:11:41 -0600 (MDT) From: Warren Block To: Torfinn Ingolfsen 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, 16 Oct 2010 13:11:41 -0600 (MDT) Cc: FreeBSD Ports ML Subject: Re: xf86-video-intel29 - does it work with Ironlake graphics now? 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, 16 Oct 2010 19:11:42 -0000 On Sat, 16 Oct 2010, Torfinn Ingolfsen wrote: > > So, does the xf86-video-intel29 port work with Ironlake graphics now? I don't think so (although I don't have newer Intel video to test), but there's hope (from yesterday): http://docs.freebsd.org/cgi/getmsg.cgi?fetch=151120+0+current/freebsd-x11 From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 21:04: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 14768106564A for ; Sat, 16 Oct 2010 21:04:24 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [76.96.59.243]) by mx1.freebsd.org (Postfix) with ESMTP id C83E38FC14 for ; Sat, 16 Oct 2010 21:04:23 +0000 (UTC) Received: from omta02.westchester.pa.mail.comcast.net ([76.96.62.19]) by qmta13.westchester.pa.mail.comcast.net with comcast id KXLu1f0020QuhwU5DZ4P1U; Sat, 16 Oct 2010 21:04:23 +0000 Received: from comcast.net ([98.203.142.76]) by omta02.westchester.pa.mail.comcast.net with comcast id KZ4M1f00M1f6R9u3NZ4NZo; Sat, 16 Oct 2010 21:04:23 +0000 Received: by comcast.net (sSMTP sendmail emulation); Sat, 16 Oct 2010 14:04:20 -0700 Date: Sat, 16 Oct 2010 14:04:20 -0700 From: Charlie Kester To: freebsd-ports@freebsd.org Message-ID: <20101016210419.GA314@comcast.net> Mail-Followup-To: freebsd-ports@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Mailer: Mutt 1.5.20 X-Composer: Vim 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: xf86-video-intel29 - does it work with Ironlake graphics now? 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, 16 Oct 2010 21:04:24 -0000 On Sat 16 Oct 2010 at 12:11:41 PDT Warren Block wrote: >On Sat, 16 Oct 2010, Torfinn Ingolfsen wrote: >> >>So, does the xf86-video-intel29 port work with Ironlake graphics now? > >I don't think so (although I don't have newer Intel video to test), >but there's hope (from yesterday): > >http://docs.freebsd.org/cgi/getmsg.cgi?fetch=151120+0+current/freebsd-x11 Interesting, thanks! BTW, does anyone know what's going on with miwi? He had one of my port PR's for a while and eventually timed out on that one too. I hope he's just busy/distracted and isn't ill or anything like that... He's been such a workhorse for the project, so his absence is significant. From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 21:24: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 9B3F6106564A for ; Sat, 16 Oct 2010 21:24:08 +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 7CFE18FC12 for ; Sat, 16 Oct 2010 21:24:08 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id B2FB656025; Sat, 16 Oct 2010 21:08:02 +0000 (UTC) Date: Sat, 16 Oct 2010 21:08:02 +0000 From: Mark Linimon To: freebsd-ports@freebsd.org Message-ID: <20101016210802.GA24014@lonesome.com> References: <20101016210419.GA314@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101016210419.GA314@comcast.net> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Mark Linimon Subject: Re: xf86-video-intel29 - does it work with Ironlake graphics now? 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, 16 Oct 2010 21:24:08 -0000 On Sat, Oct 16, 2010 at 02:04:20PM -0700, Charlie Kester wrote: > BTW, does anyone know what's going on with miwi? Job change involving relocation halfway around the planet. mcl From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 21:50: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 F13491065670 for ; Sat, 16 Oct 2010 21:50:12 +0000 (UTC) (envelope-from roam@ringlet.net) Received: from erengrad.hoster.bg (erengrad.hoster.bg [77.77.142.9]) by mx1.freebsd.org (Postfix) with ESMTP id 72DF68FC08 for ; Sat, 16 Oct 2010 21:50:12 +0000 (UTC) Received: from middenheim.hoster.bg (middenheim.hoster.bg [77.77.142.11]) by erengrad.hoster.bg (Postfix) with ESMTP id 2CF69DC321 for ; Sun, 17 Oct 2010 00:24:58 +0300 (EEST) Received: from straylight.ringlet.net (unknown [94.155.53.142]) (Authenticated sender: roam@hoster.bg) by mail.hoster.bg (Postfix) with ESMTP id C6E1C5C49E for ; Sun, 17 Oct 2010 00:24:41 +0300 (EEST) Received: from roam (uid 1000) (envelope-from roam@ringlet.net) id 416007 by straylight.ringlet.net (DragonFly Mail Agent) Sun, 17 Oct 2010 00:24:41 +0300 Date: Sun, 17 Oct 2010 00:24:41 +0300 From: Peter Pentchev To: Doug Barton Message-ID: <20101016212441.GA3815@straylight.ringlet.net> Mail-Followup-To: Doug Barton , freebsd-ports@freebsd.org References: <4CB9D73B.1080800@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="n8g4imXOkfNTN/H1" Content-Disposition: inline In-Reply-To: <4CB9D73B.1080800@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-MailScanner-ID: C6E1C5C49E.74476 X-hoster-MailScanner: Found to be clean X-hoster-MailScanner-SpamCheck: not spam, SpamAssassin (cached, score=0.001, required 10, autolearn=disabled, UNPARSEABLE_RELAY 0.00) X-hoster-MailScanner-From: roam@ringlet.net X-hoster-MailScanner-To: freebsd-ports@freebsd.org X-Spam-Status: No Cc: freebsd-ports@freebsd.org Subject: Re: No-op port updates 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, 16 Oct 2010 21:50:13 -0000 --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Oct 16, 2010 at 09:47:55AM -0700, Doug Barton wrote: > On 10/16/2010 8:30 AM, Rob Farmer wrote: > >What is the best practice for no-op port updates - i.e. version 1.0 > >and 1.1 produce identical FreeBSD packages but they might be different > >on Linux/elsewhere? Update to have to port appear "current" or avoid > >forcing people to do unnecessary updates? >=20 > When faced with similar situations in the past I have chosen not to > update, until the whinging became too extreme. :) This is one of > those where there is no "right" answer. I've sometimes added a comment to the port's Makefile explaining the needlessness of an update. G'luck, Peter --=20 Peter Pentchev roam@space.bg roam@ringlet.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 This sentence was in the past tense. --n8g4imXOkfNTN/H1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBCgAGBQJMuhgZAAoJEGUe77AlJ98TD2kQAJ0ITzTX/E6K4LikEXt8z5GO 14YHaZvnIshzUmSNR68Yll4qhz8zwaQFDJrAJ5OUndxiyotkjsv2TzTi5orZWMDN nScF4mojDpXZ2sg72LBvrWvKiVl+J+Ffig5gSk8i/LeZWB4Y7AUBxnjHx+0VdHTr 7o/inb2csnhw1x+prSAhNDWOnTfB3iYuUYMeyeLwXoplBma4293t14xQlhCOJ/Ie 8yIekvBWOq0O85CLANohLxlph/5rtgf+aEquwylEt/NFjf+71/wBN9ZlRoouD4DZ oiviNXx2J1CaIMebQnD54DvdQJuIUYIFzy4zPb0dvjzLaG6WiSEu2Q1Vcka6VEgB 4wvFxTSdTxkLN+3Isn9gyNfjwJz07PiF0kAHfA4IuLSo4vPBlUEfDLlae/cHFF0G 2zdUH5c0g18lujNHH3aA6oPj7TLiZnj4BAYWhmIomERio8D+Yss4/KdbmnyumbME dhlhxDCUbx1l5yTdxrnwVSuoIemQG+4s1A+ev7bBgbGlLMnJ2dUp8BduwYgRBr+u HOW6+2F85CqgcOhub9GaT+wWw5Zgb6RxKQ0Mk1xthroy28+ucp+8+M7Fe3acTDff t6YDyGATGuntwGV7woNdQR8Egat6Kqh0jLlu7+yBx3iO55fn4fYYnoGCy4D5Ea5A lCFKp4TUJ/I4p5seQ9NY =yuI6 -----END PGP SIGNATURE----- --n8g4imXOkfNTN/H1-- From owner-freebsd-ports@FreeBSD.ORG Sat Oct 16 23:41: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 2C5F81065670 for ; Sat, 16 Oct 2010 23:41:56 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id C94348FC15 for ; Sat, 16 Oct 2010 23:41:55 +0000 (UTC) Received: by vws1 with SMTP id 1so1041711vws.13 for ; Sat, 16 Oct 2010 16:41:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.97.12 with SMTP id j12mr529153vcn.36.1287272514810; Sat, 16 Oct 2010 16:41:54 -0700 (PDT) Received: by 10.220.188.3 with HTTP; Sat, 16 Oct 2010 16:41:54 -0700 (PDT) X-Originating-IP: [128.95.133.53] In-Reply-To: <20101016212441.GA3815@straylight.ringlet.net> References: <4CB9D73B.1080800@FreeBSD.org> <20101016212441.GA3815@straylight.ringlet.net> Date: Sat, 16 Oct 2010 16:41:54 -0700 Message-ID: From: Rob Farmer To: Peter Pentchev , Doug Barton , freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: No-op port updates 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, 16 Oct 2010 23:41:56 -0000 On Sat, Oct 16, 2010 at 14:24, Peter Pentchev wrote: > I've sometimes added a comment to the port's Makefile explaining > the needlessness of an update. Ok - I'm not sure if this is worthy of adding to the PR load so I'll just post it to the list and if someone has time, great, if not, that's fine too. The port is security/wipe and the only difference between 2.3.0 and 2.3.1 is a Makefile tweak regarding uninstallation (since we use pkg-plist, not the supplied target, it doesn't matter). -- Rob Farmer