From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 00:44:47 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64F5A106566B for ; Sun, 14 Nov 2010 00:44:47 +0000 (UTC) (envelope-from sanpei@sanpei.org) Received: from mail2.asahi-net.or.jp (mail2.asahi-net.or.jp [202.224.39.198]) by mx1.freebsd.org (Postfix) with ESMTP id 29D778FC1B for ; Sun, 14 Nov 2010 00:44:46 +0000 (UTC) Received: from cherry2.sanpei.org (j069113.ppp.asahi-net.or.jp [61.213.69.113]) by mail2.asahi-net.or.jp (Postfix) with ESMTP id BC85ABD5C0; Sun, 14 Nov 2010 09:44:44 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by cherry2.sanpei.org (8.14.4/8.14.3) with ESMTP id oAE0ihQ1012766; Sun, 14 Nov 2010 09:44:44 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Sun, 14 Nov 2010 09:44:43 +0900 (JST) Message-Id: <20101114.094443.407454645627537737.sanpei@sanpei.org> To: chromium@hybridsource.org From: MIHIRA Sanpei Yoshiro In-Reply-To: <4CDD6C06.1060307@hybridsource.org> References: <20101113.080831.949267780715453933.sanpei@sanpei.org> <4CDD6C06.1060307@hybridsource.org> X-Mailer: Mew version 6.2 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (cherry2.sanpei.org [127.0.0.1]); Sun, 14 Nov 2010 09:44:44 +0900 (JST) Cc: ports@FreeBSD.org, rene@FreeBSD.org Subject: Re: [www/chromium] Illegal instruction: 4 on Pentium3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 00:44:47 -0000 H. Finally, I removed -mss3 and -mpentium4(changed to -msse and -mpentium3). I could compile and execute chromium on Pentium3 without problem. @@ -884,8 +884,8 @@ 'conditions': [ ['branding=="Chromium"', { 'cflags': [ - '-march=pentium4', - '-msse2', + '-march=pentium3', + '-msse', '-mfpmath=sse', ], }], From chromium mailing list archive discussion, some Athlon CPU does not have SSE2. So I thought default compile option was -msse or remove -msse( and remove -mfpmath=sse). and could set by CFLAGS value Best Regards, --- MIHIRA, Sanpei Yoshiro Tokyo, Japan. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 03:17:31 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 70DC71065670 for ; Sun, 14 Nov 2010 03:17:31 +0000 (UTC) (envelope-from jhein@gossamer.timing.com) Received: from mout.perfora.net (mout.perfora.net [74.208.4.194]) by mx1.freebsd.org (Postfix) with ESMTP id 2AC7B8FC14 for ; Sun, 14 Nov 2010 03:17:30 +0000 (UTC) Received: from gossamer.timing.com ([206.168.13.144]) by mrelay.perfora.net (node=mrus2) with ESMTP (Nemesis) id 0MJjfo-1PGMxv20ns-001beS; Sat, 13 Nov 2010 22:04:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19679.20942.450382.314870@gossamer.timing.com> Date: Sat, 13 Nov 2010 20:04:46 -0700 From: John Hein In-Reply-To: <54144999@toto.iv> References: <432874FB-0011-4F4D-A40F-BE1DA7A489C1@gmail.com> X-Mailer: VM 8.0.12 under 22.3.1 (i386-redhat-linux-gnu) X-Provags-ID: V02:K0:/nh/gmM5/mbKC8R/a4setP2H73vGOSUfSGUl2pjS/Zv H4cY985+nLEsKcKtL/HGYBj//2hhpOtbWNaAvwOR8ZGeGdS9Vs CAzaaTf3XzlrSz4ha5jiKD/yvaqRq54FsBe+/coKN7tTr67osC TytMFC6lFcv8vq5NC4ygb4qd53lyiKgmXXFM40lh1+5W5hUE+W ZtoKCskzUiX/X07GAu6IQ== Cc: ports@freebsd.org, Maxim Khitrov , python@freebsd.org, Sylvain Garrigues Subject: Re: FreeBSD Port: python27-2.7.0_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 03:17:31 -0000 John Hein wrote at 15:55 MDT on Oct 30, 2010: > Maxim Khitrov wrote at 15:42 -0400 on Oct 30, 2010: > > On Sat, Oct 30, 2010 at 2:46 PM, Sylvain Garrigues wrote: > > > Hello, > > > > > > I am using FreeBSD 8.1 and I would like to know the reasons > > > why it has been decided that the default Python installation > > > is 2.6 and not 2.7. > > > > > > Thanks in advance. > > > > Add "PYTHON_DEFAULT_VERSION=python2.7" to /etc/make.conf. To answer Sylvain's original query, 2.7 is fairly new still. When a sufficent amount of testing has occurred that indicates 2.7 has no regressions, then someone will throw the switch. Of course, what constitutes a sufficient amount of testing is somewhat subjective. So the more use it gets by early adopters (such as yourself presumably), the higher the confidence in being able to update the default. I've been using python27 for a couple months now without any problems. To help get the default switched from 2.6 to 2.7, request it and report any successes (and problems) here and/or submit PRs. A search in the PR database for python27 doesn't turn up any significant problems. It will also probably require at least one full ports test build. I don't know if one has been requested. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 05:04: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 6B3D1106566C for ; Sun, 14 Nov 2010 05:04:39 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0D5B38FC13 for ; Sun, 14 Nov 2010 05:04:38 +0000 (UTC) Received: by gyg13 with SMTP id 13so1410637gyg.13 for ; Sat, 13 Nov 2010 21:04:38 -0800 (PST) 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=ESCuMdBSWU45o2adhcMgijDsP09IXLBN6ZBTpIUMz/o=; b=W4fpdHsJfT1ymPHHkYUhGa8+T4lEetSRHPy2fqgK3YC+UH4Nbd9s/3qDghwQVx8RvN DesvLSq0umSNdujKvkhMX0DgkIf6M646e8hx6LFk+fMe6WSLR+xEehpkbznPkRys1yvN Kt72QIGYPCzCQV8aExinWnaLLpWEEt05niSjg= 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=w2ixnTX2dbthTA3yB20s+Husuk9IlTwVEiDoA2sZM8SjMts1DlEsZAQSFZt557DETb paF9CkcuPBP0YqqVhVj9m2Dda0dX8HB1zlM+K9Le/SS4wsIxyxfxv/ZehUBfPAc5xmTF N6N8vYO298N4dbQEx0+kHgvCG4McdCrbr4u4M= Received: by 10.150.50.15 with SMTP id x15mr7057962ybx.39.1289711078042; Sat, 13 Nov 2010 21:04:38 -0800 (PST) Received: from centel.dataix.local (adsl-99-181-158-26.dsl.klmzmi.sbcglobal.net [99.181.158.26]) by mx.google.com with ESMTPS id w19sm104883ybe.16.2010.11.13.21.04.35 (version=SSLv3 cipher=RC4-MD5); Sat, 13 Nov 2010 21:04:36 -0800 (PST) Sender: "J. Hellenthal" Message-ID: <4CDF6DE1.1000006@DataIX.net> Date: Sun, 14 Nov 2010 00:04:33 -0500 From: jhell Organization: http://www.DataIX.net User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101028 Lightning/1.0b1 Thunderbird MIME-Version: 1.0 To: FreeBSD Ports , roam@FreeBSD.org, doconnor@gsoft.com.au X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Conflict between netpipes-4.2 and timelimit-1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 05:04:39 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The above two listed ports have a conflict with the installed binary '/usr/local/bin/timelimit' but do not list each-other as a conflict and should be adjusted to reflect the conflict with one-another. $ pkg_info -qW /usr/local/bin/timelimit pkg_info: both netpipes-4.2 and timelimit-1.7 claim to have installed /usr/local/bin/timelimit This could also be said for its manual pages as well. After removing the timelimit-1.7 package and then upgrading netpipes-4.2 ===>>> Creating a backup package for old version netpipes-4.2 tar: man/man1/timelimit.1.gz: Cannot stat: No such file or directory tar: bin/timelimit: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 ===>>> Package creation failed for netpipes-4.2! Though the functionality provided by both timelimit commands are fundamentally the same, timelimit-1.7 offers quite a bit more control over the one that ships with netpipes-4.2 without the need to install files like 'faucet' that may act as a network server. Would it be possible to install the netpipes version of timelimit binary as timelimit-4.2 instead ? or maybe another name so these can coexist ? *** As well, timelimit-1.7 would be a great candidate for import into world since it is your e-std 2 clause BSD license and a 3 file compile. ;) And if noone else wants to maintain it in tree then ill volunteer. *** Regards, - -- jhell,v -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJM323hAAoJEJBXh4mJ2FR+nyAH/AiCStRku/gxLP9urxN1txov JaR7KgaMEiVuuUk5pt/9lOr5sY1tdRmX16CgPzwKfr5pZpC/BBkYpsYHH/QLJ1MC dgUubQoEowe50QmgFFhDDnAnnZ1FEnEWnknPZErKcNAF/td59xeMAzxN7lFZ40dC k1GTozKo7gx6pgYeFcpxCu14ve4LXsEkKfy3lhjMVunbgyjVSMT3NuwKlrYyEIGq +KUknTcaP5VEEg6tM//HS904WGPAtd6sbc62q6TowzYx2DEFx4I8Uf+NRoAjwJaZ KM0HYtwjjE7IRWk2d7CjN9O60tCVbZbzpr5Y9MFzaip4Wk6gLFJw94XpENOobFE= =aywI -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 07:36:58 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AAEF5106564A for ; Sun, 14 Nov 2010 07:36:58 +0000 (UTC) (envelope-from wenheping@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 610C78FC15 for ; Sun, 14 Nov 2010 07:36:57 +0000 (UTC) Received: by iwn39 with SMTP id 39so5385328iwn.13 for ; Sat, 13 Nov 2010 23:36:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4q4QhQKNrWyYdSzdD6DBjQ+3eHbAzRpZhzdjhIemIUM=; b=nGV+Y4rcwYp9iaorIl9zl+VzNX1fpTtc9+QiXm4+loxYUETQGDl2mlw1roZppND1Sr y8/aBbg/ei/Gx+P6am+R7Rs+DX+G/3vIj3MaaopVPitSdPtaRWmp7nz8Y1prQMwfDQ3W 7ScgbgP3pW23Mx421zLi7JJE/OblvTl/2yxko= 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=oKOIUK4SMQ4ImvDnDtC3GK7pQrbDcdLCq2G54EdpAJNFhF0fxfQIs07YseaBRJsRPx gOq6JNvbpGnHqhfH10LUX79Q+Bkkp+1vDBiXbUaIPkWySyl03AisSEhNf6GchU+1cXS2 LwL1/tlhOAJ9CE8g9u1+7oJB+PdxvtclTnGSQ= MIME-Version: 1.0 Received: by 10.231.36.139 with SMTP id t11mr3456904ibd.83.1289720217491; Sat, 13 Nov 2010 23:36:57 -0800 (PST) Received: by 10.231.8.65 with HTTP; Sat, 13 Nov 2010 23:36:57 -0800 (PST) In-Reply-To: <19679.20942.450382.314870@gossamer.timing.com> References: <432874FB-0011-4F4D-A40F-BE1DA7A489C1@gmail.com> <54144999@toto.iv> <19679.20942.450382.314870@gossamer.timing.com> Date: Sun, 14 Nov 2010 15:36:57 +0800 Message-ID: From: wen heping To: John Hein Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Maxim Khitrov , python@freebsd.org, Sylvain Garrigues Subject: Re: FreeBSD Port: python27-2.7.0_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 07:36:59 -0000 I think we shall update python2.7 as PYTHON_DEFAULT_VERSION at least after python-2.7.1 and FreeBSD-8.2 release. wen 2010/11/14 John Hein : > John Hein wrote at 15:55 MDT on Oct 30, 2010: > =C2=A0> Maxim Khitrov wrote at 15:42 -0400 on Oct 30, 2010: > =C2=A0> =C2=A0> On Sat, Oct 30, 2010 at 2:46 PM, Sylvain Garrigues wrote: > =C2=A0> =C2=A0> > Hello, > =C2=A0> =C2=A0> > > =C2=A0> =C2=A0> > I am using FreeBSD 8.1 and I would like to know the rea= sons > =C2=A0> =C2=A0> > why it has been decided that the default Python install= ation > =C2=A0> =C2=A0> > is 2.6 and not 2.7. > =C2=A0> =C2=A0> > > =C2=A0> =C2=A0> > Thanks in advance. > =C2=A0> =C2=A0> > =C2=A0> =C2=A0> Add "PYTHON_DEFAULT_VERSION=3Dpython2.7" to /etc/make.con= f. > > To answer Sylvain's original query, 2.7 is fairly new still. =C2=A0When a > sufficent amount of testing has occurred that indicates 2.7 has no > regressions, then someone will throw the switch. =C2=A0Of course, what > constitutes a sufficient amount of testing is somewhat subjective. =C2=A0= So > the more use it gets by early adopters (such as yourself presumably), > the higher the confidence in being able to update the default. > > I've been using python27 for a couple months now without any problems. > To help get the default switched from 2.6 to 2.7, request it and > report any successes (and problems) here and/or submit PRs. > > A search in the PR database for python27 doesn't turn up any > significant problems. > > It will also probably require at least one full ports test build. =C2=A0I > don't know if one has been requested. > _______________________________________________ > freebsd-python@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-python > To unsubscribe, send any mail to "freebsd-python-unsubscribe@freebsd.org" > --=20 =E7=9C=9F=E7=90=86=E4=BB=8E=E6=9D=A5=E6=B2=A1=E6=9C=89=E6=88=98=E8=83=9C=E8= =BF=87=E8=B0=AC=E8=AF=AF=EF=BC=8C=E7=9C=9F=E7=90=86=E5=8F=AA=E6=9C=89=E5=9C= =A8=E5=9D=9A=E6=8C=81=E8=B0=AC=E8=AF=AF=E7=9A=84=E4=BA=BA=E6=AD=BB=E5=8E=BB= =E5=90=8E=E6=89=8D=E6=88=90=E4=B8=BA=E7=9C=9F=E7=90=86=E3=80=82 From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 15:51: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 19226106566B for ; Sun, 14 Nov 2010 15:51:56 +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 ACD768FC14 for ; Sun, 14 Nov 2010 15:51:55 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id A7E591900 for ; Sun, 14 Nov 2010 16:51:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= content-transfer-encoding:content-type:content-type:subject :subject:mime-version:user-agent:from:from:date:date:message-id :received:received; s=mail; t=1289749912; x=1291564312; bh=Xhi5W vtiKUWYmHpv9bhAeSwdxS82Egeyv3p50mC+rEE=; b=kERCfedCkwFo1na2fWGRP pZ3a3sr6INr1AfeAXR6fC5H4ryDrAn/DU3jFd1AtCkPmHabBLjevRMOFQRYir5dW okbRSo6fZBRKFnz6THpnsd3n2jn6f1ENifKOZA7r+Mm09+aPHYIprLjsblf3z7Y0 nWFk/9Nz8ZVC0G/rAooRoM= 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 10024) with ESMTP id cYylfuP+2uwf for ; Sun, 14 Nov 2010 16:51:52 +0100 (CET) Received: from marvin.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP for ; Sun, 14 Nov 2010 16:51:52 +0100 (CET) Message-ID: <4CE00598.30402@madpilot.net> Date: Sun, 14 Nov 2010 16:51:52 +0100 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: help with PR ports/144821 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, 14 Nov 2010 15:51:56 -0000 Hello, Some time ago I submitted the PR in the subject, and also PR ports/144857 which updates a dependent port. The PR has stayed there. Now I polished it a little and fixed the patch to apply to present systems, I also merged the patches from ports/144857. I'm asking if some committer could have a look at it. Also an opinion is needed about what to do with the gxmms2 port, at present marked broken because the distfile can't be fetched. With a followup it was suggested to use the distfile hosted on debian mirrors which has a different filename, what is the suggested way to cope with this? I've sent a last followup with an updated patch to use this distfile instead of the official(unfetchable) one. Which solution is better? Thank you in advance for any work or help on this! (and anyway thank to all committers for their work!) P.S. Sorry for the mess with the patches, some of those were generated using monotone and not identified by gnats as such. I've generated the last one using the system diff to avoid the problem. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 16:18: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 4F29A1065696; Sun, 14 Nov 2010 16:18:56 +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 0C0168FC15; Sun, 14 Nov 2010 16:18:55 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oAEGItAk020159; Sun, 14 Nov 2010 09:18:55 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oAEGIsOF020156; Sun, 14 Nov 2010 09:18:54 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 14 Nov 2010 09:18:54 -0700 (MST) From: Warren Block To: Andriy Gapon In-Reply-To: <4CDEE881.201@icyb.net.ua> Message-ID: References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> 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]); Sun, 14 Nov 2010 09:18:55 -0700 (MST) Cc: Alexey Shuvaev , Mark Linimon , freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 16:18:56 -0000 On Sat, 13 Nov 2010, Andriy Gapon wrote: > I agree, but I am not sure how in the ports land we do an application testing in > general. That is, I am sure there will be a lot of testers if the port update > is actually committed :-) but I am not sure how to test it in advance (given all > the possible hardware and software configurations). Why not just create a new xorg-server177 or xorg-server-devel port as has been done with other ports? Assuming no other dependencies, or at least a clear list of what to rebuild in the pkg-message, it would allow people to test the new xorg-server and easily revert to the old one if needed. Mesa, too... and what was the other port talked about recently... libdrm? From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 16:41:03 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 ECFFB1065673; Sun, 14 Nov 2010 16:41:03 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 0887F8FC13; Sun, 14 Nov 2010 16:41:02 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA26830; Sun, 14 Nov 2010 18:40:50 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PHfdK-0001LP-1P; Sun, 14 Nov 2010 18:40:50 +0200 Message-ID: <4CE01110.6030102@icyb.net.ua> Date: Sun, 14 Nov 2010 18:40:48 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Warren Block References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , Mark Linimon , freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 16:41:04 -0000 on 14/11/2010 18:18 Warren Block said the following: > On Sat, 13 Nov 2010, Andriy Gapon wrote: > >> I agree, but I am not sure how in the ports land we do an application testing in >> general. That is, I am sure there will be a lot of testers if the port update >> is actually committed :-) but I am not sure how to test it in advance (given all >> the possible hardware and software configurations). > > Why not just create a new xorg-server177 or xorg-server-devel port as has been > done with other ports? Would it be really worth it? 1.7.7 is just couple of minor releases ahead of what we have now and the latest _release_ is 1.9.2. So, xorg-server-devel for 1.9.2 - that would make sense for my taste. xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, a waste of resources. > Assuming no other dependencies, or at least a clear list of what to rebuild in > the pkg-message, it would allow people to test the new xorg-server and easily > revert to the old one if needed. Mesa, too... and what was the other port > talked about recently... libdrm? -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 16:41: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 391D61065673; Sun, 14 Nov 2010 16:41:30 +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 186708FC14; Sun, 14 Nov 2010 16:41:29 +0000 (UTC) Received: by mail.soaustin.net (Postfix, from userid 502) id 55FB856028; Sun, 14 Nov 2010 16:41:29 +0000 (UTC) Date: Sun, 14 Nov 2010 16:41:29 +0000 From: Mark Linimon To: Andriy Gapon Message-ID: <20101114164129.GA18379@lonesome.com> References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CDEE881.201@icyb.net.ua> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: Alexey Shuvaev , freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 16:41:30 -0000 On Sat, Nov 13, 2010 at 09:35:29PM +0200, Andriy Gapon wrote: > Not sure if we've had any problems like that when upgrading between minor > versions of a single module, even such as xorg server. I don't remember, either. > That is, I am sure there will be a lot of testers if the port update is > actually committed :-) but I am not sure how to test it in advance (given all > the possible hardware and software configurations). rnoland was doing testing with some of the "well-known" configurations, to make sure those didn't regress. I'd be happy to see various folks step forward to volunteer to beta-test new updates on various configurations. Obviously, 100% coverage is impossible, but if we had a handful of folks, I think we could do a lot. mcl From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 16:42:17 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB3CD106566B; Sun, 14 Nov 2010 16:42:17 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6E2B78FC20; Sun, 14 Nov 2010 16:42:15 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 795E134D455; Sun, 14 Nov 2010 16:42:14 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Sun, 14 Nov 2010 16:42:13 +0000 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.5.3; amd64; ; ) X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201011141642.14158.david@vizion2000.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ale@freebsd.org Subject: following mysql upgrade problems with akonadi. 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, 14 Nov 2010 16:42:17 -0000 After latest upgrade to mysql and upgrading the mysql server according to the instruction in UPGRADING akonadi, which depends upon mysql, has started playing up. Prior to upgrading the man mysql server all mails were visible in kmail. Subjects remained visible but mail bodies have suddenly become invisible. Here is the output following a a manual start of akonadi server after shutting all akonadi processes using kill 9. It would seem that the upgrade has not worked successfully on a system wide basis. Thanks in advance for any guidance David ______________________________ %akonadictl start Starting Akonadi Server... done. Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) %[akonadiserver] search paths: ("/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/games", "/usr/local/sbin", "/usr/local/bin", "/home/david/bin", "/usr/local/kde4/bin", "/usr/sbin", "/usr/local/sbin", "/usr/local/libexec", "/usr/libexec", "/opt/mysql/libexec", "/opt/local/lib/mysql5/bin", "/opt/mysql/sbin") [akonadiserver] Found mysql_install_db: "/usr/local/bin/mysql_install_db" [akonadiserver] Found mysqlcheck: "/usr/local/bin/mysqlcheck" "akonadiserver" [out] "akonadi.collectionattributetable OK " "akonadiserver" [out] "akonadi.collectionmimetyperelation OK " "akonadiserver" [out] "akonadi.collectionpimitemrelation OK " "akonadiserver" [out] "akonadi.collectiontable OK " "akonadiserver" [out] "akonadi.flagtable OK " "akonadiserver" [out] "akonadi.mimetypetable OK " "akonadiserver" [out] "akonadi.parttable OK " "akonadiserver" [out] "akonadi.pimitemflagrelation OK " "akonadiserver" [out] "akonadi.pimitemtable OK " "akonadiserver" [out] "akonadi.resourcetable OK " "akonadiserver" [out] "akonadi.schemaversiontable OK " [akonadiserver] Database "akonadi" opened using driver "QMYSQL" [akonadiserver] DbInitializer::run() [akonadiserver] checking table "SchemaVersionTable" [akonadiserver] checking table "ResourceTable" [akonadiserver] checking table "CollectionTable" [akonadiserver] checking table "MimeTypeTable" [akonadiserver] checking table "PimItemTable" [akonadiserver] checking table "FlagTable" [akonadiserver] checking table "PartTable" [akonadiserver] checking table "CollectionAttributeTable" [akonadiserver] checking relation "PimItemFlagRelation" [akonadiserver] checking relation "CollectionMimeTypeRelation" [akonadiserver] checking relation "CollectionPimItemRelation" [akonadiserver] DbInitializer::run() done [akonadiserver] skipping update 2 [akonadiserver] skipping update 3 [akonadiserver] skipping update 4 [akonadiserver] skipping update 8 [akonadiserver] skipping update 10 [akonadiserver] skipping update 12 [akonadiserver] skipping update 13 [akonadiserver] skipping update 14 [akonadiserver] skipping update 15 [akonadiserver] skipping update 16 [akonadiserver] skipping update 17 [akonadiserver] skipping update 18 [akonadiserver] skipping update 19 [akonadiserver] Database "akonadi" opened using driver "QMYSQL" [akonadiserver] Database "akonadi" opened using driver "QMYSQL" [akonadiserver] Akonadi::NepomukSearchEngine(0x80389fc80) QObject(0x0) [akonadiserver] Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) [akonadiserver] DataStore::unhideAllPimItems() PLUGINS: "/usr/local/kde4/share/akonadi/agents" PLUGINS: ("birthdaysresource.desktop", "contactsresource.desktop", "icalresource.desktop", "imapresource.desktop", "kabcresource.desktop", "kcalresource.desktop", "knutresource.desktop", "kolabproxyresource.desktop", "localbookmarksresource.desktop", "maildirresource.desktop", "maildispatcheragent.desktop", "mboxresource.desktop", "microblog.desktop", "mtdummyresource.desktop", "nepomukcalendarfeeder.desktop", "nepomukcontactfeeder.desktop", "nepomuktagresource.desktop", "nntpresource.desktop", "notesresource.desktop", "pop3resource.desktop", "vcarddirresource.desktop", "vcardresource.desktop") search paths: ("/sbin", "/bin", "/usr/sbin", "/usr/bin", "/usr/games", "/usr/local/sbin", "/usr/local/bin", "/home/david/bin", "/usr/local/kde4/bin") PLUGINS inserting: "akonadi_birthdays_resource" 0 ("Resource") PLUGINS inserting: "akonadi_contacts_resource" 0 ("Resource") PLUGINS inserting: "akonadi_ical_resource" 1 ("Resource") PLUGINS inserting: "akonadi_imap_resource" 0 ("Resource") PLUGINS inserting: "akonadi_kabc_resource" 0 ("Resource") PLUGINS inserting: "akonadi_kcal_resource" 0 ("Resource") PLUGINS inserting: "akonadi_knut_resource" 0 ("Resource") PLUGINS inserting: "akonadi_kolabproxy_resource" 0 ("Resource", "Unique", "NoConfig") PLUGINS inserting: "akonadi_localbookmarks_resource" 0 ("Resource") PLUGINS inserting: "akonadi_maildir_resource" 1 ("Resource") PLUGINS inserting: "akonadi_maildispatcher_agent" 0 ("Unique", "Autostart", "NoConfig") PLUGINS inserting: "akonadi_mbox_resource" 0 ("Resource") PLUGINS inserting: "akonadi_microblog_resource" 0 ("Resource") PLUGINS inserting: "akonadi_mailtransport_dummy_resource" 0 ("Resource", "MailTransport") PLUGINS inserting: "akonadi_nepomuk_calendar_feeder" 0 ("Unique", "NoConfig") PLUGINS inserting: "akonadi_nepomuk_contact_feeder" 0 ("Unique", "Autostart", "NoConfig") PLUGINS inserting: "akonadi_nepomuktag_resource" 0 ("Resource", "Virtual", "Unique", "NoConfig") PLUGINS inserting: "akonadi_nntp_resource" 0 ("Resource") PLUGINS inserting: "akonadi_notes_resource" 0 ("Resource") PLUGINS inserting: "akonadi_pop3_resource" 0 ("Resource") PLUGINS inserting: "akonadi_vcarddir_resource" 0 ("Resource") PLUGINS inserting: "akonadi_vcard_resource" 1 ("Resource") Akonadi server is now operational. [/usr/local/kde4/bin/akonadi_ical_resource] akonadi_ical_resource_0(32013)/kdeui (KIconLoader) KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase [/usr/local/kde4/bin/akonadi_maildispatcher_agent] akonadi_maildispatcher_agent(32015)/kdeui (KIconLoader) KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase [/usr/local/kde4/bin/akonadi_maildir_resource] akonadi_maildir_resource_0(32014)/kdeui (KIconLoader) KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase [/usr/local/kde4/bin/akonadi_vcard_resource] akonadi_vcard_resource_0(32017)/kdeui (KIconLoader) KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] akonadi_nepomuk_contact_feeder(32016)/kdeui (KIconLoader) KSharedDataCache::Private::mapSharedMemory: Failed to establish shared memory mapping, will fallback to private memory -- memory usage will increase [akonadiserver] Database "akonadi" opened using driver "QMYSQL" [/usr/local/kde4/bin/akonadi_vcard_resource] akonadi_vcard_resource_0(32017)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket: Connection error" [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] akonadi_nepomuk_contact_feeder(32016)/libakonadi Akonadi::SessionPrivate::socketError: Socket error occurred: "QLocalSocket::connectToServer: The socket operation is not supported" [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] "/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder(32016)" Soprano: "QLocalSocket::connectToServer: The socket operation is not supported" [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] local socket error: QLocalSocket::ConnectionError [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] "/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder(32016)" Soprano: "Command timed out." [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] "/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder(32016)" Soprano: "QLocalSocket::connectToServer: Invalid name" [/usr/local/kde4/bin/akonadi_nepomuk_contact_feeder] Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) [akonadiserver] Database "akonadi" opened using driver "QMYSQL" [akonadiserver] Database "akonadi" opened using driver "QMYSQL" Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations & Systems Adminstrator for the vizion2000.net network From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 19:12: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 F409F106566C; Sun, 14 Nov 2010 19:12:01 +0000 (UTC) (envelope-from kwm@freebsd.org) Received: from fep23.mx.upcmail.net (fep23.mx.upcmail.net [62.179.121.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0DF3E8FC18; Sun, 14 Nov 2010 19:12:00 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep14-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20101114185618.BHBC1559.viefep14-int.chello.at@edge01.upcmail.net>; Sun, 14 Nov 2010 19:56:18 +0100 Received: from headache.rainbow-runner.nl ([80.56.73.45]) by edge01.upcmail.net with edge id X6wC1f03X0ydU7k016wH8K; Sun, 14 Nov 2010 19:56:18 +0100 X-SourceIP: 80.56.73.45 Date: Sun, 14 Nov 2010 19:56:55 +0100 From: Koop Mast To: Andriy Gapon Message-ID: <20101114195655.020876fd@headache.rainbow-runner.nl> In-Reply-To: <4CD7C15D.2010203@icyb.net.ua> References: <4CD7C15D.2010203@icyb.net.ua> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=j1CYNfUTXcdyZdVN4L9UR3+GJ9zcpEUAqGH4Xk32igg= c=1 sm=0 a=kj9zAlcOel0A:10 a=6fJy-CjXAAAA:8 a=iwfFM1wS_f436oio720A:9 a=bFVW0z_W0tOhJUZFSRxf82ZvCZcA:4 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 19:12:02 -0000 On Mon, 08 Nov 2010 11:22:37 +0200 Andriy Gapon wrote: > > Can we update xorg-server to 1.7.7, the latest version on 1.7 branch? > It looks like that would require only changing the version and regenerating the > checksums. > > -- > Andriy Gapon I'm going to update x11/pixman to 0.18.4 next week. Because the cairo 0.10 that comes with gnome 2.32 needs it. I haven't seen or heard from our testers that there where any problems with this update. -Koop From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 19:24: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 37E3D106564A; Sun, 14 Nov 2010 19:24:46 +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 CEE3E8FC15; Sun, 14 Nov 2010 19:24:45 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oAEJOjSf020676; Sun, 14 Nov 2010 12:24:45 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oAEJOia8020673; Sun, 14 Nov 2010 12:24:44 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 14 Nov 2010 12:24:44 -0700 (MST) From: Warren Block To: Andriy Gapon In-Reply-To: <4CE01110.6030102@icyb.net.ua> Message-ID: References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> <4CE01110.6030102@icyb.net.ua> 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]); Sun, 14 Nov 2010 12:24:45 -0700 (MST) Cc: Alexey Shuvaev , Mark Linimon , freebsd-x11@freebsd.org, freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 19:24:46 -0000 On Sun, 14 Nov 2010, Andriy Gapon wrote: > on 14/11/2010 18:18 Warren Block said the following: >> On Sat, 13 Nov 2010, Andriy Gapon wrote: >> >>> I agree, but I am not sure how in the ports land we do an application testing in >>> general. That is, I am sure there will be a lot of testers if the port update >>> is actually committed :-) but I am not sure how to test it in advance (given all >>> the possible hardware and software configurations). >> >> Why not just create a new xorg-server177 or xorg-server-devel port as has been >> done with other ports? > > Would it be really worth it? > 1.7.7 is just couple of minor releases ahead of what we have now and the latest > _release_ is 1.9.2. > So, xorg-server-devel for 1.9.2 - that would make sense for my taste. > xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, a waste of > resources. It would depend on how compatible the newer server is with the existing xorg ports. But sure, go with the newest one that still works. If these ports are too shaky for normal users, they wouldn't even have to go in the tree. Put them on a web page somewhere. But this would ast least allow a wider range of testing. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 20:23:11 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 C3522106571E; Sun, 14 Nov 2010 20:23:11 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from que21.charter.net (que21.charter.net [209.225.8.22]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7538FC18; Sun, 14 Nov 2010 20:23:10 +0000 (UTC) Received: from imp10 ([10.20.200.15]) by mta21.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20101114200645.WZRQ3705.mta21.charter.net@imp10>; Sun, 14 Nov 2010 15:06:45 -0500 Received: from moorefam.homeunix.org ([96.38.85.215]) by imp10 with smtp.charter.net id X86j1f0094elNjk0586jdi; Sun, 14 Nov 2010 15:06:45 -0500 X-Authority-Analysis: v=1.0 c=1 a=kj9zAlcOel0A:10 a=RQhMjnVR2wSmuIdpvIoA:9 a=eJePECmKE0GHNbHeRics4mDHAB4A:4 a=CjuIK1q_8ugA:10 Received: by moorefam.homeunix.org (sSMTP sendmail emulation); Sun, 14 Nov 2010 15:06:43 -0500 Date: Sun, 14 Nov 2010 15:06:43 -0500 From: Kris Moore To: Warren Block Message-ID: <20101114200643.GA11920@pcbsd.org> References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> <4CE01110.6030102@icyb.net.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-x11@freebsd.org, Andriy Gapon , josh@ixsystems.com, freebsd-ports@freebsd.org, Alexey Shuvaev , Mark Linimon Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 20:23:11 -0000 On Sun, Nov 14, 2010 at 12:24:44PM -0700, Warren Block wrote: > On Sun, 14 Nov 2010, Andriy Gapon wrote: > > > on 14/11/2010 18:18 Warren Block said the following: > >> On Sat, 13 Nov 2010, Andriy Gapon wrote: > >> > >>> I agree, but I am not sure how in the ports land we do an application testing in > >>> general. That is, I am sure there will be a lot of testers if the port update > >>> is actually committed :-) but I am not sure how to test it in advance (given all > >>> the possible hardware and software configurations). > >> > >> Why not just create a new xorg-server177 or xorg-server-devel port as has been > >> done with other ports? > > > > Would it be really worth it? > > 1.7.7 is just couple of minor releases ahead of what we have now and the latest > > _release_ is 1.9.2. > > So, xorg-server-devel for 1.9.2 - that would make sense for my taste. > > xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, a waste of > > resources. > > It would depend on how compatible the newer server is with the existing > xorg ports. But sure, go with the newest one that still works. > > If these ports are too shaky for normal users, they wouldn't even have > to go in the tree. Put them on a web page somewhere. But this would > ast least allow a wider range of testing. Does the xorg porting team have a repo somewhere for port work, ala area51 for KDE4? If not, would setting one up be of interest to people here? That probably be a service we could easily provide, since we are particularly attached to having a working Xorg ;) -- Kris Moore PC-BSD Software From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 20:44:59 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 891BD1065704; Sun, 14 Nov 2010 20:44:59 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 268538FC20; Sun, 14 Nov 2010 20:44:58 +0000 (UTC) Received: by ywa8 with SMTP id 8so2250679ywa.13 for ; Sun, 14 Nov 2010 12:44:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=tm0AOvNGfu0vRx4yPZKVSpXVWMZQ8fWkoiSAIDTWxaI=; b=DUpZrUzskmKVADFTbzrKSGankaQik66L2gD9DpGN9q8lRk3A4IvRi3mebQVVqHh4cw jIBhbF82GP4u1GU3AnJwp6IYq6+i6Zuf1GzbUa+X7U8l/61AfZ7eMX68iRCYNrQsET5G F1eoN5s10TlR9cwWHpknLojCR9hvD5GyF8ruY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=CRiJgWKhdQUD7TLnc8CLkAKmvK1MnPdkez48F4bUR/QW2mxuAt6hVdPxJkjE0/EDNT 7JggMJ8pXK/UrY8dLQPRAcV+u60l66tDhzkb7j+vtZmQDnxWUoqNM+c4kg1OT3ZNSeD1 P4X4kMhQerBaD5WyEjOGGzTdyCOyDQvcZtOSI= Received: by 10.100.201.8 with SMTP id y8mr3611432anf.169.1289767498208; Sun, 14 Nov 2010 12:44:58 -0800 (PST) Received: from localhost (tor-exit-proxy3-readme.formlessnetworking.net [208.53.142.39]) by mx.google.com with ESMTPS id w3sm2894279anw.5.2010.11.14.12.44.56 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 12:44:57 -0800 (PST) From: Anonymous To: Kris Moore References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> <4CE01110.6030102@icyb.net.ua> <20101114200643.GA11920@pcbsd.org> Date: Sun, 14 Nov 2010 23:44:51 +0300 In-Reply-To: <20101114200643.GA11920@pcbsd.org> (Kris Moore's message of "Sun, 14 Nov 2010 15:06:43 -0500") Message-ID: <864objr5x8.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: Warren Block , freebsd-x11@freebsd.org, Andriy Gapon , Alexey Shuvaev , freebsd-ports@freebsd.org, josh@ixsystems.com, Mark Linimon Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 20:44:59 -0000 Kris Moore writes: > On Sun, Nov 14, 2010 at 12:24:44PM -0700, Warren Block wrote: >> On Sun, 14 Nov 2010, Andriy Gapon wrote: >> >> > on 14/11/2010 18:18 Warren Block said the following: >> >> On Sat, 13 Nov 2010, Andriy Gapon wrote: >> >> >> >>> I agree, but I am not sure how in the ports land we do an application testing in >> >>> general. That is, I am sure there will be a lot of testers if the port update >> >>> is actually committed :-) but I am not sure how to test it in advance (given all >> >>> the possible hardware and software configurations). >> >> >> >> Why not just create a new xorg-server177 or xorg-server-devel port as has been >> >> done with other ports? >> > >> > Would it be really worth it? >> > 1.7.7 is just couple of minor releases ahead of what we have now and the latest >> > _release_ is 1.9.2. >> > So, xorg-server-devel for 1.9.2 - that would make sense for my taste. >> > xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, a waste of >> > resources. >> >> It would depend on how compatible the newer server is with the existing >> xorg ports. But sure, go with the newest one that still works. >> >> If these ports are too shaky for normal users, they wouldn't even have >> to go in the tree. Put them on a web page somewhere. But this would >> ast least allow a wider range of testing. > > Does the xorg porting team have a repo somewhere for port work, ala area51 > for KDE4? If not, would setting one up be of interest to people here? That > probably be a service we could easily provide, since we are particularly > attached to having a working Xorg ;) It has one http://wiki.freebsd.org/ModularXorg/7.5 Not sure about previous major updates. With history scattered across several development repos[*] it can be quite hard to track. [*] no one uses branches in ports tree (shuns CVS?) From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 21:15:00 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66D42106566C; Sun, 14 Nov 2010 21:15:00 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from fallbackmx09.syd.optusnet.com.au (fallbackmx09.syd.optusnet.com.au [211.29.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id E7CA38FC1D; Sun, 14 Nov 2010 21:14:59 +0000 (UTC) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by fallbackmx09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id oAEJ6ivi024424; Mon, 15 Nov 2010 06:06:44 +1100 Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id oAEJ6fxQ013931 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Nov 2010 06:06:41 +1100 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.4/8.14.4) with ESMTP id oAEJ6eUj013277; Mon, 15 Nov 2010 06:06:40 +1100 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.4/8.14.4/Submit) id oAEJ6er8013276; Mon, 15 Nov 2010 06:06:40 +1100 (EST) (envelope-from peter) Date: Mon, 15 Nov 2010 06:06:40 +1100 From: Peter Jeremy To: Andriy Gapon Message-ID: <20101114190640.GA13056@server.vk2pj.dyndns.org> References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="r5Pyd7+fXNt84Ff3" Content-Disposition: inline In-Reply-To: <4CDEE881.201@icyb.net.ua> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 21:15:00 -0000 --r5Pyd7+fXNt84Ff3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2010-Nov-13 21:35:29 +0200, Andriy Gapon wrote: >I think that you refer to upgrades of the "Xorg bundle" as a whole. >Not sure if we've had any problems like that when upgrading between minor >versions of a single module, even such as xorg server. Looking back through my gripe list, apart from the general X11 build system regressions going from 6.9 to 7.0 (reducing portability and roughly doubling the overall build time), _all_ of the regressions, POLA violations and general breakage I have run into have been related to the X server (though some may be DRI/DRM and input/output device). --=20 Peter Jeremy --r5Pyd7+fXNt84Ff3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iEYEARECAAYFAkzgM0AACgkQ/opHv/APuIebaQCfVJCb8uonX7s5rVB2NRwNOEPG Z2QAn2vykouW8oi6OKZXbULYO9HzePYk =x+C4 -----END PGP SIGNATURE----- --r5Pyd7+fXNt84Ff3-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 21:19: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 00176106566C for ; Sun, 14 Nov 2010 21:19:04 +0000 (UTC) (envelope-from kris@pcbsd.org) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id BD2FB8FC13 for ; Sun, 14 Nov 2010 21:19:04 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id A8125A6648B; Sun, 14 Nov 2010 13:00:11 -0800 (PST) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 37679-08; Sun, 14 Nov 2010 13:00:10 -0800 (PST) Received: from webmail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id E6557A6646A; Sun, 14 Nov 2010 13:00:10 -0800 (PST) MIME-Version: 1.0 X-Priority: Normal X-Mailer: AtMail 1.03 Message-ID: <49815.1289768410@pcbsd.org> To: "Anonymous" , "Kris Moore" Content-Type: text/plain; charset="utf-8" X-Origin: 96.38.85.215 X-Atmail-Account: kris@pcbsd.org Date: Sun, 14 Nov 2010 13:00:10 -0800 From: Kris Moore Content-Transfer-Encoding: quoted-printable X-Languages: en Cc: Warren Block , freebsd-x11@freebsd.org, Andriy Gapon , Alexey Shuvaev , freebsd-ports@freebsd.org, josh@ixsystems.com, Mark Linimon Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kris@pcbsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 21:19:05 -0000 On Sun 14/11/10 3:44 PM , Anonymous wrote: > Kris Moore writes: > > On Sun, Nov 14, 2010 at 12:24:44PM -0700, Warren Block wrote: > >> On Sun, 14 Nov 2010, Andriy Gapon wrote: > >>=20 > >> > on 14/11/2010 18:18 Warren Block said the following: > >> >> On Sat, 13 Nov 2010, Andriy Gapon wrote: > >> >> > >> >>> I agree, but I am not sure how in the ports land we do an > application testing in > >> >>> general. That is, I am sure there will be a lot of testers if > the port update > >> >>> is actually committed :-) but I am not sure how to test it in > advance (given all > >> >>> the possible hardware and software configurations). > >> >> > >> >> Why not just create a new xorg-server177 or xorg-server-devel > port as has been > >> >> done with other ports? > >> > > >> > Would it be really worth it? > >> > 1.7.7 is just couple of minor releases ahead of what we have now > and the latest > >> > _release_ is 1.9.2. > >> > So, xorg-server-devel for 1.9.2 - that would make sense for my > taste. > >> > xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, > a waste of > >> > resources. > >>=20 > >> It would depend on how compatible the newer server is with the > existing=20 > >> xorg ports. But sure, go with the newest one that still works. > >>=20 > >> If these ports are too shaky for normal users, they wouldn't even > have=20 > >> to go in the tree. Put them on a web page somewhere. But this > would=20 > >> ast least allow a wider range of testing. > > > > Does the xorg porting team have a repo somewhere for port work, ala > area51 > > for KDE4? If not, would setting one up be of interest to people > here? That=20 > > probably be a service we could easily provide, since we are > particularly > > attached to having a working Xorg ;) > It has one > http://wiki.freebsd.org/ModularXorg/7.5 > Not sure about previous major updates. With history scattered across > several development repos[*] it can be quite hard to track. > [*] no one uses branches in ports tree (shuns CVS?) >=20 >=20 Are those SVN services still in use? Looking at the http links on that page= I assumed it was old and no longer usable.=20 =20 -- Kris Moore PC-BSD / iXsystems Message sent via Atmail Open - http://atmail.org/ From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 21:20:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D49B5106564A; Sun, 14 Nov 2010 21:20:52 +0000 (UTC) (envelope-from swell.k@gmail.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 E8F878FC08; Sun, 14 Nov 2010 21:20:51 +0000 (UTC) Received: by wwi14 with SMTP id 14so298345wwi.31 for ; Sun, 14 Nov 2010 13:20:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=UXsuT7/pXe6suTKLTn9D/mtLlbAiTCKmP8LKmCHKjAM=; b=tXjC3lxuenbwoohskxp1vPSbv6faYB5VbT5dJPE5sbmxeLt9kXm7cdUgjAYh7CxWyo 4P/Fr/ZyW35yLpmGsZa8T9QhYJNv3fYnb5IUGbqiYZ6zxMeW9sNza1Gnnnb99Bx9A8tB aSd34JG6uoJMsc+hsRA3bsykn8kXNb8FWozFk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=dpPFQxBNv95KQdiaji3pdgWQ/nirsMSjyP+Vq7eQsBx61IGctpHUWtKy26by+Rser2 vEBZ1vD7dzJd6FbdE01j+MmxbFvO44XvHtsfOoBDrbz7XmZ+2WvsCcyd4WtKaLZhvcnu ir5SNiY61etn+9sbu70TCobc2PfjKq+BcDgl8= Received: by 10.216.177.81 with SMTP id c59mr6228085wem.81.1289769650243; Sun, 14 Nov 2010 13:20:50 -0800 (PST) Received: from localhost ([109.169.29.56]) by mx.google.com with ESMTPS id p4sm3364544wer.29.2010.11.14.13.20.47 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 13:20:49 -0800 (PST) From: Anonymous To: Konstantin Belousov References: <201011141824.oAEIOCtN089920@svn.freebsd.org> Date: Mon, 15 Nov 2010 00:20:37 +0300 In-Reply-To: <201011141824.oAEIOCtN089920@svn.freebsd.org> (Konstantin Belousov's message of "Sun, 14 Nov 2010 18:24:12 +0000 (UTC)") Message-ID: <86wrofob4q.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm 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, 14 Nov 2010 21:20:53 -0000 Konstantin Belousov writes: > Author: kib > Date: Sun Nov 14 18:24:12 2010 > New Revision: 215309 > URL: http://svn.freebsd.org/changeset/base/215309 > > Log: > Use symbolic names instead of hardcoding values for magic p_osrel constants. > > MFC after: 1 week [...] > Modified: head/sys/sys/param.h > ============================================================================== > --- head/sys/sys/param.h Sun Nov 14 18:05:03 2010 (r215308) > +++ head/sys/sys/param.h Sun Nov 14 18:24:12 2010 (r215309) > @@ -60,6 +60,11 @@ > #undef __FreeBSD_version > #define __FreeBSD_version 900025 /* Master, propagated to newvers */ > > +#ifdef _KERNEL > +#define __FreeBSD_version_SIGSEGV 700004 > +#define __FreeBSD_version_MAP_ANON 800104 > +#endif > + This breaks bsd.port.mk regexp to determine OSVERSION. # Get __FreeBSD_version .if !defined(OSVERSION) .if exists(/usr/include/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h .elif exists(/usr/src/sys/sys/param.h) OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $$3}' < /usr/src/sys/sys/param.h .else OSVERSION!= ${SYSCTL} -n kern.osreldate .endif .endif $ make -V OSVERSION 900025 700004 800104 And every port chokes on it. $ make -C devel/libpthread-stubs "Makefile", line 26: warning: String comparison operator should be either == or != "Makefile", line 26: Malformed conditional (${OSVERSION} < 700000) "Makefile", line 28: if-less endif "/usr/ports/Mk/bsd.port.mk", line 1739: warning: String comparison operator should be either == or != "/usr/ports/Mk/bsd.port.mk", line 1739: Malformed conditional (defined(USE_XZ) && ( (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 )) "/usr/ports/Mk/bsd.port.mk", line 6394: if-less endif make: fatal errors encountered -- cannot continue %% Index: Mk/bsd.port.mk =================================================================== RCS file: /a/.cvsup/ports/Mk/bsd.port.mk,v retrieving revision 1.654 diff -u -p -r1.654 bsd.port.mk --- Mk/bsd.port.mk 8 Nov 2010 16:07:03 -0000 1.654 +++ Mk/bsd.port.mk 14 Nov 2010 21:18:32 -0000 @@ -1219,9 +1219,9 @@ OSREL!= ${UNAME} -r | ${SED} -e 's/[-(]. # Get __FreeBSD_version .if !defined(OSVERSION) .if exists(/usr/include/sys/param.h) -OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h +OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version[[:blank:]]/ {print $$3}' < /usr/include/sys/param.h .elif exists(/usr/src/sys/sys/param.h) -OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $$3}' < /usr/src/sys/sys/param.h +OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version[[:blank:]]/ {print $$3}' < /usr/src/sys/sys/param.h .else OSVERSION!= ${SYSCTL} -n kern.osreldate .endif %% From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 21:45:59 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 97DC61065672; Sun, 14 Nov 2010 21:45:59 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 11A6D8FC15; Sun, 14 Nov 2010 21:45:58 +0000 (UTC) Received: by gxk9 with SMTP id 9so2809520gxk.13 for ; Sun, 14 Nov 2010 13:45:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=tdfqNNfZ/G7WO+YOmVXVdqdAb8eWEnuT8Hk6Tguye74=; b=hmEGpAAwgdrR8AAxY075yhHt3+XEugS+bNFr1kjqFqLVigowxusRH8G3liPoKkz+Sd JiOB+0Dgd/v+s1si0tC3HYgDQQOFqlvX+nRkGsVdB1ClyPMNK9+zf73o9J/Dz3h7PkCD WR/cvTmpO/8AimHyVSDB4KIMx5CXqjbA5gBI0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=jT9U0aMqP0PPUdcFD1+/e+jYMJmr7rApA6F3iwnInBUxUQvaengKo6HP+qROXGk8V6 P08edhtjLgkfyXwaA3LzZOXiGlzUoUcQ/DLFFGRjIZjJfh9KCBiyTXVvYpbPXICLlzxo gdJcoTrzq2Ll0yV4j1NJEUuNSPNu5E2VcnF5c= Received: by 10.100.174.5 with SMTP id w5mr3748415ane.28.1289771157405; Sun, 14 Nov 2010 13:45:57 -0800 (PST) Received: from localhost ([95.65.58.105]) by mx.google.com with ESMTPS id g18sm2945850anh.18.2010.11.14.13.45.51 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 13:45:56 -0800 (PST) From: Anonymous To: Kostik Belousov References: <201011141824.oAEIOCtN089920@svn.freebsd.org> <86wrofob4q.fsf@gmail.com> <20101114213749.GW2392@deviant.kiev.zoral.com.ua> Date: Mon, 15 Nov 2010 00:45:11 +0300 In-Reply-To: <20101114213749.GW2392@deviant.kiev.zoral.com.ua> (Kostik Belousov's message of "Sun, 14 Nov 2010 23:37:49 +0200") Message-ID: <86wrofmvfc.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm 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, 14 Nov 2010 21:45:59 -0000 Kostik Belousov writes: > On Mon, Nov 15, 2010 at 12:20:37AM +0300, Anonymous wrote: >> Konstantin Belousov writes: >> >> > Author: kib >> > Date: Sun Nov 14 18:24:12 2010 >> > New Revision: 215309 >> > URL: http://svn.freebsd.org/changeset/base/215309 >> > >> > Log: >> > Use symbolic names instead of hardcoding values for magic p_osrel constants. >> > >> > MFC after: 1 week >> [...] >> > Modified: head/sys/sys/param.h >> > ============================================================================== >> > --- head/sys/sys/param.h Sun Nov 14 18:05:03 2010 (r215308) >> > +++ head/sys/sys/param.h Sun Nov 14 18:24:12 2010 (r215309) >> > @@ -60,6 +60,11 @@ >> > #undef __FreeBSD_version >> > #define __FreeBSD_version 900025 /* Master, propagated to newvers */ >> > >> > +#ifdef _KERNEL >> > +#define __FreeBSD_version_SIGSEGV 700004 >> > +#define __FreeBSD_version_MAP_ANON 800104 >> > +#endif >> > + >> >> This breaks bsd.port.mk regexp to determine OSVERSION. [...] >> >> $ make -C devel/libpthread-stubs >> "Makefile", line 26: warning: String comparison operator should be either == or != >> "Makefile", line 26: Malformed conditional (${OSVERSION} < 700000) >> "Makefile", line 28: if-less endif >> "/usr/ports/Mk/bsd.port.mk", line 1739: warning: String comparison operator should be either == or != >> "/usr/ports/Mk/bsd.port.mk", line 1739: Malformed conditional (defined(USE_XZ) && ( (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 )) >> "/usr/ports/Mk/bsd.port.mk", line 6394: if-less endif >> make: fatal errors encountered -- cannot continue [...] > I think it is better to select different namespace for the special versions. > Can you confirm that the following patch fixes the ports mk for you ? > It is enough to cd /usr/src/include && make install after patching. [...] > diff --git a/sys/sys/param.h b/sys/sys/param.h > index 3e4cdf6..ea90308 100644 > --- a/sys/sys/param.h > +++ b/sys/sys/param.h > @@ -61,8 +61,8 @@ > #define __FreeBSD_version 900025 /* Master, propagated to newvers */ > > #ifdef _KERNEL > -#define __FreeBSD_version_SIGSEGV 700004 > -#define __FreeBSD_version_MAP_ANON 800104 > +#define P_OSREL_SIGSEGV 700004 > +#define P_OSREL_MAP_ANON 800104 > #endif Yep, it does fix. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 21:58: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 DC12F106564A; Sun, 14 Nov 2010 21:58:45 +0000 (UTC) (envelope-from swell.k@gmail.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 4A07C8FC18; Sun, 14 Nov 2010 21:58:44 +0000 (UTC) Received: by wwi14 with SMTP id 14so318776wwi.31 for ; Sun, 14 Nov 2010 13:58:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type; bh=EuN1NOgxrvEBvhjaOzbSTJdjP0AR1aXaHlNk/IrJnks=; b=hnVPnOuqrGQcPGbAn+Ak/VjKHUYxPVuIiSst5rga5dNUH+Mxc7bOItssWe7WnrZzlQ TgRw0p2L0QsAmlis8s1DLjVOgAsIfTVG/SJlDlJYA0ufEBGcsGYVJnxq+Se3OSzTtYlM xZFELw6R7ovPCQzPtxIjJU8dFPeporFWuIuxE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type; b=S0f2FyjlK/F0pHFRr1JMzgRmsH09sRzPOMUN7pcDqvzMoEwk/KParaCna8IRITvL85 aO0pcThYGQYPsiOXlbZRpC8OIOVkKGJldxXSEgh6E057EuNBnqoBvX4KRfGC9osNk8CL zAzgVdWdgkvre4DnzD6HKZrJ3pxHud6Vi7g3A= Received: by 10.227.160.135 with SMTP id n7mr5359399wbx.58.1289771923406; Sun, 14 Nov 2010 13:58:43 -0800 (PST) Received: from localhost ([85.17.254.135]) by mx.google.com with ESMTPS id h29sm4593450wbc.15.2010.11.14.13.58.41 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 13:58:42 -0800 (PST) From: Anonymous To: Konstantin Belousov References: <201011141824.oAEIOCtN089920@svn.freebsd.org> <86wrofob4q.fsf@gmail.com> Date: Mon, 15 Nov 2010 00:58:10 +0300 Message-ID: <864objmutp.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm 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, 14 Nov 2010 21:58:45 -0000 Anonymous writes: > Index: Mk/bsd.port.mk > =================================================================== > RCS file: /a/.cvsup/ports/Mk/bsd.port.mk,v > retrieving revision 1.654 > diff -u -p -r1.654 bsd.port.mk > --- Mk/bsd.port.mk 8 Nov 2010 16:07:03 -0000 1.654 > +++ Mk/bsd.port.mk 14 Nov 2010 21:18:32 -0000 > @@ -1219,9 +1219,9 @@ OSREL!= ${UNAME} -r | ${SED} -e 's/[-(]. > # Get __FreeBSD_version > .if !defined(OSVERSION) > .if exists(/usr/include/sys/param.h) > -OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h > +OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version[[:blank:]]/ {print $$3}' < /usr/include/sys/param.h > .elif exists(/usr/src/sys/sys/param.h) > -OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $$3}' < /usr/src/sys/sys/param.h > +OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version[[:blank:]]/ {print $$3}' < /usr/src/sys/sys/param.h > .else > OSVERSION!= ${SYSCTL} -n kern.osreldate > .endif It wouldn't harm to apply above diff either way. There is a typo [[:blank::]] vs. [[:blank:]] that prevents it from working on /usr/src, anyway. From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 21:58:51 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36142106572F; Sun, 14 Nov 2010 21:58:51 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id A096D8FC0A; Sun, 14 Nov 2010 21:58:50 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 9F8811E000CF; Sun, 14 Nov 2010 22:58:49 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id oAELuf7L055678; Sun, 14 Nov 2010 22:56:41 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id oAELuelj055677; Sun, 14 Nov 2010 22:56:40 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sun, 14 Nov 2010 22:56:40 +0100 To: freebsd-multimedia@FreeBSD.org Message-ID: <20101114215640.GA55650@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: lme@FreeBSD.org, Alexander Leidinger , mickael.maillot@gmail.com, Joerg.Pulz@frm2.tum.de, freebsd-ports@FreeBSD.org Subject: CFT: vdr ports (watch/record/stream tv, works with xbmc too :) 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, 14 Nov 2010 21:58:51 -0000 [Updated Nov 14 2010 - I thought merging in the updates makes the text easier to read for new testers rather than adding updates as followups at the end. Main news: - Updated osdteletext plugin to latest release. - Updated jpulz' patches for the vdrdevel port (no functional change.) - Removed MD5 hashes from distinfo.s - Updated intro text with some CFT and `what is vdr' notes. For details see below.] Hi! So what is vdr? It's something like a luxury settop box/pvr on a pc to receive/watch/record/stream digital tv channels with epg (electronic program guide), timers, client/server networking, webinterface etc pp. So if you have a FreeBSD (or Linux, but that's not covered here :) server you can add one or more dvb/atsc tuner(s) connected to a satellite dish, cable tv or just a dvb-t antenna (or receive iptv streams without a tuner if your isp provides those tho I don't know if anyone tested `real' iptv on FreeBSD yet), browse/search epg, set timers, and watch the streams/recordings elsewhere on your lan. Or if you have a FreeBSD desktop you can also connect a tuner there and do it all on one box - or just run a vdr client like vdr-sxfe (installed by the multimedia/vdr-plugin-xineliboutput port) or a client vdr instance using the streamdev-client plugin connected to a (possibly Linux) vdr server elsewhere on your lan. So if your isp doesn't provide iptv, https://secure.wikimedia.org/wikipedia/en/wiki/IPTV (german info page: http://www.iptv-anbieter.info/ ) then you'll need a dvb tuner (or atsc, tho I have no idea if anyone tested that on FreeBSD yet) with corresponding v4l/dvb (`v4b') drivers, in most cases that means an usb tuner supported by the webcamd port: http://www.freshports.org/multimedia/webcamd And: While the ports still could use quite some cleanup work (like adding back locales) the installed bits are very much functional - or at least they are for me - so I think it's time for doing a first `formal' CFT so this gets tested by a wider audience. And finally, if you want to compare vdr to other existing ports, it's a bit like mythtv - only most Linux users _I_ know prefer vdr over mythtv. :) (and vdr also doesn't use a rdbms so you don't have to worry about mysql etc.) ----snip---previous-notes-with-minor-updates:------- I started with jpulz' vdr 1.7.14 patches: (now updated to 1.7.16) ftp://ftp.frm2.tum.de/pub/jpulz/VDR/ ftp://ftp.frm2.tum.de/pub/jpulz/pictures/ and made q&d ports of those and of a few more plugins and two webinterfaces so I can now use FreeBSD as a pc dvb-s2 dvr: http://people.freebsd.org/~nox/dvb/vdrdevel-preliminary-20101114a.shar I still don't know if/when I'll be able finish these to make them commit-ready (or even port all of the other plugins that people might want to use), if anyone wants to take over from here or at least help they are most welcome... Note: vdr 1.7.16 is the development branch so expect bugs! (I mostly used it because the stable branch (1.6) doesn't support dvb-s2...) FreeBSD notes: 0. See my earlier threads on the freebsd-multimedia list about webcamd and the usb dvb-s2 tuner I use; the relevant webcamd ports and frieds have been updated now so you _should_ be able to just use those. (dvb-t or dvb-c tuners should also work as long as webcamd supports them, tho the one dual dvb-t tuner I tested for some reason seems to receive better when used with kaffeine than with mplayer or vdr, reasons still to be investigated...) Some links are here: http://people.freebsd.org/~nox/dvb/ 1. Before you start installing these ports add the vdr user and group to /usr/ports/UIDs: vdr:*:988:988::0:0:vdr user:/nonexistent:/usr/sbin/nologin and to /usr/ports/GIDs: vdr:*:988: (you don't have to use 988, I just didn't want the id to conflict with new ports being committed too quickly...), and then either mount an extra fs with enough space for the recordings on /video or create a video dir elsewhere where there is space, symlink it to /video and make it writable for vdr. (or if you do have one big / then you can create the dir on there too ofc, I just disabled the mkdir in the port to avoid inadvertently filling up ppl's small / fs.) 2. I now have rc.d scripts for vdr and vdradmin-am but even if you use those you still need to add plugins and their options similar to this to your /etc/rc.conf: ---snip---- # vdr vdr_flags="'-Pxineliboutput --local=none --remote=127.1:37890' \ -Pskinenigmang -Pfemon -Posdpip \ '-Posdteletext --directory=/var/cache/vdr-osdteletext --cache-system=packed --max-cache=128' \ -Pstreamdev-server '-Plive -i127.1' -Pepgsearch -Pcontrol \ '-Pinfosatepg -d /var/cache/vdr-infosatepg' '-Piptv'" ---snip---- look in the README.s of the individual plugin ports for any needed options. (should get installed below /usr/local/share/doc/vdr*) And if you want vdr to start at boot (instead of just manually by doing: /usr/local/etc/rc.d/vdr onestart ) you need to set: vdr_enable="YES" too of course. And for vdradmin_am its: vdradmind_enable="YES" If you want to start vdr manually in the foreground instead you need to be root (or the vdr user but vdr also drops to the vdr uid itself if started as root), and then run it like: vdr '-Pxineliboutput --local=none --remote=127.1:37890' -Pskinenigmang -Pfemon -Posdpip '-Posdteletext --directory=/var/cache/vdr-osdteletext --cache-system=packed --max-cache=128' -Pstreamdev-server '-Plive -i127.1' -Pepgsearch -Pcontrol '-Pinfosatepg -d /var/cache/vdr-infosatepg' '-Piptv' 2a.I now also have a multimedia/vdr-plugins metaport that allows you to select and install the plugins you want (and vdr itself as a dependency), so you don't have to install numeours vdr/plugin ports individually. 3. Of all the video output methods only xineliboutput and streamdev seem to work (and the vdr-live webinterface browser streaming which also uses streamdev), jpulz also has patches for softdevice so I made a port for that too but it only gave me a black screen... streamdev doesn't have an osd so you probably want xineliboutput at least for the first setup. I was unable to test xineliboutput's vdpau support since I no longer have nvidia (and miwi's issues with the nvidia blob on amd64 don't exactly encourage me to try it again soon...) - on the radeon here using xorg 7.4's video-ati driver with xv xineliboutput via vdr-sxfe, vdr-sxfe --video=xv --hotkeys --audio=oss xvdr://127.0.0.1:37890 (vdr-sxfe gets installed by the xineliboutput plugin port) as well as all other players I tested that knew the xvdr protocol (xineliboutput with osd) can now indeed play h264 hd channels on this PhenomII box after the ffmpeg updates a few months ago, with the only exception of kaffeine that still has issues with h264 1080i streams when deinterlacing is enabled: xine "xvdr://127.0.0.1#nocache" kaffeine "xvdr+tcp://127.0.0.1:37890" /usr/local/kde4/bin/kaffeine "xvdr+tcp://127.0.0.1:37890" (kaffeine also has no provision for vdr keyboard control...) You can now also run vdr-sxfe with --hud tho that didn't really work for me (probably needs compositing which I yet have to test.) --video opengl support is now also in the code but I disabled that for now since it was much slower than xv for me and I didn't want to add the dependency to the port just yet. Btw I use software volume control with xineliboutput (Setup -> Plugins -> xineliboutput -> Volume control in the osd) because selecting `hardware' there doesn't work so well with snd(4)'s volume-per-channel feature (hint.pcm.X.vpc, which also in fact is software) that I want to keep enabled for other apps... And in case you didn't know about this snd(4) feature you can read more here: http://people.freebsd.org/~ariff/SOUND_4.TXT.html You can also use other players like mplayer or totem/gstreamer (incluing the totem browser plugin invoked by the vdr-live webinterface), only those don't know the xvdr protocol and thus wont display an osd: mplayer -mc 10 -cache 8192 -demuxer lavf http://127.0.0.1:37890/ totem http://127.0.0.1:37890/ (or using streamdev: mplayer -mc 10 -cache 8192 -demuxer lavf http://127.0.0.1:3000/302 totem http://127.0.0.1:3000/302 - channel 302 is arte hd in my channels.conf.) 3a.And if you want to try out the xbmc port with vdr that was posted on -ports for testing recently, http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-October/011309.html you can do that too even tho it is not the pvr-testing2 branch, you just won't get the fast channel switching etc you'd get via the vnsi protocol (that I also ported the plugin for but couldn't test it) - watching live channels and recordings done by vdr (possibly scheduled via webinterface) is still possible. Just make sure you run vdr with the streamdev-server plugin enabled and that it is listening on the vdr-to-vdr server port (thats 2004 and is disabled by default, see in the osd under Setup -> Plugins -> streamdev-server.) Then in xbmc you can add vdr streamdev as a video source either via the gui or manually by putting something like this in ~/.xbmc/userdata/mediasources.xml: vtp://127.0.0.1:2004/ 4. I have no idea if the lirc support works on FreeBSD, and the uhid(4) remote plugin support (see that port's pkg-descr) is highly experimental - as well as webcamd not yet supporting dvb tuner remotes unless they already appear as uhid(4)/ukbd(4) without webcamd's help - so you probably will at least initially want to use keyboard control. I have included an example remote.conf for vdr-sxfe and the multimedia/vdr-plugin-control plugin that you can access by telnet (default port is 2002), I have put the menu button on the tab and insert keys and OK on the return key, see /usr/local/etc/vdr/remote.conf for the full keybindings list. (If you start vdr in the foreground and keep that shell open you should be able to use that for keyboard control also, the control plugin just gives you an osd too over telnet.) And if you use xine xine "xvdr://127.0.0.1#nocache" instead of vdr-sxfe vdr-sxfe --video=xv --hotkeys --audio=oss xvdr://127.0.0.1:37890 you probably want to use a ~/.xine/keymap that includes vdr controls, I've put mine here: http://people.freebsd.org/~nox/dvb/xine/keymap Oh and the webinterfaces have point-and-click remotes too but those are pretty clunky to use... 5. The example channels.conf is the one that comes with the vdr sources, its for Astra 19.2E and a little outdated (also doesn't have hd channels yet), if you receive something else and don't want to go hunting for a suitable channels.conf on the web you can use the multimedia/w_scan port. Remember to use -o7 for vdr 1.7.x, see the w_scan homepage and w_scan's -h and -H usage messages for options and examples: http://wirbel.htpc-forum.de/w_scan/index_en.html (the w_scan start script hasn't been ported to FreeBSD yet.) Also note you probably will only need to use w_scan once initially, this vdr version by default should look for new transponders itself when it does its epg scan during idle times unles you disable that feature. And if you install the iptv plugin and want to test it with some internet streams if your isp dosn't provide `real' iptv (or you just want to be able to press `r'ecord while watching web streams like nasatv), you can merge example /usr/local/etc/vdr/channels.conf entries from here: /usr/local/share/examples/vdr_plugin_iptv/channels.conf.iptv (I don't have `real' iptv here so that's all I can test. Also don't expect 100% performance with these examples, live transcoding streams to mpeg-ts that vdr expects still is kinda fragile and sometimes needs to be manually restarted by e.g. hitting OK (return) in the channel list (c) before it works, and startup is usually slow too... Transcoding uses vlc with those examples, you can see vlc's messages if you start vdr in the foreground instead of via the rc.d script as explained above. Also see /usr/local/etc/vdr/plugins/iptv and /usr/local/etc/vdr/plugins/iptv/vlcinput for configurations. And there seems to be a `feature' that sometimes causes vdr to start receiving streams without anyone watching/recording just because the iptv plugin is enabled...) 5. I ported two webinterfaces because I only learned about vdr-live later which seems to be faster and uses fewer resources meaning you could probably turn a pretty wimpy box into a vdr server as long as you keep the actual watching (especially of h264 hd) to a faster box connected over the network. The vdr-plugin-live webinterface by default listens on port 8008: http://127.1:8008/ Default login/pw is admin/live as also mentioned in: /usr/local/share/doc/vdr_plugin_live/README vdradmin_am listens on 8001: http://127.1:8001/ Default login/pw for that is vdr/vdr. And the streamdev plugin has a (simple) webinterface too if you point a browser at it: (instead of a player) http://127.1:3000/ 6. I may have forgot some other manual installation steps, if you notice something just post a followup... Most of vdr's own configuration including plugins should be available in the osd under `Setup', some things like allowed hosts/subnets for network plugins need to be manually configured under /usr/local/etc/vdr/plugins tho. And here are some links about vdr and the plugins and webinterfaces I made ports for: 0. vdr 1.7.16: http://www.tvdr.de/ http://www.linuxtv.org/vdrwiki/index.php/Main_Page 1. xineliboutput-1.0.5 cvs snapshot from 20101019: http://sourceforge.net/projects/xineliboutput/ http://www.linuxtv.org/vdrwiki/index.php/Xineliboutput-plugin 2. streamdev-0.5.0 cvs snapshot from 20100426: http://streamdev.vdr-developer.org/ http://www.linuxtv.org/vdrwiki/index.php/Streamdev-plugin 3. live-0.2.0: http://live.vdr-developer.org/ 4. live also depends on cxxtools and tntnet which I also had to port: http://www.tntnet.org/cxxtools.html http://www.tntnet.org/index.html 5. epgsearch-0.9.25.beta17: http://winni.vdr-developer.org/epgsearch/index_eng.html http://www.linuxtv.org/vdrwiki/index.php/Epgsearch-plugin 6. femon-1.7.7: http://www.saunalahti.fi/~rahrenbe/vdr/femon/ http://www.linuxtv.org/vdrwiki/index.php/Femon-plugin 7. osdpip-0.1.0: http://projects.vdr-developer.org/projects/show/plg-osdpip http://www.linuxtv.org/vdrwiki/index.php/Osdpip-plugin 8. osdteletext-0.9.0: http://projects.vdr-developer.org/projects/show/plg-osdteletext http://www.linuxtv.org/vdrwiki/index.php/Osdteletext-plugin 9. skinenigmang-0.1.1: http://andreas.vdr-developer.org/enigmang/index.html http://www.vdr-wiki.de/wiki/index.php/Skinenigmang-plugin (sorry for de in the second link but at least there are pics...) 10. softdevice 0.5.0 cvs snapshot from 20100414: http://softdevice.berlios.de/ http://www.linuxtv.org/vdrwiki/index.php/Softdevice-plugin 11. control-0.0.2a-45yavdr1 with ubuntu yavdr patches: (and a patch by me to fix a segfault on vdr exit) http://ricomp.de/vdr/down_en.html http://www.linuxtv.org/vdrwiki/index.php/Control-plugin 12. vdradmin_am-3.6.7: http://andreas.vdr-developer.org/vdradmin-am/ 13. infosatepg-0.0.11: http://projects.vdr-developer.org/projects/show/plg-infosatepg http://vdr-wiki.de/wiki/index.php/Infosatepg-plugin My post including notes about how I got it receiving and using the infosat epg data quickly: http://lists.freebsd.org/pipermail/freebsd-multimedia/2010-July/011158.html 14. remote-0.4.0: (with experimental FreeBSD uhid(4) support, some notes are in the port's pkg-descr) http://escape-edv.de/endriss/vdr http://www.linuxtv.org/vdrwiki/index.php/Remote-plugin 15. iptv-0.4.2: http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ 16. vnsiserver-0.0.2s20100808.0952: http://www.vdr-wiki.de/wiki/index.php/Vnsi-server-plugin http://www.vdr-portal.de/board/thread.php?threadid=95292 (sorry about the german but as I said this is only useful with the xbmc pvr-testing2 branch anyway and its untested too.) TODO: - I skipped install of a lot of locales for now, add back those. - The ports still need quite some cleanup work, also to make upgrading them or adding new plugins easier. - Submit the rest of the non-hacky FreeBSD patches back to the individual upstream maintainers (that should be pretty much all of the patches for *.[ch] source files, only Makefile/configure scripts patches less so.) - Someone(tm) may want to write a `real' step-by-step guide how to get a FreeBSD vdr going... (preferably someone who has never used vdr before to make sure important stuff I never think about isn't left out.) Enjoy, :) Juergen From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 22:09: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 7B8D310657C0 for ; Sun, 14 Nov 2010 22:09:07 +0000 (UTC) (envelope-from venture37@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 313B38FC20 for ; Sun, 14 Nov 2010 22:09:06 +0000 (UTC) Received: by gxk9 with SMTP id 9so2814583gxk.13 for ; Sun, 14 Nov 2010 14:09:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=eWdq9q04GXmz0VIEFQjrHnUUgOEVhg6pLl9g/4OXxM0=; b=uDQvfvK1BOKn7rEyPyJlOnnYidBjGTbe6EVaPFuKaGpcG3MgKByp29Ao3gIVER4WDr Fr2DtvplFTxDV59dLLiy9jrd9SI+raFP5lqrlCffHeVR0+HncZFhx2i6xJWUcXEfLOpt 4Cur7zS3Nf4zIUwlhbcKpsLqmpEZRR8ZTZMDE= 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=Ewe3DkcCCfCHkX6NIrsVMfr+Z3dDzgY7x4Acenia2RMK+/gUqejy0jt+Qj0eIuDvsG nxWYRWkMcXwW+s9gVrZp6SCu/5Q/7me7T6xBNtE/ZWhvMGyi5rQIrkj7TZiEORvZo/vx 5KrW/wx2trc9VsPq4/3iAo3pzp3WjT8UrqdwA= MIME-Version: 1.0 Received: by 10.100.207.6 with SMTP id e6mr3683178ang.240.1289772545764; Sun, 14 Nov 2010 14:09:05 -0800 (PST) Received: by 10.100.45.17 with HTTP; Sun, 14 Nov 2010 14:09:05 -0800 (PST) In-Reply-To: <20101102145444.GR12467@core.byshenk.net> References: <1269986701.9425.27450.camel@vcampaign> <4BBB1211.4050901@gmail.com> <20101102145444.GR12467@core.byshenk.net> Date: Sun, 14 Nov 2010 22:09:05 +0000 Message-ID: From: "Sevan / Venture37" To: Greg Byshenk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: opennms 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, 14 Nov 2010 22:09:07 -0000 On 2 November 2010 14:54, Greg Byshenk wrote: > On Mon, Nov 01, 2010 at 08:37:10PM +0000, Sevan / Venture37 wrote: > >> OpenNMS 1.8.5 port >> https://www.geeklan.co.uk/files/opennms/opennms-185-freebsd-port.tgz >> >> As with previous versions, backup you existing opennms directory before = upgrade. > > It doesn't seem to work for me. > > =3D=3D=3D > > [...] > > [INFO] =C2=A0 OpenNMS Base Assembly > [INFO] =C2=A0 OpenNMS Integration Tests > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven= -eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom > [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-= plugin:pom:2.5.1' from repository maven-repo (http://repo1.maven.org/maven2= ): Invalid argument > Downloading: http://maven.opennms.org/content/groups/opennms.org-release/= org/apache/maven/plugins/maven-eclipse-plugin/2.5.1/maven-eclipse-plugin-2.= 5.1.pom > [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-= plugin:pom:2.5.1' from repository opennms-repo (http://maven.opennms.org/co= ntent/groups/opennms.org-release): Invalid argument > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven= -eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom > [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-= plugin:pom:2.5.1' from repository central (http://repo1.maven.org/maven2): = Invalid argument > Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven= -eclipse-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom > [WARNING] Unable to get resource 'org.apache.maven.plugins:maven-eclipse-= plugin:pom:2.5.1' from repository central (http://repo1.maven.org/maven2): = Invalid argument > [INFO] ------------------------------------------------------------------= ------ > [ERROR] BUILD ERROR > [INFO] ------------------------------------------------------------------= ------ > [INFO] Error building POM (may not be this project's POM). > > > Project ID: org.apache.maven.plugins:maven-eclipse-plugin > > Reason: POM 'org.apache.maven.plugins:maven-eclipse-plugin' not found in = repository: Unable to download the artifact from any repository > > =C2=A0org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 > > from the specified remote repositories: > =C2=A0opennms-repo (http://maven.opennms.org/content/groups/opennms.org-r= elease), > =C2=A0central (http://repo1.maven.org/maven2), > =C2=A0maven-repo (http://repo1.maven.org/maven2), > =C2=A0opennms-snapshots (http://maven.opennms.org/content/groups/opennms.= org-snapshot) > > =C2=A0for project org.apache.maven.plugins:maven-eclipse-plugin > > > [INFO] ------------------------------------------------------------------= ------ > [INFO] Trace > org.apache.maven.lifecycle.LifecycleExecutionException: Unable to build p= roject for plugin 'org.apache.maven.plugins:maven-eclipse-plugin': POM 'org= .apache.maven.plugins:maven-eclipse-plugin' not found in repository: Unable= to download the artifact from any repository > > =C2=A0org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 > > from the specified remote repositories: > =C2=A0opennms-repo (http://maven.opennms.org/content/groups/opennms.org-r= elease), > =C2=A0central (http://repo1.maven.org/maven2), > =C2=A0maven-repo (http://repo1.maven.org/maven2), > =C2=A0opennms-snapshots (http://maven.opennms.org/content/groups/opennms.= org-snapshot) > > =C2=A0for project org.apache.maven.plugins:maven-eclipse-plugin > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.lifecycle.DefaultLifecycle= Executor.verifyPlugin(DefaultLifecycleExecutor.java:1556) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.lifecycle.DefaultLifecycle= Executor.getMojoDescriptor(DefaultLifecycleExecutor.java:1744) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.lifecycle.DefaultLifecycle= Executor.segmentTaskListByAggregationNeeds(DefaultLifecycleExecutor.java:44= 6) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.lifecycle.DefaultLifecycle= Executor.execute(DefaultLifecycleExecutor.java:176) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.DefaultMaven.doExecute(Def= aultMaven.java:356) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.DefaultMaven.execute(Defau= ltMaven.java:137) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.cli.MavenCli.main(MavenCli= .java:362) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.cli.compat.CompatibleMain.= main(CompatibleMain.java:41) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= 0(Native Method) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.NativeMethodAccessorImpl.invoke= (NativeMethodAccessorImpl.java:57) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at sun.reflect.DelegatingMethodAccessorImpl.in= voke(DelegatingMethodAccessorImpl.java:43) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at java.lang.reflect.Method.invoke(Method.java= :613) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.codehaus.classworlds.Launcher.launchEnh= anced(Launcher.java:315) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.codehaus.classworlds.Launcher.launch(La= uncher.java:255) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.codehaus.classworlds.Launcher.mainWithE= xitCode(Launcher.java:430) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.codehaus.classworlds.Launcher.main(Laun= cher.java:375) > Caused by: org.apache.maven.plugin.InvalidPluginException: Unable to buil= d project for plugin 'org.apache.maven.plugins:maven-eclipse-plugin': POM '= org.apache.maven.plugins:maven-eclipse-plugin' not found in repository: Una= ble to download the artifact from any repository > > =C2=A0org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 > > from the specified remote repositories: > =C2=A0opennms-repo (http://maven.opennms.org/content/groups/opennms.org-r= elease), > =C2=A0central (http://repo1.maven.org/maven2), > =C2=A0maven-repo (http://repo1.maven.org/maven2), > =C2=A0opennms-snapshots (http://maven.opennms.org/content/groups/opennms.= org-snapshot) > > =C2=A0for project org.apache.maven.plugins:maven-eclipse-plugin > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.plugin.DefaultPluginManage= r.checkRequiredMavenVersion(DefaultPluginManager.java:286) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.plugin.DefaultPluginManage= r.verifyVersionedPlugin(DefaultPluginManager.java:198) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.plugin.DefaultPluginManage= r.verifyPlugin(DefaultPluginManager.java:177) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.lifecycle.DefaultLifecycle= Executor.verifyPlugin(DefaultLifecycleExecutor.java:1539) > =C2=A0 =C2=A0 =C2=A0 =C2=A0... 15 more > Caused by: org.apache.maven.project.ProjectBuildingException: POM 'org.ap= ache.maven.plugins:maven-eclipse-plugin' not found in repository: Unable to= download the artifact from any repository > > =C2=A0org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 > > from the specified remote repositories: > =C2=A0opennms-repo (http://maven.opennms.org/content/groups/opennms.org-r= elease), > =C2=A0central (http://repo1.maven.org/maven2), > =C2=A0maven-repo (http://repo1.maven.org/maven2), > =C2=A0opennms-snapshots (http://maven.opennms.org/content/groups/opennms.= org-snapshot) > > =C2=A0for project org.apache.maven.plugins:maven-eclipse-plugin > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.project.DefaultMavenProjec= tBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:605) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.project.DefaultMavenProjec= tBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:251) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.plugin.DefaultPluginManage= r.checkRequiredMavenVersion(DefaultPluginManager.java:270) > =C2=A0 =C2=A0 =C2=A0 =C2=A0... 18 more > Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: = Unable to download the artifact from any repository > > =C2=A0org.apache.maven.plugins:maven-eclipse-plugin:pom:2.5.1 > > from the specified remote repositories: > =C2=A0opennms-repo (http://maven.opennms.org/content/groups/opennms.org-r= elease), > =C2=A0central (http://repo1.maven.org/maven2), > =C2=A0maven-repo (http://repo1.maven.org/maven2), > =C2=A0opennms-snapshots (http://maven.opennms.org/content/groups/opennms.= org-snapshot) > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.artifact.resolver.DefaultA= rtifactResolver.resolve(DefaultArtifactResolver.java:228) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.artifact.resolver.DefaultA= rtifactResolver.resolve(DefaultArtifactResolver.java:90) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.project.DefaultMavenProjec= tBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:558) > =C2=A0 =C2=A0 =C2=A0 =C2=A0... 20 more > Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable t= o download the artifact from any repository > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.artifact.manager.DefaultWa= gonManager.getArtifact(DefaultWagonManager.java:349) > =C2=A0 =C2=A0 =C2=A0 =C2=A0at org.apache.maven.artifact.resolver.DefaultA= rtifactResolver.resolve(DefaultArtifactResolver.java:216) > =C2=A0 =C2=A0 =C2=A0 =C2=A0... 22 more > [INFO] ------------------------------------------------------------------= ------ > [INFO] Total time: 8 seconds > [INFO] Finished at: Tue Nov 02 15:28:36 CET 2010 > [INFO] Final Memory: 25M/61M > [INFO] ------------------------------------------------------------------= ------ > *** Error code 1 > > Stop in /usr/ports/net-mgmt/opennms. > > =3D=3D=3D > > I seem to be able to reach > > =C2=A0 http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-eclip= se-plugin/2.5.1/maven-eclipse-plugin-2.5.1.pom > > ... but I get an .xml page instead of the .pom. > > > -- > greg byshenk =C2=A0- =C2=A0gbyshenk@byshenk.net =C2=A0- =C2=A0Leiden, NL > try fetching the files manually using lynx & saving them in the relevant subdirectory in work/opennms-1.9.2-1/source /m2/repository eg save maven-eclipse-plugin-2.5.1.pom in /usr/ports/net-mgmt/opennms/work/opennms-1.8.5-1/source/m2/repository/org/a= pache/maven/plugins/2.5.1/ Sevan From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 22:09:51 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 292591065672 for ; Sun, 14 Nov 2010 22:09:51 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 6EA648FC18 for ; Sun, 14 Nov 2010 22:09:49 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id oAELboOO032201 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 14 Nov 2010 23:37:50 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id oAELbnsP052232; Sun, 14 Nov 2010 23:37:49 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id oAELbnaj052231; Sun, 14 Nov 2010 23:37:49 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 14 Nov 2010 23:37:49 +0200 From: Kostik Belousov To: Anonymous Message-ID: <20101114213749.GW2392@deviant.kiev.zoral.com.ua> References: <201011141824.oAEIOCtN089920@svn.freebsd.org> <86wrofob4q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LKH70Ka7gWbFxE9+" Content-Disposition: inline In-Reply-To: <86wrofob4q.fsf@gmail.com> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, freebsd-ports@freebsd.org Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm 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, 14 Nov 2010 22:09:51 -0000 --LKH70Ka7gWbFxE9+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 15, 2010 at 12:20:37AM +0300, Anonymous wrote: > Konstantin Belousov writes: >=20 > > Author: kib > > Date: Sun Nov 14 18:24:12 2010 > > New Revision: 215309 > > URL: http://svn.freebsd.org/changeset/base/215309 > > > > Log: > > Use symbolic names instead of hardcoding values for magic p_osrel con= stants. > > =20 > > MFC after: 1 week > [...] > > Modified: head/sys/sys/param.h > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/sys/sys/param.h Sun Nov 14 18:05:03 2010 (r215308) > > +++ head/sys/sys/param.h Sun Nov 14 18:24:12 2010 (r215309) > > @@ -60,6 +60,11 @@ > > #undef __FreeBSD_version > > #define __FreeBSD_version 900025 /* Master, propagated to newvers */ > > =20 > > +#ifdef _KERNEL > > +#define __FreeBSD_version_SIGSEGV 700004 > > +#define __FreeBSD_version_MAP_ANON 800104 > > +#endif > > + >=20 > This breaks bsd.port.mk regexp to determine OSVERSION. >=20 > # Get __FreeBSD_version > .if !defined(OSVERSION) > .if exists(/usr/include/sys/param.h) > OSVERSION!=3D ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$= 3}' < /usr/include/sys/param.h > .elif exists(/usr/src/sys/sys/param.h) > OSVERSION!=3D ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $= $3}' < /usr/src/sys/sys/param.h > .else > OSVERSION!=3D ${SYSCTL} -n kern.osreldate > .endif > .endif >=20 > $ make -V OSVERSION > 900025 700004 800104 >=20 > And every port chokes on it. >=20 > $ make -C devel/libpthread-stubs > "Makefile", line 26: warning: String comparison operator should be eith= er =3D=3D or !=3D > "Makefile", line 26: Malformed conditional (${OSVERSION} < 700000) > "Makefile", line 28: if-less endif > "/usr/ports/Mk/bsd.port.mk", line 1739: warning: String comparison oper= ator should be either =3D=3D or !=3D > "/usr/ports/Mk/bsd.port.mk", line 1739: Malformed conditional (defined(= USE_XZ) && ( (${OSVERSION} >=3D 900000 && ${OSVERSION} < 900012) || ${OSVER= SION} < 800505 )) > "/usr/ports/Mk/bsd.port.mk", line 6394: if-less endif > make: fatal errors encountered -- cannot continue >=20 > %% > Index: Mk/bsd.port.mk > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > RCS file: /a/.cvsup/ports/Mk/bsd.port.mk,v > retrieving revision 1.654 > diff -u -p -r1.654 bsd.port.mk > --- Mk/bsd.port.mk 8 Nov 2010 16:07:03 -0000 1.654 > +++ Mk/bsd.port.mk 14 Nov 2010 21:18:32 -0000 > @@ -1219,9 +1219,9 @@ OSREL!=3D ${UNAME} -r | ${SED} -e 's/[-(]. > # Get __FreeBSD_version > .if !defined(OSVERSION) > .if exists(/usr/include/sys/param.h) > -OSVERSION!=3D ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3= }' < /usr/include/sys/param.h > +OSVERSION!=3D ${AWK} '/^\#define[[:blank:]]__FreeBSD_version[[:blank:]]/= {print $$3}' < /usr/include/sys/param.h > .elif exists(/usr/src/sys/sys/param.h) > -OSVERSION!=3D ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $$= 3}' < /usr/src/sys/sys/param.h > +OSVERSION!=3D ${AWK} '/^\#define[[:blank::]]__FreeBSD_version[[:blank:]]= / {print $$3}' < /usr/src/sys/sys/param.h > .else > OSVERSION!=3D ${SYSCTL} -n kern.osreldate > .endif > %% I think it is better to select different namespace for the special versions. Can you confirm that the following patch fixes the ports mk for you ? It is enough to cd /usr/src/include && make install after patching. diff --git a/sys/amd64/amd64/trap.c b/sys/amd64/amd64/trap.c index a1a3ebc..e5184a6 100644 --- a/sys/amd64/amd64/trap.c +++ b/sys/amd64/amd64/trap.c @@ -416,8 +416,7 @@ trap(struct trapframe *frame) * without the ABI-tag ELF note. */ if (SV_CURPROC_ABI() =3D=3D SV_ABI_FREEBSD - && p->p_osrel >=3D - __FreeBSD_version_SIGSEGV) { + && p->p_osrel >=3D P_OSREL_SIGSEGV) { i =3D SIGSEGV; ucode =3D SEGV_ACCERR; } else { diff --git a/sys/i386/i386/trap.c b/sys/i386/i386/trap.c index b6f843a..026ba9d 100644 --- a/sys/i386/i386/trap.c +++ b/sys/i386/i386/trap.c @@ -462,8 +462,7 @@ trap(struct trapframe *frame) * without the ABI-tag ELF note. */ if (SV_CURPROC_ABI() =3D=3D SV_ABI_FREEBSD - && p->p_osrel >=3D - __FreeBSD_version_SIGSEGV) { + && p->p_osrel >=3D P_OSREL_SIGSEGV) { i =3D SIGSEGV; ucode =3D SEGV_ACCERR; } else { diff --git a/sys/sys/param.h b/sys/sys/param.h index 3e4cdf6..ea90308 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -61,8 +61,8 @@ #define __FreeBSD_version 900025 /* Master, propagated to newvers */ =20 #ifdef _KERNEL -#define __FreeBSD_version_SIGSEGV 700004 -#define __FreeBSD_version_MAP_ANON 800104 +#define P_OSREL_SIGSEGV 700004 +#define P_OSREL_MAP_ANON 800104 #endif =20 #ifndef LOCORE diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 4d92573..a6decc3 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -232,7 +232,7 @@ mmap(td, uap) =20 /* Make sure mapping fits into numeric range, etc. */ if ((uap->len =3D=3D 0 && !SV_CURPROC_FLAG(SV_AOUT) && - curproc->p_osrel >=3D __FreeBSD_version_MAP_ANON) || + curproc->p_osrel >=3D P_OSREL_MAP_ANON) || ((flags & MAP_ANON) && (uap->fd !=3D -1 || pos !=3D 0))) return (EINVAL); =20 --LKH70Ka7gWbFxE9+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAkzgVq0ACgkQC3+MBN1Mb4i5pACeN887Uxku6VZOrBfTMIuoDgh+ PrkAmQFkp9CRPb01V3/RIybTHUthu1Jg =Spak -----END PGP SIGNATURE----- --LKH70Ka7gWbFxE9+-- From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 22:12: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 5AF86106566C for ; Sun, 14 Nov 2010 22:12:34 +0000 (UTC) (envelope-from venture37@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 14D1B8FC08 for ; Sun, 14 Nov 2010 22:12:33 +0000 (UTC) Received: by gxk9 with SMTP id 9so2815350gxk.13 for ; Sun, 14 Nov 2010 14:12:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=gYifGrlGpsGttHkQYrsfIWs9yNwtMc1pVBwiFdIf+Q8=; b=XfTJ9i97VLeVgVV9MXveP4iNRVULL4vw/u40AMXx9vqwRifcYQkN3hYu4k1BtyLWgF 3xr8aaBUvZN6pfQILADJBkjRGLJPIg1VwFy8h04qMea+JXxCKTUZtGecFg3IEr2k9D7G 4IOW35qkViumdKgumyv5B9gsFrtQGK/4A0ZDc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=t4q2Bp8qz2cJiRkhdOiE9KYjPeCBkCNqNfa7mLag6Tu9lLYqnpZbb9p9jdPcN+4MkB 71/uudOYU7e8/FoK1ApCPTLg6gbbp2xCpPHwEgu4KLLzDXe1mOsG6iYX82h6Ws8R8DB/ ikfSqjueT18ZSsS0/4WMeo7iuh0ROmx83TEI4= MIME-Version: 1.0 Received: by 10.100.239.14 with SMTP id m14mr3684226anh.104.1289772753186; Sun, 14 Nov 2010 14:12:33 -0800 (PST) Received: by 10.100.45.17 with HTTP; Sun, 14 Nov 2010 14:12:33 -0800 (PST) In-Reply-To: References: <1269986701.9425.27450.camel@vcampaign> <4BBB1211.4050901@gmail.com> Date: Sun, 14 Nov 2010 22:12:33 +0000 Message-ID: From: "Sevan / Venture37" To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: opennms 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, 14 Nov 2010 22:12:34 -0000 On 1 November 2010 20:37, Sevan / Venture37 wrote: > OpenNMS 1.8.5 port > https://www.geeklan.co.uk/files/opennms/opennms-185-freebsd-port.tgz > > As with previous versions, backup you existing opennms directory before upgrade. > > Sevan / Venture37 > OpenNMS 1.9.2 port http://www.geeklan.co.uk/files/opennms/opennms-dev-192-freebsd-port.tgz From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 22:19: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 B11091065672; Sun, 14 Nov 2010 22:19:05 +0000 (UTC) (envelope-from josh@ixsystems.com) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 902058FC16; Sun, 14 Nov 2010 22:19:05 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id 42DC6A6648B; Sun, 14 Nov 2010 14:02:06 -0800 (PST) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 41341-02; Sun, 14 Nov 2010 14:02:06 -0800 (PST) Received: from [10.39.204.126] (mobile-166-137-143-227.mycingular.net [166.137.143.227]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 8A332A66453; Sun, 14 Nov 2010 14:02:04 -0800 (PST) References: <49815.1289768410@pcbsd.org> In-Reply-To: <49815.1289768410@pcbsd.org> Mime-Version: 1.0 (iPhone Mail 8B117) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <7E4D84EF-E44E-4B4E-90E6-1CCB7D144DB9@ixsystems.com> X-Mailer: iPhone Mail (8B117) From: Josh Paetzel Date: Sun, 14 Nov 2010 16:02:42 -0600 To: "kris@pcbsd.org" Cc: Warren Block , "" , Andriy Gapon , Alexey Shuvaev , "" , Anonymous , Mark Linimon , Kris Moore Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 22:19:05 -0000 Area51 is quite cloneable it terms of infrastructure and what not. We could v= ery easily provide an SVN repo for experimental xoeg work.=20 Thanks, Josh Paetzel On Nov 14, 2010, at 3:00 PM, Kris Moore wrote: >=20 >=20 >=20 >=20 > On Sun 14/11/10 3:44 PM , Anonymous wrote: >=20 >> Kris Moore writes: >>> On Sun, Nov 14, 2010 at 12:24:44PM -0700, Warren Block wrote: >>>> On Sun, 14 Nov 2010, Andriy Gapon wrote: >>>>=20 >>>>> on 14/11/2010 18:18 Warren Block said the following: >>>>>> On Sat, 13 Nov 2010, Andriy Gapon wrote: >>>>>>=20 >>>>>>> I agree, but I am not sure how in the ports land we do an >> application testing in >>>>>>> general. That is, I am sure there will be a lot of testers if >> the port update >>>>>>> is actually committed :-) but I am not sure how to test it in >> advance (given all >>>>>>> the possible hardware and software configurations). >>>>>>=20 >>>>>> Why not just create a new xorg-server177 or xorg-server-devel >> port as has been >>>>>> done with other ports? >>>>>=20 >>>>> Would it be really worth it? >>>>> 1.7.7 is just couple of minor releases ahead of what we have now >> and the latest >>>>> _release_ is 1.9.2. >>>>> So, xorg-server-devel for 1.9.2 - that would make sense for my >> taste. >>>>> xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, >> a waste of >>>>> resources. >>>>=20 >>>> It would depend on how compatible the newer server is with the >> existing=20 >>>> xorg ports. But sure, go with the newest one that still works. >>>>=20 >>>> If these ports are too shaky for normal users, they wouldn't even >> have=20 >>>> to go in the tree. Put them on a web page somewhere. But this >> would=20 >>>> ast least allow a wider range of testing. >>>=20 >>> Does the xorg porting team have a repo somewhere for port work, ala >> area51 >>> for KDE4? If not, would setting one up be of interest to people >> here? That=20 >>> probably be a service we could easily provide, since we are >> particularly >>> attached to having a working Xorg ;) >> It has one >> http://wiki.freebsd.org/ModularXorg/7.5 >> Not sure about previous major updates. With history scattered across >> several development repos[*] it can be quite hard to track. >> [*] no one uses branches in ports tree (shuns CVS?) >>=20 >>=20 >=20 > Are those SVN services still in use? Looking at the http links on that pag= e I assumed it was old and no longer usable.=20 >=20 > -- > Kris Moore > PC-BSD / iXsystems >=20 > Message sent via Atmail Open - http://atmail.org/ From owner-freebsd-ports@FreeBSD.ORG Sun Nov 14 23:02:25 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D4261065672 for ; Sun, 14 Nov 2010 23:02:25 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id B711C8FC08 for ; Sun, 14 Nov 2010 23:02:24 +0000 (UTC) Received: by ywa8 with SMTP id 8so2280450ywa.13 for ; Sun, 14 Nov 2010 15:02:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=fhd8b2s77VIe1poJr//9LL7ItgCOtKUGYEvSm/tAIXM=; b=sOoCR5GvO9zLH/Kb9sYGe7RQykRHG5uVsgl88HanzJnIR+JNpf8zmyDYtpsH6HheQb NmTiiDgI1kbjqNIdW043+oQ8Z3CXq5tCOvIk9QYCwkXCBBNoTJacAWFLTSwmpT5oqnq2 WoDIgyuX/7Bc9XTTe32e/Nq3uur3sekNjyumE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=Mpd94Qc3WqhhTlPoT3KF8ErjvV46Jzt8JK4EejsVPvEhJJpPaJdwTLsgpI+9z2Ph28 xSau27B8agngpwJukwlKkPB3XJfHjN203Jp+NW+1ttCwNLYWdTPIM9AnS9UYTx5nxvoj vEe/yGBG8GtcXvfGKXv81DRqs2HCsaQJfi/CA= Received: by 10.100.34.1 with SMTP id h1mr3714970anh.188.1289775743653; Sun, 14 Nov 2010 15:02:23 -0800 (PST) Received: from localhost (tor-exit-proxy3-readme.formlessnetworking.net [208.53.142.39]) by mx.google.com with ESMTPS id 13sm3012116anq.30.2010.11.14.15.02.21 (version=SSLv3 cipher=RC4-MD5); Sun, 14 Nov 2010 15:02:22 -0800 (PST) From: Anonymous To: naddy@mips.inka.de (Christian Weisgerber) References: Date: Mon, 15 Nov 2010 02:02:09 +0300 In-Reply-To: (Christian Weisgerber's message of "Wed, 10 Nov 2010 23:50:53 +0000 (UTC)") Message-ID: <86sjz3ldam.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: freebsd-ports@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 23:02:25 -0000 naddy@mips.inka.de (Christian Weisgerber) writes: > Thomas Zander wrote: > >> I have prepared a recent mplayer snapshot for a possible update for >> mplayer and mencoder ports. >> You can find the tarball here: >> >> http://www.rrr.de/~riggs/mplayer/m20101106.tar.bz2 > > The default lavf demuxer is still broken for Ogg streams. > > Try this: > $ mplayer http://icecast.version6.net:8888/okul.ogg > > It will usually work for the first song, but at the transition > between songs it will stop and just continue to complain > "Cache not filling!". It can play a bit longer with internet_radio_hack http://repo.or.cz/w/mplayer.git/commitdiff/393bb7b but eventually it runs out of lavf streams. > > A workaround is to use -demuxer ogg. > (This has the side effect of causing the ffvorbis decoder to choke > on a partial packet and a fall-through to the next Vorbis decoder > in line, tremor in our case. Sigh.) > > I don't expect the port to deal with this, I'm mentioning it in the > hope of generating some backpressure on upstream to finally fix > this. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 08:47:17 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 52885106566B; Mon, 15 Nov 2010 08:47:17 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 63D4D8FC19; Mon, 15 Nov 2010 08:47:15 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA08907; Mon, 15 Nov 2010 10:47:11 +0200 (EET) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PHuiU-0005IY-OR; Mon, 15 Nov 2010 10:47:10 +0200 Message-ID: <4CE0F38D.6070508@icyb.net.ua> Date: Mon, 15 Nov 2010 10:47:09 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: Peter Jeremy References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> <20101114190640.GA13056@server.vk2pj.dyndns.org> In-Reply-To: <20101114190640.GA13056@server.vk2pj.dyndns.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 08:47:17 -0000 on 14/11/2010 21:06 Peter Jeremy said the following: > On 2010-Nov-13 21:35:29 +0200, Andriy Gapon wrote: >> I think that you refer to upgrades of the "Xorg bundle" as a whole. >> Not sure if we've had any problems like that when upgrading between minor >> versions of a single module, even such as xorg server. > > Looking back through my gripe list, apart from the general X11 build > system regressions going from 6.9 to 7.0 (reducing portability and > roughly doubling the overall build time), _all_ of the regressions, > POLA violations and general breakage I have run into have been related > to the X server (though some may be DRI/DRM and input/output device). > Actually, now even I can recall my confusion with (1) change of default background in root window from the pattern to black; (2) adding dependency on hald and all that came along by default. But I believe that things like that do not happen between minor releases. Anyway, more incentive for all to do testing in advance. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 10:51:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A631065679 for ; Mon, 15 Nov 2010 10:51:52 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id DE7BE8FC1A for ; Mon, 15 Nov 2010 10:51:51 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AksFAOqe4Exbsbh1/2dsb2JhbACUVI4Bcrt/hUoE Received: from 117.184-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.184.117]) by relay.skynet.be with ESMTP; 15 Nov 2010 11:51:49 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.4/8.14.4) with ESMTP id oAFApl7Q002512; Mon, 15 Nov 2010 11:51:47 +0100 (CET) (envelope-from tijl@coosemans.org) From: Tijl Coosemans To: freebsd-x11@freebsd.org Date: Mon, 15 Nov 2010 11:51:36 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.5.2; i386; ; ) References: <49815.1289768410@pcbsd.org> <7E4D84EF-E44E-4B4E-90E6-1CCB7D144DB9@ixsystems.com> In-Reply-To: <7E4D84EF-E44E-4B4E-90E6-1CCB7D144DB9@ixsystems.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1754116.Zoi52PkjZd"; protocol="application/pgp-signature"; micalg=pgp-sha256 Content-Transfer-Encoding: 7bit Message-Id: <201011151151.45478.tijl@coosemans.org> Cc: Anonymous , Andriy Gapon , Alexey Shuvaev , freebsd-ports@freebsd.org, Josh Paetzel , Mark Linimon , "kris@pcbsd.org" Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 10:51:52 -0000 --nextPart1754116.Zoi52PkjZd Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sunday 14 November 2010 23:02:42 Josh Paetzel wrote: > Area51 is quite cloneable it terms of infrastructure and what not. We > could very easily provide an SVN repo for experimental xoeg work. It would be better if there was a repo for ports development on the FreeBSD servers. There are several projects now that could use this that I think this is warranted. It would increase their visibility and lower the barrier to entry to attract contributors and testers. It doesn't have to be anything complicated. An SVN repo that tracks CVS and on which ports committers can create project branches would be enough. --nextPart1754116.Zoi52PkjZd Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iF4EABEIAAYFAkzhEMEACgkQfoCS2CCgtisE2AD+NN5MK+3no03QDxB6YGqHvKH2 NvWNRhb6VZ5EF767LyQA/RfNQ89ZfjWX9IL9dHoh/0oTux6igA1RQFNcxJpPZhj7 =OD0t -----END PGP SIGNATURE----- --nextPart1754116.Zoi52PkjZd-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 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 DC404106566B for ; Mon, 15 Nov 2010 11:06:06 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C8BCB8FC12 for ; Mon, 15 Nov 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 oAFB66rT085535 for ; Mon, 15 Nov 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 oAFB66Co085533 for freebsd-ports@FreeBSD.org; Mon, 15 Nov 2010 11:06:06 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 15 Nov 2010 11:06:06 GMT Message-Id: <201011151106.oAFB66Co085533@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, 15 Nov 2010 11:06:06 -0000 (Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/152257 [PATCH] mail/cyrus-imapd: autocreate and autosieve sup o ports/152246 Upgrading Phamm o ports/152243 [MAINTAINER] security/scamp: update to 5.3 o ports/152241 [PATCH] multimedia/bombono update o ports/152236 [patch] Enable pam support, add hald and dbus as start o ports/152233 [MAINTAINER-UPDATE] from www/privoxy 3.0.16 to 3.0.17 o ports/152231 ports file name conflict: math/surf www/surf f ports/152225 security/sancp: UIDs & GIDs Update f ports/152216 [NEW PORT] mail/spamass-iXhash: iXhash plugin for Spam o ports/152196 [MANTAINER UPDATE] sysutils/py-supervisor to 3.0a9 o ports/152186 [NEW PORT] lang/python-doc-text: Documentation for the o ports/152180 [MAINTAINER] mail/spamass-rules: update to 20101112 o ports/152175 New port: lang/javascript-v8 Google's open source Java f ports/152152 math/polymake: Port upgrade request f ports/152134 [ERROR] cannot portupgrade 'slony1-1.2.20' to 'slony1- o ports/152118 New port: deskutils/linux-tahometer A worktime trackin o ports/152116 [MAINTAINER UPDATE] net-mgmt/torrus: 1.0.8 to 1.0.9 o ports/152115 [new port]: www/CGI-Thin o ports/152109 New port: x11/keylaunch2 A fork of keylaunch that a f ports/152091 Update port: lang/scala o ports/152082 [NEW PORT] www/encode-explorer: A PHP script to browse f ports/152080 www/flashplugin-mozilla port is broken o ports/152065 New port sysutils/zfs-periodic o ports/152060 [new port] devel/pear-PHPTAL Pear port for PHPTAL. o ports/152049 [New Port] chinese/phpbb3-tw The Traditional Chinese v o ports/152048 Request/wish for new port textproc/xerces-c3 (XERCES 3 f ports/152045 New port: www/links-hacked browser with tricks for tab o ports/152038 security/saint fails to compile from ports o ports/152006 New Port: archivers/unzip: Slave port of unzip with WI o ports/151997 [patch] sysutils/fusefs-ntfs no build o ports/151995 net-mgmt/nagios-plugins: new plugin to check CPU usage o ports/151993 [NEW PORT] devel/py-mercurialserver o ports/151988 New port: databases/dalmp DALMP - Database Abstraction f ports/151983 multimedia/avidemux2 crash f ports/151982 Can't build sysutils/fusefs-kmod ; problem with ruby o ports/151973 New port: security/arpCounterattack -- Detects and rem o ports/151956 [NEW PORT] www/codeigniter2 o ports/151945 net/freeswitch-core update f ports/151930 [PATCH] net-mgmt/netams links to libmysqlclient/libpq o ports/151907 [NEW PORT] security/sophie: A daemon which uses 'libsa o ports/151888 [MAINTAINER] science/gromacs: update to 4.5.2 f ports/151876 www/squid: Squid rc script doesn't restart the daemon o ports/151870 games/vavoom: update to 1.32 o ports/151852 New port devel/violet - Simple UML editor o ports/151837 [patch] sysutils/bsdstats : does honor BATCH when inst o ports/151803 New Port: mail/davmail - POP/IMAP/SMTP/Caldav/Carddav/ o ports/151785 net/unison-devel not suitable for parallel build o ports/151784 NEW PORT: (Replacing bug 151363) www/sit - Incident tr f ports/151783 mail/fetchmail: rc.d script broken in case of MDA use f ports/151777 deskutils/xfce4-volstatus-icon Segmentation fault and o ports/151774 [new port] sysutils/pprotectd o ports/151759 New port: desktutils/x-tile A tiling application for X o ports/151747 request to enable emulators/wine on amd64 o ports/151744 New port net/appkonference, a high-performance Asteris o ports/151724 [patch] update www/red5 up to 0.9.1 o ports/151718 [NEW PORT] www/dwoo: Dwoo is a PHP5 template engine f ports/151706 [PATCH] games/endgame-singularity: update to 0.30b o ports/151705 [patch] update ports net/activemq up to 5.4.1 o ports/151694 Kernel module kqemu fails to load (kernel and kqemu ar f ports/151689 dns/rbldnsd does not use preassigned UID/GIDs o ports/151662 ports-mgmt/portupgrade: upgrade of autoconf leaves old f ports/151658 [PATCH] x11-themes/gtk-murrine-engine update to 0.98.1 o ports/151643 www/rt38: RT38 upgrade directory location o ports/151637 Update port: security/maia Much needed updates for Per f ports/151628 [NEW PORTS] www/py-flask-uploads, Flask-Uploads provid o ports/151627 [NEW PORTS] devel/py-flask-babel, Add i18n/l10n suppor o ports/151626 [NEW PORT] databases/py-flask-sqlalchemy, add SQLAlche o ports/151625 [NEW PORT] www/py-flask, a micro webdevelopment framew o ports/151624 [NEW PORT] devel/py-speaklater, Python module for tran o ports/151603 Self-built virtualbox-ose-kmod vboxnetflt.ko kernel mo o ports/151583 [PATCH] games/xpilot-ng-[client,server] update to 4.7. o ports/151578 Update port: www/red5 from 0.7 to 0.9.1 o ports/151572 The first start of net/tucan failed because it can't w o ports/151510 ports-mgmt/portupgrade: circular dependencies breaks p f ports/151509 [PATCH] x11-themes/gtk-murrine-engine: update to 0.98. o ports/151467 New port: sysutils/autojump acts as a complement to cd o ports/151466 New port: www/trac-TracGoogleAnalytics Trac plugin to o ports/151453 [NEW PORT] sysutils/froxlor: PHP-based ISP Server Mana o ports/151431 Update to include ZFS module in grub2-1.98 f ports/151398 RC Script for net-mgmt/softflowd o ports/151371 New Port: audio/pithos GNOME Pandora player f ports/151347 port net-mgmt/rancid doesn't work corretly with SVN f ports/151307 [PATCH] graphics/apvlv: update to 0.0.9.8 o ports/151300 Add LaTeX Project Public Licenses to Mk/bsd.licenses.d f ports/151299 audio/mt-daapd: portlint(1) fixes and more f ports/151298 audio/firefly: portlint(1) fixes and more f ports/151296 [patch] ports/sysutils/fusefs-kmod build fails: MNT_NF f ports/151261 add option to net/nss_ldapd o ports/151237 [NEW PORT] x11-toolkits/gob2: GOB (GOB2 anyway) is a p o ports/151156 Update port: databases/ocaml-pgocaml f ports/151154 audio/amarok-kde4 crashes on network activity if ports f ports/151118 net-mgmt/pnp: bump version to 0.6.7 o ports/151077 NEW port devel/gdb72 o ports/151062 New port: www/trac-OhlohWidgetsMacro Trac macro to emb o ports/151005 New port: www/peraperaprv, a pure java twitter client f ports/150883 Ports games/openastromenace won't compile on 64 bit o ports/150879 [NEW PORT] sysutils/downtimed: System downtime monitor o ports/150863 Update port: www/piwigo (former phpwebgallery) update f ports/150783 mail/qpopper: fails to configure ocasionally o ports/150765 [Maintainer Update] Give sysutils/radmind its own UID/ o ports/150605 [PATCH] audio/liblastfm: Fix build with alternate LOCA o ports/150574 [PATCH] mail/dkimproxy: Simplify the rc scripts o ports/150563 bugfix for /usr/ports/lang/p5-JavaScript-SpiderMonkey o ports/150542 [new port]: sysutils/createrepo o ports/150541 [new port] sysutils/yum - Installer/updater for rpm o ports/150508 multimedia/avidemux2 does not find existing x264 o ports/150493 Update for: security/openssh-portable port from 5.2p1 o ports/150489 [NEW PORT] devel/d-feet: D-Feet is a D-Bus debugger wr o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o ports/150423 [PATCH] Upgrade www/p5-Mojo to devel/p5-Mojolicious (v f ports/150376 port net-mgmt/zabbix-server 1.8.3 fails to build on 8. o ports/150361 [patch] provide script to bind with nautilus for multi o ports/150333 x11/lxpanel: forced dependency with WITH_ALSA o ports/150316 new port: net/neatx f ports/150294 news/hellanzb fails to run due to string compare bug f ports/150283 security/l5 produces wrong output on amd64 o ports/150266 New port: x11/tabbed Simple generic tabbed fronted to f ports/150235 sysutils/smartmontools build system bug f ports/150194 There is no startup script for databases/cassandra f ports/150169 www/havp: Assertion failed: file llvm/lib/System/Mutex o ports/150086 [NEW PORT] net-im/tkabber-plugins-devel: External Plug f ports/150047 net/ipv6socket_scrub: Makefile contains incorrect URL f ports/149963 chinese/ibus-chewing: Refine FETCH_ARGS o ports/149947 [NEW PORT] devel/smartCVS, a powerful graphical CVS cl o ports/149928 New port: textproc/iText iText, a JAVA-PDF library by o ports/149892 [NEW PORT] textproc/weka-devel: Data Mining Software i o ports/149817 ports-mgmt/portupgrade: portinstall -p option doesn't o ports/149725 [patch] devel/cdk: Errors in examples of cdk_display(3 o ports/149601 New port: games/gargoyle - a multiplatform interacti o ports/149565 Update port: converters/igbinary o ports/149564 patch for various games/ adding appropriate LICENSEs t o ports/149538 sysutils/fusefs-ntfs panic on writte on 8.1 o ports/149348 New port: net/wowzamediaserver o ports/149196 [PATCH] chinese/zh-ibus-chewing: update to 1.3.6.20100 f ports/149127 [PATCH] net/beacon: allow compilation on non-i386 arch o ports/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/148777 [New Port] sysutils/qjail: Utility to deploy large num o ports/148605 security/ipsec-tools rc.d/racoon startup script fails f ports/148519 New port: devel/pear-PHP_Debug Port for the PEAR PHP_D f ports/148462 [New port] www/wordpress-themes: wordpress featured th f ports/148454 games/freebsd-carddeck-kde4: freebsd's kde card deck d o ports/148415 new port: devel/libsysinfo, GNU libc's sysinfo port fo o ports/148411 New port: audio/madfufw M-Audio DFU Firmware for USB s o ports/148398 [NEW PORT] net/omcmd: CLI utility for performing OMAPI o alpha/148392 ports Users of Alpha platform should stay with Dovecot 1.1.1 o ports/148234 pkg_install fails for some math/octave-forge ports o ports/147943 New port: net/radsecproxy Radsecproxy is a generic RAD o ports/147847 audio/zynaddsubfx mxml error when opening instruments s ports/147829 Improved net/ucarp startup script: multiple VHID and F 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/147171 x11-toolkits/open-motif: mwm seems to lose mouse event 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/146830 multimedia/pvr_xxx does not compile on FreeBSD 8.* and o ports/146818 [update] games/openarena latest release o ports/146713 [patch] net-mgmt/argus-monitor update o ports/146434 sysutils/fusefs-ntfs fails to build if devel/bonobo in o ports/145989 audio/qjackctl - jackd does not start from not root us f ports/145966 port devel/pwlib fails to build: cast error: patch att o ports/145704 [patch] Update-request: audio/xmms2-scrobbler o ports/145076 I could not build devel/pwlib o ports/144857 [patch] audio/abraca: update to 0.4.3 o ports/144852 [patch] sysutils/ntfsprogs - improvements to mkntfs o ports/144821 [patch] audio/xmms2 : update to version 0.7 DrNo. o ports/144769 [PATCH] ports-mgmt/portupgrade should have a configura o ports/144605 [PATCH] Get ports-mgmt/portupgrade to build under Ruby o ports/144597 security/openssh-portable fails to compile with KERBER o ports/144555 graphics/mesagl: glutMainLoop() crashes when using VBO o ports/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/140880 ports-mgmt/portupgrade: portversion confused with ezm3 f ports/140867 net-mgmt/nagios-plugins: check_icmp default packets si o ports/140364 ports-mgmt/portupgrade-devel: #! line substitution is s ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140273 ports-mgmt/portupgrade-devel chokes on bsdpan pkgs o ports/140008 ports-mgmt/portupgrade: many papercut omissions on por o ports/139867 mail/isoqlog catch segmentation fault under AMD64 o ports/139440 [panic] 8.0 RC1 panics on writing large files to sysut f ports/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/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/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/131111 ports-mgmt/portupgrade-devel: completely removes packa o ports/129930 ports-mgmt/portupgrade - portinstall tries to install o ports/129891 ports-mgmt/portupgrade fails to recognize variations o o ports/129198 databases/p5-DBD-SQLite fails when SQLite is compil o ports/128952 [NEW PORT] java/javadb: Sun's supported distribution o o ports/128881 ports-mgmt/portupgrade backtrace o ports/127889 ports-mgmt/portupgrade detects spurious failures and s o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs s ports/127087 mail/bincimap port does not include an rc.d file o ports/127019 ports-mgmt/portupgrade does not recognize fail conditi o ports/126140 ports-mgmt/portupgrade runtime error o ports/125936 ports-mgmt/portupgrade -R fails if BUILD_DEP's are not s ports/125324 editors/the (3.2) looses cursor when compiled with PDC o ports/123068 sysutils/bubblemon2 bubblemon-dockapp: error extractin o ports/121259 New port: net/openamq OpenAMQ is a complete AMQP messa o ports/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/80111 patch to make WITH_KERBEROS4 working for security/cyru s ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 215 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 12:27: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 76FA6106564A for ; Mon, 15 Nov 2010 12:27: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 2CC378FC1B for ; Mon, 15 Nov 2010 12:27:20 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PHy9W-0005GW-5g for freebsd-ports@freebsd.org; Mon, 15 Nov 2010 13:27:18 +0100 Received: from p5dcd6e42.dip.t-dialin.net ([93.205.110.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Nov 2010 13:27:18 +0100 Received: from jumper99 by p5dcd6e42.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Nov 2010 13:27:18 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: "Helmut Schneider" Date: Mon, 15 Nov 2010 12:27:04 +0000 (UTC) Lines: 30 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: p5dcd6e42.dip.t-dialin.net User-Agent: XanaNews/1.19.1.269 X-Ref: news.gmane.org ~XNS:00000090 Subject: [portupgrade] ArgumentError 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, 15 Nov 2010 12:27:20 -0000 Hi, since friday or so I have a problem with portupgrade: # portupgrade -av ---> Session started at: Mon, 15 Nov 2010 13:22:41 +0100 ---> Skipping 'bsdpan-SNMP-Extension-PassPersist-0.03' because it is held by user (specify -f to force) ---> Session ended at: Mon, 15 Nov 2010 13:23:19 +0100 (consumed 00:00:38) /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:953:in `initialize': ArgumentError (ArgumentError) from /usr/local/sbin/portupgrade:1004:in `new' from /usr/local/sbin/portupgrade:1004:in `do_upgrade' from /usr/local/sbin/portupgrade:814:in `main' from /usr/local/sbin/portupgrade:810:in `each' from /usr/local/sbin/portupgrade:810:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' from /usr/local/sbin/portupgrade:231:in `new' from /usr/local/sbin/portupgrade:231:in `main' from /usr/local/sbin/portupgrade:2219 # I recursively reinstalled portupgrade. Any further ideas? 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 Mon Nov 15 14:16: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 C08D0106566C; Mon, 15 Nov 2010 14:16:19 +0000 (UTC) (envelope-from gljennjohn@googlemail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1F5A28FC08; Mon, 15 Nov 2010 14:16:18 +0000 (UTC) Received: by fxm19 with SMTP id 19so3943862fxm.13 for ; Mon, 15 Nov 2010 06:16:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:in-reply-to:references:reply-to:x-mailer:mime-version :content-type:content-transfer-encoding; bh=ytAtg1SsVTWzfVyb8JM0o3jCf3s+xPuEqt5/HYKLQXc=; b=ok94KXd3bxjyLAkDXhIll0fxr5+OYh+SOtQrh9UFChl6JXxoZIpHrnH4XWZ09X4NAE iApmVXIm8vhV/Tr4FT8fTyfEpw3gggQQCPtorTrYXTHbX64MbKzqvMZi0awKqVTU0rY+ If+ZKUB8aGJKb6MTVg/YJqiHTmf3icPgWV1jU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :x-mailer:mime-version:content-type:content-transfer-encoding; b=CIkDzx5ICiJjkhlUSFVylrAt0ij6CE31PRKXalQ1Jm1hUPyBf2PUJqDkUf3jZFGov+ XEnfqzvTt30ywm807EP94V8DzWhuZx2Bvfofxf2nexuAWdH3KWztVfrD6+bic+cj9CrR 3LaeHVupXW5TFCnsQrNu8e5ZFiUPNHOoRGKj4= Received: by 10.223.79.71 with SMTP id o7mr4632940fak.116.1289830577966; Mon, 15 Nov 2010 06:16:17 -0800 (PST) Received: from ernst.jennejohn.org (p578E2E74.dip.t-dialin.net [87.142.46.116]) by mx.google.com with ESMTPS id l24sm862910fam.31.2010.11.15.06.16.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Nov 2010 06:16:16 -0800 (PST) Date: Mon, 15 Nov 2010 15:16:14 +0100 From: Gary Jennejohn To: Warren Block Message-ID: <20101115151614.4a5522c5@ernst.jennejohn.org> In-Reply-To: References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> <4CE01110.6030102@icyb.net.ua> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.18.7; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Alexey Shuvaev , Mark Linimon , freebsd-x11@freebsd.org, Andriy Gapon , freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gljennjohn@googlemail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 14:16:19 -0000 On Sun, 14 Nov 2010 12:24:44 -0700 (MST) Warren Block wrote: > On Sun, 14 Nov 2010, Andriy Gapon wrote: > > > on 14/11/2010 18:18 Warren Block said the following: > >> On Sat, 13 Nov 2010, Andriy Gapon wrote: > >> > >>> I agree, but I am not sure how in the ports land we do an application testing in > >>> general. That is, I am sure there will be a lot of testers if the port update > >>> is actually committed :-) but I am not sure how to test it in advance (given all > >>> the possible hardware and software configurations). > >> > >> Why not just create a new xorg-server177 or xorg-server-devel port as has been > >> done with other ports? > > > > Would it be really worth it? > > 1.7.7 is just couple of minor releases ahead of what we have now and the latest > > _release_ is 1.9.2. > > So, xorg-server-devel for 1.9.2 - that would make sense for my taste. > > xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, a waste of > > resources. > > It would depend on how compatible the newer server is with the existing > xorg ports. But sure, go with the newest one that still works. > 1.9.2 requires an update of MESA to a much more recent version than we currently have in ports. I tried the "modify Makefile and install" route yesterday and it failed because of that. > If these ports are too shaky for normal users, they wouldn't even have > to go in the tree. Put them on a web page somewhere. But this would > ast least allow a wider range of testing. > I installed 1.7.7 the end of September, without modifying/reinstalling any other ports, and it just worked. -- Gary Jennejohn From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 14:21: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 8B0B01065670; Mon, 15 Nov 2010 14:21:13 +0000 (UTC) (envelope-from josh@ixsystems.com) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) by mx1.freebsd.org (Postfix) with ESMTP id 669178FC12; Mon, 15 Nov 2010 14:21:13 +0000 (UTC) Received: from mail.ixsystems.com (localhost [127.0.0.1]) by mail.iXsystems.com (Postfix) with ESMTP id E5477A664AC; Mon, 15 Nov 2010 06:21:12 -0800 (PST) Received: from mail.iXsystems.com ([127.0.0.1]) by mail.ixsystems.com (mail.ixsystems.com [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 55352-07; Mon, 15 Nov 2010 06:21:12 -0800 (PST) Received: from tcbug.ixsystems.com (unknown [10.10.1.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id 7D1A3A66410; Mon, 15 Nov 2010 06:21:12 -0800 (PST) From: Josh Paetzel Organization: iXsystems To: Tijl Coosemans Date: Mon, 15 Nov 2010 08:21:03 -0600 User-Agent: KMail/1.13.5 (FreeBSD/8.1-RELEASE; KDE/4.4.5; amd64; ; ) References: <49815.1289768410@pcbsd.org> <7E4D84EF-E44E-4B4E-90E6-1CCB7D144DB9@ixsystems.com> <201011151151.45478.tijl@coosemans.org> In-Reply-To: <201011151151.45478.tijl@coosemans.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1480745.tcOtldmJNQ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201011150821.10564.josh@ixsystems.com> Cc: freebsd-x11@freebsd.org, Andriy Gapon , Anonymous , freebsd-ports@freebsd.org, Alexey Shuvaev , Mark Linimon , "kris@pcbsd.org" Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 14:21:13 -0000 --nextPart1480745.tcOtldmJNQ Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable On Monday, November 15, 2010 04:51:36 am Tijl Coosemans wrote: > On Sunday 14 November 2010 23:02:42 Josh Paetzel wrote: > > Area51 is quite cloneable it terms of infrastructure and what not. We > > could very easily provide an SVN repo for experimental xoeg work. >=20 > It would be better if there was a repo for ports development on the > FreeBSD servers. There are several projects now that could use this > that I think this is warranted. It would increase their visibility and > lower the barrier to entry to attract contributors and testers. >=20 > It doesn't have to be anything complicated. An SVN repo that tracks CVS > and on which ports committers can create project branches would be > enough. While conceptually that sounds very simple, an SVN repo that tracks a CVS r= epo=20 is very complicated. One of the most complicated parts of the FreeBSD src= =20 repo being in SVN is the SVN -> CVS exporter. The main issue is there are= =20 operations that don't map 1:1 across both repos that have to be dealt with = by=20 hand. I wasn't proposing that, I think area51 is just a place to check in=20 experimental ports. The merge back to FreeBSD has to be done by hand. The main difference to me is by running it on a PC-BSD infrastructure box I= =20 can just set it up today and have it running and usable in a few hours. =20 Punting it back to the FreeBSD project....by the time it's all sorted and u= p=20 and running it will be spring of 2011. :) =20 =2D-=20 Thanks, Josh Paetzel Director of IT, iXsystems Servers For Open Source http://www.ixsystems.com --nextPart1480745.tcOtldmJNQ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iQEcBAABAgAGBQJM4UHVAAoJEKFq1/n1feG26VYH/jap2J90V+e41McvINnwp2Ne 9fHfsyiJwHLsX/t+hK89hFtCX1ivz91M1oX+eYP0L1eModeD18jCd/1lK3xmR7tJ +YUwZoCvV3l5f/HhnRUY1+8YBNQ1cEIAZBlTu2a07NsVXuAGuVDh37c/sJmRyE+p SjkEKizw6tPSG+gsFteTcHuDJhdgNKefKG3a9w/5PXFOqW7wNljn1mWitPwIIhCZ zXcca+zDMiTp3QQ/zmkXfLNQt2UwM5lm3/ZFa5zf+AmPnqnyi0ItPtv6XzVRKhcR u/I7G8GM0vmXMlCIHHDTe5TdmockjS5358IOL8LSybc17b6qZqYIkzIFw583osE= =KDOG -----END PGP SIGNATURE----- --nextPart1480745.tcOtldmJNQ-- From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 14:21: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 A1305106566B; Mon, 15 Nov 2010 14:21:48 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id B0B398FC17; Mon, 15 Nov 2010 14:21:47 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA16111; Mon, 15 Nov 2010 16:21:34 +0200 (EET) (envelope-from avg@icyb.net.ua) Message-ID: <4CE141ED.6070705@icyb.net.ua> Date: Mon, 15 Nov 2010 16:21:33 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: gljennjohn@googlemail.com References: <4CD7C15D.2010203@icyb.net.ua> <20101108150306.GB17517@wep4035.physik.uni-wuerzburg.de> <4CD8132D.9090902@icyb.net.ua> <20101113192506.GC29660@lonesome.com> <4CDEE881.201@icyb.net.ua> <4CE01110.6030102@icyb.net.ua> <20101115151614.4a5522c5@ernst.jennejohn.org> In-Reply-To: <20101115151614.4a5522c5@ernst.jennejohn.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Warren Block , Alexey Shuvaev , freebsd-x11@freebsd.org, freebsd-ports@freebsd.org, Mark Linimon Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 14:21:48 -0000 on 15/11/2010 16:16 Gary Jennejohn said the following: > 1.9.2 requires an update of MESA to a much more recent version than we > currently have in ports. I tried the "modify Makefile and install" > route yesterday and it failed because of that. I have installed and been using newer Mesa for quite a while now, without any issue. I also satisfied other updates needed for xorg server 1.9.2 (don't remember what they were, some two other xorg lightweight ports). But personally for me the following bug is a showstopper for using 1.8.x or 1.9.x: https://bugs.freedesktop.org/show_bug.cgi?id=28181 > I installed 1.7.7 the end of September, without modifying/reinstalling > any other ports, and it just worked. This matches my experience too - no hassle, no problems. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 15:25: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 14688106566C for ; Mon, 15 Nov 2010 15:25:39 +0000 (UTC) (envelope-from joeyea323@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9AF6D8FC14 for ; Mon, 15 Nov 2010 15:25:38 +0000 (UTC) Received: by ewy3 with SMTP id 3so1384793ewy.13 for ; Mon, 15 Nov 2010 07:25:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QZZdsRTUtBn6RePV6oMuR4ubBhS76MIfJv7Dzdy+Jvg=; b=PLyeMyohzwYm2cSfACRoC/zT8kDoKUgL0yg2OMZ9h2Zhp1vijPtF9lHmAdLMsusVpK drkP1EOnBVg438BjeXOYxgJqYIBhVE9nSKfOU8Wgi+K33wIBrU92aAPUFuEHK+gDyD1D r8UQ09jkjnNdwMuLcs5lBYX4kozj5V9Wqk/+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=m4qpaOEayTVKUDMfZaJjCvdLDwASmSVakGldZMWLPmA1kFCj8Q9Ky0C2ia4k/hXTYE exCZqOlIlIuXYj0EB3XTA4Wi2y3peiwSDnZzcRhiPCXcaHnhgH42pHCjTnrDtwPb7Ynv PJbw/6cYEOdv0OFTpbX4csC1qmphXQBrKEiXs= MIME-Version: 1.0 Received: by 10.14.127.9 with SMTP id c9mr4056370eei.35.1289832846950; Mon, 15 Nov 2010 06:54:06 -0800 (PST) Received: by 10.14.125.4 with HTTP; Mon, 15 Nov 2010 06:54:06 -0800 (PST) Date: Mon, 15 Nov 2010 09:54:06 -0500 Message-ID: From: Joseph Yeager To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: (no subject) 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, 15 Nov 2010 15:25:39 -0000 Hi, I'm in the process of creating "build" jails for each service that I run. The idea is to install each service (apache, nginx, postfix, etc.) under seperate jails and, when updates are available, run a portupgrade in the jail, test it, package it, and then install that package on the production jails. I have a file server which contains all the jails and also has an up to date ports tree. What I wanted to do is mount the ports tree from the file server to all the build jails so that I don't have to maintain a separate instance of the ports tree within each jail. I originally ran an apache build jail on my laptop and began a compilation of the port, but cut it off midway through when I realized it made much more sense to use another Pentium 4 desktop that I had as a dedicated build machine. When I tried to compile it (using both a make install and portupgrade -N), I constantly received errors. I then ran pkg_deinstall on everything that was installed and tried again to no avail. I then did pkg_deinstall, make clean, and tried compiling again and it still had errors. Finally I unmounted the ports tree on the file server and ran a portsnap fetch extract to build a clean ports tree. After that finished, compilation worked perfectly fine. Does anyone have any idea if there is a certain directory under the ports tree that I should clean up before trying to compile? As a last resort, I can do a ZFS clone of the ports tree and mount that on the build jail each time, but I would prefer to just keep one ports tree and possibly take advantage of ports that have already been compiled that are dependencies of something else. Thanks for you help, Joe From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 15:44:50 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 330E41065675; Mon, 15 Nov 2010 15:44:50 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id D5B4E8FC12; Mon, 15 Nov 2010 15:44:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id oAFFcG3s017836; Mon, 15 Nov 2010 08:38:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 15 Nov 2010 08:38:16 -0700 (MST) Message-Id: <20101115.083816.74734305.imp@bsdimp.com> To: kostikbel@gmail.com From: Warner Losh In-Reply-To: <20101114213749.GW2392@deviant.kiev.zoral.com.ua> References: <201011141824.oAEIOCtN089920@svn.freebsd.org> <86wrofob4q.fsf@gmail.com> <20101114213749.GW2392@deviant.kiev.zoral.com.ua> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: swell.k@gmail.com, svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm 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, 15 Nov 2010 15:44:50 -0000 From: Kostik Belousov Subject: Re: svn commit: r215309 - in head/sys: amd64/amd64 i386/i386 sys vm Date: Sun, 14 Nov 2010 23:37:49 +0200 > On Mon, Nov 15, 2010 at 12:20:37AM +0300, Anonymous wrote: > > Konstantin Belousov writes: > > > > > Author: kib > > > Date: Sun Nov 14 18:24:12 2010 > > > New Revision: 215309 > > > URL: http://svn.freebsd.org/changeset/base/215309 > > > > > > Log: > > > Use symbolic names instead of hardcoding values for magic p_osrel constants. > > > > > > MFC after: 1 week > > [...] > > > Modified: head/sys/sys/param.h > > > ============================================================================== > > > --- head/sys/sys/param.h Sun Nov 14 18:05:03 2010 (r215308) > > > +++ head/sys/sys/param.h Sun Nov 14 18:24:12 2010 (r215309) > > > @@ -60,6 +60,11 @@ > > > #undef __FreeBSD_version > > > #define __FreeBSD_version 900025 /* Master, propagated to newvers */ > > > > > > +#ifdef _KERNEL > > > +#define __FreeBSD_version_SIGSEGV 700004 > > > +#define __FreeBSD_version_MAP_ANON 800104 > > > +#endif > > > + > > > > This breaks bsd.port.mk regexp to determine OSVERSION. > > > > # Get __FreeBSD_version > > .if !defined(OSVERSION) > > .if exists(/usr/include/sys/param.h) > > OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h > > .elif exists(/usr/src/sys/sys/param.h) > > OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $$3}' < /usr/src/sys/sys/param.h > > .else > > OSVERSION!= ${SYSCTL} -n kern.osreldate > > .endif > > .endif > > > > $ make -V OSVERSION > > 900025 700004 800104 > > > > And every port chokes on it. > > > > $ make -C devel/libpthread-stubs > > "Makefile", line 26: warning: String comparison operator should be either == or != > > "Makefile", line 26: Malformed conditional (${OSVERSION} < 700000) > > "Makefile", line 28: if-less endif > > "/usr/ports/Mk/bsd.port.mk", line 1739: warning: String comparison operator should be either == or != > > "/usr/ports/Mk/bsd.port.mk", line 1739: Malformed conditional (defined(USE_XZ) && ( (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505 )) > > "/usr/ports/Mk/bsd.port.mk", line 6394: if-less endif > > make: fatal errors encountered -- cannot continue > > > > %% > > Index: Mk/bsd.port.mk > > =================================================================== > > RCS file: /a/.cvsup/ports/Mk/bsd.port.mk,v > > retrieving revision 1.654 > > diff -u -p -r1.654 bsd.port.mk > > --- Mk/bsd.port.mk 8 Nov 2010 16:07:03 -0000 1.654 > > +++ Mk/bsd.port.mk 14 Nov 2010 21:18:32 -0000 > > @@ -1219,9 +1219,9 @@ OSREL!= ${UNAME} -r | ${SED} -e 's/[-(]. > > # Get __FreeBSD_version > > .if !defined(OSVERSION) > > .if exists(/usr/include/sys/param.h) > > -OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version/ {print $$3}' < /usr/include/sys/param.h > > +OSVERSION!= ${AWK} '/^\#define[[:blank:]]__FreeBSD_version[[:blank:]]/ {print $$3}' < /usr/include/sys/param.h > > .elif exists(/usr/src/sys/sys/param.h) > > -OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version/ {print $$3}' < /usr/src/sys/sys/param.h > > +OSVERSION!= ${AWK} '/^\#define[[:blank::]]__FreeBSD_version[[:blank:]]/ {print $$3}' < /usr/src/sys/sys/param.h > > .else > > OSVERSION!= ${SYSCTL} -n kern.osreldate > > .endif > > %% > > I think it is better to select different namespace for the special versions. > Can you confirm that the following patch fixes the ports mk for you ? > It is enough to cd /usr/src/include && make install after patching. I think this is a better idea. There's a number of other places lurking that make a similar assumption. Warner From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 16:45: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 E778E106566B for ; Mon, 15 Nov 2010 16:45:20 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 65B7B8FC18 for ; Mon, 15 Nov 2010 16:45:19 +0000 (UTC) Received: from daedalus.network.local ([195.141.49.100]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id oAFGjIB1000184 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Mon, 15 Nov 2010 16:45:18 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4CE163A7.2050206@FreeBSD.org> Date: Mon, 15 Nov 2010 17:45:27 +0100 From: Beat Gaetzi User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.15) Gecko/20101028 Lightning/1.0b1 Thunderbird/3.0.10 MIME-Version: 1.0 To: Kris Moore References: <49815.1289768410@pcbsd.org> In-Reply-To: <49815.1289768410@pcbsd.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-x11@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 16:45:21 -0000 On 14.11.2010 22:00, Kris Moore wrote: > On Sun 14/11/10 3:44 PM , Anonymous wrote: >> Kris Moore writes: >>> On Sun, Nov 14, 2010 at 12:24:44PM -0700, Warren Block wrote: >>>> On Sun, 14 Nov 2010, Andriy Gapon wrote: >>>> >>>>> on 14/11/2010 18:18 Warren Block said the following: >>>>>> On Sat, 13 Nov 2010, Andriy Gapon wrote: >>>>>> >>>>>>> I agree, but I am not sure how in the ports land we do an >> application testing in >>>>>>> general. That is, I am sure there will be a lot of testers if >> the port update >>>>>>> is actually committed :-) but I am not sure how to test it in >> advance (given all >>>>>>> the possible hardware and software configurations). >>>>>> >>>>>> Why not just create a new xorg-server177 or xorg-server-devel >> port as has been >>>>>> done with other ports? >>>>> >>>>> Would it be really worth it? >>>>> 1.7.7 is just couple of minor releases ahead of what we have now >> and the latest >>>>> _release_ is 1.9.2. >>>>> So, xorg-server-devel for 1.9.2 - that would make sense for my >> taste. >>>>> xorg-server-devel for 1.7.7 - just an overcautiousness and, IMO, >> a waste of >>>>> resources. >>>> >>>> It would depend on how compatible the newer server is with the >> existing >>>> xorg ports. But sure, go with the newest one that still works. >>>> >>>> If these ports are too shaky for normal users, they wouldn't even >> have >>>> to go in the tree. Put them on a web page somewhere. But this >> would >>>> ast least allow a wider range of testing. >>> >>> Does the xorg porting team have a repo somewhere for port work, ala >> area51 >>> for KDE4? If not, would setting one up be of interest to people >> here? That >>> probably be a service we could easily provide, since we are >> particularly >>> attached to having a working Xorg ;) >> It has one >> http://wiki.freebsd.org/ModularXorg/7.5 >> Not sure about previous major updates. With history scattered across >> several development repos[*] it can be quite hard to track. >> [*] no one uses branches in ports tree (shuns CVS?) >> >> > > Are those SVN services still in use? Looking at the http links on that page I assumed it was old and no longer usable. The server and the repository is still available but nobody is using it at the moment. So I forgot to update the configuration for the xorg-dev repo with the last server update. This should be fixed now. Beat From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 19: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 1773C1065694 for ; Mon, 15 Nov 2010 19:00:20 +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 8D5BC8FC08 for ; Mon, 15 Nov 2010 19:00:19 +0000 (UTC) Received: (qmail 16370 invoked by uid 399); 15 Nov 2010 19:00:18 -0000 Received: from localhost (HELO doug-optiplex.ka9q.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 15 Nov 2010 19:00:18 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4CE18341.3060804@FreeBSD.org> Date: Mon, 15 Nov 2010 11:00:17 -0800 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101028 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <49815.1289768410@pcbsd.org> <7E4D84EF-E44E-4B4E-90E6-1CCB7D144DB9@ixsystems.com> <201011151151.45478.tijl@coosemans.org> In-Reply-To: <201011151151.45478.tijl@coosemans.org> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2010 19:00:20 -0000 On 11/15/2010 02:51, Tijl Coosemans wrote: > It would be better if there was a repo for ports development on the > FreeBSD servers. There are several projects now that could use this > that I think this is warranted. It would increase their visibility and > lower the barrier to entry to attract contributors and testers. This would be quite easily accomplished by branching the ports tree we have no in CVS. Doing this would accomplish a lot of goals: 1. Make it easier for users to pick up and test new ports 2. Make it easier for the "experimental" trees to keep up to date with the canonical ports tree 3. Allow us to have a "stable" ports tree that users can check out and be reasonably well assured that everything in it will work together safely. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of IT experience, and depth of knowledge in the DNS. Yours for the right price. :) http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Mon Nov 15 21:01: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 D3683106566B for ; Mon, 15 Nov 2010 21:01:42 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 856BF8FC0A for ; Mon, 15 Nov 2010 21:01:42 +0000 (UTC) Received: by vws4 with SMTP id 4so379925vws.13 for ; Mon, 15 Nov 2010 13:01:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=j9MTpiIdnf3RDn7vvG+7iF3Ibygilfr1I6OR8q4KvJ4=; b=ckWz91pE0yxfWYoOtIyxAItyB+Yjfg+E3QFOTPLddgatuylfGC2skk5rAf3H8ulW+L BPfqdVUaPgH1jVXRkgRUcNV27kV5FdqtafT2yQ6XE5cc182LGgFdUJVI2xSuk26cHh8i 0R/j7RSK6+M9MLYmbJ3ViXN4Ai79n42Ce+EWQ= 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=pB8gxMODJaWtgMiVtQQ9p9sbW7djXc/F6kzACm4MOH9E+tQZPp7SjJT+0OnLGx+G9E IcGxqm+MIa4oQUlDJtpTUa/UsmQMIfaLUP6oFJ06SVUkWSooBSHz7W+1/Pz7Q24wG/0P GQvM1kzunDaOn43BzC3qld9UvvRW3GMe9qJVY= MIME-Version: 1.0 Received: by 10.229.82.10 with SMTP id z10mr5562370qck.98.1289854901240; Mon, 15 Nov 2010 13:01:41 -0800 (PST) Received: by 10.229.231.81 with HTTP; Mon, 15 Nov 2010 13:01:41 -0800 (PST) In-Reply-To: References: Date: Mon, 15 Nov 2010 22:01:41 +0100 Message-ID: From: Christer Solskogen To: Joseph Yeager Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: (no subject) 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, 15 Nov 2010 21:01:42 -0000 On Mon, Nov 15, 2010 at 3:54 PM, Joseph Yeager wrote: > Does anyone have any idea if there is a > certain directory under the ports tree that I should clean up before trying > to compile? Without you posting the errors you got? No. -- chs, From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 01:47: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 84D8A106564A for ; Tue, 16 Nov 2010 01:47:28 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 628C68FC08 for ; Tue, 16 Nov 2010 01:47:28 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 235F5742F93; Mon, 15 Nov 2010 17:47:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= experts-exchange.com; h=content-transfer-encoding:content-type :content-type:mime-version:x-mailer:message-id:subject:subject :from:from:date:date:received:received; s=ee; t=1289872048; x= 1291686448; bh=AIWQNeZBausPTFiGO034xFvdR4ilzwSsyEuLDX6NL2s=; b=h RWnGmddlQaHDA3QQSLqfJhbJLL9/bG+W/4jchu85bdrCbAeNR0AN/IsZolnfjuGK wzULYmenqROGxao9V6nUN3oR4zIQsyzqkuQ7WbZRxZxvxLNN0pzXdUSMurq2HT2s WWFj5rtsKoob2VIjc2VFmuaQscVbyq9Wa2SfA9cmKo= 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 zTd1DDHyvNGP; Mon, 15 Nov 2010 17:47:28 -0800 (PST) Received: from eggman (unknown [192.168.103.122]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.experts-exchange.com (Postfix) with ESMTPS id CA617742F90; Mon, 15 Nov 2010 17:47:27 -0800 (PST) Date: Mon, 15 Nov 2010 17:44:27 -0800 From: Jason Helfman To: girgen@freebsd.org, freebsd-ports@freebsd.org Message-ID: <20101115174427.297c2d78@eggman> 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: postgresql patch 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, 16 Nov 2010 01:47:28 -0000 Hi, I was hoping you would be able to consider implementing this PR (ports/113707) in all applicable versions if possible? This patch makes the postgresql_user a tunable variable. As it stands now, we are maintaining this internally due to this issue, and would rather release internal maintainership for such a small issue. # diff files/postgresql.in.new files/postgresql.in.orig 36c36 < postgresql_user=${postgresql_user:-"pgsql"} --- > postgresql_user=pgsql This patch has been on "over to maintainer" since 2007, and was hoping you would have a moment to look at this. Thanks so much, Jason From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 07:18: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 A35F7106564A for ; Tue, 16 Nov 2010 07:18:42 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 52FA38FC19 for ; Tue, 16 Nov 2010 07:18:42 +0000 (UTC) Received: by qyk32 with SMTP id 32so714190qyk.13 for ; Mon, 15 Nov 2010 23:18:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UQrobjp4tELvGsad0676hjIWQTO2E1frgCI/PKL0JuM=; b=Tsn6JdHESRJqn2I8ki92wl0NtRRYX14qS2ZaH+1Ypy7opBiBNapJwmv5C4nGKL7KK0 fFK03z9Uwx9y4uIZsh0X3wRbykVxSa3S8DsxoXRiQZgSKYW/wlsetclz7Ekh9pvR/Jxf G++J0DD2DhyIOe7n/lW4+ynnT/hbguNqUXB3c= 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=twy/AGF71O6y/vgCPoarbkfINc2yQaWcrgKMInsjDiNq1ULZ1MFT8pyvlkDTmhfMqY Ae+dkvdDciMg2Ji9uoniFoMoaiCtf+LOej3FwHzr5HBGG4jmJngzEcX6LfPGjehTKLz7 YoRQGo+LuDKn5tXQvAAjEDD+I3Lp87Pod1EZ4= MIME-Version: 1.0 Received: by 10.229.88.146 with SMTP id a18mr6077365qcm.60.1289891921494; Mon, 15 Nov 2010 23:18:41 -0800 (PST) Received: by 10.229.231.81 with HTTP; Mon, 15 Nov 2010 23:18:41 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Nov 2010 08:18:41 +0100 Message-ID: From: Christer Solskogen To: Joseph Yeager Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: (no subject) 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, 16 Nov 2010 07:18:42 -0000 On Mon, Nov 15, 2010 at 11:11 PM, Joseph Yeager wrote= : > The one I can remember is p5-Locale-gettext had an error "dont know how t= o > make all."=A0 When I started using portupgrade, the only error I got was = a > list of ports that failed without explanations as to why they failed. > Try to reproduce them then. I have nullfs mounted /usr/ports from the jailhost to all my jails, and have no problems whatsoever with that setup. That's why i suspect you have some other problems. --=20 chs, From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 07:56:21 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 CB061106564A for ; Tue, 16 Nov 2010 07:56:21 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from melon.pingpong.net (dadel.pingpong.net [79.136.116.226]) by mx1.freebsd.org (Postfix) with ESMTP id 5F19B8FC14 for ; Tue, 16 Nov 2010 07:56:21 +0000 (UTC) Received: from melon.pingpong.net (localhost [127.0.0.1]) by melon.pingpong.net (Postfix) with ESMTP id 2A6A25EEB; Tue, 16 Nov 2010 08:38:04 +0100 (CET) X-Virus-Scanned: by amavisd-new at pingpong.net Received: from melon.pingpong.net ([127.0.0.1]) by melon.pingpong.net (melon.pingpong.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id rlTLKe+jIWzo; Tue, 16 Nov 2010 08:38:04 +0100 (CET) Received: from [192.168.1.32] (citron.pingpong.net [195.178.173.66]) by melon.pingpong.net (Postfix) with ESMTPA id 474B15DDB; Tue, 16 Nov 2010 08:38:03 +0100 (CET) Date: Tue, 16 Nov 2010 08:38:02 +0100 From: Palle Girgensohn To: Jason Helfman , freebsd-ports@freebsd.org Message-ID: <89E39DA34D9EAD2AE23E0A20@girgBook.local> In-Reply-To: <20101115174427.297c2d78@eggman> References: <20101115174427.297c2d78@eggman> X-Mailer: Mulberry/4.0.8 (Mac OS X) Errors-To: girgen+uustuds@pingpong.net MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Subject: Re: postgresql patch 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, 16 Nov 2010 07:56:21 -0000 I'll check it out, but I believe a correct patch is not quite as simple, it needs some tuning when installing files as well, but I may be wrong. --On 15 november 2010 17.44.27 -0800 Jason Helfman wrote: > Hi, > > I was hoping you would be able to consider implementing this PR > (ports/113707) in all applicable versions if possible? > > This patch makes the postgresql_user a tunable variable. > > As it stands now, we are maintaining this internally due to this issue, > and would rather release internal maintainership for such a small issue. > ># diff files/postgresql.in.new files/postgresql.in.orig > 36c36 > < postgresql_user=${postgresql_user:-"pgsql"} > --- >> postgresql_user=pgsql > > This patch has been on "over to maintainer" since 2007, and was hoping > you would have a moment to look at this. > > Thanks so much, > Jason From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 12:08: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 819201065679 for ; Tue, 16 Nov 2010 12:08:19 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3ACD28FC15 for ; Tue, 16 Nov 2010 12:08:19 +0000 (UTC) Received: by gyg13 with SMTP id 13so256436gyg.13 for ; Tue, 16 Nov 2010 04:08:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :message-id; bh=2Ran0yNIAh2lw6bxeAs2/Z3wVbLzBtVoppRWQIE4iMY=; b=pJUni9jZOVJv9S3PTrb9ZkBr7Zgiur5CzhngJyBcIoUm3+3fZGPJdNEdwdxsqE9eQk ZgrQAgRbilqjj+odZgM6jN0PlzhbhxGJAXc0+6nuRqVw/W/EDOA6eNw7Bp8lTUVdSJxt 2EFZS1dku68knF6yDPAcFsrbhQLT24OOxHmG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; b=j+ibylQC3lIBdMuh/e8ytQ4rY690N4x+7NExbfP0136mWYP0GWXBUIaVNpCtupFQYP vfTUn5/lXhlTm3rKZ+K8zYL/9EILgfzKDi6XgwLzc+b+2kNcM10dyoO52MQdspx9JpGs 1ztPLQVTL7RpYwkiUkKWl9+a69ikk71u6AgGs= Received: by 10.42.218.136 with SMTP id hq8mr6385574icb.287.1289909280489; Tue, 16 Nov 2010 04:08:00 -0800 (PST) Received: from athena.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com [184.58.138.79]) by mx.google.com with ESMTPS id d21sm1042258ibg.9.2010.11.16.04.07.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 04:07:59 -0800 (PST) From: ajtiM To: freebsd-ports@freebsd.org Date: Tue, 16 Nov 2010 06:07:52 -0600 User-Agent: KMail/1.13.5 (FreeBSD/8.0-RELEASE-p4; KDE/4.5.3; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201011160607.52361.lumiwa@gmail.com> Subject: fpc 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, 16 Nov 2010 12:08:19 -0000 I tried to update fpc on FreeBSD 8.0-RELEASE-p5 #0 and I got: waiting for fetch&checksum for lang/fpc <<<====>ppc386-2.4.2-freebsd.tar.gz is spelled incoreeectly Error code 1 Thanks in advance. Mitja -------- http://jpgmag.com/people/lumiwa From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 12:34:10 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 5A2501065672; Tue, 16 Nov 2010 12:34:10 +0000 (UTC) (envelope-from endzed@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 A84E58FC0C; Tue, 16 Nov 2010 12:34:09 +0000 (UTC) Received: by bwz2 with SMTP id 2so556793bwz.13 for ; Tue, 16 Nov 2010 04:34:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:mime-version :subject:from:in-reply-to:date:content-transfer-encoding:message-id :references:to:x-mailer; bh=p3emWKq2V6rEMt5UCohNBSKv82ABhRJUWNg9lbcoFw0=; b=OmdqNWqpMTFF0Xkeo5JqMfPLX3+7Ar5Jsrnx7J6fPr57xpJbZcOMfXkUAnNa9eBxtc giqWt8PtPEuS180U5XiqvEyLi7K25PLZxOKw97D1xoYBTgNesTz+LEy8UuyLjlEdM4fk FbPW9KmPoEEcluMM0Y6/4WqK+AafYG6azPUnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer; b=hiPwW8rN+yM8bICeI5MMYeFm+mmSpeaWFk73/exbeG8MVCFd3F9YZfDkoGUxmkO8vv ner2ScXIjM/5puadIJzEEhcGxoEC+1tm0/tepo0+JIKH/oLcZHPYG4SlTOkaJ/PGDYC6 hQs+y73ROTYtfixLl8x4B7E8raxSpcn3aP42I= Received: by 10.204.115.73 with SMTP id h9mr408518bkq.173.1289908988407; Tue, 16 Nov 2010 04:03:08 -0800 (PST) Received: from [10.0.1.7] ([212.147.81.218]) by mx.google.com with ESMTPS id v1sm543900bkt.5.2010.11.16.04.03.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Nov 2010 04:03:07 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1082) From: endzed@gmail.com In-Reply-To: <1289520291.22576.5.camel@frosch.omx.ch> Date: Tue, 16 Nov 2010 13:03:04 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1242763051.5505.18.camel@frosch.omx.ch> <47e01da70905240107u6baf7e44pb9e46f8d6952de70@mail.gmail.com> <1277196339.16778.20.camel@ompc.insign.local> <1289520291.22576.5.camel@frosch.omx.ch> To: ports@freebsd.org, freebsd-questions X-Mailer: Apple Mail (2.1082) Cc: Subject: Re: [freebsd] pecl-imagick -> Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 12:34:10 -0000 Le 12 nov. 2010 =E0 01:04, Olivier Mueller a =E9crit : > Good evening, >=20 > On Tue, 2010-06-22 at 10:45 +0200, Olivier Mueller wrote: >> Problem: >>=20 >> [om@pandora ~]$ php -v -c /usr/local/etc/php.ini-production=20 >> PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48)=20 >> Copyright (c) 1997-2009 The PHP Group >> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies >> Segmentation fault: 11 (core dumped) >>=20 Here's what did it for me : remove the following lines from = /usr/ports/textproc/libxml2/files/patch-configure and rebuild+reinstall = libxml2 @@ -20678,6 +20679,8 @@ fi fi fi ;; + *freebsd*) THREAD_LIBS=3D"" + ;; esac if test "$WITH_THREADS" =3D "1" ; then THREAD_CFLAGS=3D"$THREAD_CFLAGS -D_REENTRANT" I found this somewhere but cannot remember the thread url = unfortunately... NZ= From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 14:17:49 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 542431065672 for ; Tue, 16 Nov 2010 14:17:49 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from omicron.omnis.ch (omicron.omnis.ch [62.48.3.130]) by mx1.freebsd.org (Postfix) with SMTP id 9E0458FC18 for ; Tue, 16 Nov 2010 14:17:48 +0000 (UTC) Received: (qmail 61403 invoked from network); 16 Nov 2010 14:17:46 -0000 Received: from [192.168.0.40] ([195.134.148.35]) by omicron.omnis.ch ([62.48.3.130]) with ESMTP via TCP; 16 Nov 2010 14:17:46 -0000 From: Olivier Mueller To: endzed@gmail.com, ports@freebsd.org, freebsd-questions In-Reply-To: References: <1242763051.5505.18.camel@frosch.omx.ch> <47e01da70905240107u6baf7e44pb9e46f8d6952de70@mail.gmail.com> <1277196339.16778.20.camel@ompc.insign.local> <1289520291.22576.5.camel@frosch.omx.ch> Content-Type: text/plain Date: Tue, 16 Nov 2010 15:17:46 +0100 Message-Id: <1289917066.5416.13.camel@frosch.omx.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, Andrey Slusar Subject: [solved] Re: [freebsd] pecl-imagick -> Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 14:17:49 -0000 Hello and thanks for your feedback! On Tue, 2010-11-16 at 13:03 +0100, endzed@gmail.com wrote: > >> [om@pandora ~]$ php -v -c /usr/local/etc/php.ini-production > >> PHP 5.3.2 with Suhosin-Patch (cli) (built: Jun 14 2010 18:11:48) > >> Copyright (c) 1997-2009 The PHP Group > >> Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies > >> Segmentation fault: 11 (core dumped) > >> > Here's what did it for me : > remove the following lines from /usr/ports/textproc/libxml2/files/patch-configure and rebuild+reinstall libxml2 > @@ -20678,6 +20679,8 @@ fi > fi > fi > ;; > + *freebsd*) THREAD_LIBS="" > + ;; > esac > if test "$WITH_THREADS" = "1" ; then > THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT" > I found this somewhere but cannot remember the thread url unfortunately... Brillant! It fixed the issue, many thanks. CC'ing both ports manager (pecl-imagick and libxml2). It would be nice if this could be fixed in the ports tree directly: are these patch lines still required by other packages? Regards, Olivier PS: something probably related is visable under http://forums.freebsd.org/archive/index.php/t-8965.html From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 14:49: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 408F61065674 for ; Tue, 16 Nov 2010 14:49:05 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 6C5988FC2B for ; Tue, 16 Nov 2010 14:49:04 +0000 (UTC) Received: (qmail 3846 invoked from network); 16 Nov 2010 14:22:22 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 16 Nov 2010 14:22:22 -0000 Message-ID: <4CE2939E.80903@FreeBSD.org> Date: Tue, 16 Nov 2010 15:22:22 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; it; rv:1.9.1.15) Gecko/20101105 SeaMonkey/2.0.10 MIME-Version: 1.0 To: Olivier Mueller References: <1242763051.5505.18.camel@frosch.omx.ch> <47e01da70905240107u6baf7e44pb9e46f8d6952de70@mail.gmail.com> <1277196339.16778.20.camel@ompc.insign.local> <1289520291.22576.5.camel@frosch.omx.ch> <1289917066.5416.13.camel@frosch.omx.ch> In-Reply-To: <1289917066.5416.13.camel@frosch.omx.ch> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, gnome@FreeBSD.org, endzed@gmail.com, Andrey Slusar , freebsd-questions Subject: Re: [solved] Re: [freebsd] pecl-imagick -> Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 14:49:05 -0000 Olivier Mueller ha scritto: > Brillant! It fixed the issue, many thanks. This is not the correct fix, the correct "fix" is to enable threads in php, using the appropriate OPTION. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 14:56: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 55E5C106564A for ; Tue, 16 Nov 2010 14:56:39 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from omicron.omnis.ch (omicron.omnis.ch [62.48.3.130]) by mx1.freebsd.org (Postfix) with SMTP id A22148FC1C for ; Tue, 16 Nov 2010 14:56:38 +0000 (UTC) Received: (qmail 38460 invoked from network); 16 Nov 2010 14:56:34 -0000 Received: from [192.168.0.40] ([195.134.148.35]) by omicron.omnis.ch ([62.48.3.130]) with ESMTP via TCP; 16 Nov 2010 14:56:34 -0000 From: Olivier Mueller To: Alex Dupre In-Reply-To: <4CE2939E.80903@FreeBSD.org> References: <1242763051.5505.18.camel@frosch.omx.ch> <47e01da70905240107u6baf7e44pb9e46f8d6952de70@mail.gmail.com> <1277196339.16778.20.camel@ompc.insign.local> <1289520291.22576.5.camel@frosch.omx.ch> <1289917066.5416.13.camel@frosch.omx.ch> <4CE2939E.80903@FreeBSD.org> Content-Type: text/plain Date: Tue, 16 Nov 2010 15:56:33 +0100 Message-Id: <1289919393.5416.23.camel@frosch.omx.ch> Mime-Version: 1.0 X-Mailer: Evolution 2.24.1.1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, anray@FreeBSD.org, freebsd-questions Subject: Re: [solved] Re: [freebsd] pecl-imagick -> Segmentation fault: 11 (core dumped) on php -i under freebsd 7.3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 14:56:39 -0000 Hi Alex, thanks for this even better feedback. On Tue, 2010-11-16 at 15:22 +0100, Alex Dupre wrote: > This is not the correct fix, the correct "fix" is to enable threads in > php, using the appropriate OPTION. Ok, so probably this one: LINKTHR=off (default) "Link thread lib (for threaded extensions)" -> on Is there any chance this will have other consequences (problems, incompatibilities with other php/pecl extensions) ? Or why is this off by default ? This should at least be checked when installing pecl-imagick, and I presume it will happen sometime as there is already PR about this case: http://www.freebsd.org/cgi/query-pr.cgi?pr=150996 Thanks again for your input & regards, Olivier From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 15:20: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 8EAEE106575A for ; Tue, 16 Nov 2010 15:20:15 +0000 (UTC) (envelope-from sorem-real-atualcard@sorem.onda.com.br) Received: from sorem.onda.com.br (sorem.onda.com.br [200.195.197.42]) by mx1.freebsd.org (Postfix) with ESMTP id EA02A8FC0C for ; Tue, 16 Nov 2010 15:20:14 +0000 (UTC) Received: by sorem.onda.com.br (Postfix, from userid 0) id D7C9B22583E9; Tue, 16 Nov 2010 12:52:02 -0200 (BRST) To: freebsd-ports@freebsd.org From: REVENDA BRINDES Content-Transfer-Encoding: 7bit X-SOREM-Campaign-ID: 38_309343001289916828 X-Mailer: SOREM Message-Id: <20101116145202.D7C9B22583E9@sorem.onda.com.br> Date: Tue, 16 Nov 2010 12:52:02 -0200 (BRST) MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Chaveiro Moto por 0,39 e Canetas por 0,67 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: REVENDA BRINDES List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 15:20:15 -0000 [1]REVENDABRINDES.COM.BR [2]REVENDABRINDES.COM.BR [3]Chaveiro Metálico Anzol por R$ 0,96 cada [4]Chaveiro de moto por R$ 0,39 cada [5]Canetas Plásticas impressas em uma cor por R$0,67 cada [6]REVENDABRINDES.COM.BR [7]VÁRIAS FORMAS DE PAGAMENTO Caso você não queira receber nossas mensagens, [8]clique aqui que seu e-mail será retirado imediatamente de nossa lista. References 1. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br 2. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br 3. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br/produto/info/16/chaveiros-metalicos-1-cod-108-mosquetao-cromado.html 4. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br/produto/lista/36/moto.html 5. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br 6. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br/produto/lista/6/plasticas.html 7. http://sorem.onda.com.br/sorem/click.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.revendabrindes.com.br 8. http://sorem.onda.com.br/sorem/optout.php?s=94275876c08c3d230eb03f62e099a967&e=9c4c216a02099a624a2f548e8820b2f0&u=http://www.ondaexpress.com.br From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 15:48:11 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 949421065675 for ; Tue, 16 Nov 2010 15:48:11 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 73D4E8FC0A for ; Tue, 16 Nov 2010 15:48:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 2708A1715B; Tue, 16 Nov 2010 10:48:11 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1289922490; bh=bMQinKmQqomelVV3qz3PdX+/jwEaJNrOD8PUGUDn4jE=; b= I0+B4x6WzcBbKuWCahC29watvmF5UQsfjWtg6TJFz4jiz+b4Qp8Nrul1chN5PGul EtHDfkPwgt23HM+KD49dRvS1HtIz+9nMn9ChcB5CBMdcpBBAK3rKr7Z10tQYU53M FzAd6Zh1i04XF1XT79y7/xYOLK4thZM9kdfHZ61+p9w= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id W7gFkcmGZp4z; Tue, 16 Nov 2010 10:48:10 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 6C8D817157; Tue, 16 Nov 2010 10:48:09 -0500 (EST) Date: Tue, 16 Nov 2010 10:48:07 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101116154807.GD19734@magic.hamla.org> References: <201011160607.52361.lumiwa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201011160607.52361.lumiwa@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: acm@FreeBSD.org Subject: Re: fpc X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 15:48:11 -0000 [ maintainer copied ] On Tue, 2010-11-16 at 06:07:52 -0600, ajtiM wrote: > I tried to update fpc on FreeBSD 8.0-RELEASE-p5 #0 and I got: > waiting for fetch&checksum for lang/fpc <<<====>ppc386-2.4.2-freebsd.tar.gz is > spelled incoreeectly > Error code 1 The SHA256 entry in distinfo needs to be tweaked: -SHA256 (ppc386-2.4.2-freebsd.tar.gz) ... +SHA256 (freepascal/ppc386-2.4.2-freebsd.tar.gz) ... QAT did not catch this because its ARCH=amd64. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 16:45: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 AFA131065674 for ; Tue, 16 Nov 2010 16:45:49 +0000 (UTC) (envelope-from acardenas@bsd-peru.org) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4B8488FC28 for ; Tue, 16 Nov 2010 16:45:48 +0000 (UTC) Received: by ewy3 with SMTP id 3so409288ewy.13 for ; Tue, 16 Nov 2010 08:45:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.25.9 with SMTP id y9mr339146wey.83.1289924267544; Tue, 16 Nov 2010 08:17:47 -0800 (PST) Sender: acardenas@bsd-peru.org Received: by 10.216.155.210 with HTTP; Tue, 16 Nov 2010 08:17:47 -0800 (PST) In-Reply-To: <20101116154807.GD19734@magic.hamla.org> References: <201011160607.52361.lumiwa@gmail.com> <20101116154807.GD19734@magic.hamla.org> Date: Tue, 16 Nov 2010 11:17:47 -0500 X-Google-Sender-Auth: kpun9hMYJB3XYg5HyFS4UcZS1iQ Message-ID: From: =?ISO-8859-1?Q?Alonso_C=E1rdenas_M=E1rquez?= To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: fpc X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: acm@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 16:45:49 -0000 2010/11/16 Sahil Tandon > [ maintainer copied ] > > On Tue, 2010-11-16 at 06:07:52 -0600, ajtiM wrote: > > > I tried to update fpc on FreeBSD 8.0-RELEASE-p5 #0 and I got: > > waiting for fetch&checksum for lang/fpc > <<<====>ppc386-2.4.2-freebsd.tar.gz is > > spelled incoreeectly > > Error code 1 > > The SHA256 entry in distinfo needs to be tweaked: > > -SHA256 (ppc386-2.4.2-freebsd.tar.gz) ... > +SHA256 (freepascal/ppc386-2.4.2-freebsd.tar.gz) ... > > QAT did not catch this because its ARCH=amd64. > > -- > Sahil Tandon > Fixed!! Thanks ACM From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 17:11: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 8DF5E1065670; Tue, 16 Nov 2010 17:11:39 +0000 (UTC) (envelope-from mezz.freebsd@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 582248FC22; Tue, 16 Nov 2010 17:11:39 +0000 (UTC) Received: by pvc22 with SMTP id 22so226591pvc.13 for ; Tue, 16 Nov 2010 09:11:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:received :in-reply-to:references:date:message-id:subject:from:to:cc :content-type; bh=3VtT3Vfmn8Ad1qHXAVk9wmV8nSWZtdYroD/VUZOJi6E=; b=OH3CegKC0asBTSxbSyLzM+7a4LpOyodcGuYe1StOwkiqkvkCov09+9fhs8CIeQs6g+ ZwzCsXkCLrqll1I/Tp1AomNNK4wSHOvFtKw4O/dL98ZoWb9sfHyed2g5XYYIpP9jZYX7 egYec35y1gtTVVQR+SF9CJhsJJflrHOMyf9C0= 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=LEMJYIDXWxpnYrSdtW8fFYFws8iBv9u++LbXiIidPrQ3jmhSp+mcXYFW9Sp1CjfQZW Uw8GpWxQyh4X7YtsKy3Cpm/M/ECBX5wywbRFTt5N8fmKda7c6k6feKbE85x5Lexvzqka 0NV7H6eqGSEl/2Lsu0F+V7JHBuWeG2NE2MyL0= MIME-Version: 1.0 Received: by 10.223.102.141 with SMTP id g13mr1085346fao.133.1289927495850; Tue, 16 Nov 2010 09:11:35 -0800 (PST) Received: by 10.223.93.139 with HTTP; Tue, 16 Nov 2010 09:11:35 -0800 (PST) Received: by 10.223.93.139 with HTTP; Tue, 16 Nov 2010 09:11:35 -0800 (PST) In-Reply-To: References: <000501cb70fe$e89a6df0$b9cf49d0$@ru> Date: Tue, 16 Nov 2010 11:11:35 -0600 Message-ID: From: Jeremy Messenger To: =?KOI8-R?B?98HEyc0g8MXU0tHF1w==?= Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, mezz@freebsd.org Subject: Re: FreeBSD Port: transmission-daemon-2.04_1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 17:11:39 -0000 I will update it to 2.12 in this week. Cheers, Mezz On Oct 22, 2010 8:15 PM, "Jeremy Messenger" wrote: > 2010/10/21 =F7=C1=C4=C9=CD =F0=C5=D4=D2=D1=C5=D7 : >> Hello! >> >> >> >> Transmission was two times released after version 2.04 >> https://trac.transmissionbt.com/roadmap?show=3Dcompleted >> >> 10 October released 2.10 and 17 October released 2.11 >> >> May be you need some help for port maintenance? >> >> As I understand, this port require only one patch changes - because patched >> libtransmission/fdlimit.c changed. > > I am not commit the update yet. Transmission have a bad history of > release version that isn't stable enough as you can see they already > have 2.11 in a very short peroid. I am able to reproduce a few of > problems in 2.10 and 2.11. The 2.12 might be released sometimes soon > (just a guess), so I will see how it goes. > > Cheers, > Mezz > >> Good luck, Vadim > > > -- > mezz.freebsd@gmail.com - mezz@FreeBSD.org > FreeBSD GNOME Team > http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 17:33:32 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 8FB1010656A3 for ; Tue, 16 Nov 2010 17:33:32 +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 12B2C8FC26 for ; Tue, 16 Nov 2010 17:33:31 +0000 (UTC) Received: from middenheim.hoster.bg (middenheim.hoster.bg [77.77.142.11]) by erengrad.hoster.bg (Postfix) with ESMTP id D9D35DC9FC for ; Tue, 16 Nov 2010 19:02:09 +0200 (EET) Received: from straylight.ringlet.net (nat125.cnsys.bg [85.95.80.125]) (Authenticated sender: roam@hoster.bg) by mail.hoster.bg (Postfix) with ESMTP id 3ABCF5C4F1 for ; Tue, 16 Nov 2010 19:02:04 +0200 (EET) Received: from roam (uid 1000) (envelope-from roam@ringlet.net) id 416009 by straylight.ringlet.net (DragonFly Mail Agent) Tue, 16 Nov 2010 19:02:03 +0200 Date: Tue, 16 Nov 2010 19:02:03 +0200 From: Peter Pentchev To: jhell Message-ID: <20101116170202.GH3895@straylight.ringlet.net> Mail-Followup-To: jhell , FreeBSD Ports , doconnor@gsoft.com.au References: <4CDF6DE1.1000006@DataIX.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UPT3ojh+0CqEDtpF" Content-Disposition: inline In-Reply-To: <4CDF6DE1.1000006@DataIX.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-MailScanner-ID: 3ABCF5C4F1.27729 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: ports@freebsd.org X-Spam-Status: No Cc: FreeBSD Ports , doconnor@gsoft.com.au Subject: Re: Conflict between netpipes-4.2 and timelimit-1.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 17:33:32 -0000 --UPT3ojh+0CqEDtpF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 14, 2010 at 12:04:33AM -0500, jhell wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 >=20 > The above two listed ports have a conflict with the installed binary > '/usr/local/bin/timelimit' but do not list each-other as a conflict and > should be adjusted to reflect the conflict with one-another. >=20 > $ pkg_info -qW /usr/local/bin/timelimit > pkg_info: both netpipes-4.2 and timelimit-1.7 claim to have installed > /usr/local/bin/timelimit >=20 > This could also be said for its manual pages as well. >=20 > After removing the timelimit-1.7 package and then upgrading netpipes-4.2 >=20 > =3D=3D=3D>>> Creating a backup package for old version netpipes-4.2 > tar: man/man1/timelimit.1.gz: Cannot stat: No such file or directory > tar: bin/timelimit: Cannot stat: No such file or directory > tar: Error exit delayed from previous errors. > pkg_create: make_dist: tar command failed with code 256 > =3D=3D=3D>>> Package creation failed for netpipes-4.2! >=20 >=20 > Though the functionality provided by both timelimit commands are > fundamentally the same, timelimit-1.7 offers quite a bit more control > over the one that ships with netpipes-4.2 without the need to install > files like 'faucet' that may act as a network server. Would it be > possible to install the netpipes version of timelimit binary as > timelimit-4.2 instead ? or maybe another name so these can coexist ? I'm glad that you think that timelimit's functionality is better than that of its netpipes equivalent, but if others don't share that opinion, I could change the port so that the user may specify a program prefix at build time. Still, I'd prefer to leave the default prefix empty :) > *** > As well, timelimit-1.7 would be a great candidate for import into world > since it is your e-std 2 clause BSD license and a 3 file compile. ;) And > if noone else wants to maintain it in tree then ill volunteer. > *** Oh! Of course, I, as the upstream author, would only be flattered if people were to decide that timelimit is fit to enter the FreeBSD base system :) And certainly I would be willing to maintain it myself in that case; still, thanks a lot for the offer, and a helping hand or three could never be too much :) 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 I am the thought you are now thinking. --UPT3ojh+0CqEDtpF 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) iQIcBAEBCAAGBQJM4rkGAAoJEGUe77AlJ98TO+kP/0LMiDby4ZAtCsdt7P317JiU o5QA6g9ymcuZbTcbP1Oe8WAq9oAGn2A9/t0ew0gmzSPZtzrmDhfOIKzmDv1XfsHV LC/LCvJYGVCRZJ0kPjk8fPNCDJFC5iQReE6kc0jO6bBwJA1Rvz7ii0x1ck9BOQHk G8sl1teWT+Kl4Rd3rsYTCRqyPCUZ5NIkGlsnQoms7c68u5D11Dk8pJCE6hekAEqy FTThu/FhDAdig1a7Rmip6sf/NLjbnTLcTsw7IJbDWaHfIW1mijG2fKZ779gMcKnx /pjNH8PXXE5X7wMDufNT40maAfXm/D9PrpZkC57SHYlGwwWFlqogiBQLcrXPTUR1 b9qoJz4YtIeP8c0nwSVgShIOrK5Bxl7vU3vL14L5ZIIZ6HAb4WWuoTq6jhDMQuy8 bJzI7dlgXgjYw+buj+mLP6EZ+FQ9rzarKvN27Z/+s3mHuMRmtOULtg83RRRZUlzt fuJAPN2msPxm1ydXgKOsgiO7GVSEwAWXCgjB1WhB/Ft8cGY1eT+AoPDmxM/fGTEB UwV/upp8v03rIjzqsxrZ3aE+6V8qV0wxukYHFLKX81G2F3nLsOKqQCq/rvhr9STg glCOM3HJ9UsCbx6M0cmdF0NSWFLYXfdbWereOTOtNo18TvPDcTJK2AySoEhKtoCq I1dcaU+Pb9GjgDyqRG1C =CtUP -----END PGP SIGNATURE----- --UPT3ojh+0CqEDtpF-- From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 17:43: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 6F73B1065674 for ; Tue, 16 Nov 2010 17:43:05 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 4D2918FC29 for ; Tue, 16 Nov 2010 17:43:05 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 1269A7436DE for ; Tue, 16 Nov 2010 09:43:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= user-agent:content-disposition:content-type:content-type :mime-version:message-id:subject:subject:from:from:date:date :received:received:received; s=ee; t=1289929384; x=1291743784; bh=emsBwfdheqIgQCP8slENx9ojeVbuMkDdZiBxgXZesPI=; b=YiJz5mPOkXnE XXz7iZIhqMizx7et5l6t6mgAV9UXxot+cg1/BGorfVSBMqVCDkxNzdqIhI3u2Lcy rXkL/cSEuhs6x2rGYsHmj+TcM+osjMjT5NWTdlMSy2SM5UdP6lEgG6Qfa1bbXFGT AlFj4b9WBN7Fp6Sw1myrg6nfBxc65Vw= 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 5UO2UJMwUpl5 for ; Tue, 16 Nov 2010 09:43:04 -0800 (PST) Received: from eggman.experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id C2F647436DB for ; Tue, 16 Nov 2010 09:43:04 -0800 (PST) Received: (nullmailer pid 15344 invoked by uid 1001); Tue, 16 Nov 2010 17:40:04 -0000 Date: Tue, 16 Nov 2010 09:40:04 -0800 From: Jason Helfman To: freebsd-ports@freebsd.org Message-ID: <20101116174004.GC15151@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline X-Operating-System: FreeBSD 8.1-RELEASE X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Subject: this is a test, can't send anything to @freebsd.org 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, 16 Nov 2010 17:43:05 -0000 sorry for the noise From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 18:00: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 9F414106566C for ; Tue, 16 Nov 2010 18:00:18 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6B52E8FC0A for ; Tue, 16 Nov 2010 18:00:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 0F3D3170F7 for ; Tue, 16 Nov 2010 13:00:18 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1289930417; bh=cw3DXOTlyIj1G3z6qhVvnwQUGRfQvVbSvfkPIwVv+tA=; b= jtK86e7om+GK2W9ctsPzqIVZotWbv26rpNmoROK6jW3xlEvneR21Uzr0V4A2PQpn cxhJcpjaG7NWu6uHy9X5V3rediiiqyRNTCwPyiexlB1nVBjlpxyE/+/5DuA/W7Ww ydCJxEn039Q9Vvf3bNbtOcNvj8XnUQdjtL3iDbSP96w= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id 2CVN-ax995cY for ; Tue, 16 Nov 2010 13:00:17 -0500 (EST) Received: from magic.hamla.org (ool-457537c0.dyn.optonline.net [69.117.55.192]) by spartan.hamla.org (Postfix) with ESMTPSA id 3449B170D7 for ; Tue, 16 Nov 2010 13:00:16 -0500 (EST) Date: Tue, 16 Nov 2010 13:00:13 -0500 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20101116180013.GA19978@magic.hamla.org> References: <20101116174004.GC15151@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101116174004.GC15151@eggman.experts-exchange.com> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: this is a test, can't send anything to @freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 18:00:18 -0000 On Tue, 2010-11-16 at 09:40:04 -0800, Jason Helfman wrote: > sorry for the noise Please don't do this; next time, use freebsd-test@freebsd.org. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 18:02: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 8FD4F1065675 for ; Tue, 16 Nov 2010 18:02:24 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 6AD798FC12 for ; Tue, 16 Nov 2010 18:02:24 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 23178743711 for ; Tue, 16 Nov 2010 10:02:24 -0800 (PST) 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= 1289930544; x=1291744944; bh=S95RdF9obu4O2dgMaQ9QPQrnK1c5WQO3WPP vqcR357o=; b=qTzFmw7GArviityZvdBTPFNa5+yWtIpe6lRg2TD4xxCx2f0y8tb KywlNHTRiCjSlIe+ZGo9cXS3cSck/Xvi15lGkrE/yrYvUIIevXGYZsswiSwbtqxT Tukr4O+tDN5Vr2vs2XfUxrmbKijfUgT5bivDSrT3/PYf7y0fux8WY0bY= 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 ia91D7LDgyBj for ; Tue, 16 Nov 2010 10:02:24 -0800 (PST) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id ECA7B7436F5 for ; Tue, 16 Nov 2010 10:02:23 -0800 (PST) Received: (nullmailer pid 15540 invoked by uid 1001); Tue, 16 Nov 2010 17:59:24 -0000 Date: Tue, 16 Nov 2010 09:59:24 -0800 From: Jason Helfman To: freebsd-ports@FreeBSD.org Message-ID: <20101116175924.GA15514@eggman.experts-exchange.com> References: <20101116174004.GC15151@eggman.experts-exchange.com> <20101116180013.GA19978@magic.hamla.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20101116180013.GA19978@magic.hamla.org> X-Operating-System: FreeBSD 8.1-RELEASE X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: this is a test, can't send anything to @freebsd.org 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, 16 Nov 2010 18:02:24 -0000 On Tue, Nov 16, 2010 at 01:00:13PM -0500, Sahil Tandon thus spake: >On Tue, 2010-11-16 at 09:40:04 -0800, Jason Helfman wrote: > >> sorry for the noise > >Please don't do this; next time, use freebsd-test@freebsd.org. Yes. I've been told, and would've however I never knew about that list. > >-- >Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 21:32: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 8FEF21065672 for ; Tue, 16 Nov 2010 21:32:02 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id 421B08FC12 for ; Tue, 16 Nov 2010 21:32:01 +0000 (UTC) Received: by qyk32 with SMTP id 32so1519889qyk.13 for ; Tue, 16 Nov 2010 13:32:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=9n17ktYMfuVKO4HmXiJN7bv3U2znEHDwIe76nKBwO+A=; b=bbkeLwAtzqdMab4tVjB3ClVzopGBxpkh39VK6A97uOd3BuzfuSSo+gABuRNsuWmshI JK0U01ybuDD+EzKQlwP9/brIt8Abt+nDyv+y9tsTUHTlBFowMYxqQZW67T/LD3thdjps sxx3EjBAbNsj+faWCszjpTBnUprjIW5xbDxDo= 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=aws6WxA78Pc1aR45ZkyhKyfhkgtJQu0eNsgj5qmQbDaCVeHqVSlEQG8xDgDEL9DplM 1AvHX4/8y0xKnon5U6VfXa6p5M9/4wFKulvx5CWm/vgUHQMkvIdSr7LQX1yv49tyooIS kKuHFtPN696c8AhHsINq5id1ONTNO9jlaKH6E= MIME-Version: 1.0 Received: by 10.229.89.202 with SMTP id f10mr6741572qcm.212.1289943121400; Tue, 16 Nov 2010 13:32:01 -0800 (PST) Received: by 10.229.231.81 with HTTP; Tue, 16 Nov 2010 13:32:01 -0800 (PST) In-Reply-To: References: Date: Tue, 16 Nov 2010 22:32:01 +0100 Message-ID: From: Christer Solskogen To: Joseph Yeager Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports Subject: Re: (no subject) 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, 16 Nov 2010 21:32:02 -0000 On Tue, Nov 16, 2010 at 10:23 PM, Joseph Yeager wrote= : > I was able to get it to happen again.=A0 What I did was wipe out the shar= ed > ports tree, then re-populate it with portsnap.=A0 I then compiled openlda= p > using it with no issue, however when I attempted to compile samba, I got = the > same problem I had with apache.=A0 I disregarded the original error as I > couldn't find anything referencing the failed port.=A0 Instead I ran a > portupgrade again and the following is what came up: And you are able to build that on the host, but not in a jail? Could you go to /usr/ports/devel/p5-Locale-gettext and run "make clean all install" and send the log of both the jailhost and jail? --=20 chs, From owner-freebsd-ports@FreeBSD.ORG Tue Nov 16 23:58:42 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA6B9106566C; Tue, 16 Nov 2010 23:58:42 +0000 (UTC) (envelope-from QAT@FeeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 88CEF8FC17; Tue, 16 Nov 2010 23:58:42 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 5615922C5433; Wed, 17 Nov 2010 01:58:40 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id E922B5A98D6; Tue, 16 Nov 2010 15:58:38 -0800 (PST) From: QAT@FreeBSD.org To: Steven Kreuzer In-Reply-To: <201011162355.oAGNtfZv020271@repoman.freebsd.org> References: <201011162355.oAGNtfZv020271@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: biology/wise X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/wise-2.2.0.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101116235838.E922B5A98D6@jester1b.ixsystems.com> Date: Tue, 16 Nov 2010 15:58:38 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/biology/wise 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: Tue, 16 Nov 2010 23:58:43 -0000 biology/wise, 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 Wed Nov 17 00:15:53 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 A8B3E10656A4 for ; Wed, 17 Nov 2010 00:15:53 +0000 (UTC) (envelope-from vk7rb@internode.on.net) Received: from mail.internode.on.net (bld-mail13.adl6.internode.on.net [150.101.137.98]) by mx1.freebsd.org (Postfix) with ESMTP id DA2AA8FC22 for ; Wed, 17 Nov 2010 00:15:52 +0000 (UTC) Received: from iiViewPC (unverified [118.208.251.231]) by mail.internode.on.net (SurgeMail 3.8f2) with ESMTP id 46872372-1927428 for ; Wed, 17 Nov 2010 10:30:47 +1030 (CDT) Message-ID: From: "Robert McKenzie" To: Date: Wed, 17 Nov 2010 11:00:47 +1100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3502.922 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3502.922 X-Mailman-Approved-At: Wed, 17 Nov 2010 00:20:12 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Firebird20-client 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, 17 Nov 2010 00:15:53 -0000 Sir, This is just a quick email to let you know that I am having trouble = getting Firebird20-client to build and it is failing with an error to do = with fcns.h. After doing some poking around I found that in the generated fcns.h = file, there was a statement at the end of the file that included = =E2=80=9CVI_]ERO=E2=80=9D but when I changed the =E2=80=9C]=E2=80=9D to = a =E2=80=9CZ=E2=80=9D even though it said =E2=80=9Cdon net edit=E2=80=9D = and reran the make, it all worked out as it should so for some reason = =E2=80=9CVI_ZERO=E2=80=9D is not being generated properly in fcns.h. If there is anything I can do help find where the problem is I would be = only too happy to help. Also, that particular system is running FreeBSD 6. Regards, Robert McKenzie. From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 09:54:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7C5B1065674 for ; Wed, 17 Nov 2010 09:54:41 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id E51838FC1E for ; Wed, 17 Nov 2010 09:54:40 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 747E334D449; Wed, 17 Nov 2010 09:54:34 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Wed, 17 Nov 2010 09:54:33 +0000 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.5.3; amd64; ; ) X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201011170954.34350.david@vizion2000.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: multimedia/vlc compile error with latest upgrade 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, 17 Nov 2010 09:54:42 -0000 Hi Does anyone know how to fix this one Thanks in advance david gmake[6]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc/xml' gmake[5]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc/xml' gmake[5]: Entering directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc' CC libfreetype_plugin_la-freetype.lo CC libgnutls_plugin_la-gnutls.lo CC libinhibit_plugin_la-inhibit.lo CC libxdg_screensaver_plugin_la-xdg.lo inhibit/xdg.c: In function 'Thread': inhibit/xdg.c:119: warning: unused variable 'argv' CC libxscreensaver_plugin_la-xscreensaver.lo freetype.c: In function 'Create': freetype.c:388: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness freetype.c:389: warning: pointer targets in passing argument 3 of 'FcPatternAddString' differ in signedness freetype.c:409: warning: passing argument 4 of 'FcPatternGetString' from incompatible pointer type freetype.c:350: warning: unused variable 't2' freetype.c: In function 'LoadFontsFromAttachments': freetype.c:544: warning: 'vlc_object_find' is deprecated (declared at ../../include/vlc_objects.h:74) CC libaudioscrobbler_plugin_la-audioscrobbler.lo inhibit/xscreensaver.c:55: error: expected specifier-qualifier-list before 'posix_spawn_file_actions_t' inhibit/xscreensaver.c: In function 'Activate': inhibit/xscreensaver.c:91: error: implicit declaration of function 'posix_spawn_file_actions_init' inhibit/xscreensaver.c:91: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:94: error: implicit declaration of function 'posix_spawn_file_actions_adddup2' inhibit/xscreensaver.c:94: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:95: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:96: error: implicit declaration of function 'posix_spawn_file_actions_addclose' inhibit/xscreensaver.c:96: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:98: error: 'vlc_inhibit_sys_t' has no member named 'nullfd' inhibit/xscreensaver.c:101: error: implicit declaration of function 'posix_spawnattr_init' inhibit/xscreensaver.c:101: error: 'vlc_inhibit_sys_t' has no member named 'attr' inhibit/xscreensaver.c:103: error: implicit declaration of function 'posix_spawnattr_setsigmask' inhibit/xscreensaver.c:103: error: 'vlc_inhibit_sys_t' has no member named 'attr' inhibit/xscreensaver.c: In function 'Deactivate': inhibit/xscreensaver.c:117: error: 'vlc_inhibit_sys_t' has no member named 'nullfd' inhibit/xscreensaver.c:118: error: 'vlc_inhibit_sys_t' has no member named 'nullfd' inhibit/xscreensaver.c:119: error: implicit declaration of function 'posix_spawnattr_destroy' inhibit/xscreensaver.c:119: error: 'vlc_inhibit_sys_t' has no member named 'attr' inhibit/xscreensaver.c:120: error: implicit declaration of function 'posix_spawn_file_actions_destroy' inhibit/xscreensaver.c:120: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c: In function 'Execute': inhibit/xscreensaver.c:133: warning: unused parameter 'p_ih' inhibit/xscreensaver.c:133: warning: unused parameter 'argv' gmake[5]: *** [libxscreensaver_plugin_la-xscreensaver.lo] Error 1 gmake[5]: *** Waiting for unfinished jobs.... gmake[5]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules/misc' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-1.1.5' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/multimedia/vlc. *** Error code 1 Stop in /usr/ports/multimedia/vlc. Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations & Systems Adminstrator for the vizion2000.net network From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 15:22: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 4880E106564A; Wed, 17 Nov 2010 15:22:14 +0000 (UTC) (envelope-from baptiste.daroussin@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 E918C8FC1C; Wed, 17 Nov 2010 15:22:13 +0000 (UTC) Received: by gxk9 with SMTP id 9so1173195gxk.13 for ; Wed, 17 Nov 2010 07:22:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=GNGiK9kwJ3GFeBrZZzwd/a29L5KG9yCuj58XO+rBkzY=; b=ubLO8G9agiIMdqb7NIs1XR/0LpYkiEzPq+1NUpnFh39uh6oZ2WNzCgCWgvqp+ajY+/ 3H0a2XBQCddrdlcHoCGgiOrV4L8glXvISU/DhZj8AkAjWKf7f1MEx9U+OitgQ8k64PP7 ZD68aXqQE3IlPFsGeTpbFY5kUCSRGwFXKVjHs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SbFMFwKaEbQyJSNN/hF/6dP9XQdYK7lD09BCWoWMn3whZF28KT/5bl3fcwSd4Rm4bl o7r7aMmn3rt9mG/aXiYXCqlLWblPu+ROeSDdqUGNaD9o3IdhK9MHsUHiWtu2cFC8gaR3 n5gEcmyttzdOcDp+TFisd37UzHnIyH3W9/5Mc= MIME-Version: 1.0 Received: by 10.231.17.1 with SMTP id q1mr7134040iba.153.1290005893644; Wed, 17 Nov 2010 06:58:13 -0800 (PST) Received: by 10.231.180.164 with HTTP; Wed, 17 Nov 2010 06:58:13 -0800 (PST) Date: Wed, 17 Nov 2010 15:58:13 +0100 Message-ID: From: Baptiste Daroussin To: freebsd-ports@freebsd.org, portmgr@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: [PATCH] Proposal for a new option framework 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, 17 Nov 2010 15:22:14 -0000 Hi all, I'd like to expose you a new proposal for the framework option. First the problem with the actual situation. the option framework has some problems : - for a given option we have two variable : WITH_OPT WITHOUT_OPT only having to check one will be great. - the option framework isn't consistent : if you set a WITH_BLA in /etc/make.conf, make config doesn't mind about it for example. So here is my proposal and a patch that implements it : for porters : 3 types of options : simple, group and list - simple options are the same as the current options (ie user can activate what ever they wants) - group options are options where at least one has to be set (1-N) - list options are options where only one has to be set and only one can be set (exclusive options) a maintainer can defined them it the ports and some can be defined system wide. every options can have a description but this is not mandatory. maintainer can set default options (DEFAULT_OPTS) and remove global options that the ports doesn't support yet OPTS_RM. in a ports how to define them like this OPTS= OPT1 OPT2 OPT3 OPTS_GROUP= GRP1 GRP2 OPTS_GROUP_GRP1= OPT4 OPT5 OPTS_GROUP_GRP2= OPT6 OPT7 OPTS_LIST= LIST1 OPTS_LIST_LIST1= OPT8 OTP9 OPT10 DEFAULT_OPTS= OPT2 OPT3 OPT9 OPT7 OPT8 OPT4 OPTS_RM= NLS NOPORTDOCS to define a desciption for a given option : OPT1_DESC= "Description of my option" make showoptions will present all the options and their descriptions : ===> The following configuration options are available: OPT1=off: Description of my option OPT2=on OPT3=on ====> Options available for the group GRP1: you have to choose at least one of them OPT4=on OPT5=off ====> Options available for the group GRP2: you have to choose at least one of them OPT6=off OPT7=on ====> Options available for the group LIST1: you have to select only one of them OPT8=on OPT9=off OPT10=off a user can set in make.conf global options for the whole ports : OPTS_SET= OPT1 OPT3 of unset them system wide OPTS_UNSET= OPT10 OPT15 per port options can be specified in two ways for a given ports : through /etc/make.conf: ${UNIQUENAME}_OPTS_SET= OPT1 ${UNIQUENAME}_OPTS_UNSET= OPT2 for zsh it would be: zsh_OPTS_SET= OPT1 zsh_OPTS_UNSET= OPT2 through /var/db/ports/${UNIQUENAME}/opts (in case we add a dialog like feature) OPTS_SET= OPT1 OPTS_UNSET= OPT2 The framework check how the options are set in the following way : 1/ set the default options has wanted by the maintainer 2/ override them using the system wide options (OPTS_(UN)SET) 3/ the per ports defined options in /var/db/ports/${UNIQUENAME}/opts 4/ the per ports defined options in make.conf ${UNIQUENAME}_OPTS_(UN)SET We can maintain some generic options descriptions like it is done in the KNOBS for the maintainer to check if an option is set or not, we do not need to choose between WITHOUT ou WITH option the options as to be checked that way: if !empty(PORTS_OPTS:MOPT1) @${ECHO_CMD} " the options OPT1 is set" .else @${ECHO_CMD} "the options OPT2 is not set" .endif the framework check (check-options) for the consitency for the options set (exclusive options and 1-n option) In the patch nothing is activated by default (user has make check-options himself currently) there is nothing to create /var/db/ports/${UNIQUENAME}/opts it don't really like having a gui for that but I understand some prefers and I am checking how to make dialog4ports able to do the job. The new framework can live with the old one The implementation is really really simple. In the implementation I added 3 global options: NOPORTDOCS NOPORTDATA NOPORTEXAMPLES Variable names are temporary if you have better ideas :) I think it is quite easy to extend to add features later. http://people.freebsd.org/~bapt/ports-newopts.patch regards, Bapt From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 18:42:31 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2B09106566B for ; Wed, 17 Nov 2010 18:42:31 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 551BF8FC1E for ; Wed, 17 Nov 2010 18:42:31 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id 890E42210E34 for ; Wed, 17 Nov 2010 21:42:29 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1290019349; bh=WY/M8F8icJo6ZCs+aEbFHn2GlgXqa7QyNmonaFFdIqY=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=a0r1X0SzWhNhF+3uHnKM11EUh4X0oTwwd3FLCxd61azcX2r+7DnNdRoXYzg7MtMYk A1tWnWxHaNVU3dZBwygJ2xW9f0QpNw/+vxCYPl++piVGrYk68Dq30S1aQGENGQGc/7 HbqY2tfO2VoIiVqsCieXiFmyFYa+x7UwdhWzN3Ys= Received: from smeshariki2.local (unknown [77.66.145.223]) by smtp12.mail.yandex.net (Yandex) with ESMTPSA id 5DD5813E808A for ; Wed, 17 Nov 2010 21:42:29 +0300 (MSK) Message-ID: <4CE42208.6040207@yandex.ru> Date: Wed, 17 Nov 2010 21:42:16 +0300 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: pixman update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 18:42:31 -0000 Hi! Xorg could not start after pixman update. It exists with: """ Fatal server error: xf86OpenPccons: CONSOLE_X_MODE_OFF failed (Inappropriate ioctl for device) Was expecting pccons driver with X support Check your kernel's console driver configuration and /dev entries """ All is now fine after x11-servers/xorg-server rebuilding. Shuldn't we bump PORTREVISION for xorg-server? -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 20:00: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 2101B10656B0 for ; Wed, 17 Nov 2010 20:00:24 +0000 (UTC) (envelope-from gcr+freebsd-ports@tharned.org) Received: from roadkill.tharned.org (roadkill.tharned.org [75.145.12.185]) by mx1.freebsd.org (Postfix) with ESMTP id 26ACD8FC14 for ; Wed, 17 Nov 2010 20:00:11 +0000 (UTC) Received: from roadkill.tharned.org (11008@roadkill.tharned.org [75.145.12.185]) (authenticated bits=0) by roadkill.tharned.org (8.14.4/8.14.4) with ESMTP id oAHJcUKP060177 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 17 Nov 2010 13:38:31 -0600 (CST) (envelope-from gcr+freebsd-ports@tharned.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tharned.org; s=2010; t=1290022711; bh=z8kel8lJJGfSRgMnEyuSCqRiaRsN+n7WcGhiSCB5fF4=; l=207; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=cBQ7OqDVFqLB/ozgkoJFbJr3L8DSNNwRmScC9kr7eSXvbXd/wTQXOftCFjIHN4Gaj WozFp1Odd9wcA03+18SRPdIEV1vvRM0vaFXqUiX8PboEH5C/3x62RB6EaMqq3R/8HG hyM4JHEujCEQT7mt85FiHMKkSlwKBm9V92yr4KtI= Date: Wed, 17 Nov 2010 13:38:30 -0600 (CST) From: Greg Rivers To: David Southwell In-Reply-To: <201011170954.34350.david@vizion2000.net> Message-ID: References: <201011170954.34350.david@vizion2000.net> 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 succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (roadkill.tharned.org [75.145.12.185]); Wed, 17 Nov 2010 13:38:31 -0600 (CST) Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/vlc compile error with latest upgrade 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, 17 Nov 2010 20:00:24 -0000 On Wed, 17 Nov 2010, David Southwell wrote: > Does anyone know how to fix this one > I'm seeing the same build failure, but only on FreeBSD 7.3. It builds fine for me on FreeBSD 8.1. -- Greg From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 20:27: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 1538B1065673; Wed, 17 Nov 2010 20:27:34 +0000 (UTC) (envelope-from lists@eitanadler.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 B8C578FC1E; Wed, 17 Nov 2010 20:27:33 +0000 (UTC) Received: by gxk9 with SMTP id 9so1469413gxk.13 for ; Wed, 17 Nov 2010 12:27:33 -0800 (PST) Received: by 10.229.80.194 with SMTP id u2mr8175758qck.49.1290025651419; Wed, 17 Nov 2010 12:27:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.201.1 with HTTP; Wed, 17 Nov 2010 12:27:10 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Wed, 17 Nov 2010 15:27:10 -0500 Message-ID: To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org, portmgr@freebsd.org Subject: Re: [PATCH] Proposal for a new option framework 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, 17 Nov 2010 20:27:34 -0000 On Wed, Nov 17, 2010 at 9:58 AM, Baptiste Daroussin wrote: > Hi all, > > I'd like to expose you a new proposal for the framework option. > ... For the people that missed my original thread, I've been working on a dialog replacement for ports. The program is a a) free (MIT licensed) b) smart enough to deal with mutually exclusive options and user-input options c) have the ability have "long descriptions" of options d) more The source code that I've been working on is here: https://code.google.com/p/dialog4ports/source/browse/ This program could integrate well with bapt's patch. Comments, testing, review is welcome - especially in concert with bapt's patch. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 20:45:01 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DD34106566C; Wed, 17 Nov 2010 20:45:01 +0000 (UTC) (envelope-from thomas.e.zander@googlemail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id BDCC98FC2A; Wed, 17 Nov 2010 20:45:00 +0000 (UTC) Received: by vws4 with SMTP id 4so1308218vws.13 for ; Wed, 17 Nov 2010 12:44:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=aKMygusolNQNYoyorsBoIvxBic3ahVdmGh+EnUyLs3E=; b=rzrNLK6fl2sL3h+XV5U1dcWvkKRZ0ajlqyt50hxzXHVvr5bBRhBhI91Gfkp3Eay+Ci T4F7aQQhEjNABOmS6BPM86GF2OBQlVg/f42RIDZgfvBokb44Ey/VUGqR82pdK9ThSxfA VnjPisfyaofZnwq/Ues3ripzZAe2Uvp9MnBQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=mw52lRnF9PvZxRNB5Oww9l8ORau/WRNzLp7GZP6wFOeGpW9nUsGdUYack8DIzU8tiE VYB7Aq/ma5f/1q7TYjSreyLfP1DegETTdMVz+RTEMoXhwDFYfYl6dNpdVVK+msX/1Tp3 Av+gmay5W5I/WfBChPTt3K5X3eopn45mTiaRc= MIME-Version: 1.0 Received: by 10.229.189.14 with SMTP id dc14mr8118853qcb.31.1290026699529; Wed, 17 Nov 2010 12:44:59 -0800 (PST) Received: by 10.229.249.135 with HTTP; Wed, 17 Nov 2010 12:44:59 -0800 (PST) In-Reply-To: References: Date: Wed, 17 Nov 2010 21:44:59 +0100 Message-ID: From: Thomas Zander To: FreeBSD - Ports Content-Type: text/plain; charset=ISO-8859-1 Cc: Martin Matuska , multimedia@freebsd.org Subject: Re: [CFT] mplayer / mencoder port update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2010 20:45:01 -0000 Hi, I have prepared a new tarball, for download at the usual location: http://www.rrr.de/~riggs/mplayer/m20101117.tar.bz2 Most notable changes: - remove volume-per-channel patch, instead pkg-message explains the issue and the solutions - remove RUN_DEPENDS for live media @Martin: Do you have plans for an x264 update? I'd like to commit mplayer after we have a suitable x264 port. Have fun Riggs From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 22:02: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 23189106566C for ; Wed, 17 Nov 2010 22:02:54 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh2.interactivevillages.com (wh2.interactivevillages.com [75.125.250.34]) by mx1.freebsd.org (Postfix) with ESMTP id DD1DC8FC18 for ; Wed, 17 Nov 2010 22:02:53 +0000 (UTC) Received: from 174-21-105-71.tukw.qwest.net ([174.21.105.71] helo=_HOSTNAME_) by wh2.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PIqti-00016D-Jq for freebsd-ports@freebsd.org; Wed, 17 Nov 2010 14:54:39 -0800 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Wed, 17 Nov 2010 14:02:48 -0800 Date: Wed, 17 Nov 2010 14:02:48 -0800 From: Chip Camden To: freebsd-ports@freebsd.org Message-ID: <20101117220248.GC53079@libertas.local.camdensoftware.com> Mail-Followup-To: freebsd-ports@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="PPYy/fEw/8QCHSq3" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Company: Camden Software Consulting URL: http://camdensoftware.com X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?search=0xD6DBAF91 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh2.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com Subject: Re: [PATCH] Proposal for a new option framework 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, 17 Nov 2010 22:02:54 -0000 --PPYy/fEw/8QCHSq3 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoth Eitan Adler on Wednesday, 17 November 2010: > On Wed, Nov 17, 2010 at 9:58 AM, Baptiste Daroussin > wrote: > > Hi all, > > > > I'd like to expose you a new proposal for the framework option. > > > ... >=20 > For the people that missed my original thread, I've been working on a > dialog replacement for ports. The program is a > a) free (MIT licensed) > b) smart enough to deal with mutually exclusive options and user-input op= tions > c) have the ability have "long descriptions" of options > d) more >=20 > The source code that I've been working on is here: > https://code.google.com/p/dialog4ports/source/browse/ >=20 > This program could integrate well with bapt's patch. > Comments, testing, review is welcome - especially in concert with bapt's = patch. >=20 > --=20 > Eitan Adler > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" I downloaded it and tried it out. Whenever I try to navigate around the options, I get a "File specified does not exist" error. I looked at the source, and it appears to be looking for a license (or "licence" (sic)) file, but I didn't even specify one. --=20 Sterling (Chip) Camden | sterling@camdensoftware.com | 2048D/3A978E4F http://camdensoftware.com | http://chipstips.com | http://chipsquips= .com --PPYy/fEw/8QCHSq3 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQEcBAEBAgAGBQJM5FEIAAoJEIpckszW26+R+XQIAKlkKWOYpkKKUiA/UvxtObTS jRM002V8CorWjHV8mMJw6RJKjF6S+3Zn19u7+stB1BStkxKF0sWBEdSi9WpVRiUK 6rOOvwWCy0xKxhwBsnTpev1u6srenRYq5wUMpjynOZvXbPvYsuRsM4+IgwT1Mj42 dXyKNAwva2dOOSUJv1GZO9gBN8GDYjsU6G+1Q4qoUC9VF8LideAUYVLwmh4XtpY7 9Gl05yYI2b/LrsBqWlZuQ8QPsuyzfkd/WZUEfx9Q9k8SnokK+/OTuT0bhXThiFXG G3q4UWrFyFBfgKuiuJye9nVZFtUexXo1wxsKIRKj/X2smAFIiHUsdu6OTMmYAjs= =n0K0 -----END PGP SIGNATURE----- --PPYy/fEw/8QCHSq3-- From owner-freebsd-ports@FreeBSD.ORG Wed Nov 17 23:07: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 BDF301065780 for ; Wed, 17 Nov 2010 23:07:06 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id 8C2EC8FC0A for ; Wed, 17 Nov 2010 23:07:06 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id 297BDE80C51; Wed, 17 Nov 2010 14:50:10 -0800 (PST) Date: Wed, 17 Nov 2010 14:50:10 -0800 From: Gary Kline To: Greg Rivers Message-ID: <20101117225009.GA3497@thought.org> References: <201011170954.34350.david@vizion2000.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 24 years of service to the Unix community. User-Agent: Mutt/1.5.20 (2009-06-14) Cc: David Southwell , freebsd-ports@freebsd.org Subject: Re: multimedia/vlc compile error with latest upgrade 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, 17 Nov 2010 23:07:06 -0000 On Wed, Nov 17, 2010 at 01:38:30PM -0600, Greg Rivers wrote: > On Wed, 17 Nov 2010, David Southwell wrote: > > >Does anyone know how to fix this one > > > > I'm seeing the same build failure, but only on FreeBSD 7.3. It > builds fine for me on FreeBSD 8.1. > > -- > Greg Folks, As most of you know, i'm a [very] late adapter. (I've gotten severely burned trying NEW, IMPROVED stuff. So I'm using the 3 2-bit 7.3. And having massive build failures when trying to build things like KDE4 and a couple other things. Anybody else have troubles of this kind: 7.3 vs 8.x? I have almost/___Almost___ finished my new-improved energy saving hardware upgrades. I don't like messing with things that work, even if not-completely. --Besides, didn't somebody mention that 5.7 was almost the same as 6.0.rc1? gary PS: more along these lines coming -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org/#JTTD From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 04:54:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1892E106564A for ; Thu, 18 Nov 2010 04:54:33 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF0E98FC15 for ; Thu, 18 Nov 2010 04:54:32 +0000 (UTC) Received: by iwn39 with SMTP id 39so3173633iwn.13 for ; Wed, 17 Nov 2010 20:54:32 -0800 (PST) Received: by 10.231.176.75 with SMTP id bd11mr158487ibb.48.1290056072141; Wed, 17 Nov 2010 20:54:32 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Wed, 17 Nov 2010 20:54:11 -0800 (PST) In-Reply-To: <20101117220248.GC53079@libertas.local.camdensoftware.com> References: <20101117220248.GC53079@libertas.local.camdensoftware.com> From: Eitan Adler Date: Wed, 17 Nov 2010 23:54:11 -0500 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH] Proposal for a new option framework 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, 18 Nov 2010 04:54:33 -0000 > I downloaded it and tried it out. =C2=A0Whenever I try to navigate around= the > options, I get a "File specified does not exist" error. =C2=A0I looked at= the > source, and it appears to be looking for a license (or "licence" (sic)) > file, but I didn't even specify one. Can you please send me : a) the exact command line you are using b) the contents of the directory you are running it in c) the version or revision that you are testing Most likely you specified some file --hfile or --licence-text which would cause D4P to look for a file. If you did not specify those options, of if you did but those files exists, then there is a bug in my code. Please note that the newest version of the code is available by running hg clone http://dialog4ports.googlecode.com/hg/ dialog4ports If you are using version 12 or earlier (which can be found on isis.poly.edu) there are missing files from the package and it will not run. --=20 Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 10:17:04 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73E58106564A for ; Thu, 18 Nov 2010 10:17:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2D60E8FC0C for ; Thu, 18 Nov 2010 10:17:03 +0000 (UTC) Received: by gwj20 with SMTP id 20so1774659gwj.13 for ; Thu, 18 Nov 2010 02:17:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=YBnpOK8iGm0/WVQrSI9EPklZS5qakZ7eJr5TFW820cQ=; b=uhiiyP8cxFia+ZIKTF/dNBHtXi0uz8y1HmzZvfzQJvcmAeVXwn9zWfUjYxMjkEkFl+ lQJJ3bR3geAE5Sa4/6GWCSaKelBsNytHccwNP76B/it9MWSaJOk3UqtKjoUmPwipkujW mBAM7YKxPPn4OEQeWVfK0Ary9Ma1hg7lzxEQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=QrKOfIMrYmUotlYMl6Rtc9zaobp7QZLp9HWZDbHSTLWkHLRbFyeDlb9veCvTmPQIH5 eVLDCPw+vUFPTaXT86dQ6Mc/yM4dK/I2J4Rtrn9UoIRkvFTKJg2pr0bBNSVQ0C5usm0M G1E7CZxxwuH+ssixF0YJDVXd4Vf9yVjeuv32M= MIME-Version: 1.0 Received: by 10.231.157.145 with SMTP id b17mr470123ibx.78.1290075421751; Thu, 18 Nov 2010 02:17:01 -0800 (PST) Received: by 10.231.180.164 with HTTP; Thu, 18 Nov 2010 02:17:01 -0800 (PST) In-Reply-To: References: <20101117220248.GC53079@libertas.local.camdensoftware.com> Date: Thu, 18 Nov 2010 11:17:01 +0100 Message-ID: From: Baptiste Daroussin To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PATCH] Proposal for a new option framework 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, 18 Nov 2010 10:17:04 -0000 from the feedback I received Here is a new version (check-options is still branch yet) This version adds 2 features : - Conditionnal group and list : if an option (OPTS) has the same name as the name of a group or a list (OPTS_GROUP OPTS_LIST) then the OPTS_GROUP depends on the option to be set. - OPTS_OVERRIDE: the variable allow to override allow options set globally or per ports. for example make -DOPTS_OVERRIDE="OPT1" will unset all options but OPT1. Consistency will always be checked by check-options. http://people.freebsd.org/~bapt/ports-newopts.patch I also made a quick and dirty example of ports using the new ports framework using vim (as obrien explain recently some problems with options): http://people.freebsd.org/~bapt/vim-newopts.patch regards, Bapt From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 12:55:59 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D5B910656AE; Thu, 18 Nov 2010 12:55:59 +0000 (UTC) (envelope-from QAT@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id 6BE138FC28; Thu, 18 Nov 2010 12:55:58 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 2E1A522C543E; Thu, 18 Nov 2010 14:55:57 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id CDC925A98D5; Thu, 18 Nov 2010 04:55:55 -0800 (PST) From: QAT@FreeBSD.org To: arved@FreeBSD.org In-Reply-To: <201011181248.oAICmK1w033970@repoman.freebsd.org> References: <201011181248.oAICmK1w033970@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: security/saint X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/saint-3.5.8_2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: mtree Message-Id: <20101118125555.CDC925A98D5@jester1b.ixsystems.com> Date: Thu, 18 Nov 2010 04:55:55 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/saint Makefile ports/security/saint/files patch-reconfig 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, 18 Nov 2010 12:55:59 -0000 The Restless Daemon identified a mtree error while trying to build: saint-3.5.8_2 maintained by ports@FreeBSD.org Makefile ident: $FreeBSD: ports/security/saint/Makefile,v 1.38 2010/11/18 12:48:19 arved Exp $ Excerpt from http://QAT.TecNik93.com/logs/8-STABLE-NPD/saint-3.5.8_2.log : ===> saint-3.5.8_2 depends on file: /usr/local/bin/perl5.10.1 - found ===> Generating temporary packing list ===> Checking if security/saint already installed /usr/bin/tar -C /work/a/ports/security/saint/work/saint-3.5.8 -cf - -X /a/ports/security/saint/files/excludefiles . | /usr/bin/tar -C /usr/local/saint -xf - install -o root -g wheel -m 444 /work/a/ports/security/saint/work/saint-3.5.8/saint.1 /usr/local/man/man1 ===> Compressing manual pages for saint-3.5.8_2 ===> Registering installation for saint-3.5.8_2 ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/saint/bin/ddos_scan /usr/local/saint/bin/rex /usr/local/saint/bin/fping If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.wwdsi.com/saint/ ================================================================ ======================================== ===> Building package for saint-3.5.8_2 Creating package /tmp/packages/All/saint-3.5.8_2.tbz Registering depends: perl-5.10.1_3. Creating bzip'd tar ball in '/tmp/packages/All/saint-3.5.8_2.tbz' Deleting saint-3.5.8_2 pkg_delete: unable to completely remove directory '/usr/local/saint' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) ================================================================ === Checking filesystem state list of extra files and directories in / (not present before this port was installed but present after it was deinstalled) 27653981 4 drwxr-xr-x 2 root wheel 512 Nov 18 12:55 usr/local/saint 27653995 12 -rwxr----- 1 root wheel 5701 Apr 18 2002 usr/local/saint/reconfig.orig ================================================================ build of /usr/ports/security/saint ended at Thu Nov 18 12:55:54 UTC 2010 The tarballed WRKDIR can be found here: http://QAT.TecNik93.com/wrkdirs/8-STABLE-NPD/saint-3.5.8_2.tbz PortsMon page for the port: http://portsmon.freebsd.org/portoverview.py?category=security&portname=saint The build which triggered this BotMail was done under tinderbox-3.3_3; dsversion: 3.2.1 on RELENG_8 on amd64, kern.smp.cpus: 8 with tinderd_flags="-nullfs -plistcheck -onceonly" and ccache support, with the "official" up-to-date Ports Tree, with the following vars set: NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes. A description of the testing process can be found here: http://T32.TecNik93.com/FreeBSD/QA-Tindy/ Thanks for your work on making FreeBSD better, -- QAT - your friendly neighborhood Daemon, preparing a heck of an error trapping system: - "HMC and EOI?" - "Halt, Melt and Catch fire or Execute Operator Immediately." From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 13:06:11 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 0A3521065675; Thu, 18 Nov 2010 13:06:11 +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 A604E8FC18; Thu, 18 Nov 2010 13:06:10 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id A23F222C5443; Thu, 18 Nov 2010 15:06:09 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id AA5CB5A98D5; Thu, 18 Nov 2010 05:06:08 -0800 (PST) From: QAT@FreeBSD.org To: Tilman Keskinoz In-Reply-To: <201011181301.oAID1Mq9034893@repoman.freebsd.org> References: <201011181301.oAID1Mq9034893@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: security/saint X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/saint-3.5.8_2.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101118130608.AA5CB5A98D5@jester1b.ixsystems.com> Date: Thu, 18 Nov 2010 05:06:08 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/security/saint 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: Thu, 18 Nov 2010 13:06:11 -0000 security/saint, 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 Thu Nov 18 13:20: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 854071065674 for ; Thu, 18 Nov 2010 13:20:12 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 41E0C8FC08 for ; Thu, 18 Nov 2010 13:20:12 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1PJ4PL-0001C9-7z>; Thu, 18 Nov 2010 14:20:11 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1PJ4PL-0001Uz-2U>; Thu, 18 Nov 2010 14:20:11 +0100 Message-ID: <4CE5280E.3090009@zedat.fu-berlin.de> Date: Thu, 18 Nov 2010 14:20:14 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 13:20:12 -0000 Hello out there, I was trying porting some unusual scientific software to the ports collection (the first time I do) and run into problems. The port does not have any kind of Makefile environment, it is build and installed via a csh script. These scripts also seem to run via ${SH}, but it would be nice to ${CSH}. Is it possible to import this tag into Mk/bsd.command.mk? Thanks, Oliver From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 13:30:01 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9D6A106564A for ; Thu, 18 Nov 2010 13:30:01 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 718DA8FC18 for ; Thu, 18 Nov 2010 13:30:01 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1PJ4Yq-0003jw-Lh>; Thu, 18 Nov 2010 14:30:00 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1PJ4Yq-0002BA-DR>; Thu, 18 Nov 2010 14:30:00 +0100 Message-ID: <4CE52A5B.9040400@zedat.fu-berlin.de> Date: Thu, 18 Nov 2010 14:30:03 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: How to force port respecting PKGCONFIGDIR? 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, 18 Nov 2010 13:30:01 -0000 Hello. As I realized while trying to port xerces-c version 3.1.1 in an test environment as suggested in the porters handbook, the software, which is capable of using the GNU autotoll environment, installs its xerces-c.pc file into ${PREFIX}/lib/pkgconfig/ and not according the FreeBSD paradigm into ${PREFIX}/libdata/pkgconfig/. I see three ports having already installed their obviously mislead *.pc file into ${PREFIX}/lib/pkgconfig/ in real-world-installations (libvlc.pc, lapackpp.pc and vlc-plugin.pc) on all of my FreeBSD boxes where these packages are installed - every other package using pkg-config seems to have their config files installed at the proper place and therefor ${PREFIX}/libdata/pkgconfig/ is well populated. The question is: how can I trim my port's Makefile to accept and respect FreeBSD's path? I tried to figure out what directive has to be set and passed to any kind of environemnt, but the handbook silence this out. I have a faint clue that all directives tagged *_PC_* has to do something with this, but in ports I examined which install their pkg-config files in the proper way I did not find any hint. Please set me CC if responding due to I'm not subscriber of the list. Thanks. Oliver From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 14:31:31 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5AC2106566B for ; Thu, 18 Nov 2010 14:31:31 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 921E48FC2D for ; Thu, 18 Nov 2010 14:31:31 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1PJ4tz-000EK5-PE; Thu, 18 Nov 2010 08:51:56 -0500 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id EC219476C288; Thu, 18 Nov 2010 08:51:51 -0500 (EST) Message-ID: <4CE52F79.7080306@FreeBSD.org> Date: Thu, 18 Nov 2010 08:51:53 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "O. Hartmann" References: <4CE52A5B.9040400@zedat.fu-berlin.de> In-Reply-To: <4CE52A5B.9040400@zedat.fu-berlin.de> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.2 (/) Cc: freebsd-ports@freebsd.org Subject: Re: How to force port respecting PKGCONFIGDIR? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 14:31:31 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 O. Hartmann wrote: > Hello. > As I realized while trying to port xerces-c version 3.1.1 in an test > environment as suggested in the porters handbook, the software, which is > capable of using the GNU autotoll environment, installs its xerces-c.pc > file into ${PREFIX}/lib/pkgconfig/ and not according the > FreeBSD paradigm into ${PREFIX}/libdata/pkgconfig/. I see three ports > having already installed their obviously mislead *.pc file into > ${PREFIX}/lib/pkgconfig/ in real-world-installations (libvlc.pc, > lapackpp.pc and vlc-plugin.pc) on all of my FreeBSD boxes where these > packages are installed - every other package using pkg-config seems to > have their config files installed at the proper place and therefor > ${PREFIX}/libdata/pkgconfig/ is well populated. > > The question is: how can I trim my port's Makefile to accept and respect > FreeBSD's path? I tried to figure out what directive has to be set and > passed to any kind of environemnt, but the handbook silence this out. I > have a faint clue that all directives tagged *_PC_* has to do something > with this, but in ports I examined which install their pkg-config files > in the proper way I did not find any hint. > > Please set me CC if responding due to I'm not subscriber of the list. > > Thanks. > > Oliver Hi Oliver, Have a look at this patch file for an example of how to do that: http://www.freebsd.org/cgi/cvsweb.cgi/ports/graphics/GraphicsMagick13/files/patch-Makefile.in?rev=1.7;content-type=text%2Fplain Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFM5S950sRouByUApARAljzAJ9CCNOc5RF0abkE673mkcZ+uXHuogCfYoU5 XiKFBhwCDLd/NorLv/bvUM0= =w5OP -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 14:38:29 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 4B048106564A for ; Thu, 18 Nov 2010 14:38:29 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-03.arcor-online.net (mail-in-03.arcor-online.net [151.189.21.43]) by mx1.freebsd.org (Postfix) with ESMTP id 01A6A8FC1B for ; Thu, 18 Nov 2010 14:38:28 +0000 (UTC) Received: from mail-in-03-z2.arcor-online.net (mail-in-03-z2.arcor-online.net [151.189.8.15]) by mx.arcor.de (Postfix) with ESMTP id 236E3D7D9A for ; Thu, 18 Nov 2010 15:38:27 +0100 (CET) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-03-z2.arcor-online.net (Postfix) with ESMTP id 19BE09DDFD for ; Thu, 18 Nov 2010 15:38:27 +0100 (CET) Received: from lorvorc.mips.inka.de (dslb-094-218-176-204.pools.arcor-ip.net [94.218.176.204]) by mail-in-08.arcor-online.net (Postfix) with ESMTPS id E82EC205750 for ; Thu, 18 Nov 2010 15:38:26 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-08.arcor-online.net E82EC205750 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.4/8.14.3) with ESMTP id oAIEcQjj075610 for ; Thu, 18 Nov 2010 15:38:26 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.4/8.14.4/Submit) id oAIEcQ2N075609 for freebsd-ports@freebsd.org; Thu, 18 Nov 2010 15:38:26 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 18 Nov 2010 14:38:26 +0000 (UTC) Message-ID: References: <4CE52A5B.9040400@zedat.fu-berlin.de> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: How to force port respecting PKGCONFIGDIR? 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, 18 Nov 2010 14:38:29 -0000 O. Hartmann wrote: > As I realized while trying to port xerces-c version 3.1.1 in an test > environment as suggested in the porters handbook, the software, which is > capable of using the GNU autotoll environment, installs its xerces-c.pc > file into ${PREFIX}/lib/pkgconfig/ and not according the > FreeBSD paradigm into ${PREFIX}/libdata/pkgconfig/. USE_GNOME=gnomehack -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 14:51: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 069BE1065673 for ; Thu, 18 Nov 2010 14:51:06 +0000 (UTC) (envelope-from eirnym@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 8C3D48FC1B for ; Thu, 18 Nov 2010 14:51:05 +0000 (UTC) Received: by bwz2 with SMTP id 2so2897697bwz.13 for ; Thu, 18 Nov 2010 06:51:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=4oOxoDTC/nHb2c2Y8kmUFqn2uUH1PNDkOD+V2UTbsHg=; b=NcB0jL4uK4APHsYDGxVqXeC4PFgGXQX7EdLWV5Z4yaBfbQa8IZJ5KhY3oXXCQ/hqTL taNwF7eqDAj3VS+U+IGCrFsd135wTceMKrvnjhLqyPlhi3yMdTPlHbPivQHlSVF88H2a wMQVQN/vipvD6770rAF8JhBFgac9cBIZBGWhk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=aqVNpjyLOlWNmmcYGDW8ZDrhVojBUiDEqQ4yJAR26g7V0SSq+ZAeq16fwSP3Mrepiy qHjR3QUKHLvwIbKgDiruz+I2TS7dmpGiajkw6rTbVbszHqx3nQlJP7+l4NpEefM7rq4/ 9A4f80py3VafEJtW/QjWWv68+gzR9XNhPfViw= Received: by 10.204.52.7 with SMTP id f7mr611691bkg.190.1290090128406; Thu, 18 Nov 2010 06:22:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Thu, 18 Nov 2010 06:21:47 -0800 (PST) In-Reply-To: <4CE5280E.3090009@zedat.fu-berlin.de> References: <4CE5280E.3090009@zedat.fu-berlin.de> From: Eir Nym Date: Thu, 18 Nov 2010 17:21:47 +0300 Message-ID: To: "O. Hartmann" Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 14:51:06 -0000 2010/11/18 O. Hartmann : > Hello out there, > I was trying porting some unusual scientific software to the ports > collection (the first time I do) and run into problems. The port does not > have any kind of Makefile environment, it is build and installed via a csh > script. These scripts also seem to run via ${SH}, but it would be nice to > ${CSH}. Is it possible to import this tag into > > Mk/bsd.command.mk? > I can recommend to create some Makefile (it is very simple) or rewrite it (it is also very simple) For example, I have no (t)csh in my system and there no tcsh in ports system.. If you need, I can help you with. > Thanks, > > Oliver > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 16:11:04 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 EE8E0106566C for ; Thu, 18 Nov 2010 16:11:04 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id CBEBB8FC0A for ; Thu, 18 Nov 2010 16:11:04 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 813457449ED; Thu, 18 Nov 2010 08:11:04 -0800 (PST) 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= 1290096664; x=1291911064; bh=rOIbnGtm6uyj+dx4PKh+YZfLXw6spRx/ep7 I30Q6TSQ=; b=ipCpYL1pi09a3wvgrjJsvyzs3SSZeKHm8Yw39rxItnobNrtkvHz 5MrENk0oeNV/C2+2gx+8xxewQZsAsf+7fuprjkR0gTqEM+H+jBwPYB01WYvnKiO9 SHDbR9QW0yQwfZwF9qIGqBh8L6MPE3E2SIysikUq5fRl8ybSgJRUdM1o= 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 8gJPzF+Q2fbv; Thu, 18 Nov 2010 08:11:04 -0800 (PST) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 2FE367449E2; Thu, 18 Nov 2010 08:11:04 -0800 (PST) Received: (nullmailer pid 73875 invoked by uid 1001); Thu, 18 Nov 2010 16:08:04 -0000 Date: Thu, 18 Nov 2010 08:08:04 -0800 From: Jason Helfman To: Eir Nym Message-ID: <20101118160804.GA73849@eggman.experts-exchange.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.1-RELEASE X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 16:11:05 -0000 On Thu, Nov 18, 2010 at 05:21:47PM +0300, Eir Nym thus spake: >2010/11/18 O. Hartmann : >> Hello out there, >> I was trying porting some unusual scientific software to the ports >> collection (the first time I do) and run into problems. The port does not >> have any kind of Makefile environment, it is build and installed via a csh >> script. These scripts also seem to run via ${SH}, but it would be nice to >> ${CSH}. Is it possible to import this tag into >> >> Mk/bsd.command.mk? >> > >I can recommend to create some Makefile (it is very simple) or rewrite >it (it is also very simple) >For example, I have no (t)csh in my system and there no tcsh in ports system.. > >If you need, I can help you with. Wrote a quick patch: --- bsd.commands.mk.orig 2010-11-18 08:05:47.000000000 -0800 +++ bsd.commands.mk 2010-11-18 08:06:17.000000000 -0800 @@ -76,6 +76,7 @@ SED?= /usr/bin/sed SETENV?= /usr/bin/env SH?= /bin/sh +CSH?= /bin/csh SORT?= /usr/bin/sort STRIP_CMD?= /usr/bin/strip # Command to run commands as privileged user > >> Thanks, >> >> Oliver >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 16:14: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 B60FE1065670 for ; Thu, 18 Nov 2010 16:14:49 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh2.interactivevillages.com (wh2.interactivevillages.com [75.125.250.34]) by mx1.freebsd.org (Postfix) with ESMTP id 7B32D8FC20 for ; Thu, 18 Nov 2010 16:14:49 +0000 (UTC) Received: from 174-21-105-71.tukw.qwest.net ([174.21.105.71] helo=_HOSTNAME_) by wh2.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PJ7wL-0004ez-BJ for freebsd-ports@freebsd.org; Thu, 18 Nov 2010 09:06:30 -0800 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu, 18 Nov 2010 08:14:43 -0800 Date: Thu, 18 Nov 2010 08:14:43 -0800 From: Chip Camden To: freebsd-ports@freebsd.org Message-ID: <20101118161443.GA31322@libertas.local.camdensoftware.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20101117220248.GC53079@libertas.local.camdensoftware.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Company: Camden Software Consulting URL: http://camdensoftware.com X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?search=0xD6DBAF91 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh2.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com Subject: Re: [PATCH] Proposal for a new option framework 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, 18 Nov 2010 16:14:49 -0000 --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoth Eitan Adler on Wednesday, 17 November 2010: > > I downloaded it and tried it out. =A0Whenever I try to navigate around = the > > options, I get a "File specified does not exist" error. =A0I looked at = the > > source, and it appears to be looking for a license (or "licence" (sic)) > > file, but I didn't even specify one. >=20 > Can you please send me : > a) the exact command line you are using > b) the contents of the directory you are running it in > c) the version or revision that you are testing >=20 > Most likely you specified some file --hfile or --licence-text which > would cause D4P to look for a file. If you did not specify those > options, of if you did but those files exists, then there is a bug in > my code. >=20 > Please note that the newest version of the code is available by running > hg clone http://dialog4ports.googlecode.com/hg/ dialog4ports >=20 > If you are using version 12 or earlier (which can be found on > isis.poly.edu) there are missing files from the package and it will > not run. >=20 > --=20 > Eitan Adler > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" command: dialog4ports --port sysutils/pcpustat --option name=3Ddescription=3D"long d= escription" --option second=3D"second option" dies if you press down arrow then up arrow, or tab twice. In readying this to send to you, I tried shortening the descriptions, and that makes it work. Must be a buffer overrun somewhere, or unexpected input. I tried this in the source directory itself, which contains: Makefile dialog4ports dialog4ports.c dialog4ports.core dialog4ports.h nolicence.sh withlicence.sh I can send you the core file if that would be helpful (4MB). uname -a: FreeBSD libertas.local.camdensoftware.com 8.1-STABLE FreeBSD 8.1-STABLE #98= : Tue Nov 16 10:41:17 PST 2010 sterling@libertas.local.camdensoftware.c= om:/usr/obj/usr/src/sys/LIBERTAS amd64 --=20 Sterling (Chip) Camden | sterling@camdensoftware.com | 2048D/3A978E4F http://camdensoftware.com | http://chipstips.com | http://chipsquips= .com --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQEcBAEBAgAGBQJM5VDzAAoJEIpckszW26+RoKoIALFdKBwJJ3P+gtsulfm1B7GC i87V3YzD43sj6HvowC36OvkMgjc1ACca6JCLfWf1jLpwwE7s0YQ9PUwetM12seuL opAJJComAAeJosaHS+6PBvpTJdz0q5itFxTZMuSc9gtCUB2SCHfCEdaq2oFuDtI0 zIDjTUtyk71G9KDs+PLxSAYxZuqp9Jwh9O48J1KzZLW5VFMNTneR9KoWbfD65O6+ nxwn8dI0wBiouVzSGnMlHa52kI7YxoB9806H23cJbqO6un9tU2viTHffhsRBQNOF 3JhKJ6Maba/c0O6r5Ipn1sEffzN7CpSvAVVGy2SAoNOUur7lWWs5ixw7g2mnvhM= =11kP -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 16:17: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 BFD851065673 for ; Thu, 18 Nov 2010 16:17:07 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh2.interactivevillages.com (wh2.interactivevillages.com [75.125.250.34]) by mx1.freebsd.org (Postfix) with ESMTP id 85EBA8FC14 for ; Thu, 18 Nov 2010 16:17:07 +0000 (UTC) Received: from 174-21-105-71.tukw.qwest.net ([174.21.105.71] helo=_HOSTNAME_) by wh2.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PJ7yZ-0005Iz-DU for freebsd-ports@freebsd.org; Thu, 18 Nov 2010 09:08:49 -0800 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Thu, 18 Nov 2010 08:17:01 -0800 Date: Thu, 18 Nov 2010 08:17:01 -0800 From: Chip Camden To: freebsd-ports@freebsd.org Message-ID: <20101118161701.GB31322@libertas.local.camdensoftware.com> Mail-Followup-To: freebsd-ports@freebsd.org References: <20101117220248.GC53079@libertas.local.camdensoftware.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kXdP64Ggrk/fb43R" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Company: Camden Software Consulting URL: http://camdensoftware.com X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?search=0xD6DBAF91 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh2.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com Subject: Re: [PATCH] Proposal for a new option framework 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, 18 Nov 2010 16:17:07 -0000 --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoth Eitan Adler on Wednesday, 17 November 2010: > > I downloaded it and tried it out. =A0Whenever I try to navigate around = the > > options, I get a "File specified does not exist" error. =A0I looked at = the > > source, and it appears to be looking for a license (or "licence" (sic)) > > file, but I didn't even specify one. >=20 > Can you please send me : > a) the exact command line you are using > b) the contents of the directory you are running it in > c) the version or revision that you are testing >=20 > Most likely you specified some file --hfile or --licence-text which > would cause D4P to look for a file. If you did not specify those > options, of if you did but those files exists, then there is a bug in > my code. >=20 > Please note that the newest version of the code is available by running > hg clone http://dialog4ports.googlecode.com/hg/ dialog4ports >=20 > If you are using version 12 or earlier (which can be found on > isis.poly.edu) there are missing files from the package and it will > not run. >=20 > --=20 > Eitan Adler > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Just pulled your latest changes, and now it takes more arrow keys to kill it, but two tabs still does the trick. --=20 Sterling (Chip) Camden | sterling@camdensoftware.com | 2048D/3A978E4F http://camdensoftware.com | http://chipstips.com | http://chipsquips= .com --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQEcBAEBAgAGBQJM5VF9AAoJEIpckszW26+RdtgH/0xKMSTCrPvCcmAi1S5GePef hHP+WS5IL03VSb53w0VJArvbIZpLShs6c+wDvcb2OsHvmXN9BHVhr8BPo+coDUvc aLNXGgD7Rg2VClRdHde9ITGs+1mtShuxGXR2wvqhR+6SzpabUqZrwyZOunv0rKMn TMS/ksPAszmvhB17pzs3r+4I5BE6RuTjdh2C+CpvMkaiJ2+uO/C+ez/FfauBSp5S LQF9pd4xKsCe8OeKj6zvULT3no0AHQaAo7DeDwQ+RdB8Lp6jWKgjlWkjSWTewoPH 45q/7mMa1jTn8Dhsk1LpVIcz2CpJcyIhWffVYDwvfp33eOJKb9C6z9PWRfmmTRE= =1AC3 -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 16:43:16 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DBA3106566B for ; Thu, 18 Nov 2010 16:43:16 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id DD0968FC15 for ; Thu, 18 Nov 2010 16:43:15 +0000 (UTC) Received: by gwj20 with SMTP id 20so2020040gwj.13 for ; Thu, 18 Nov 2010 08:43:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=ITWOAvCXKh+oTFmCHPQPW2oFIYxuOnS8bm4IyYHQh1A=; b=ubziegfNqKpN8o9scibra5jM8i/SSucZMVuln4EexKYw1E68/ojRMJmm1a5kcmBiVY OfobtYZ6ZvofZyxbJ0yTykGG8vI1tdRxzxbcj7j6do4+x2oe2Xqrrgk7FS5dyWCRem5K JIkkT8FLBKz/rAXzwcUMqOMZOcxuuaGacI3L8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=W/lljsOgehtPoIqVskyMgPBA4z8ingeHNAo/67V9FqxOaN6hy7KmKvaBR+ELxUWsY9 fPEYpXQDjnkm7/wfemBzuevO4ppdNtIJ1ugCMKBm/OawfqZuyY0jQpvdolhopEGnnl4B JI4BEwLgxsOD0+dpEsMu+R+wvD45YSe0B9860= Received: by 10.204.119.133 with SMTP id z5mr792542bkq.82.1290097258365; Thu, 18 Nov 2010 08:20:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Thu, 18 Nov 2010 08:13:03 -0800 (PST) In-Reply-To: <20101118160804.GA73849@eggman.experts-exchange.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> From: Eir Nym Date: Thu, 18 Nov 2010 19:13:03 +0300 Message-ID: To: Jason Helfman Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 16:43:16 -0000 On 18 November 2010 19:08, Jason Helfman wrote: > On Thu, Nov 18, 2010 at 05:21:47PM +0300, Eir Nym thus spake: >> >> 2010/11/18 O. Hartmann : >>> >>> Hello out there, >>> I was trying porting some unusual scientific software to the ports >>> collection (the first time I do) and run into problems. The port does n= ot >>> have any kind of Makefile environment, it is build and installed via a >>> csh >>> script. These scripts also seem to run via ${SH}, but it would be nice = to >>> ${CSH}. Is it possible to import this tag into >>> >>> Mk/bsd.command.mk? >>> >> >> I can recommend to create some Makefile (it is very simple) or rewrite >> it (it is also very simple) >> For example, I have no (t)csh in my system and there no tcsh in ports >> system.. >> >> If you need, I can help you with. > > Wrote a quick patch: > --- bsd.commands.mk.orig =C2=A0 =C2=A0 =C2=A0 =C2=A02010-11-18 08:05:47.0= 00000000 -0800 > +++ bsd.commands.mk =C2=A0 =C2=A0 2010-11-18 08:06:17.000000000 -0800 > @@ -76,6 +76,7 @@ > =C2=A0SED?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/usr/bin/sed > =C2=A0SETENV?=3D =C2=A0 =C2=A0 =C2=A0 /usr/bin/env > =C2=A0SH?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 /bin/sh > +CSH?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/bin/csh > =C2=A0SORT?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 /usr/bin/sort > =C2=A0STRIP_CMD?=3D =C2=A0 =C2=A0/usr/bin/strip > =C2=A0# Command to run commands as privileged user > Your patch should check if tcsh is in system. it is optional component. >> >>> Thanks, >>> >>> Oliver >>> _______________________________________________ >> > > -- > Jason Helfman > System Administrator > experts-exchange.com > http://www.experts-exchange.com/M_4830110.html > From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 17:15:35 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 AC6FE1065679; Thu, 18 Nov 2010 17:15:35 +0000 (UTC) (envelope-from arundel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9E22B8FC0A; Thu, 18 Nov 2010 17:15:35 +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 oAIHFZ8Q070052; Thu, 18 Nov 2010 17:15:35 GMT (envelope-from arundel@freefall.freebsd.org) Received: (from arundel@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAIHFZDk070048; Thu, 18 Nov 2010 17:15:35 GMT (envelope-from arundel) Date: Thu, 18 Nov 2010 17:15:35 GMT Message-Id: <201011181715.oAIHFZDk070048@freefall.freebsd.org> To: kenorb@gmail.com, arundel@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org From: arundel@FreeBSD.org Cc: Subject: Re: misc/152296: wrong message when trying to checkout using old repository path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 17:15:35 -0000 Synopsis: wrong message when trying to checkout using old repository path State-Changed-From-To: open->suspended State-Changed-By: arundel State-Changed-When: Thu Nov 18 16:58:58 UTC 2010 State-Changed-Why: I'm very sorry for handling this PR inappropriatly. Somehow I was under the impression that we had a version of svn in the base tree. However that is not the case! I think marking this as suspended is the best option for now, since there was no patch attached to correct svn's handling of the wrong URL. Since the svn port seems to get updated very regularly we can assume that the development version of svn is still containing this issue. If somebody wants to provide a patch we could try convincing the svn developers to push it upstream in order to have it in one of the next svn releases and thus ports. A different approach would be to add a local ports patch to devel/subversion{-freebsd}/files. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: arundel Responsible-Changed-When: Thu Nov 18 16:58:58 UTC 2010 Responsible-Changed-Why: This is a ports related PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=152296 From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 17:18:41 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20494106566B for ; Thu, 18 Nov 2010 17:18:41 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id D39608FC08 for ; Thu, 18 Nov 2010 17:18:40 +0000 (UTC) Received: by qwd6 with SMTP id 6so478214qwd.13 for ; Thu, 18 Nov 2010 09:18:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.2.202 with SMTP id 10mr828208qak.60.1290100719266; Thu, 18 Nov 2010 09:18:39 -0800 (PST) Received: by 10.220.16.199 with HTTP; Thu, 18 Nov 2010 09:18:39 -0800 (PST) X-Originating-IP: [128.95.133.115] In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> Date: Thu, 18 Nov 2010 09:18:39 -0800 Message-ID: From: Rob Farmer To: Eir Nym Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Jason Helfman Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 17:18:41 -0000 On Thu, Nov 18, 2010 at 08:13, Eir Nym wrote: > On 18 November 2010 19:08, Jason Helfman wrote: >> Wrote a quick patch: >> --- bsd.commands.mk.orig =A0 =A0 =A0 =A02010-11-18 08:05:47.000000000 -0= 800 >> +++ bsd.commands.mk =A0 =A0 2010-11-18 08:06:17.000000000 -0800 >> @@ -76,6 +76,7 @@ >> =A0SED?=3D =A0 =A0 =A0 =A0 =A0/usr/bin/sed >> =A0SETENV?=3D =A0 =A0 =A0 /usr/bin/env >> =A0SH?=3D =A0 =A0 =A0 =A0 =A0 /bin/sh >> +CSH?=3D =A0 =A0 =A0 =A0 =A0/bin/csh >> =A0SORT?=3D =A0 =A0 =A0 =A0 /usr/bin/sort >> =A0STRIP_CMD?=3D =A0 =A0/usr/bin/strip >> =A0# Command to run commands as privileged user >> The patch should probably retain alphabetical order. > > Your patch should check if tcsh is in system. it is optional component. Why? What do you suggest happens if it isn't found? Nothing will break except stuff that uses the variable and it would use the variable because it needs csh. It is part of the base system (/bin/csh and /bin/tcsh) for all supported releases. --=20 Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 17:25:26 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 1272E106566B for ; Thu, 18 Nov 2010 17:25:26 +0000 (UTC) (envelope-from eirnym@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 9192A8FC08 for ; Thu, 18 Nov 2010 17:25:25 +0000 (UTC) Received: by bwz2 with SMTP id 2so3048577bwz.13 for ; Thu, 18 Nov 2010 09:25:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=lK5RWafRYzbFQiQwxIl8jTkrVRzfmmFhZPNS89XAb3Y=; b=M5E7eCFsMdUbZUooLUpoX59EDXerVgeBK0JJ3QBecrN6+Smq663mvKP1IsApo8k256 sAKUVNDbuPMb8CJllBeLMWx+MP7jkj0ZUtIbzeOCizH69nXR32/y66za3AsBRZ9msv3S bFAKS3BQt6CACV/krDC9uj9n+o6JKwFXu2ULw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=sg+CiOAlGF2zBirV8D5XKGZ0Ha1J3VVCrG+rDhB4ZIaMX5hXFLkq4mxjn5LjdRBOGK AuKAbJZXxWesRk6AdtxQJk0w2S3hnYctbJZivS/vFibHRPd1m9YWn3taQMrLyrXTNmwZ 5zbY7jjethGI+wPmjvssKf/wdT2pDz44Jabmo= Received: by 10.204.66.65 with SMTP id m1mr866643bki.109.1290101123696; Thu, 18 Nov 2010 09:25:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Thu, 18 Nov 2010 09:25:03 -0800 (PST) In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> From: Eir Nym Date: Thu, 18 Nov 2010 20:25:03 +0300 Message-ID: To: Rob Farmer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Jason Helfman Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 17:25:26 -0000 On 18 November 2010 20:18, Rob Farmer wrote: > On Thu, Nov 18, 2010 at 08:13, Eir Nym wrote: >> On 18 November 2010 19:08, Jason Helfman wrote: >>> Wrote a quick patch: >>> --- bsd.commands.mk.orig =C2=A0 =C2=A0 =C2=A0 =C2=A02010-11-18 08:05:47= .000000000 -0800 >>> +++ bsd.commands.mk =C2=A0 =C2=A0 2010-11-18 08:06:17.000000000 -0800 >>> @@ -76,6 +76,7 @@ >>> =C2=A0SED?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/usr/bin/sed >>> =C2=A0SETENV?=3D =C2=A0 =C2=A0 =C2=A0 /usr/bin/env >>> =C2=A0SH?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 /bin/sh >>> +CSH?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0/bin/csh >>> =C2=A0SORT?=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0 /usr/bin/sort >>> =C2=A0STRIP_CMD?=3D =C2=A0 =C2=A0/usr/bin/strip >>> =C2=A0# Command to run commands as privileged user >>> > > The patch should probably retain alphabetical order. > >> >> Your patch should check if tcsh is in system. it is optional component. > > Why? What do you suggest happens if it isn't found? Nothing will break > except stuff that uses the variable and it would use the variable > because it needs csh. It is part of the base system (/bin/csh and > /bin/tcsh) for all supported releases. > Firstly, it is optional part. and I can rewrite build script to make(1) or at least shell script > -- > Rob Farmer > From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 17:39:11 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 BAA8B106564A for ; Thu, 18 Nov 2010 17:39:11 +0000 (UTC) (envelope-from eirnym@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 BCC348FC0C for ; Thu, 18 Nov 2010 17:39:10 +0000 (UTC) Received: by bwz2 with SMTP id 2so3062565bwz.13 for ; Thu, 18 Nov 2010 09:39:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=hJl7yAvDb6Yv/7XcVD02rPhUyW/f96OkMpYLMxDnV90=; b=tu9lo71stwTHluVow4oAHBm9iMqJhKMMPeS+2NackAUFEqfx8J5wAhNkCnmP6Vy/jc XL9jZSusMXdEiGesNDAI768a+Psnw1eaJyEqtRM6hi033MEXegqUeAFRlQ7cHmj7FFDg OU6YcijmxhrBwR/f98HDXS/9Pcx8bwpl0jG0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZKJizjOuR6s88HzO+GgejcyI+wzl1NN3Tzwy+FeeQD1m3IqkUst9Wg50xKdT4TKcXR d8PFAxDjXgMVKQ28+wnXYi0bQPrXLLa/Bb/kB8NMdgIlGcvzrHC8Ef1Lgt/IQz4J/H2E rXWk4wDvt/d4cJOQk1vxMczpq7Z2HgcEeGIf8= Received: by 10.204.98.15 with SMTP id o15mr877273bkn.136.1290101949289; Thu, 18 Nov 2010 09:39:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Thu, 18 Nov 2010 09:38:48 -0800 (PST) In-Reply-To: <201011181715.oAIHFZDk070048@freefall.freebsd.org> References: <201011181715.oAIHFZDk070048@freefall.freebsd.org> From: Eir Nym Date: Thu, 18 Nov 2010 20:38:48 +0300 Message-ID: To: arundel@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: kenorb@gmail.com, freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org, FreeBSD Mail Lists Subject: Re: misc/152296: wrong message when trying to checkout using old repository path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 17:39:11 -0000 On 18 November 2010 20:15, wrote: > Synopsis: wrong message when trying to checkout using old repository path > > State-Changed-From-To: open->suspended > State-Changed-By: arundel > State-Changed-When: Thu Nov 18 16:58:58 UTC 2010 > State-Changed-Why: > I'm very sorry for handling this PR inappropriatly. Somehow I was under the > impression that we had a version of svn in the base tree. However that is not > the case! > I think marking this as suspended is the best option for now, since there > was no patch attached to correct svn's handling of the wrong URL. > Since the svn port seems to get updated very regularly we can assume that the > development version of svn is still containing this issue. If somebody wants to > provide a patch we could try convincing the svn developers to push it upstream > in order to have it in one of the next svn releases and thus ports. > A different approach would be to add a local ports patch to > devel/subversion{-freebsd}/files. > > > Responsible-Changed-From-To: freebsd-bugs->freebsd-ports > Responsible-Changed-By: arundel > Responsible-Changed-When: Thu Nov 18 16:58:58 UTC 2010 > Responsible-Changed-Why: > This is a ports related PR. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=152296 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I see only two possible ways to fix this problem: If you have checkouted source tree before, you can use following command to relocate it: find /usr/src -name .svn|xargs -n 1 -J XXX sed -i '.bak' 's,http://svn.freebsd.org/viewvc/base/head/usr.bin/,http://svn.freebsd.org/base/head/usr.bin/,' XXX/entries If you can't checkout source tree with wrong url - fix your script, which check out source tree, but never svn. From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 17:43: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 5DF771065679 for ; Thu, 18 Nov 2010 17:43:03 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 380FF8FC12 for ; Thu, 18 Nov 2010 17:43:02 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id C284C744AAE; Thu, 18 Nov 2010 09:43:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=e-e.com; h= user-agent:in-reply-to:content-transfer-encoding :content-disposition:content-type:content-type:mime-version :references:message-id:subject:subject:from:from:date:date :received:received:received; s=ee; t=1290102182; x=1291916582; bh=agpzl1OhbesiOMlNAal7Kz9YRBvhgumWQaL9PH6UC2U=; b=dZ6ipsv9wJzt p/eXElFRfEg4d0071YdPL+rSvvXv7LWWlsAMg1Eni+CE44W7NN2Y3KcGEMIMKJGm dXFKL7D/qoD7gUxVAAz808vTAprQrXkuH2ATrJFxkXvnM80nvIqrPM7Ix0fPZ/VF o57XgpaXE2a5hkQIyYxdecqyppT+gBA= 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 UwyOG7opogsW; Thu, 18 Nov 2010 09:43:02 -0800 (PST) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id 74E0B744AA5; Thu, 18 Nov 2010 09:43:02 -0800 (PST) Received: (nullmailer pid 75013 invoked by uid 1001); Thu, 18 Nov 2010 17:40:02 -0000 Date: Thu, 18 Nov 2010 09:40:02 -0800 From: Jason Helfman To: Rob Farmer Message-ID: <20101118174002.GX15868@eggman.experts-exchange.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Operating-System: FreeBSD 8.1-RELEASE X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, Eir Nym Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 17:43:03 -0000 On Thu, Nov 18, 2010 at 09:18:39AM -0800, Rob Farmer thus spake: >On Thu, Nov 18, 2010 at 08:13, Eir Nym wrote: >> On 18 November 2010 19:08, Jason Helfman wrote: >>> Wrote a quick patch: >>> --- bsd.commands.mk.orig        2010-11-18 08:05:47.000000000 -0800 >>> +++ bsd.commands.mk     2010-11-18 08:06:17.000000000 -0800 >>> @@ -76,6 +76,7 @@ >>>  SED?=          /usr/bin/sed >>>  SETENV?=       /usr/bin/env >>>  SH?=           /bin/sh >>> +CSH?=          /bin/csh >>>  SORT?=         /usr/bin/sort >>>  STRIP_CMD?=    /usr/bin/strip >>>  # Command to run commands as privileged user >>> > >The patch should probably retain alphabetical order. Yes, thanks. [jhelfman@eggman /usr/ports/Mk]$ diff -ur bsd.commands.mk.orig bsd.commands.mk --- bsd.commands.mk.orig 2010-11-18 08:05:47.000000000 -0800 +++ bsd.commands.mk 2010-11-18 09:38:56.000000000 -0800 @@ -31,6 +31,7 @@ COMM?= /usr/bin/comm CP?= /bin/cp CPIO?= /usr/bin/cpio +CSH?= /bin/csh CUT?= /usr/bin/cut DC?= /usr/bin/dc DIALOG?= /usr/bin/dialog -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 18:00:29 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 21DDA10656AD for ; Thu, 18 Nov 2010 18:00:29 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id D77DD8FC16 for ; Thu, 18 Nov 2010 18:00:28 +0000 (UTC) Received: by qyk8 with SMTP id 8so1565936qyk.13 for ; Thu, 18 Nov 2010 10:00:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.2.202 with SMTP id 10mr861031qak.60.1290103228054; Thu, 18 Nov 2010 10:00:28 -0800 (PST) Received: by 10.220.16.199 with HTTP; Thu, 18 Nov 2010 10:00:27 -0800 (PST) X-Originating-IP: [128.95.133.115] In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> Date: Thu, 18 Nov 2010 10:00:27 -0800 Message-ID: From: Rob Farmer To: Eir Nym Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, Jason Helfman Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 18:00:29 -0000 On Thu, Nov 18, 2010 at 09:25, Eir Nym wrote: > Firstly, it is optional part. You didn't answer my question: .if exists(/bin/csh) CSH?= /bin/csh .else CSH?= # What goes here? .endif And I'm aware it can be dropped using a knob. But I don't think port maintainers should be expected to support anything other than a full base system. This port needs csh, so it will fail if you don't have csh. > and I can rewrite build script to > make(1) or at least shell script Ok, great. But you are still basically saying that certain base system utilities should be off limits because you have chosen to remove them from your system. -- Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 18:09:17 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 54EA2106566B for ; Thu, 18 Nov 2010 18:09:17 +0000 (UTC) (envelope-from eirnym@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 0C20F8FC0C for ; Thu, 18 Nov 2010 18:09:15 +0000 (UTC) Received: by gxk9 with SMTP id 9so2112744gxk.13 for ; Thu, 18 Nov 2010 10:09:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=kKHHrJHpFDn6jhZP9557OpFhIwb8zZV8XErcAdSV/gs=; b=kG/z4ltWVA74rqHpQraRyBHWs6lZogagSJtkuY3Kh41d0floNbeb9BFNuKZrHG3fel Vm3MRqhXaNbLOeU42Sees71+f+PpIU4kSlsKrWk/Yz1uEPJc/TH1buXtIsiMhdOOcdot UST2kkVT/o/2FEmwZRb1Le3hJd4oA6eoBUbcg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=otN9GKQYH48aLBtnsiWU7Q7Gj8rgBcYsKg40WWK6nPVD2SoZN+nYlB94ZmzJpHQALJ lQ4zpGXwX00ocu7vcJi4WT9WHjs2T20agJPUqdMyAphSfQ8GNVZw9O8AvkZkCh89gecQ tGSXnH7jlaGgv4sl1ZyeqJ+roaucqNR1D0pig= Received: by 10.204.72.140 with SMTP id m12mr907146bkj.163.1290103754658; Thu, 18 Nov 2010 10:09:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Thu, 18 Nov 2010 10:08:54 -0800 (PST) In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> From: Eir Nym Date: Thu, 18 Nov 2010 21:08:54 +0300 Message-ID: To: Rob Farmer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Jason Helfman Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 18:09:17 -0000 On 18 November 2010 21:00, Rob Farmer wrote: > On Thu, Nov 18, 2010 at 09:25, Eir Nym wrote: >> Firstly, it is optional part. > > You didn't answer my question: > > .if exists(/bin/csh) > CSH?=3D =C2=A0 /bin/csh > .else > CSH?=3D =C2=A0 # What goes here? > .endif > nope, only CSH?=3D /bin/csh without any other checks. Port should check if ${CSH} is exits in the system. And there no replacement in ports tree for this. And this variable can be in Makefile for port because it is uncommon. > And I'm aware it can be dropped using a knob. But I don't think port > maintainers should be expected to support anything other than a full > base system. This port needs csh, so it will fail if you don't have > csh. > >> and I can rewrite build script to >> make(1) or at least shell script > > Ok, great. But you are still basically saying that certain base system > utilities should be off limits because you have chosen to remove them > from your system. > If you want, you can remove tcsh(1) from your system using WITHOUT_TCSH in src.conf(5) with rebuilding system, and then removing obsolete files. > -- > Rob Farmer > From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 18:10:16 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 25650106564A for ; Thu, 18 Nov 2010 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EFCB18FC18 for ; Thu, 18 Nov 2010 18:10:15 +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 oAIIAFj4022915 for ; Thu, 18 Nov 2010 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAIIAF7B022907; Thu, 18 Nov 2010 18:10:15 GMT (envelope-from gnats) Date: Thu, 18 Nov 2010 18:10:15 GMT Message-Id: <201011181810.oAIIAF7B022907@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org From: Eir Nym Cc: Subject: Re: misc/152296: wrong message when trying to checkout using old repository path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eir Nym List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 18:10:16 -0000 The following reply was made to PR misc/152296; it has been noted by GNATS. From: Eir Nym To: arundel@freebsd.org Cc: kenorb@gmail.com, freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org, FreeBSD Mail Lists Subject: Re: misc/152296: wrong message when trying to checkout using old repository path Date: Thu, 18 Nov 2010 20:38:48 +0300 On 18 November 2010 20:15, wrote: > Synopsis: wrong message when trying to checkout using old repository path > > State-Changed-From-To: open->suspended > State-Changed-By: arundel > State-Changed-When: Thu Nov 18 16:58:58 UTC 2010 > State-Changed-Why: > I'm very sorry for handling this PR inappropriatly. Somehow I was under the > impression that we had a version of svn in the base tree. However that is not > the case! > I think marking this as suspended is the best option for now, since there > was no patch attached to correct svn's handling of the wrong URL. > Since the svn port seems to get updated very regularly we can assume that the > development version of svn is still containing this issue. If somebody wants to > provide a patch we could try convincing the svn developers to push it upstream > in order to have it in one of the next svn releases and thus ports. > A different approach would be to add a local ports patch to > devel/subversion{-freebsd}/files. > > > Responsible-Changed-From-To: freebsd-bugs->freebsd-ports > Responsible-Changed-By: arundel > Responsible-Changed-When: Thu Nov 18 16:58:58 UTC 2010 > Responsible-Changed-Why: > This is a ports related PR. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=152296 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I see only two possible ways to fix this problem: If you have checkouted source tree before, you can use following command to relocate it: find /usr/src -name .svn|xargs -n 1 -J XXX sed -i '.bak' 's,http://svn.freebsd.org/viewvc/base/head/usr.bin/,http://svn.freebsd.org/base/head/usr.bin/,' XXX/entries If you can't checkout source tree with wrong url - fix your script, which check out source tree, but never svn. From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 18:39:51 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCBB010656BD for ; Thu, 18 Nov 2010 18:39:51 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 949BE8FC16 for ; Thu, 18 Nov 2010 18:39:51 +0000 (UTC) Received: by ywa8 with SMTP id 8so2133229ywa.13 for ; Thu, 18 Nov 2010 10:39:50 -0800 (PST) Received: by 10.231.39.205 with SMTP id h13mr1065546ibe.148.1290105590569; Thu, 18 Nov 2010 10:39:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Thu, 18 Nov 2010 10:39:30 -0800 (PST) In-Reply-To: <20101118161701.GB31322@libertas.local.camdensoftware.com> References: <20101117220248.GC53079@libertas.local.camdensoftware.com> <20101118161701.GB31322@libertas.local.camdensoftware.com> From: Eitan Adler Date: Thu, 18 Nov 2010 13:39:30 -0500 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH] Proposal for a new option framework 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, 18 Nov 2010 18:39:51 -0000 > Just pulled your latest changes, and now it takes more arrow keys to kill > it, but two tabs still does the trick. Ah, yes. This is a feature request that I have not gotten around to yet (I've been working on the one requests). At the moment "long description" is a filename you provide when you give via --hfile. Some people want it to be a user supplied string instead of a filename. >From the usage() --option optionName=description [--hfile filename] There is only = mark which marks the option name and the description. I probably should add some sanity checking for the command line parsing. Look at withlicence.sh and nolicence.sh for examples on how to run the program for now. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 18:39:54 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 E795610657BC for ; Thu, 18 Nov 2010 18:39:54 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qw0-f44.google.com (mail-qw0-f44.google.com [209.85.216.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9F12E8FC0A for ; Thu, 18 Nov 2010 18:39:54 +0000 (UTC) Received: by qwd7 with SMTP id 7so82248qwd.17 for ; Thu, 18 Nov 2010 10:39:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.176.67 with SMTP id bd3mr886894qab.110.1290105593298; Thu, 18 Nov 2010 10:39:53 -0800 (PST) Received: by 10.220.16.199 with HTTP; Thu, 18 Nov 2010 10:39:53 -0800 (PST) X-Originating-IP: [128.95.133.115] In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> Date: Thu, 18 Nov 2010 10:39:53 -0800 Message-ID: From: Rob Farmer To: Eir Nym Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, Jason Helfman Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 18 Nov 2010 18:39:55 -0000 On Thu, Nov 18, 2010 at 10:08, Eir Nym wrote: > On 18 November 2010 21:00, Rob Farmer wrote: >> On Thu, Nov 18, 2010 at 09:25, Eir Nym wrote: >>> Firstly, it is optional part. >> >> You didn't answer my question: >> >> .if exists(/bin/csh) >> CSH?=3D =A0 /bin/csh >> .else >> CSH?=3D =A0 # What goes here? >> .endif >> > nope, only CSH?=3D /bin/csh without any other checks. That's exactly what the posted patch does - yet you complained about it: "Your patch should check if tcsh is in system" > > Port should check if ${CSH} is exits in the system. > And there no replacement in ports tree for this. > > And this variable can be in Makefile for port because it is uncommon. That's a reasonable argument, which is why I suggested Oliver ask here about if this would be a good idea. Though, personally, I am inclined to disagree, given some of the other stuff in there. > >> And I'm aware it can be dropped using a knob. But I don't think port >> maintainers should be expected to support anything other than a full >> base system. This port needs csh, so it will fail if you don't have >> csh. >> >>> and I can rewrite build script to >>> make(1) or at least shell script >> >> Ok, great. But you are still basically saying that certain base system >> utilities should be off limits because you have chosen to remove them >> from your system. >> > > If you want, you can remove tcsh(1) from your system using > WITHOUT_TCSH in src.conf(5) with rebuilding system, and then removing > obsolete files. Sure - but this kind of thing isn't really supported - many of the knobs are rarely used and it is very easy to find stuff that breaks. --=20 Rob Farmer From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 20:24:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703801065694 for ; Thu, 18 Nov 2010 20:24:09 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-iw0-f173.google.com (mail-iw0-f173.google.com [209.85.214.173]) by mx1.freebsd.org (Postfix) with ESMTP id 44E4A8FC0C for ; Thu, 18 Nov 2010 20:24:08 +0000 (UTC) Received: by iwn34 with SMTP id 34so520340iwn.18 for ; Thu, 18 Nov 2010 12:24:08 -0800 (PST) Received: by 10.231.11.200 with SMTP id u8mr1224765ibu.123.1290111848183; Thu, 18 Nov 2010 12:24:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.143.15 with HTTP; Thu, 18 Nov 2010 12:23:47 -0800 (PST) In-Reply-To: <20101118161701.GB31322@libertas.local.camdensoftware.com> References: <20101117220248.GC53079@libertas.local.camdensoftware.com> <20101118161701.GB31322@libertas.local.camdensoftware.com> From: Eitan Adler Date: Thu, 18 Nov 2010 15:23:47 -0500 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: [PATCH] Proposal for a new option framework 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, 18 Nov 2010 20:24:09 -0000 > Just pulled your latest changes, and now it takes more arrow keys to kill > it, but two tabs still does the trick. Revision 88ca1975d4dd fixed usage() Revision 208207ddab2a fixed some bugs relating to outputting the option names Revision 77b56ebf5150 added some more sanity checking for the option names I'm still seeking more testing in a wide range of scenarios as the goal is to integrate this into the base system (or at least the ports system). If you see any bugs or issues please let me know so they can be fixed. One small note: the D4P program is not designed to be run from the command line on a regular basis - the intent is for that ports system to generate the command line and run it like 'make config' currently does. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 21:37:10 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 8C1B11065694 for ; Thu, 18 Nov 2010 21:37:10 +0000 (UTC) (envelope-from nikolai.lifanov@plaidskirtmarketing.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5521F8FC1F for ; Thu, 18 Nov 2010 21:37:10 +0000 (UTC) Received: by gyg13 with SMTP id 13so2315013gyg.13 for ; Thu, 18 Nov 2010 13:37:09 -0800 (PST) Received: by 10.101.188.7 with SMTP id q7mr804937anp.207.1290114480443; Thu, 18 Nov 2010 13:08:00 -0800 (PST) Received: from [192.168.2.15] (rrcs-24-206-34-20.midsouth.biz.rr.com [24.206.34.20]) by mx.google.com with ESMTPS id w15sm872261anw.13.2010.11.18.13.07.59 (version=SSLv3 cipher=RC4-MD5); Thu, 18 Nov 2010 13:07:59 -0800 (PST) Message-ID: <4CE595AE.8090507@plaidskirtmarketing.com> Date: Thu, 18 Nov 2010 16:07:58 -0500 From: Nikolai Lifanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101117 Thunderbird/3.1.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: www/linux-f10-flashplugin10 checksum change issues 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, 18 Nov 2010 21:37:10 -0000 I just submitted a fix to this port, but from what I found on Google, it's been changing sizes and checksums for a while now. Should I just disable checksum check in Makefile and submit it as a "fix"? What do you think? From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 22:04:31 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A4D510656B5 for ; Thu, 18 Nov 2010 22:04:31 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id BFEC28FC0A for ; Thu, 18 Nov 2010 22:04:30 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A6AEF1E00122; Thu, 18 Nov 2010 23:04:29 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id oAIM2cV1040116; Thu, 18 Nov 2010 23:02:38 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id oAIM2cBo040115; Thu, 18 Nov 2010 23:02:38 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 18 Nov 2010 23:02:38 +0100 To: Nikolai Lifanov Message-ID: <20101118220238.GA38769@triton8.kn-bremen.de> References: <4CE595AE.8090507@plaidskirtmarketing.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CE595AE.8090507@plaidskirtmarketing.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: www/linux-f10-flashplugin10 checksum change issues 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, 18 Nov 2010 22:04:31 -0000 On Thu, Nov 18, 2010 at 04:07:58PM -0500, Nikolai Lifanov wrote: > I just submitted a fix to this port, but from what I found on Google, > it's been changing sizes and checksums for a while now. > > Should I just disable checksum check in Makefile and submit it as a "fix"? > What do you think? Well in that case we'll just have to wait until Adobe made up their mind. (And published any needed advisories.) And yes this would be easier if their distfiles had version numbers like most everyone else does it... :/, Juergen From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 22:55: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 C528C106566C for ; Thu, 18 Nov 2010 22:55:30 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 61FCC8FC17 for ; Thu, 18 Nov 2010 22:55:29 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 65DD834D449; Thu, 18 Nov 2010 22:55:20 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Thu, 18 Nov 2010 22:55:20 +0000 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.5.3; amd64; ; ) References: <201011170954.34350.david@vizion2000.net> <20101117225009.GA3497@thought.org> In-Reply-To: <20101117225009.GA3497@thought.org> X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201011182255.20314.david@vizion2000.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: multimedia/vlc compile error with latest upgrade 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, 18 Nov 2010 22:55:30 -0000 > On Wed, Nov 17, 2010 at 01:38:30PM -0600, Greg Rivers wrote: > > On Wed, 17 Nov 2010, David Southwell wrote: > > >Does anyone know how to fix this one > > > > I'm seeing the same build failure, but only on FreeBSD 7.3. It > > builds fine for me on FreeBSD 8.1. > > Folks, > > As most of you know, i'm a [very] late adapter. (I've gotten > severely burned trying NEW, IMPROVED stuff. So I'm using the > 3 2-bit 7.3. And having massive build failures when trying to > build things like KDE4 and a couple other things. > > Anybody else have troubles of this kind: 7.3 vs 8.x? I have > almost/___Almost___ finished my new-improved energy saving > hardware upgrades. I don't like messing with things that > work, even if not-completely. --Besides, didn't somebody mention > that 5.7 was almost the same as 6.0.rc1? > > gary > > PS: more along these lines coming Sorry but I do not understand this contribution. What exactly are you saying? How does this help resolve the problem? David Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations & Systems Adminstrator for the vizion2000.net network From owner-freebsd-ports@FreeBSD.ORG Thu Nov 18 23:16:58 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 9E094106564A for ; Thu, 18 Nov 2010 23:16:58 +0000 (UTC) (envelope-from david@atf4.com) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 3CE698FC08 for ; Thu, 18 Nov 2010 23:16:58 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 3516F34D44F; Thu, 18 Nov 2010 22:59:58 +0000 (GMT) From: David Southwell ARPS Organization: Photographic Artist To: freebsd-ports@freebsd.org Date: Thu, 18 Nov 2010 22:59:57 +0000 User-Agent: KMail/1.13.5 (FreeBSD/7.2-RELEASE-p3; KDE/4.5.3; amd64; ; ) X-KMail-Markup: true MIME-Version: 1.0 Message-Id: <201011182259.58135.david@atf4.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: compile failure fireflies 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, 18 Nov 2010 23:16:58 -0000 Hi Thanks in advance for any help here: David __________________________ Failure as follows: config.status: creating include/gfx/config.h gmake[1]: Entering directory `/usr/ports/x11/fireflies/work/fireflies-2.07/libgfx/src' c++ -c -O2 -fno-strict-aliasing -pipe -march=nocona -I/usr/local/include - I/usr/local/include/GL - I/usr/ports/x11/fireflies/work/fireflies-2.07/libgfx/include -DHAVE_CONFIG_H - I/usr/local/include mat2.cxx mat2.cxx: In function 'bool eigen(const gfx::Mat2&, gfx::Vec2&, gfx::Vec2*)': mat2.cxx:80: error: call of overloaded 'eigenvalues(const gfx::Mat2&, gfx::TVec2&)' is ambiguous mat2.cxx:49: note: candidates are: bool eigenvalues(const gfx::Mat2&, gfx::Vec2&) /usr/local/include/gfx/mat2.h:151: note: bool gfx::eigenvalues(const gfx::Mat2&, gfx::Vec2&) mat2.cxx:82: error: call of overloaded 'eigenvectors(const gfx::Mat2&, gfx::TVec2&, gfx::Vec2*&)' is ambiguous mat2.cxx:67: note: candidates are: bool eigenvectors(const gfx::Mat2&, const gfx::Vec2&, gfx::Vec2*) /usr/local/include/gfx/mat2.h:152: note: bool gfx::eigenvectors(const gfx::Mat2&, const gfx::Vec2&, gfx::Vec2*) gmake[1]: *** [mat2.o] Error 1 gmake[1]: Leaving directory `/usr/ports/x11/fireflies/work/fireflies-2.07/libgfx/src' gmake: *** [libgfx/src/libgfx.a] Error 2 *** Error code 1 Stop in /usr/ports/x11/fireflies. Photographic Artist Permanent Installations & Design Creative Imagery and Advanced Digital Techniques High Dynamic Range Photography & Official Portraiture Combined darkroom & digital creations From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 00:51:34 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AF381065670; Fri, 19 Nov 2010 00:51:34 +0000 (UTC) (envelope-from tom@diogunix.com) Received: from mail.kepos.org (mail.kepos.org [64.120.5.168]) by mx1.freebsd.org (Postfix) with ESMTP id 5B98D8FC13; Fri, 19 Nov 2010 00:51:34 +0000 (UTC) From: "tom@diogunix.com" To: ports@freebsd.org, olgeni@freebsd.org Date: Fri, 19 Nov 2010 01:30:30 +0100 MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201011190130.31346.tom@diogunix.com> Cc: Michael Santos , Ashish SHUKLA Subject: Patch for Erlang in Jails 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, 19 Nov 2010 00:51:34 -0000 /usr/ports/lang/erlang /usr/ports/lang/erlang-lite Hello Olgeni, Ashish, Port maintainers, through a couple of tests I found out that Erlang 14B as currently in the Ports Collection and therefor also built when building the most popular Erlang program (ejabberd) can't run in a FreeBSD Jail as it collides with the localhost specialities of Jails. Reason: In Erlang 14B a new check was introduced for the communication of the empd daemon with the host. As this check currently is not configurable, no current Erlang will run in a Jail - as a follow-up too effecting all Erlang programs of course. Thanks to Michael from the Erlang mailing list (see CC), it seems a solution came up to run Erlang 14B in a Jail. A few minutes ago, Michael provided a quick patch for Erlang 14B to disable the check metnioned above. Here's his quick patch: > diff --git a/erts/epmd/src/epmd_srv.c b/erts/epmd/src/epmd_srv.c > index ef471a4..e2cc2dc 100644 > --- a/erts/epmd/src/epmd_srv.c > +++ b/erts/epmd/src/epmd_srv.c > @@ -766,6 +766,9 @@ static int conn_open(EpmdVars *g,int fd) > dbg_tty_printf(g,2,(s->local_peer) ? "Local peer connected" : > "Non-local peer connected"); > > + /* XXX allow local messages from all clients */ > + s->local_peer = EPMD_TRUE; > + > s->want = 0; /* Currently unknown */ > s->got = 0; > s->mod_time = current_time(g); /* Note activity */ Michael also announced to make a better patch in a few days. Also the Erlang folks might offer a future option to disable the check or provide another possibility to properly run Erlang and Erlang programs (such as ejabberd) in a Jail. I'm not sure on how to deal with this. I just thought you should know about what's going on. Hope this helps. kind regards Tom From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 05:32:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AEF3106564A for ; Fri, 19 Nov 2010 05:32:41 +0000 (UTC) (envelope-from jhelfman@experts-exchange.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [72.29.183.251]) by mx1.freebsd.org (Postfix) with ESMTP id 60AD98FC12 for ; Fri, 19 Nov 2010 05:32:41 +0000 (UTC) Received: from mail.experts-exchange.com (localhost [127.0.0.1]) by mail.experts-exchange.com (Postfix) with ESMTP id 185E4744DEE; Thu, 18 Nov 2010 21:32:41 -0800 (PST) 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:resent-to:resent-message-id:resent-date :resent-from:received:received:received; s=ee; t=1290144760; x= 1291959160; bh=qWs7wIa63vqsKX1vhUd57EzNi9kgtHyOgc3vSNQreDM=; b=B XGCkCIrUX2djC797qRPTehFIq3190nk51oeXPPnTX+BjnTViNupTr98DuOtv/FSp mCJmpRP1CpUtboABZLvKwMH9BFi71x8s0zXvHHSLOA/veFER4j1HP6jbcPDNQTQ9 VMKH5bAVIfLOHd24em2TzeqUTZrjVR4PgP0RZIpj6E= 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 oPZLUsY7Hpxh; Thu, 18 Nov 2010 21:32:40 -0800 (PST) Received: from experts-exchange.com (unknown [192.168.103.122]) by mail.experts-exchange.com (Postfix) with SMTP id BB2BA744DE9; Thu, 18 Nov 2010 21:32:40 -0800 (PST) Received: (nullmailer pid 94799 invoked by uid 1001); Fri, 19 Nov 2010 05:29:40 -0000 Resent-From: Jason Resent-Date: Thu, 18 Nov 2010 21:29:40 -0800 Resent-Message-ID: <20101119052940.GA94778@eggman.experts-exchange.com> Resent-To: mad@madpilot.net, freebsd-ports@freebsd.org Date: Tue, 9 Nov 2010 13:03:22 -0800 From: Jason Helfman To: Guido Falsi Message-ID: <20101109210322.GD11785@eggman.experts-exchange.com> References: <19264903.2523091287604404630.JavaMail.defaultUser@defaultHost> <20101020200247.GA60489@icarus.home.lan> <20101021083124.GA50114@megatron.madpilot.net> <20101021115121.282ecadb@gumby.homeunix.com> <4CC082DF.2080203@madpilot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4CC082DF.2080203@madpilot.net> X-Operating-System: FreeBSD 7.3-RELEASE-p2 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: Problem (again) with portsnap5.FreeBSD.org? 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, 19 Nov 2010 05:32:41 -0000 On Thu, Oct 21, 2010 at 08:13:51PM +0200, Guido Falsi thus spake: >On 10/21/10 18:17, Royce Williams wrote: >> On Thu, Oct 21, 2010 at 2:51 AM, RW wrote: >>> On Thu, 21 Oct 2010 10:31:24 +0200 Guido Falsi wrote: >>> >>>> I have noticed on the machines I use/administer a bias towards >>>> portsnap5. >> >>> If you define a cache environment variable the random choice is seeded >>> by that to improve the caching. There may also be some weighting in the >>> SRV record. >> >> Yep - update5 is currently weighted 50% in the SRV: >> >> $ host -t srv _http._tcp.update.freebsd.org >> _http._tcp.update.freebsd.org has SRV record 1 35 80 update4.FreeBSD.org. >> _http._tcp.update.freebsd.org has SRV record 1 50 80 update5.FreeBSD.org. >> _http._tcp.update.freebsd.org has SRV record 1 5 80 update3.FreeBSD.org. >> _http._tcp.update.freebsd.org has SRV record 1 10 80 update2.FreeBSD.org. >> > >Thank you. This explains what I was seeing and makes it in fact quite >normal. I am seeing similiar issues with portsnap5. Are you pointing portsnap to update? host -t srv _http._tcp.portsnap.freebsd.org _http._tcp.portsnap.freebsd.org has SRV record 1 10 80 portsnap6.FreeBSD.org. _http._tcp.portsnap.freebsd.org has SRV record 1 20 80 portsnap5.FreeBSD.org. _http._tcp.portsnap.freebsd.org has SRV record 2 10 80 portsnap4.FreeBSD.org. _http._tcp.portsnap.freebsd.org has SRV record 1 10 80 portsnap1.FreeBSD.org. _http._tcp.portsnap.freebsd.org has SRV record 1 10 80 portsnap2.FreeBSD.org. -jgh > >-- >Guido Falsi >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > -- Jason Helfman System Administrator experts-exchange.com http://www.experts-exchange.com/M_4830110.html From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 06:45:04 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 00F791065672 for ; Fri, 19 Nov 2010 06:45:03 +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 C32428FC1C for ; Fri, 19 Nov 2010 06:45:03 +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 oAJ6j3vx017744 for ; Fri, 19 Nov 2010 06:45:03 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id oAJ6j34l017743 for ports@FreeBSD.org; Fri, 19 Nov 2010 06:45:03 GMT (envelope-from erwin) Date: Fri, 19 Nov 2010 06:45:03 GMT From: Erwin Lansing Message-Id: <201011190645.oAJ6j34l017743@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: Fri, 19 Nov 2010 06:45:04 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found Done. make_index: p5-Rose-HTML-Objects-0.611: no entry for /graphics/p5-Image-Size make_index: p5-Rose-HTML-Objects-0.611: no entry for /graphics/p5-Image-Size Committers on the hook: acm kuriyama wen Most recent CVS update was: U editors/lazarus/Makefile U security/gnupg/Makefile U www/Makefile U www/p5-Rose-HTML-Objects/Makefile U www/p5-Rose-HTML-Objects/distinfo U www/p5-Rose-HTML-Objects/pkg-descr U www/p5-Rose-HTML-Objects/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 09:01: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 585C21065674 for ; Fri, 19 Nov 2010 09:01:32 +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 E7A7A8FC1E for ; Fri, 19 Nov 2010 09:01:31 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 70E75154B; Fri, 19 Nov 2010 10:01:30 +0100 (CET) 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=1290157251; x= 1291971651; bh=LM2Wf8zBoLU1+BJqMt/KL7AsWTYT/afwlmclg1rJvBI=; b=d 4hGciBBiRfUfyV2ATjQYCXtIP1f3+ZFr2dPMyir/ig88f9K9oNiUhY0n+FjifJCw 03t9GmNaAlQj4WHimbTTLhnWVEsj+UwYPNgmVfkq0rXrlTFJxdsZDyLgKURe2wA5 hSdJZIO+ZOoBZneF3tEyF7MpvIokZlHMZqTEu4BMT0= 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 atBIgsd8sWLG; Fri, 19 Nov 2010 10:00:51 +0100 (CET) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 10884152C; Fri, 19 Nov 2010 10:00:50 +0100 (CET) Date: Fri, 19 Nov 2010 10:00:50 +0100 From: Guido Falsi To: Jason Helfman Message-ID: <20101119090050.GA37868@megatron.madpilot.net> References: <19264903.2523091287604404630.JavaMail.defaultUser@defaultHost> <20101020200247.GA60489@icarus.home.lan> <20101021083124.GA50114@megatron.madpilot.net> <20101021115121.282ecadb@gumby.homeunix.com> <4CC082DF.2080203@madpilot.net> <20101109210322.GD11785@eggman.experts-exchange.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101109210322.GD11785@eggman.experts-exchange.com> X-Operating-System: FreeBSD 8.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: Problem (again) with portsnap5.FreeBSD.org? 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, 19 Nov 2010 09:01:32 -0000 On Tue, Nov 09, 2010 at 01:03:22PM -0800, Jason Helfman wrote: > >> > >>Yep - update5 is currently weighted 50% in the SRV: > >> > >>$ host -t srv _http._tcp.update.freebsd.org > >>_http._tcp.update.freebsd.org has SRV record 1 35 80 update4.FreeBSD.org. > >>_http._tcp.update.freebsd.org has SRV record 1 50 80 update5.FreeBSD.org. > >>_http._tcp.update.freebsd.org has SRV record 1 5 80 update3.FreeBSD.org. > >>_http._tcp.update.freebsd.org has SRV record 1 10 80 update2.FreeBSD.org. > >> > > > >Thank you. This explains what I was seeing and makes it in fact quite > >normal. > > I am seeing similiar issues with portsnap5. > Are you pointing portsnap to update? > > host -t srv _http._tcp.portsnap.freebsd.org > _http._tcp.portsnap.freebsd.org has SRV record 1 10 80 portsnap6.FreeBSD.org. > _http._tcp.portsnap.freebsd.org has SRV record 1 20 80 portsnap5.FreeBSD.org. > _http._tcp.portsnap.freebsd.org has SRV record 2 10 80 portsnap4.FreeBSD.org. > _http._tcp.portsnap.freebsd.org has SRV record 1 10 80 portsnap1.FreeBSD.org. > _http._tcp.portsnap.freebsd.org has SRV record 1 10 80 portsnap2.FreeBSD.org. I'm getting the same DNS result you're getting. portsnap5 has less weight now and is in fact being used less. My systems are more frequently using other servers now. A few days ago portsnap5 did not respond, anyway in that case portsnap simply timed out and tried another server shortly after. -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 09:36:13 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E826106564A for ; Fri, 19 Nov 2010 09:36:13 +0000 (UTC) (envelope-from m.alberoni@cineca.it) Received: from avas-cineca-1.cineca.it (avas-cineca-1.cineca.com [130.186.81.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9938FC0A for ; Fri, 19 Nov 2010 09:36:12 +0000 (UTC) X-IronPort-AV: E=McAfee;i="5400,1158,6171"; a="3470984" Received: from cineca.mm.cineca.it ([130.186.10.200]) by avas-cineca-1.cineca.it with ESMTP; 19 Nov 2010 10:26:10 +0100 Received: from [192.168.65.35] (pdl-19-17.nat.cineca.it [130.186.19.17]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) as user m.alberoni@cineca.it by cineca.mm.cineca.it (Postfix) with ESMTP id E16F3683B6C; Fri, 19 Nov 2010 10:26:09 +0100 (MET) Message-ID: <4CE642C3.4070105@cineca.it> From: Marco Alberoni Organization: CINECA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.15) Gecko/20101029 Firefox/3.6.0 MIME-Version: 1.0 To: jsa@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 19 Nov 2010 10:26:09 +0100 (MET) Cc: ports@FreeBSD.org Subject: FreeBSD Port: vlc-1.1.5,3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 09:36:13 -0000 Hello, in my opinion there are some problems trying to compile vlc-1.1.5,3 on a FreeBSD 7.3 system: inhibit/xscreensaver.c:55: error: expected specifier-qualifier-list before 'posix_spawn_file_actions_t' inhibit/xscreensaver.c: In function 'Activate': inhibit/xscreensaver.c:91: error: implicit declaration of function 'posix_spawn_file_actions_init' inhibit/xscreensaver.c:91: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:94: error: implicit declaration of function 'posix_spawn_file_actions_adddup2' inhibit/xscreensaver.c:94: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:95: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:96: error: implicit declaration of function 'posix_spawn_file_actions_addclose' inhibit/xscreensaver.c:96: error: 'vlc_inhibit_sys_t' has no member named 'actions' inhibit/xscreensaver.c:98: error: 'vlc_inhibit_sys_t' has no member named 'nullfd' inhibit/xscreensaver.c:101: error: implicit declaration of function 'posix_spawnattr_init' inhibit/xscreensaver.c:101: error: 'vlc_inhibit_sys_t' has no member named 'attr' inhibit/xscreensaver.c:103: error: implicit declaration of function 'posix_spawnattr_setsigmask' inhibit/xscreensaver.c:103: error: 'vlc_inhibit_sys_t' has no member named 'attr' [...] It seems the patches made by extra-patch-modules__misc__inhibit__xscreensaver.c are not enough to make that module compilable without spawn.h and its functions/definitions. Thanks for your work, and if you think I can help you in some way (even if I'm not a "strong" C programmer at all!) please tell me! -- Marco Alberoni From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 09:46: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 3BE73106564A for ; Fri, 19 Nov 2010 09:46: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 1329E8FC18 for ; Fri, 19 Nov 2010 09:46: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 oAJ9kcra086932 for ; Fri, 19 Nov 2010 09:46:38 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.4/8.14.3/Submit) id oAJ9kcOV086930 for ports@FreeBSD.org; Fri, 19 Nov 2010 09:46:38 GMT (envelope-from erwin) Date: Fri, 19 Nov 2010 09:46:38 GMT From: Erwin Lansing Message-Id: <201011190946.oAJ9kcOV086930@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: Fri, 19 Nov 2010 09:46:39 -0000 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 11:16:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B612106564A for ; Fri, 19 Nov 2010 11:16:40 +0000 (UTC) (envelope-from afb@algonet.se) Received: from ch-smtp03.sth.basefarm.net (ch-smtp03.sth.basefarm.net [80.76.149.214]) by mx1.freebsd.org (Postfix) with ESMTP id C259D8FC08 for ; Fri, 19 Nov 2010 11:16:39 +0000 (UTC) Received: from c83-248-163-52.bredband.comhem.se ([83.248.163.52]:59074 helo=[10.0.1.108]) by ch-smtp03.sth.basefarm.net with esmtps (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1PJOi0-00050N-9x for freebsd-ports@freebsd.org; Fri, 19 Nov 2010 12:00:49 +0100 From: =?iso-8859-1?Q?Anders_F_Bj=F6rklund?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 19 Nov 2010 12:00:45 +0100 Message-Id: To: FreeBSD Ports Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Originating-IP: 83.248.163.52 X-Scan-Result: No virus found in message 1PJOi0-00050N-9x. X-Scan-Signature: ch-smtp03.sth.basefarm.net 1PJOi0-00050N-9x b60bba7f521aeb8e2ca269e83d0ec1c7 Subject: portlocate updated 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, 19 Nov 2010 11:16:40 -0000 Hi freebsd ports, I updated my ruby program called "portlocate" to use Ferret rather than Xapian like before: http://www.algonet.se/~afb/freebsd/portlocate.rb The program works the same as before, but doesn't need Xapian which was reoccuringly broken (and GPL). The main part of Ferret is in C but there is a pure Ruby version too, if needed (it's a port of Lucene): http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/rubygem-ferret/ I was originally hoping for it to get included in pkgtools, but since those aren't maintained anymore it should probably be made into a Ruby module too ? So that it can be included from PackageKit, that is. http://lists.freebsd.org/pipermail/freebsd-ruby/2009-September/000107.html One nice thing about Ferret, besides the MIT license, is that the database is smaller. It's a little slower. --anders From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 11:28:23 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C7C4106564A for ; Fri, 19 Nov 2010 11:28:23 +0000 (UTC) (envelope-from afb@users.sourceforge.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE788FC08 for ; Fri, 19 Nov 2010 11:28:22 +0000 (UTC) Received: from c83-248-163-52.bredband.comhem.se ([83.248.163.52]:59113 helo=[10.0.1.108]) by ch-smtp02.sth.basefarm.net with esmtps (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1PJOtc-0005QD-9P for freebsd-ports@FreeBSD.org; Fri, 19 Nov 2010 12:12:50 +0100 From: =?iso-8859-1?Q?Anders_F_Bj=F6rklund?= Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 19 Nov 2010 12:12:46 +0100 Message-Id: <7D3B4BB7-6C43-4A76-8296-851E7CF34E67@users.sourceforge.net> To: FreeBSD Ports Mime-Version: 1.0 (Apple Message framework v1081) X-Mailer: Apple Mail (2.1081) X-Originating-IP: 83.248.163.52 X-Scan-Result: No virus found in message 1PJOtc-0005QD-9P. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1PJOtc-0005QD-9P 8876db5b0f29b9cb6e7d1c9a6b9c5583 Cc: Subject: portlocate updated 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, 19 Nov 2010 11:28:23 -0000 Hi freebsd ports, I updated my ruby program called "portlocate" to use Ferret rather than Xapian like before: http://www.algonet.se/~afb/freebsd/portlocate.rb The program works the same as before, but doesn't need Xapian which was reoccuringly broken (and GPL). The main part of Ferret is in C but there is a pure Ruby version too, if needed (it's a port of Lucene): http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/rubygem-ferret/ I was originally hoping for it to get included in pkgtools, but since those aren't maintained anymore it should probably be made into a Ruby module too ? So that it can be included from PackageKit, that is. http://lists.freebsd.org/pipermail/freebsd-ruby/2009-September/000107.html One nice thing about Ferret, besides the MIT license, is that the database is smaller. It's a little slower. --anders From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 11:32:29 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 655241065675 for ; Fri, 19 Nov 2010 11:32:29 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 1E6B68FC12 for ; Fri, 19 Nov 2010 11:32:28 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1PJPCe-0008Sq-6e>; Fri, 19 Nov 2010 12:32:28 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1PJPCe-0002sY-4H>; Fri, 19 Nov 2010 12:32:28 +0100 Message-ID: <4CE66051.7000600@zedat.fu-berlin.de> Date: Fri, 19 Nov 2010 12:32:33 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Subject: Renaming a shared library in the port-framework to match FreeBSD naming schemes? 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, 19 Nov 2010 11:32:29 -0000 Hello. Trying to do my first port and run into trouble. The software package (Xerces-c 3.1.1) comes with a full autotoll environment and so far building and installing works. But the libarary name is "libxerces-c-3.1.so" and I need to change this to respect the FreeBSD nameing schemes to "libxerces-c.so.31". I'm looking for a way avoiding some "post-install:" stuff. Is it possible to manipulate the library name via some variables passed through the port-framework to the build-enviroment? Well, I'm very new to porting and this may seem to be a very easy task for experienced porters, so please excuse possible bothering ... Thanks in advance, Oliver From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 13:01: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 3B733106564A for ; Fri, 19 Nov 2010 13:01:54 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep31.mx.upcmail.net (fep31.mx.upcmail.net [62.179.121.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6EAC88FC18 for ; Fri, 19 Nov 2010 13:01:52 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep12-int.chello.at (InterMail vM.8.01.02.02 201-2260-120-106-20100312) with ESMTP id <20101119124543.KLNM21136.viefep12-int.chello.at@edge01.upcmail.net>; Fri, 19 Nov 2010 13:45:43 +0100 Received: from headache.rainbow-runner.nl ([80.56.73.45]) by edge01.upcmail.net with edge id Z0ld1f01m0ydU7k010ljBi; Fri, 19 Nov 2010 13:45:43 +0100 X-SourceIP: 80.56.73.45 Date: Fri, 19 Nov 2010 13:46:36 +0100 From: Koop Mast To: "O. Hartmann" Message-ID: <20101119134636.2c5f44cc@headache.rainbow-runner.nl> In-Reply-To: <4CE66051.7000600@zedat.fu-berlin.de> References: <4CE66051.7000600@zedat.fu-berlin.de> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.0; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Cloudmark-Analysis: v=1.1 cv=BBXmjR/jrMMj1wHBsuD7Cdv69cLzNztNz9uR8CXiauo= c=1 sm=0 a=K1p1SUMfDGsA:10 a=kj9zAlcOel0A:10 a=6I5d2MoRAAAA:8 a=Lk84-C-BhAjFvl-CeNkA:9 a=H5mL3evcwOymyoGy-5wA:7 a=NoJmTY2od_Wbv5f8xikw9-2CN9cA:4 a=CjuIK1q_8ugA:10 a=M9E8oJL41isA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: freebsd-ports@freebsd.org Subject: Re: Renaming a shared library in the port-framework to match FreeBSD naming schemes? 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, 19 Nov 2010 13:01:54 -0000 On Fri, 19 Nov 2010 12:32:33 +0100 "O. Hartmann" wrote: > Hello. > Trying to do my first port and run into trouble. > The software package (Xerces-c 3.1.1) comes with a full autotoll=20 > environment and so far building and installing works. >=20 > But the libarary name is "libxerces-c-3.1.so" and I need to change this=20 > to respect the FreeBSD nameing schemes to "libxerces-c.so.31". I'm=20 > looking for a way avoiding some "post-install:" stuff. There isn't any problem with the libxerces-c-3.1.so name. =46rom http://www.freebsd.org/doc/en/books/porters-handbook/special.html Try to keep shared library version numbers in the libfoo.so.0 format. Our runtime linker only cares for the major (first) number. > Is it possible to manipulate the library name via some variables passed=20 > through the port-framework to the build-enviroment? There isn't. We leave the library name just like upstream/author wants it t= o be. We only hack the library version if needed. -Koop =20 > Well, I'm very new to porting and this may seem to be a very easy task=20 > for experienced porters, so please excuse possible bothering ... >=20 > Thanks in advance, >=20 > Oliver > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >=20 From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 13:44:44 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 2DA9D106566C for ; Fri, 19 Nov 2010 13:44:44 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56]) by mx1.freebsd.org (Postfix) with ESMTP id CF3F68FC12 for ; Fri, 19 Nov 2010 13:44:43 +0000 (UTC) Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18]) by mx.arcor.de (Postfix) with ESMTP id 047229EC4 for ; Fri, 19 Nov 2010 14:44:42 +0100 (CET) Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48]) by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id CD293157894 for ; Fri, 19 Nov 2010 14:44:40 +0100 (CET) Received: from lorvorc.mips.inka.de (dslb-092-075-207-206.pools.arcor-ip.net [92.75.207.206]) by mail-in-08.arcor-online.net (Postfix) with ESMTPS id 9E1C4205C09 for ; Fri, 19 Nov 2010 14:44:37 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-08.arcor-online.net 9E1C4205C09 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.4/8.14.3) with ESMTP id oAJDibbN037123 for ; Fri, 19 Nov 2010 14:44:37 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.4/8.14.4/Submit) id oAJDib9m037122 for freebsd-ports@freebsd.org; Fri, 19 Nov 2010 14:44:37 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Fri, 19 Nov 2010 13:44:37 +0000 (UTC) Message-ID: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 13:44:44 -0000 Eir Nym wrote: > Your patch should check if tcsh is in system. it is optional component. Since when? If you are missing /bin/csh, your system is defective or at least nonstandard. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 14:03: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 3E22A106564A for ; Fri, 19 Nov 2010 14:03:48 +0000 (UTC) (envelope-from eirnym@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 BEC548FC13 for ; Fri, 19 Nov 2010 14:03:47 +0000 (UTC) Received: by bwz2 with SMTP id 2so4001319bwz.13 for ; Fri, 19 Nov 2010 06:03:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=liiiqixJMChN/xksPjso9tZ2prBRZ7xduQ7L6HAWVfo=; b=BF0DPWn/urjfBJe1zKH9KHJj52ku4GpOD8hH0TZQ/ogR8txCbREFGkffQuplId1PtK vwmPvW4AIjRS7vQcMeAxkZjX3KsgRWFRQHr/xvUsUtQ+Za1G1rAVE3BQUbte2vHvD9cA o9x3YqnDIduScKPUAYEVCQ2RdeV2Reu9EOLyo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=mdNH04PrBvcALkff3oKUbcJ4gQAG4eraKb9IHXPqMMViIkVTDcFyx3nhZfU2MHeVSC 12490Nq+8GfiDMrrDmQvRkWG0zTZEGyVsj2RGFZX6TsStEHCJaWiIkVnYpUcFoa416gp xUyvnvYMz4buz0Bo23kmFHsDdoVyy26ZmNiwA= Received: by 10.204.98.15 with SMTP id o15mr2060661bkn.136.1290175426067; Fri, 19 Nov 2010 06:03:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Fri, 19 Nov 2010 06:03:24 -0800 (PST) In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> From: Eir Nym Date: Fri, 19 Nov 2010 17:03:24 +0300 Message-ID: To: Christian Weisgerber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 14:03:48 -0000 On 19 November 2010 16:44, Christian Weisgerber wrote: > Eir Nym wrote: > >> Your patch should check if tcsh is in system. it is optional component. > > Since when? =C2=A0If you are missing /bin/csh, your system is defective > or at least nonstandard. > It is good joke, thanks > -- > Christian "naddy" Weisgerber =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0naddy@mips.inka.de > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 14:03:58 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 42087106567A for ; Fri, 19 Nov 2010 14:03:58 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id B4F318FC1B for ; Fri, 19 Nov 2010 14:03:57 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1PJRZE-0006JQ-I5>; Fri, 19 Nov 2010 15:03:56 +0100 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1PJRZE-0003sj-Dp>; Fri, 19 Nov 2010 15:03:56 +0100 Message-ID: <4CE683D1.1020300@zedat.fu-berlin.de> Date: Fri, 19 Nov 2010 15:04:01 +0100 From: "O. Hartmann" Organization: Freie =?ISO-8859-1?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: Koop Mast References: <4CE66051.7000600@zedat.fu-berlin.de> <20101119134636.2c5f44cc@headache.rainbow-runner.nl> In-Reply-To: <20101119134636.2c5f44cc@headache.rainbow-runner.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: freebsd-ports@freebsd.org Subject: Re: Renaming a shared library in the port-framework to match FreeBSD naming schemes? 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, 19 Nov 2010 14:03:58 -0000 On 11/19/10 13:46, Koop Mast wrote: > On Fri, 19 Nov 2010 12:32:33 +0100 > "O. Hartmann" wrote: > >> Hello. >> Trying to do my first port and run into trouble. >> The software package (Xerces-c 3.1.1) comes with a full autotoll >> environment and so far building and installing works. >> >> But the libarary name is "libxerces-c-3.1.so" and I need to change this >> to respect the FreeBSD nameing schemes to "libxerces-c.so.31". I'm >> looking for a way avoiding some "post-install:" stuff. > > There isn't any problem with the libxerces-c-3.1.so name. > From http://www.freebsd.org/doc/en/books/porters-handbook/special.html > Try to keep shared library version numbers in the libfoo.so.0 format. > Our runtime linker only cares for the major (first) number. Well, this is the problem. The automated installation process installes libxerces-c-3.1.so. > >> Is it possible to manipulate the library name via some variables passed >> through the port-framework to the build-enviroment? > > There isn't. We leave the library name just like upstream/author wants it to be. We only hack the library version if needed. This implies having a post-install: target in the Makefile where I'm supposed to move libxerces-c-3.1.so libbxerces-c.so.31? > > -Koop > >> Well, I'm very new to porting and this may seem to be a very easy task >> for experienced porters, so please excuse possible bothering ... >> >> Thanks in advance, >> >> Oliver >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 14:26:58 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 B369F106578F for ; Fri, 19 Nov 2010 14:26:58 +0000 (UTC) (envelope-from swell.k@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 60FB58FC08 for ; Fri, 19 Nov 2010 14:26:58 +0000 (UTC) Received: by qyk7 with SMTP id 7so106951qyk.13 for ; Fri, 19 Nov 2010 06:26:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=twSsFCDHpEEDUupOKOBzti/ochf6UIMBt5lrn20lt9M=; b=B6C8fmMYonTaAVaaD2CVWInXfGBm2fFV/j1dMVv8v5hltc+vI4DbwmmeqBFpHboO7L ckVRJ7vMfM0LC2hXxmgpXV1EuiYim/qDVmanLbGynoRyUBoyJOF5VD46eVoH9U/pd8Hl e9mQGlYeZ2nwX+OptTSf2dLTbZDHflBvc3Q/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=XDR7hwVJz3d4fmcIXBHTIsqpQ3cgNjcfhMd7uJR0wdmv4WnwI0q+fAfyeccVGGP9cJ v56jBNPkQSxz8mKUnxGzKZNtWdFu1hEEBxlY0rp/mwOLWwwcE6Zk2Z7mXO7mI+2WpsqW DliEs+tj04MCwoeNXfRRxWFB1xW8eyFLFMynE= Received: by 10.224.201.138 with SMTP id fa10mr1892585qab.31.1290176814999; Fri, 19 Nov 2010 06:26:54 -0800 (PST) Received: from localhost (tor-exit-proxy5-readme.formlessnetworking.net [208.53.142.41]) by mx.google.com with ESMTPS id t35sm997104qco.30.2010.11.19.06.26.52 (version=SSLv3 cipher=RC4-MD5); Fri, 19 Nov 2010 06:26:53 -0800 (PST) From: Anonymous To: Eir Nym References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> Date: Fri, 19 Nov 2010 17:26:43 +0300 In-Reply-To: (Eir Nym's message of "Fri, 19 Nov 2010 17:03:24 +0300") Message-ID: <86wro9e6e4.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 14:26:58 -0000 Eir Nym writes: > On 19 November 2010 16:44, Christian Weisgerber wrote: >> Eir Nym wrote: >> >>> Your patch should check if tcsh is in system. it is optional component. >> >> Since when? If you are missing /bin/csh, your system is defective >> or at least nonstandard. > > It is good joke, thanks I guess he's talking about the ports tree being too fragile for some non-default configurations and not many people are willing to fix it. IOW, you can emphasize tcsh(1) being optional by stepping up to maintain shells/tcsh. ;) From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 14:29:53 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 AB0BB106567A for ; Fri, 19 Nov 2010 14:29:53 +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 6D26C8FC08 for ; Fri, 19 Nov 2010 14:29:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oAJETqeg095027; Fri, 19 Nov 2010 07:29:52 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oAJETqMM095024; Fri, 19 Nov 2010 07:29:52 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 19 Nov 2010 07:29:52 -0700 (MST) From: Warren Block To: Ruslan Mahmatkhanov In-Reply-To: <4CE42208.6040207@yandex.ru> Message-ID: References: <4CE42208.6040207@yandex.ru> 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]); Fri, 19 Nov 2010 07:29:52 -0700 (MST) Cc: FreeBSD Ports Mailing List Subject: Re: pixman update X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 14:29:53 -0000 On Wed, 17 Nov 2010, Ruslan Mahmatkhanov wrote: > Xorg could not start after pixman update. It exists with: > """ > Fatal server error: > xf86OpenPccons: CONSOLE_X_MODE_OFF failed (Inappropriate ioctl for device) > Was expecting pccons driver with X support > Check your kernel's console driver configuration and /dev entries > """ > > All is now fine after x11-servers/xorg-server rebuilding. > Shuldn't we bump PORTREVISION for xorg-server? I used portupgrade -r pixman, but it didn't feel the need to rebuild xorg-server, and X still works. No idea why the difference. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 14:32: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 E6C46106564A for ; Fri, 19 Nov 2010 14:32:15 +0000 (UTC) (envelope-from eirnym@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 71CC58FC15 for ; Fri, 19 Nov 2010 14:32:15 +0000 (UTC) Received: by bwz2 with SMTP id 2so4031233bwz.13 for ; Fri, 19 Nov 2010 06:32:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=9WZ9Msx3a2dQBr8hw7uovoSaq+tQhy+RxGtP3HU385s=; b=QmtVoI069VIco5spWWbFG/2B9ynotEG3x2NLZoYgJZjnHD1IoAz4Y72OUr3ccr+Qas 0ZgYHQlVOqCutqJL0BvPoLAI2OU4boFmdwEPhvZQGUoGJOuaXPHXQDxBcPq4Qqkq6uUU Gb4CDMcKVQ4mVqZDpavr/XvyZphXG/n1XNOOo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=IDB3EzkgJ3WWG7BjD38Lr2Lo7tcSjNnOYqvquNIHVpyjZly3HDm8YiK4fDXgN6W+Mn M9CseZJuTI1EltAaOuN0hPGiCkBxAYFvbqhhsfOdURSrvvq0Bco9LMLB1/cu1ytvx0Df JfeylEMxRsKmmgY2ak0cPRk4+6O3bFv4eUhdE= Received: by 10.204.98.75 with SMTP id p11mr2111038bkn.55.1290177134269; Fri, 19 Nov 2010 06:32:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Fri, 19 Nov 2010 06:31:53 -0800 (PST) In-Reply-To: <86wro9e6e4.fsf@gmail.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> <20101118160804.GA73849@eggman.experts-exchange.com> <86wro9e6e4.fsf@gmail.com> From: Eir Nym Date: Fri, 19 Nov 2010 17:31:53 +0300 Message-ID: To: Anonymous Content-Type: text/plain; charset=UTF-8 Cc: Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 14:32:16 -0000 On 19 November 2010 17:26, Anonymous wrote: > Eir Nym writes: > >> On 19 November 2010 16:44, Christian Weisgerber wrote: >>> Eir Nym wrote: >>> >>>> Your patch should check if tcsh is in system. it is optional component. >>> >>> Since when? If you are missing /bin/csh, your system is defective >>> or at least nonstandard. >> >> It is good joke, thanks > > I guess he's talking about the ports tree being too fragile for some > non-default configurations and not many people are willing to fix it. > I understand this. Port can check this (because it is optional system component) and use another or generate error. > IOW, you can emphasize tcsh(1) being optional by stepping up to maintain > shells/tcsh. ;) > I prefer to create Makefile for make(1) or gmake(1) for this port or rewrite script to use sh(1) From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 15:22: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 033C61065673; Fri, 19 Nov 2010 15:22:38 +0000 (UTC) (envelope-from miwi.freebsd@googlemail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9CB748FC1C; Fri, 19 Nov 2010 15:22:34 +0000 (UTC) Received: by gyg13 with SMTP id 13so2833102gyg.13 for ; Fri, 19 Nov 2010 07:22:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=2CKhVPcM4QX4iZuMk50eOEJnnCJp+0hRogwQIB3bqso=; b=r+HNkvjznkoXbFHa58oO1vtcEltHkkT3kg9b1VY80g20em0GrkoldwdY+omhgc/NXE /j8ykGphkfiTVLvadk8mhr+5e7QhVuAqPL1u7/HDtcJNGfSCAKD+0ppQojgbSjw1ZHSq QtWxuRBFTJgJgmxSWDiR5pMlMmZsLkfsYUgpY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=LFPI+RrAYxo1tRUy/byaV+c5gmypgoKqiw6cFSoq24x9o3hzcXGY1w+RddNRiIK9JH w3XoT9/6oIC5P7xNxUQVJ8uaTg8Lw++LROyvC0r0XDdDSw9uVBihZMtKAdxjn99vOyK/ M+Ogm7sargZZJR1cDXUaHdmy0z8Bpn9SfWfTA= MIME-Version: 1.0 Received: by 10.91.16.37 with SMTP id t37mr1245524agi.72.1290178423664; Fri, 19 Nov 2010 06:53:43 -0800 (PST) Received: by 10.90.109.2 with HTTP; Fri, 19 Nov 2010 06:53:41 -0800 (PST) In-Reply-To: <4CE18341.3060804@FreeBSD.org> References: <49815.1289768410@pcbsd.org> <7E4D84EF-E44E-4B4E-90E6-1CCB7D144DB9@ixsystems.com> <201011151151.45478.tijl@coosemans.org> <4CE18341.3060804@FreeBSD.org> Date: Fri, 19 Nov 2010 22:53:41 +0800 Message-ID: From: Martin Wilke To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-ports@freebsd.org Subject: Re: xorg-server 1.7.7 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2010 15:22:38 -0000 Hi, Slowly i get my time back to work on FreeBSD, i'll start working next week on a xorg update. if someone want to help, please ping me via privat mail or irc. - Miwi On Tue, Nov 16, 2010 at 3:00 AM, Doug Barton wrote: > On 11/15/2010 02:51, Tijl Coosemans wrote: > > It would be better if there was a repo for ports development on the >> FreeBSD servers. There are several projects now that could use this >> that I think this is warranted. It would increase their visibility and >> lower the barrier to entry to attract contributors and testers. >> > > This would be quite easily accomplished by branching the ports tree we have > no in CVS. Doing this would accomplish a lot of goals: > > 1. Make it easier for users to pick up and test new ports > 2. Make it easier for the "experimental" trees to keep up to date with the > canonical ports tree > 3. Allow us to have a "stable" ports tree that users can check out and be > reasonably well assured that everything in it will work together safely. > > > Doug > > -- > > Nothin' ever doesn't change, but nothin' changes much. > -- OK Go > > Breadth of IT experience, and depth of knowledge in the DNS. > Yours for the right price. :) http://SupersetSolutions.com/ > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 15:32: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 2D8221065679 for ; Fri, 19 Nov 2010 15:32:19 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-01.arcor-online.net (mail-in-01.arcor-online.net [151.189.21.41]) by mx1.freebsd.org (Postfix) with ESMTP id D34128FC08 for ; Fri, 19 Nov 2010 15:32:18 +0000 (UTC) Received: from mail-in-19-z2.arcor-online.net (mail-in-19-z2.arcor-online.net [151.189.8.36]) by mx.arcor.de (Postfix) with ESMTP id 5093B5A664 for ; Fri, 19 Nov 2010 16:32:17 +0100 (CET) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mail-in-19-z2.arcor-online.net (Postfix) with ESMTP id 3F8D8D7BA6 for ; Fri, 19 Nov 2010 16:32:17 +0100 (CET) Received: from lorvorc.mips.inka.de (dslb-092-075-207-206.pools.arcor-ip.net [92.75.207.206]) by mail-in-07.arcor-online.net (Postfix) with ESMTPS id 21C451080C0 for ; Fri, 19 Nov 2010 16:32:17 +0100 (CET) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-07.arcor-online.net 21C451080C0 Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.4/8.14.3) with ESMTP id oAJFWGDh039627 for ; Fri, 19 Nov 2010 16:32:16 +0100 (CET) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.4/8.14.4/Submit) id oAJFWGQY039626 for freebsd-ports@freebsd.org; Fri, 19 Nov 2010 16:32:16 +0100 (CET) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Fri, 19 Nov 2010 15:32:16 +0000 (UTC) Message-ID: References: <4CE5280E.3090009@zedat.fu-berlin.de> <86wro9e6e4.fsf@gmail.com> Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 15:32:19 -0000 Eir Nym wrote: > >>> Since when? If you are missing /bin/csh, your system is defective > >>> or at least nonstandard. > >> > >> It is good joke, thanks > > > > I guess he's talking about the ports tree being too fragile for some > > non-default configurations and not many people are willing to fix it. > > I understand this. Port can check this (because it is optional system > component) and use another or generate error. This is very confusing. One of us is out of sync with reality. (If it's me, I'd like to know.) Your confident claim that csh is optional is like stating that the sky is green and the sun is purple. Did I miss something? Yes, I know there is a WITHOUT_TCSH knob. You can use this when you build a FreeBSD-based embedded system where you know you won't need csh. In no way does the existence of this knob imply that csh is optional on a standard FreeBSD system where you build ports. -- Christian "naddy" Weisgerber naddy@mips.inka.de From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 15:32: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 6CE46106566B for ; Fri, 19 Nov 2010 15:32:39 +0000 (UTC) (envelope-from royce.williams@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 306D48FC1E for ; Fri, 19 Nov 2010 15:32:38 +0000 (UTC) Received: by iwn39 with SMTP id 39so5207226iwn.13 for ; Fri, 19 Nov 2010 07:32:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=YQIg+5V5zXeps+UWjL1sNDObLXfaSbqSmEzM//KC91Q=; b=FO4i/7eC7Qk3BR0K0OoPFLcZLZil2K19B8MkD7Rw8a1qnYSQHyY7bv0XPJDZrac7rX F4EBz0cUV1W6JByJk3lGWRPvk05IWvKmEn+OSD2Dehkcr1KMOK5J2posuVy0alRY8e5k vyTECVWZhzO378VLjw/fzXBGPUwCIXrDi6/1s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=bOcH9y9Dokrk0LKVhFcrFnQA+k1vlFqf9GuBb58pBkpgmuU+f4+2ByExJZ8akFXPF0 +UqRsYTFiO57UrMw61I4wTtzBYQnvC1Q5JTWg05RwdSOA5ZxEwky0ffHtFL7XNtBXRg1 dcLdsh7Svlz43xgFTYbNkPsPPKPzo0owWERXY= Received: by 10.231.192.73 with SMTP id dp9mr2213170ibb.72.1290180758298; Fri, 19 Nov 2010 07:32:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.174.204 with HTTP; Fri, 19 Nov 2010 07:32:18 -0800 (PST) In-Reply-To: References: <19264903.2523091287604404630.JavaMail.defaultUser@defaultHost> <20101020200247.GA60489@icarus.home.lan> <20101021083124.GA50114@megatron.madpilot.net> <20101021115121.282ecadb@gumby.homeunix.com> <4CC082DF.2080203@madpilot.net> <20101109210322.GD11785@eggman.experts-exchange.com> <20101119090050.GA37868@megatron.madpilot.net> From: Royce Williams Date: Fri, 19 Nov 2010 06:32:18 -0900 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Problem (again) with portsnap5.FreeBSD.org? 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, 19 Nov 2010 15:32:39 -0000 On Fri, Nov 19, 2010 at 6:18 AM, Royce Williams wrote: > On Fri, Nov 19, 2010 at 12:00 AM, Guido Falsi wrote: >> portsnap5 has less weight now and is in fact being used less. My systems >> are more frequently using other servers now. >> >> A few days ago portsnap5 did not respond, anyway in that case portsnap >> simply timed out and tried another server shortly after. > > Not sure if it's related, but portsnap5 is also IPv6 at this writing: > > royce@mycroft:~$ for suffix in `seq 1 7`; do host > portsnap${suffix}.freebsd.org; done > portsnap1.freebsd.org has address 204.109.56.116 > portsnap2.freebsd.org has address 208.83.221.214 > portsnap3.freebsd.org has address 212.101.4.241 > portsnap4.freebsd.org has address 93.158.155.199 > portsnap5.freebsd.org has address 204.9.55.80 > portsnap5.freebsd.org has IPv6 address 2001:4978:1:420::cc09:3750 > portsnap6.freebsd.org has address 149.20.53.40 > portsnap6.freebsd.org has IPv6 address 2001:4f8:3:ffe0::40 > Host portsnap7.freebsd.org not found: 3(NXDOMAIN) > > > Note also that the update and portsnap servers appear to be relatively > independent of one another, with only the "5" server sharing the same > IP: Er, cut-and-paste error ... sorry; it's early in Alaska ... royce@mycroft:~$ for suffix in `seq 1 7`; do host update${suffix}.freebsd.org; done Host update1.freebsd.org not found: 3(NXDOMAIN) update2.freebsd.org has address 149.20.53.40 update2.freebsd.org has IPv6 address 2001:4f8:3:ffe0::40 update3.freebsd.org has address 147.229.9.40 update4.freebsd.org has address 209.193.13.98 update5.freebsd.org has address 204.9.55.80 update5.freebsd.org has IPv6 address 2001:4978:1:420::cc09:3750 Host update6.freebsd.org not found: 3(NXDOMAIN) Host update7.freebsd.org not found: 3(NXDOMAIN) Royce From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 15:45: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 91AF51065670 for ; Fri, 19 Nov 2010 15:45:07 +0000 (UTC) (envelope-from royce.williams@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 49B6B8FC13 for ; Fri, 19 Nov 2010 15:45:06 +0000 (UTC) Received: by gyg13 with SMTP id 13so2853605gyg.13 for ; Fri, 19 Nov 2010 07:45:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=27HTuOYTXFfYSCT7k3HXzU7BWieOb8tIgS+S6YAmVf8=; b=IoFYXnteJhHt2oiqcYFeQr7dCoPfaKvVVEFA/3yV3w4dZyr/ybV3HiLHU5YFdJKbj2 8LODP3Xg7xQsW70vH0uGJ7e/fIBQfLL2SKhCTV/SPHWA0XfNa9uGsaAoDACTLEV9+Gpp Dr88q3FEVzXFs3F3FmNY9BrrJFcsUBEN7jBn8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=Zm9RP6IXGNdIApgytkH0QhKaCf7h7hbuZnTNVBxX5uA5dtV0vt9yRzLM05D7NJJa0P envRrhkhsZWXzUqlMtC4PBIY8LiuhGq/upbm/D+6i/+P8N/yL6MNgHB25raggRAXvnmt 3HL5p/IP310sjnTJhZo6GEY3JvnGRCyk/qw54= Received: by 10.231.156.139 with SMTP id x11mr2211039ibw.22.1290179947148; Fri, 19 Nov 2010 07:19:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.231.174.204 with HTTP; Fri, 19 Nov 2010 07:18:46 -0800 (PST) In-Reply-To: <20101119090050.GA37868@megatron.madpilot.net> References: <19264903.2523091287604404630.JavaMail.defaultUser@defaultHost> <20101020200247.GA60489@icarus.home.lan> <20101021083124.GA50114@megatron.madpilot.net> <20101021115121.282ecadb@gumby.homeunix.com> <4CC082DF.2080203@madpilot.net> <20101109210322.GD11785@eggman.experts-exchange.com> <20101119090050.GA37868@megatron.madpilot.net> From: Royce Williams Date: Fri, 19 Nov 2010 06:18:46 -0900 Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: Problem (again) with portsnap5.FreeBSD.org? 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, 19 Nov 2010 15:45:07 -0000 On Fri, Nov 19, 2010 at 12:00 AM, Guido Falsi wrote: > portsnap5 has less weight now and is in fact being used less. My systems > are more frequently using other servers now. > > A few days ago portsnap5 did not respond, anyway in that case portsnap > simply timed out and tried another server shortly after. Not sure if it's related, but portsnap5 is also IPv6 at this writing: royce@mycroft:~$ for suffix in `seq 1 7`; do host portsnap${suffix}.freebsd.org; done portsnap1.freebsd.org has address 204.109.56.116 portsnap2.freebsd.org has address 208.83.221.214 portsnap3.freebsd.org has address 212.101.4.241 portsnap4.freebsd.org has address 93.158.155.199 portsnap5.freebsd.org has address 204.9.55.80 portsnap5.freebsd.org has IPv6 address 2001:4978:1:420::cc09:3750 portsnap6.freebsd.org has address 149.20.53.40 portsnap6.freebsd.org has IPv6 address 2001:4f8:3:ffe0::40 Host portsnap7.freebsd.org not found: 3(NXDOMAIN) Note also that the update and portsnap servers appear to be relatively independent of one another, with only the "5" server sharing the same IP: royce@mycroft:~$ for suffix in `seq 1 7`; do host portsnap${suffix}.freebsd.org; done portsnap1.freebsd.org has address 204.109.56.116 portsnap2.freebsd.org has address 208.83.221.214 portsnap3.freebsd.org has address 212.101.4.241 portsnap4.freebsd.org has address 93.158.155.199 portsnap5.freebsd.org has address 204.9.55.80 portsnap5.freebsd.org has IPv6 address 2001:4978:1:420::cc09:3750 portsnap6.freebsd.org has address 149.20.53.40 portsnap6.freebsd.org has IPv6 address 2001:4f8:3:ffe0::40 Host portsnap7.freebsd.org not found: 3(NXDOMAIN) Royce From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 16:06:25 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F1511065670 for ; Fri, 19 Nov 2010 16:06:25 +0000 (UTC) (envelope-from eirnym@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 9F1068FC14 for ; Fri, 19 Nov 2010 16:06:24 +0000 (UTC) Received: by bwz2 with SMTP id 2so4123686bwz.13 for ; Fri, 19 Nov 2010 08:06:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=tLjtz4npQXLq6dJtjPKlZmNrdEevFN6ja7HuUUZE8mE=; b=sJd6bn/sjfXKcKadR86jksQQOa6d5fipagjGUs2ltpg6Y+5LsNe5tO0RYOpcKRjueg Tc88ps5Lqm7MaiJpHT5RCdsvO8P8U/rdzv6eoS3vY5/84syiHuzBZTfMncBmW3s6sQsz LR1LCuViy2pRe9SiwQSZWwfDTF/2vp5S+hvfU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=QxaFcTeFtCt7Ho46muWQiFHHMrpkllmWICgiCvxfSWm8GqoLIm6h7m3HVfQlQvrYKI 0OfvAAiN11itjEnc6UUhQ3FGAZ8KmY8VkGDBh5O9itaj13oB+ulBHpuhQxXy5Ye0D9ii WQSsJT1F74GaYnb8eXGYEnqDpHiHxQJZPzcBM= Received: by 10.204.72.140 with SMTP id m12mr2216196bkj.163.1290182781235; Fri, 19 Nov 2010 08:06:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Fri, 19 Nov 2010 08:05:59 -0800 (PST) In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <86wro9e6e4.fsf@gmail.com> From: Eir Nym Date: Fri, 19 Nov 2010 19:05:59 +0300 Message-ID: To: Christian Weisgerber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 16:06:25 -0000 On 19 November 2010 18:32, Christian Weisgerber wrote: > Eir Nym wrote: > >> >>> Since when? If you are missing /bin/csh, your system is defective >> >>> or at least nonstandard. >> >> >> >> It is good joke, thanks >> > >> > I guess he's talking about the ports tree being too fragile for some >> > non-default configurations and not many people are willing to fix it. >> >> I understand this. Port can check this (because it is optional system >> component) and use another or generate error. > > This is very confusing. =C2=A0One of us is out of sync with reality. > (If it's me, I'd like to know.) =C2=A0Your confident claim that csh is > optional is like stating that the sky is green and the sun is purple. > > Did I miss something? > > Yes, I know there is a WITHOUT_TCSH knob. =C2=A0You can use this when > you build a FreeBSD-based embedded system where you know you won't > need csh. =C2=A0In no way does the existence of this knob imply that csh > is optional on a standard FreeBSD system where you build ports. > Ok, another example is NIS. You can turn off NIS support in your system, and ports will check NIS biraries if they need them. > -- > Christian "naddy" Weisgerber =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0naddy@mips.inka.de > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 17:21:53 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 DA65C1065670 for ; Fri, 19 Nov 2010 17:21:53 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 91DBF8FC1B for ; Fri, 19 Nov 2010 17:21:53 +0000 (UTC) Received: by gwj20 with SMTP id 20so2930302gwj.13 for ; Fri, 19 Nov 2010 09:21:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=0LsthwgSjU82DmlZbkVxVPZmonLFOxApgZnjuoRlwOs=; b=vU9UCnXnJjnziw3+WckTx/RavVbYvy5asE1GbECkMRd0DqPGpxSUqIi3LewoKcAM9y BnptepazYOeZFoApVPEDfM1qiY7jSHHI8/hq+ox/HAlwis80Kjf7oDcv7XP2+g9QJnAK znqa9b0m0LyuOh4HzmB6h0HE1aKmATI53FuEY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ZVqaNTALOupymVihFYngihy2VROOvrROUC5QMbAiyM/7Hzik7O/A8VA6EVx17sMFAf KEeXkg8EDuQOdn87kUCcyua9TY0iHOmF9jxuE1r/FL1qPtCcswxHTwLKi6RJBigpZy8t 4Wr3ho/naNYoxYyDz3hqrIR3Fbc4HmjVdINrQ= Received: by 10.204.66.65 with SMTP id m1mr2356489bki.109.1290187311742; Fri, 19 Nov 2010 09:21:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Fri, 19 Nov 2010 09:21:31 -0800 (PST) In-Reply-To: References: <4CE5280E.3090009@zedat.fu-berlin.de> <86wro9e6e4.fsf@gmail.com> From: Eir Nym Date: Fri, 19 Nov 2010 20:21:31 +0300 Message-ID: To: Christian Weisgerber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 17:21:53 -0000 On 19 November 2010 18:32, Christian Weisgerber wrote: > Eir Nym wrote: > >> >>> Since when? If you are missing /bin/csh, your system is defective >> >>> or at least nonstandard. >> >> >> >> It is good joke, thanks >> > >> > I guess he's talking about the ports tree being too fragile for some >> > non-default configurations and not many people are willing to fix it. >> >> I understand this. Port can check this (because it is optional system >> component) and use another or generate error. > > This is very confusing. =C2=A0One of us is out of sync with reality. > (If it's me, I'd like to know.) =C2=A0Your confident claim that csh is > optional is like stating that the sky is green and the sun is purple. > > Did I miss something? If you think that any part of base system is mandatory, you should write request to remove knob WITHOUT_TCSH and any other, which you think is not optional. > > Yes, I know there is a WITHOUT_TCSH knob. =C2=A0You can use this when > you build a FreeBSD-based embedded system where you know you won't > need csh. =C2=A0In no way does the existence of this knob imply that csh > is optional on a standard FreeBSD system where you build ports. > > -- > Christian "naddy" Weisgerber =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0naddy@mips.inka.de > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 17:25: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 03F61106566B for ; Fri, 19 Nov 2010 17:25:35 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) by mx1.freebsd.org (Postfix) with ESMTP id A05B48FC1E for ; Fri, 19 Nov 2010 17:25:34 +0000 (UTC) Received: from draco.over-yonder.net (c-75-64-226-141.hsd1.ms.comcast.net [75.64.226.141]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id 11D6537B498; Fri, 19 Nov 2010 11:09:42 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 5E53561C44; Fri, 19 Nov 2010 11:09:41 -0600 (CST) Date: Fri, 19 Nov 2010 11:09:41 -0600 From: "Matthew D. Fuller" To: Christian Weisgerber Message-ID: <20101119170941.GU63683@over-yonder.net> References: <4CE5280E.3090009@zedat.fu-berlin.de> <86wro9e6e4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.20-fullermd.4 (2009-06-14) X-Virus-Scanned: clamav-milter 0.96.4 at thyme.infocus-llc.com X-Virus-Status: Clean Cc: freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 17:25:35 -0000 On Fri, Nov 19, 2010 at 03:32:16PM +0000 I heard the voice of Christian Weisgerber, and lo! it spake thus: > > Yes, I know there is a WITHOUT_TCSH knob. You can use this when you > build a FreeBSD-based embedded system where you know you won't need > csh. In no way does the existence of this knob imply that csh is > optional on a standard FreeBSD system where you build ports. There's also a WITHOUT_MAKE knob. I haven't tested how well ports handles that yet... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 17:28: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 49CFD106564A for ; Fri, 19 Nov 2010 17:28:56 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0249C8FC18 for ; Fri, 19 Nov 2010 17:28:55 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1PJUla-0003fJ-AY>; Fri, 19 Nov 2010 18:28:54 +0100 Received: from e178036022.adsl.alicedsl.de ([85.178.36.22] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1PJUla-0007I0-2r>; Fri, 19 Nov 2010 18:28:54 +0100 Message-ID: <4CE6B3D5.5040101@mail.zedat.fu-berlin.de> Date: Fri, 19 Nov 2010 18:28:53 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Lightning/1.0b2 Thunderbird/3.1.6 MIME-Version: 1.0 To: "Andrew W. Nosenko" References: <4CE66051.7000600@zedat.fu-berlin.de> <20101119134636.2c5f44cc@headache.rainbow-runner.nl> <4CE683D1.1020300@zedat.fu-berlin.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.36.22 Cc: Koop Mast , "O. Hartmann" , freebsd-ports@freebsd.org Subject: Re: Renaming a shared library in the port-framework to match FreeBSD naming schemes? 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, 19 Nov 2010 17:28:56 -0000 On 11/19/10 18:11, Andrew W. Nosenko wrote: > 2010/11/19 O. Hartmann: >> On 11/19/10 13:46, Koop Mast wrote: >>> >>> On Fri, 19 Nov 2010 12:32:33 +0100 >>> "O. Hartmann" wrote: >>> >>>> Hello. >>>> Trying to do my first port and run into trouble. >>>> The software package (Xerces-c 3.1.1) comes with a full autotoll >>>> environment and so far building and installing works. >>>> >>>> But the libarary name is "libxerces-c-3.1.so" and I need to change this >>>> to respect the FreeBSD nameing schemes to "libxerces-c.so.31". I'm >>>> looking for a way avoiding some "post-install:" stuff. >>> >>> There isn't any problem with the libxerces-c-3.1.so name. >>> From http://www.freebsd.org/doc/en/books/porters-handbook/special.html >>> Try to keep shared library version numbers in the libfoo.so.0 format. >>> Our runtime linker only cares for the major (first) number. >> >> Well, this is the problem. The automated installation process installes >> libxerces-c-3.1.so. > > This not a problem. Inability to catch the libxerces-c-3.1.so by > specifying -lxerces-c linker flag (and enforce you to specify > -lxerces-c-3.1) is intended and desired effect. Please, don't touch > the library name. > > Usually, authors change library name if want to ensure and express > complete API and ABI break without any forward and backward > compatibility. Like switch from Glib-1.x (libglib.so.x) to Glib-2.x > (libglib-2.0.so.x). In both your (libxerces) and my (libglib) > examples the authors desired to use "interface generation" numbers, > but it just for aesthetics reasons, indeed the libraries could be > renamed to any other arbitrary way (for example, libNewGlib.so and > libEvenBetterXerces.so -- ideologically and technically there no > differences). > > If you rename libxerces-c-3.1.so to libxerces-c.so.31, then all > application that want and expect the old "zero-generation" API and > link against '-llibxerces-c' will fail because will catch absolutely > unexpected (by them) and incompatible libxerces-c-3.1 API. > > Applications that indeed want and expect libxerces-c-3.1 API, and > therefore that links with '-llibxerces-c-3.1' will fail also. Just > because there no more libxerces-c-3.1.so library -- it was renamed to > unexpected name w/o good reasons. > > Conclusion: Please, don't touch library names! > Well, maybe here is a misunderstanding. I'd like to come along with FreeBSD's library naming scheme when installing the library into /usr/local/lib. I thought manipulating the source-environment when compiling would be the least-efford way, but I see, maybe it would be easier to come along with a post-install: target by simply moving and making a symbolic link. If so, I need to detect by the framework what the lib vendor has choosen as thi lib name, to automate the proceed perfectly. Is this possible? From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 17:41: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 D60C6106564A for ; Fri, 19 Nov 2010 17:41:38 +0000 (UTC) (envelope-from andrew.w.nosenko@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 8E2348FC18 for ; Fri, 19 Nov 2010 17:41:38 +0000 (UTC) Received: by qwi4 with SMTP id 4so95686qwi.13 for ; Fri, 19 Nov 2010 09:41:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=F8zKKKWh5kJCBilkYVvBud7+o1vdVgC8gQpSFYpuY5g=; b=TFhX6NAvmcJSKJHcj9yVCnPY3P6E0djp+FQRqwTtMx/HcrT9AS3uZ8IC1FgFNnEYuW PctzguXpjgPy3bF3ul5KLq8jyr66b/vP0G3cSJa3NSDbiWo2fmkHQcN9Svi/MWQ3a/WY hCFBncqyAukqX80nSrQGCGbudUmiO8t4nzmH0= 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=kKO+G5OTbFDywmCiT+4X1EdqLWYcvYNmrsiUnjRyCgDEf71U5oqYbBFOg7y5fqnUgm AkyX8ZaH87f9L61oHHaSEbfVjdcThxOONgeO4sWDDCQulDP2jIuV/z9QkjvBi5wuC50H spKhK0+PA8fcvBv3Ub/MN1N4VVfDJQNhnM2EM= MIME-Version: 1.0 Received: by 10.229.246.79 with SMTP id lx15mr2000329qcb.30.1290186672562; Fri, 19 Nov 2010 09:11:12 -0800 (PST) Received: by 10.229.95.209 with HTTP; Fri, 19 Nov 2010 09:11:12 -0800 (PST) In-Reply-To: <4CE683D1.1020300@zedat.fu-berlin.de> References: <4CE66051.7000600@zedat.fu-berlin.de> <20101119134636.2c5f44cc@headache.rainbow-runner.nl> <4CE683D1.1020300@zedat.fu-berlin.de> Date: Fri, 19 Nov 2010 19:11:12 +0200 Message-ID: From: "Andrew W. Nosenko" To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Koop Mast , freebsd-ports@freebsd.org Subject: Re: Renaming a shared library in the port-framework to match FreeBSD naming schemes? 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, 19 Nov 2010 17:41:39 -0000 2010/11/19 O. Hartmann : > On 11/19/10 13:46, Koop Mast wrote: >> >> On Fri, 19 Nov 2010 12:32:33 +0100 >> "O. Hartmann" =A0wrote: >> >>> Hello. >>> Trying to do my first port and run into trouble. >>> The software package (Xerces-c 3.1.1) comes with a full autotoll >>> environment and so far building and installing works. >>> >>> But the libarary name is "libxerces-c-3.1.so" and I need to change this >>> to respect the FreeBSD nameing schemes to "libxerces-c.so.31". I'm >>> looking for a way avoiding some "post-install:" stuff. >> >> There isn't any problem with the libxerces-c-3.1.so name. >> =A0From http://www.freebsd.org/doc/en/books/porters-handbook/special.htm= l >> Try to keep shared library version numbers in the libfoo.so.0 format. >> Our runtime linker only cares for the major (first) number. > > Well, this is the problem. The automated installation process installes > libxerces-c-3.1.so. This not a problem. Inability to catch the libxerces-c-3.1.so by specifying -lxerces-c linker flag (and enforce you to specify -lxerces-c-3.1) is intended and desired effect. Please, don't touch the library name. Usually, authors change library name if want to ensure and express complete API and ABI break without any forward and backward compatibility. Like switch from Glib-1.x (libglib.so.x) to Glib-2.x (libglib-2.0.so.x). In both your (libxerces) and my (libglib) examples the authors desired to use "interface generation" numbers, but it just for aesthetics reasons, indeed the libraries could be renamed to any other arbitrary way (for example, libNewGlib.so and libEvenBetterXerces.so -- ideologically and technically there no differences). If you rename libxerces-c-3.1.so to libxerces-c.so.31, then all application that want and expect the old "zero-generation" API and link against '-llibxerces-c' will fail because will catch absolutely unexpected (by them) and incompatible libxerces-c-3.1 API. Applications that indeed want and expect libxerces-c-3.1 API, and therefore that links with '-llibxerces-c-3.1' will fail also. Just because there no more libxerces-c-3.1.so library -- it was renamed to unexpected name w/o good reasons. Conclusion: Please, don't touch library names! --=20 Andrew W. Nosenko From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 17:48:10 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 459AF106564A for ; Fri, 19 Nov 2010 17:48:10 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id C4E6B8FC08 for ; Fri, 19 Nov 2010 17:48:09 +0000 (UTC) Received: by fxm19 with SMTP id 19so3044042fxm.13 for ; Fri, 19 Nov 2010 09:48:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:message-id:user-agent:mime-version:content-type :content-transfer-encoding; bh=IxNZRrc0LQEF22w3ThA+UgtldBkaxF7SsObjGeHRA50=; b=s8lYfWr+6xOwwKwIMb+edmPBguQJrMG3S4hX2XCLkmXIuYbCuny4vlYyt+gKwoC932 tUBSwxVCh+CIjO+qIlPcj+yx0l44VfZ3gYnnDM6EprvfNKDlucxThx7T8QajYF+t7JDZ erHy4JfixLb1H+AawMxpxksSx92VsSZwzSNV0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:message-id:user-agent :mime-version:content-type:content-transfer-encoding; b=kXaewbFeAGhQYpvd2z259UnxVBp0JT3Q7eADzZ0AWRArTyIJm42rZtTmCbvpr0cNFC fxyEWyuS/Q2/N1L9ycVEWsZQsz3wYBV698glhUJ2dZk/UrpmuEPMZcDX7khvhYZdz7oM d4Ia1xV8EbsJn7m4xPYqbbotOjhE8GthI64g0= Received: by 10.223.71.198 with SMTP id i6mr1170909faj.140.1290188888557; Fri, 19 Nov 2010 09:48:08 -0800 (PST) Received: from localhost (tor-exit-proxy5-readme.formlessnetworking.net [208.53.142.41]) by mx.google.com with ESMTPS id r24sm603574fax.3.2010.11.19.09.48.02 (version=SSLv3 cipher=RC4-MD5); Fri, 19 Nov 2010 09:48:06 -0800 (PST) From: Anonymous To: Eir Nym References: <4CE5280E.3090009@zedat.fu-berlin.de> <86wro9e6e4.fsf@gmail.com> Date: Fri, 19 Nov 2010 20:47:47 +0300 Message-ID: <86d3q19pdo.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 17:48:10 -0000 Eir Nym writes: > On 19 November 2010 18:32, Christian Weisgerber wrot= e: >> Eir Nym wrote: >> >>> >>> Since when? If you are missing /bin/csh, your system is defective >>> >>> or at least nonstandard. >>> >> >>> >> It is good joke, thanks >>> > >>> > I guess he's talking about the ports tree being too fragile for some >>> > non-default configurations and not many people are willing to fix it. >>> >>> I understand this. Port can check this (because it is optional system >>> component) and use another or generate error. >> >> This is very confusing. =C2=A0One of us is out of sync with reality. >> (If it's me, I'd like to know.) =C2=A0Your confident claim that csh is >> optional is like stating that the sky is green and the sun is purple. >> >> Did I miss something? >> >> Yes, I know there is a WITHOUT_TCSH knob. You can use this when >> you build a FreeBSD-based embedded system where you know you won't >> need csh. In no way does the existence of this knob imply that csh >> is optional on a standard FreeBSD system where you build ports. What are those requirements that constitute standard FreeBSD system capable of building ports? >> > > Ok, another example is NIS. You can turn off NIS support in your > system, and ports will check NIS biraries if they need them. There are more examples - openssl: WITH_OPENSSL_PORT - pkg_install: .if exists(...) - fetch: .if exists(...) - texinfo: by relying on PATH And rather than resurrecting shells/tcsh one can also also try BUILD_DEPENDS +=3D ${CSH}:${PORTSDIR}/shells/44bsd-csh .if exists(/bin/csh) CSH ?=3D /bin/csh .else CSH ?=3D ${LOCALBASE}/bin/44bsd-csh .endif But some ports may assume csh is tcsh like sh is bash on linux. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 19:33:26 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 558D0106566B for ; Fri, 19 Nov 2010 19:33:26 +0000 (UTC) (envelope-from bugzilla@gthcfoundation.org) Received: from gthcfoundation.org (32.244.223.67.in-addr.arpa [67.223.244.32]) by mx1.freebsd.org (Postfix) with ESMTP id 2A60A8FC17 for ; Fri, 19 Nov 2010 19:33:26 +0000 (UTC) Received: by gthcfoundation.org (Postfix, from userid 33) id D20E49C100; Fri, 19 Nov 2010 19:14:23 +0000 (UTC) From: bugzilla@gthcfoundation.org To: freebsd-ports@freebsd.org X-Bugzilla-Reason: QAcontact X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Classification: Unclassified X-Bugzilla-Product: FreeBSD X-Bugzilla-Component: Ports X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: erob@gthcfoundation.org X-Bugzilla-Status: CONFIRMED X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugzilla@gthcfoundation.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: ARRAY(0x95d0ab8) In-Reply-To: References: X-Bugzilla-URL: http://saya.gthc.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20101119191423.D20E49C100@gthcfoundation.org> Date: Fri, 19 Nov 2010 19:14:23 +0000 (UTC) Subject: [Bug 2] USE_PYTHON not used in /etc/make.conf to properly alias installed Python executable 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, 19 Nov 2010 19:33:26 -0000 http://saya.gthc.org/bugzilla/show_bug.cgi?id=2 erob@gthcfoundation.org changed: What |Removed |Added ---------------------------------------------------------------------------- QAContact| |freebsd-ports@freebsd.org --- Comment #2 from erob@gthcfoundation.org --- test: Added freebsd-ports@freebsd.org for QA contact of this bug! -- Configure bugmail: http://saya.gthc.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 19:47: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 864E51065695 for ; Fri, 19 Nov 2010 19:47:46 +0000 (UTC) (envelope-from eirnym@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 0A8DD8FC1A for ; Fri, 19 Nov 2010 19:47:45 +0000 (UTC) Received: by bwz2 with SMTP id 2so4337766bwz.13 for ; Fri, 19 Nov 2010 11:47:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=3IDB2FCisxwkLn5ILrB7wuGXqC1lRV/KHRsos3XDgL8=; b=mCcTMuJ+LCNFu5Pp5T2x42JHPMxEGueuTjGNvVueFlIrlcv04z+fzomkIkTzPCYblg SKCGFpqIRDAwBVone8sPHTMOQPGu/THEv354LNdCa/nLMnvqWDf9PVpX52fWBBHP1ZXm 0FOKIeRcloslzp1hw4tkEHchugCO/hEV0epc0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=GU7BXj+vPWXoX6N8p/+Dd+1gBhLxJ4ITm8qDppIajsqsPvi3ZeE/vvL1V4d19vnH54 MMg1isYuSuC+9zIB6YjbpnPRxp4vxOHiM+9RQUqPIR1r2WkIYNQMmkWjNXp41G+cglOn yFqBw14i1FoAPB2bVdnfbcz94VliaUCdWx7ps= Received: by 10.204.98.75 with SMTP id p11mr2553577bkn.55.1290196064386; Fri, 19 Nov 2010 11:47:44 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Fri, 19 Nov 2010 11:47:23 -0800 (PST) In-Reply-To: <86d3q19pdo.fsf@gmail.com> References: <4CE5280E.3090009@zedat.fu-berlin.de> <86wro9e6e4.fsf@gmail.com> <86d3q19pdo.fsf@gmail.com> From: Eir Nym Date: Fri, 19 Nov 2010 22:47:23 +0300 Message-ID: To: Anonymous Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Christian Weisgerber , freebsd-ports@freebsd.org Subject: Re: Mk/bsd.command.mk: missing CSH tag 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, 19 Nov 2010 19:47:46 -0000 On 19 November 2010 20:47, Anonymous wrote: > Eir Nym writes: > >> On 19 November 2010 18:32, Christian Weisgerber wro= te: >>> Eir Nym wrote: >>> >>>> >>> Since when? If you are missing /bin/csh, your system is defective >>> Yes, I know there is a WITHOUT_TCSH knob. You can use this when >>> you build a FreeBSD-based embedded system where you know you won't >>> need csh. In no way does the existence of this knob imply that csh >>> is optional on a standard FreeBSD system where you build ports. > > What are those requirements that constitute standard FreeBSD system > capable of building ports? > >>> >> >> Ok, another example is NIS. You can turn off NIS support in your >> system, and ports will check NIS biraries if they need them. > > There are more examples > > =C2=A0- openssl: WITH_OPENSSL_PORT > =C2=A0- pkg_install: .if exists(...) > =C2=A0- fetch: .if exists(...) > =C2=A0- texinfo: by relying on PATH > > And rather than resurrecting shells/tcsh one can also also try > > =C2=A0BUILD_DEPENDS +=3D ${CSH}:${PORTSDIR}/shells/44bsd-csh > > =C2=A0.if exists(/bin/csh) > =C2=A0CSH ?=3D /bin/csh > =C2=A0.else > =C2=A0CSH ?=3D ${LOCALBASE}/bin/44bsd-csh > =C2=A0.endif > > But some ports may assume csh is tcsh like sh is bash on linux. > Oh, sorry, I haven't knew if csh is in ports tree. thanks From owner-freebsd-ports@FreeBSD.ORG Fri Nov 19 22:27:17 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 0EA251065674; Fri, 19 Nov 2010 22:27:17 +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 A35BD8FC13; Fri, 19 Nov 2010 22:27:16 +0000 (UTC) Received: from jester1b.ixsystems.com (unknown [206.40.55.137]) by worf.ds9.tecnik93.com (Postfix) with ESMTP id 4C6C722C543E; Sat, 20 Nov 2010 00:27:15 +0200 (EET) Received: by jester1b.ixsystems.com (Postfix, from userid 0) id C75E65A98D5; Fri, 19 Nov 2010 14:27:13 -0800 (PST) From: QAT@FreeBSD.org To: Thierry Thomas In-Reply-To: <201011192200.oAJM0xoD003194@repoman.freebsd.org> References: <201011192200.oAJM0xoD003194@repoman.freebsd.org> X-Mailer: $Tecnik: people/itetcu/ports/QA-Tindy/QAT_postPortBuild.sh, v 1.57 2009/03/08 00:17:57 itetcu Exp $ X-QAT-Tindy_Version: tinderbox-3.3_3; dsversion: 3.2.1 X-QAT-Jail_Arch: amd64 X-QAT-Jail_Csup_Tag: RELENG_8 X-QAT-Jail_Last_Built: 2010-10-18 07:14:25 X-QAT-Port: databases/adstudio X-QAT-Log: http://QAT.TecNik93.com/logs/8-STABLE-NPD/adstudio-9.0.5.log X-QAT-Build_Reason: Commit X-QAT-Fail_Reason: OK Message-Id: <20101119222713.C75E65A98D5@jester1b.ixsystems.com> Date: Fri, 19 Nov 2010 14:27:13 -0800 (PST) Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Now OK (Re: cvs commit: ports/databases/adstudio Makefile distinfo 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, 19 Nov 2010 22:27:17 -0000 databases/adstudio, 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 Sat Nov 20 10:14:16 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CB6A1065670; Sat, 20 Nov 2010 10:14:16 +0000 (UTC) (envelope-from AndriyBabiy@telus.net) Received: from defout.telus.net (outbound04.telus.net [199.185.220.223]) by mx1.freebsd.org (Postfix) with ESMTP id C83288FC12; Sat, 20 Nov 2010 10:14:15 +0000 (UTC) Received: from edtnaa01.telusplanet.net ([75.154.187.179]) by priv-edtnes26.telusplanet.net (InterMail vM.8.01.03.00 201-2260-125-20100507) with ESMTP id <20101120093917.ZMBD1774.priv-edtnes26.telusplanet.net@edtnaa01.telusplanet.net>; Sat, 20 Nov 2010 02:39:17 -0700 Received: from localhost.localdomain (d75-154-187-179.bchsia.telus.net [75.154.187.179]) by edtnaa01.telusplanet.net (BorderWare Security Platform) with ESMTP id D86591E0EBAA3D24; Sat, 20 Nov 2010 02:39:17 -0700 (MST) Date: Sat, 20 Nov 2010 01:39:15 -0800 From: Andriy Babiy To: freebsd-ports@freebsd.org Message-ID: <20101120013915.2b349083@telus.net> Organization: home-386 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 X-Cloudmark-Analysis: v=1.1 cv=3fvUD62+saNtbuOFNqX+Kz74sQ0QJTRjPbs9Jy5JqIQ= c=1 sm=0 a=qqsxzZtsO2EA:10 a=kj9zAlcOel0A:10 a=hnBduwAlfu5BmCIw1T0Ugw==:17 a=4fXx-6IBJ4Qy7v2wQ58A:9 a=TqGl6zaDuc18m_2rxiQRJ1Oy5LIA:4 a=CjuIK1q_8ugA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Cc: mezz@freebsd.org Subject: transmission-2.12 doesn't build 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, 20 Nov 2010 10:14:16 -0000 The problem is in the Makefile. Executable names in RUN_DEPENDS section haven't been updated. If the names are modified according to the corresponding entry in /usr/ports/UPDATING, then you get it working. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 11:05: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 76A9A106566C; Sat, 20 Nov 2010 11:05:56 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 3C10C8FC0A; Sat, 20 Nov 2010 11:05:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <4CE7A774.6060909@intersonic.se> Date: Sat, 20 Nov 2010 11:48:20 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.12) Gecko/20101107 Thunderbird/3.1.6 MIME-Version: 1.0 To: gecko@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: freebsd ports Subject: Firefox 3.5, find (Ctrl+F) does not work 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, 20 Nov 2010 11:05:56 -0000 * Output from 'uname -a'. FreeBSD kreutzman.h.inter-sonic.com 7.3-STABLE FreeBSD 7.3-STABLE #0: Sun May 23 08:53:20 CEST 2010 peo@kreutzman.h.inter-sonic.com:/usr/obj/usr/src/sys/KREUTZMAN i386 * Date/time stamp from www/firefox35/Makefile. 3703 Oct 30 20:24 Makefile * Where/when did the problem occur: configuring, building, or running firefox running * How can you reproduce the problem? Start firefox and try to use Ctrl+F You can enter a search phrase but the "Previous" "Next" and "Highlight all" buttons are greyed out. From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 13:42:14 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 14F341065670; Sat, 20 Nov 2010 13:42:14 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DF3388FC1A; Sat, 20 Nov 2010 13:42:13 +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 oAKDgD2u083558; Sat, 20 Nov 2010 13:42:13 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oAKDgDrT083554; Sat, 20 Nov 2010 13:42:13 GMT (envelope-from linimon) Date: Sat, 20 Nov 2010 13:42:13 GMT Message-Id: <201011201342.oAKDgDrT083554@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/152296: wrong message when trying to checkout using old repository path X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2010 13:42:14 -0000 Synopsis: wrong message when trying to checkout using old repository path Responsible-Changed-From-To: freebsd-ports->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sat Nov 20 13:41:58 UTC 2010 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi/query-pr.cgi?pr=152296 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 15:38: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 13782106566B for ; Sat, 20 Nov 2010 15:38:55 +0000 (UTC) (envelope-from eirnym@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 94C768FC12 for ; Sat, 20 Nov 2010 15:38:54 +0000 (UTC) Received: by bwz2 with SMTP id 2so4958930bwz.13 for ; Sat, 20 Nov 2010 07:38:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=BseI8hakm90WwfaVgpwiBcYqidfiqWQgXmcd1OIh2bQ=; b=S95lwmlqmGWW2eQkB7GaQCYExh5wbP2PelInEq9rbyDSGKPlVs4NmahhfxVvYhE7Ji hDaywBoqezu/Wnyj3E7PuArgYvl8WstIdpLi3pdXhiuCgyDiAotyXntVU041aiuqSUWB TycWNiPfLxj88+2w0jTjvJBGrRxKxDk6qtDWY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=rBPGbyHSjbYLCxSqzExGmuAuJRbyCT0zp/rs2BLVHRKbBP4yiCwkkOXzfb1K5X43iS ykB9HC8a+Z+38nuKUxNszwrSmMSN1WNMf+tmizLpsOsD6pnkdI4CQZ6XTGNajrs6w8et 1Mp1Pzh/Gh6zqkx09pOu7Rlltsu+VF/7fBR9Q= Received: by 10.204.98.75 with SMTP id p11mr3345783bkn.55.1290267532072; Sat, 20 Nov 2010 07:38:52 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Sat, 20 Nov 2010 07:38:31 -0800 (PST) In-Reply-To: <20101119191423.D20E49C100@gthcfoundation.org> References: <20101119191423.D20E49C100@gthcfoundation.org> From: Eir Nym Date: Sat, 20 Nov 2010 18:38:31 +0300 Message-ID: To: bugzilla@gthcfoundation.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: [Bug 2] USE_PYTHON not used in /etc/make.conf to properly alias installed Python executable 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, 20 Nov 2010 15:38:55 -0000 On 19 November 2010 22:14, wrote: > http://saya.gthc.org/bugzilla/show_bug.cgi?id=3D2 > > erob@gthcfoundation.org changed: > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 What =C2=A0 =C2=A0|Removed =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |Added > -------------------------------------------------------------------------= --- > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0QAContact| =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0|freeb= sd-ports@freebsd.org > > --- Comment #2 from erob@gthcfoundation.org =C2=A0--- > test: Added freebsd-ports@freebsd.org for QA contact of this bug! > > -- > Configure bugmail: http://saya.gthc.org/bugzilla/userprefs.cgi?tab=3Demai= l > ------- You are receiving this mail because: ------- > You are the QA Contact for the bug. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > You should use PYTHON_VERSION in make.conf(5) to build python ports for your python version as described in bsd.python.mk From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 15:58:01 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68FC6106566B for ; Sat, 20 Nov 2010 15:58:01 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 546668FC1A for ; Sat, 20 Nov 2010 15:58:01 +0000 (UTC) Received: from [192.168.1.64] ([76.240.47.196]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 20 Nov 2010 07:41:00 -0800 Message-ID: <4CE7EC0D.9000203@a1poweruser.com> Date: Sat, 20 Nov 2010 10:41:01 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Nov 2010 15:41:00.0623 (UTC) FILETIME=[55029DF0:01CB88C9] X-Sender: fbsd8@a1poweruser.com Subject: becoming a port committor 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, 20 Nov 2010 15:58:01 -0000 I have a lot of free time now that I am retired. I see a large number of ports in open status that have been waiting to be committed longer than 30 days. What is the procedure to become a ports committor? From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 16:28: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 C768A1065670 for ; Sat, 20 Nov 2010 16:28:19 +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 35D358FC12 for ; Sat, 20 Nov 2010 16:28:19 +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 DF9B157378; Sun, 21 Nov 2010 01:28:17 +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=d TdRwydSuPvovNtdStwWiy696tYx+/uyL2+MNMYnJMo=; b=en5w/UQlEKjH6/OtY Am4riyR6tj0VUdyoWneOpzU/DV4eLRiDtv6zBWugIu9CtkIADJixF158zdc74lcI ZhlnhYg5JYk91A6seBrZagRVaagPEQ+aTaEd005bzpVg4A8mL4S8gfbJZS5s4VRQ 8tq5/ODUgbIVgrwyx0cG8bqVH8= 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 BD56D57375; Sun, 21 Nov 2010 01:28:17 +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 469541CCF0; Sun, 21 Nov 2010 01:28:17 +0900 (KST) From: Byung-Hee HWANG To: Fbsd8 Organization: GR References: <4CE7EC0D.9000203@a1poweruser.com> 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, 21 Nov 2010 01:27:57 +0900 In-Reply-To: <4CE7EC0D.9000203@a1poweruser.com> (fbsd8@a1poweruser.com's message of "Sat, 20 Nov 2010 10:41:01 -0500") Message-ID: <861v6gdkoi.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@freebsd.org Subject: Re: becoming a port committor 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, 20 Nov 2010 16:28:19 -0000 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Fbsd8 writes: > I have a lot of free time now that I am retired. I see a large number > of ports in open status that have been waiting to be committed longer > than 30 days. > > What is the procedure to become a ports committor? Excuse me, please. Are you like FreeBSD? =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.. "You know who I am?" -- Vito Corleone, "Chapter 1", page 52 --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.15 (FreeBSD) iEYEARECAAYFAkzn9xIACgkQsCouaZaxlv4EtwCfTb9lbGGrTZOil/vdqlP6z2x7 5MgAoL988Wzvl8IU95IH7QgqE+ouGOWT =xX2b -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 16:46: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 B456C1065674 for ; Sat, 20 Nov 2010 16:46:05 +0000 (UTC) (envelope-from ikarso@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 67C0A8FC0A for ; Sat, 20 Nov 2010 16:46:05 +0000 (UTC) Received: by qyk8 with SMTP id 8so718279qyk.13 for ; Sat, 20 Nov 2010 08:46:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nVqBIAmUSlDwBCvg6XxlreXgv4K/LyKnJgIWAoc7N90=; b=ldxqEriIlCRwmQ6o8cbJ3Q3sZ+QdxbUKkasdD6dICqErG6nAmSuPqAM1GQTTK2j+nZ 42a1tYt7hiUv2fkn+pQ+umhEbiimYcvDLNR2RTtztqFvqBYXgmKbD5irXsyonQM5A4FH 1M/el2E0zAht6uElk9lVwHHgmHIp1fPUaRa9E= 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=VPMuCS+Gsxoov4M7rwh7XoSsA0rWJNebC9sIZwe6prmFqV7jntLYvub6/P0tZfQXvN wizgEjUZI0DcVzaMQ5dQdUfqcACNsylvXvmEahGasGSck2LAKUOymUp1H2AMNqjXlLMh SuOQKbespFsCly9FZcffKUXyEudiNF1/bBjZQ= MIME-Version: 1.0 Received: by 10.224.191.72 with SMTP id dl8mr3203847qab.165.1290270139226; Sat, 20 Nov 2010 08:22:19 -0800 (PST) Received: by 10.220.165.5 with HTTP; Sat, 20 Nov 2010 08:22:19 -0800 (PST) In-Reply-To: <4CE7EC0D.9000203@a1poweruser.com> References: <4CE7EC0D.9000203@a1poweruser.com> Date: Sat, 20 Nov 2010 17:22:19 +0100 Message-ID: From: Oskar Holmlund To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: becoming a port committor 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, 20 Nov 2010 16:46:05 -0000 On Sat, Nov 20, 2010 at 4:41 PM, Fbsd8 wrote: > I have a lot of free time now that I am retired. I see a large number of > ports in open status that have been waiting to be committed longer than 3= 0 > days. > > What is the procedure to become a ports committor? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I suggest you use this page as a starting point http://www.freebsd.org/projects/index.html and especially this page regarding the Ports Collection http://www.freebsd.org/doc/en_US.ISO8859-1/articles/contributing-ports/arti= cle.html --=20 B=E4sta h=E4lsningar Oskar Holmlund Professorsv=E4gen 33 977 51 Lule=E5 Sweden +46(0)70-3220292 http://www.ohdata.se From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 17:16: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 2AAB0106564A for ; Sat, 20 Nov 2010 17:16:45 +0000 (UTC) (envelope-from utisoft@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 AC0908FC17 for ; Sat, 20 Nov 2010 17:16:44 +0000 (UTC) Received: by bwz2 with SMTP id 2so5013484bwz.13 for ; Sat, 20 Nov 2010 09:16:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to :in-reply-to:references:from:date:message-id:subject:to:cc :content-type; bh=Hz+Oy2yC2jFes+m1/KhiX5i6IBAj0MCH8JthogZYgWA=; b=XBZ8UB/c9+FY5GPyFDQ5VtMkmM51YmnYlAtBxSOh6hggsRGTmSiNZ7Nhi5DxRKT1U4 R9gRSatTDhi8hwCmxd7XIdk59s5+wFle1RikkvdeL5/vbjHzmjgRQIX4CHL375XTeTPS PvVx+sLF42c27gHITckAHD1Y+muHOgSMMo1lI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; b=PQX1pI5gZ8cujajPse1oinkdHypwcHaDiABPw8cMVJlFmYvWWY/ONESWIUU8GDUAjV SsSavDgFB9t8T0ihaoqfH2VCX1xOOdp/0/hsGf/XH7G+oZXmEwMWKEtusMdNyEVW/2U8 NqbkaQGBDwsvA3FqquCvLRtS4JR/3pPpDM3j0= Received: by 10.204.72.77 with SMTP id l13mr3401290bkj.193.1290271910983; Sat, 20 Nov 2010 08:51:50 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.52.19 with HTTP; Sat, 20 Nov 2010 08:51:20 -0800 (PST) In-Reply-To: <4CE7EC0D.9000203@a1poweruser.com> References: <4CE7EC0D.9000203@a1poweruser.com> From: Chris Rees Date: Sat, 20 Nov 2010 16:51:20 +0000 Message-ID: To: Fbsd8 Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org Subject: Re: becoming a port committor X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: utisoft@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2010 17:16:45 -0000 On 20 November 2010 15:41, Fbsd8 wrote: > I have a lot of free time now that I am retired. I see a large number of > ports in open status that have been waiting to be committed longer than 30 > days. > > What is the procedure to become a ports committor? I explained in detail why your port hasn't been committed since June a couple of hours ago; http://www.freebsd.org/cgi/query-pr.cgi?pr=148777 Procedure: http://unix.derkeiler.com/Newsgroups/comp.unix.bsd.freebsd.misc/2007-11/msg00174.html You have to have a proven track record of sending _good_ code; they don't want people committing unless they know exactly what to do! This takes time and practice. You also have to have a record of answering questions well in the lists. Chris From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 17:22:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 624681065670 for ; Sat, 20 Nov 2010 17:22:41 +0000 (UTC) (envelope-from masoom.shaikh@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E4C3E8FC12 for ; Sat, 20 Nov 2010 17:22:40 +0000 (UTC) Received: by ewy3 with SMTP id 3so3269541ewy.13 for ; Sat, 20 Nov 2010 09:22:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=DhIrkyl/1Dp51SVOg15aH2PvLNI+DwMQL20tsEWLsYI=; b=JhPsyg2oYtbJ+JpVBEdBhpT+GT7juUA45I+fe+YG1etkqQY2eZyAub3UXmbb5nzM9H TwIojOmMFMNkZM5UuSEvt5AvOkMELOPnXelVqpr6Im2hkGFO6esK2QnPG0lPSan35jMR maxcuT5CpUz5j8ypoaDNV8G6K6T3qNltphzIg= 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=pjL5EtgJEF2PmD0fo/pLzdoSPXEHlV1ubw4u5MYLYFehgn92ECjtDQn4e0ncclr5eT 3EGwEqvnvF28rXjiXpG+abatvea7I6c9hBEonVXrnTm2sv3IkQ8PlpKHD+lBTpyLBZT5 nPGjdEv80Vtlg6kdyXnWb5uXQZ5N9wpdtUP9A= MIME-Version: 1.0 Received: by 10.14.47.78 with SMTP id s54mr2535994eeb.21.1290272397497; Sat, 20 Nov 2010 08:59:57 -0800 (PST) Received: by 10.14.119.202 with HTTP; Sat, 20 Nov 2010 08:59:57 -0800 (PST) In-Reply-To: <861v6gdkoi.fsf@betla.home> References: <4CE7EC0D.9000203@a1poweruser.com> <861v6gdkoi.fsf@betla.home> Date: Sat, 20 Nov 2010 22:29:57 +0530 Message-ID: From: Masoom Shaikh To: Byung-Hee HWANG Content-Type: text/plain; charset=EUC-KR Content-Transfer-Encoding: quoted-printable Cc: Fbsd8 , freebsd-ports@freebsd.org Subject: Re: becoming a port committor 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, 20 Nov 2010 17:22:41 -0000 On Sat, Nov 20, 2010 at 9:57 PM, Byung-Hee HWANG wrote: > > Fbsd8 writes: > > > I have a lot of free time now that I am retired. I see a large number > > of ports in open status that have been waiting to be committed longer > > than 30 days. > > > > What is the procedure to become a ports committor? > > Excuse me, please. Are you like FreeBSD? Excuse me, but I fail to understand your question ? did u mean to ask OP "do you like FreeBSD ?" > > -- > =BC=D2=BF=A9=B9=B0 =C8=B2=BA=B4=C8=F1(=FC=DC=DC=B9=FD=F7) | .. =C3=E2=C7= =D7 15=BA=D0=C0=FC.. > > "You know who I am?" > -- Vito Corleone, "Chapter 1", page 52 From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 17:30: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 686A4106566B for ; Sat, 20 Nov 2010 17:30:05 +0000 (UTC) (envelope-from freebsdlists-ports@chillibear.com) Received: from d.sundive.org (d.sundive.org [212.13.197.216]) by mx1.freebsd.org (Postfix) with ESMTP id 254F18FC08 for ; Sat, 20 Nov 2010 17:30:04 +0000 (UTC) Received: from 31.16.125.91.gr6.adsl.brightview.com ([91.125.16.31] helo=[192.168.0.44]) by sundive.org with esmtpsa (TLSv1:DES-CBC3-SHA:168) (Exim 4.72 (FreeBSD)) (envelope-from ) id 1PJqdk-000KFL-8H; Sat, 20 Nov 2010 16:50:17 +0000 User-Agent: Microsoft-Entourage/12.27.0.100910 Date: Sat, 20 Nov 2010 16:50:10 +0000 From: Eric To: Fbsd8 Message-ID: Thread-Topic: becoming a port committor Thread-Index: AcuI0v47mcx/n3qilEyGPFg10UOXxQ== In-Reply-To: <4CE7EC0D.9000203@a1poweruser.com> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Spam_score: -2.2 X-Spam_score_int: -21 X-Spam_bar: -- X-Spam: No X-bounce-key: sundive.org-1; freebsdlists-ports@chillibear.com; 1290274205; ce46f731; Cc: freebsd-ports@freebsd.org Subject: Re: becoming a port committor 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, 20 Nov 2010 17:30:05 -0000 > I have a lot of free time now that I am retired. I see a large number of > ports in open status that have been waiting to be committed longer than > 30 days. > > What is the procedure to become a ports committor? Normally you would become active in the ports project, submitting ports and patches, etc. Then after some unspecified amount of time (hopefully) an existing committer will nominate you for a 'commit bit', portmgr@ has to approve that. You then you work as a committer, but with a mentor approving your work, eventually ending up committing things by yourself. I've also been advised that joining #bsdports on EFnet and making yourself known will help! Regards Eric From owner-freebsd-ports@FreeBSD.ORG Sat Nov 20 18:48: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 2FD47106566C for ; Sat, 20 Nov 2010 18:48:02 +0000 (UTC) (envelope-from sterling@camdensoftware.com) Received: from wh2.interactivevillages.com (wh2.interactivevillages.com [75.125.250.34]) by mx1.freebsd.org (Postfix) with ESMTP id 068308FC0A for ; Sat, 20 Nov 2010 18:48:01 +0000 (UTC) Received: from 174-21-105-71.tukw.qwest.net ([174.21.105.71] helo=_HOSTNAME_) by wh2.interactivevillages.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PJtHU-0005Gv-9F for freebsd-ports@freebsd.org; Sat, 20 Nov 2010 11:39:29 -0800 Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sat, 20 Nov 2010 10:47:56 -0800 Date: Sat, 20 Nov 2010 10:47:56 -0800 From: Chip Camden To: freebsd-ports@freebsd.org Message-ID: <20101120184756.GB85738@libertas.local.camdensoftware.com> Mail-Followup-To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Pd0ReVV5GZGQvF3a" Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Company: Camden Software Consulting URL: http://camdensoftware.com X-PGP-Key: http://pgp.mit.edu:11371/pks/lookup?search=0xD6DBAF91 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - wh2.interactivevillages.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - camdensoftware.com Subject: UPDATING typo 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, 20 Nov 2010 18:48:02 -0000 --Pd0ReVV5GZGQvF3a Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The latest update to UPDATING (20101120) contains an example command with pkg_deinstall using the switches -f0 (a zero on the end). I believe this should be -fO (upper-case O) instead. --=20 Sterling (Chip) Camden | sterling@camdensoftware.com | 2048D/3A978E4F http://camdensoftware.com | http://chipstips.com | http://chipsquips= .com --Pd0ReVV5GZGQvF3a Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iQEcBAEBAgAGBQJM6BfcAAoJEIpckszW26+Rr30IALkmn0uvMjUUG65XG+jvNTpv cQpMgSM60sa4px+PoFkqVtNxt+umJe/hKnB5WTIDpwRnDvhD2rjK5JMx0Nz3vQTd eEbvsJrcgcUeW9af3Y7yajN/EmcXVvS8wI10zG7vE8rq9Iug9RWz/xOkBUKxBk9u IqyNKDOKAPBRUONXVZTbGFV3OArJxZ7dFKUzh9V9OR104zIUL8OanJIQWvTjqyrE oKTHcjfyv1kNAp/q5btkkj3ctlbUEGTPiMel65SL8mOEwXjgplebvxdjYpkaIGga CGdYXIfAix9UKI8h0IY92AL/rEwy4PmN2+5Ag9lLfm0AkwmjwzwKJxjhtvQlOm8= =oDwi -----END PGP SIGNATURE----- --Pd0ReVV5GZGQvF3a--