From owner-freebsd-ports@FreeBSD.ORG Sun May 8 04:11:39 2011 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 838AB1065675; Sun, 8 May 2011 04:11:39 +0000 (UTC) (envelope-from lstewart@freebsd.org) Received: from lauren.room52.net (lauren.room52.net [210.50.193.198]) by mx1.freebsd.org (Postfix) with ESMTP id 06F0D8FC12; Sun, 8 May 2011 04:11:38 +0000 (UTC) Received: from lstewart-laptop.caia.swin.edu.au (124-168-20-57.dyn.iinet.net.au [124.168.20.57]) by lauren.room52.net (Postfix) with ESMTPSA id 3A1A57E824; Sun, 8 May 2011 13:51:46 +1000 (EST) Message-ID: <4DC61348.5090106@freebsd.org> Date: Sun, 08 May 2011 13:51:36 +1000 From: Lawrence Stewart User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110504 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.5 required=5.0 tests=UNPARSEABLE_RELAY, URI_NOVOWEL autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on lauren.room52.net Cc: freebsd-ports@freebsd.org Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 04:11:39 -0000 Hi, I've attempted to build OO 3.3.0 on two separate machines set up from scratch recently and both are unable to complete the OO build. My most recent attempt to build is with a ports tree cvsup'd yesterday (2011-05-07) and all my installed ports were built from the ports tree and are up to date. Some details about the system: lstewart@lstewart-laptop> uname -a FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri May 6 00:41:20 EST 2011 lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 Relevant lines from /etc/make.conf: .if ${.CURDIR:M*/editors/openoffice.org-3} WITH_KDE4=1 LOCALIZED_LANG=en-GB .endif I'm running KDE 4.6.2. The problem stems from the "moz" build module. Here are the last few lines of console output when the make dies: ########## Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util drawinglayer deliver Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/slideshow/util slideshow deliver 1 module(s): moz need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz Attention: if you fix the errors in above module(s) you may prolongue your the build issuing command: build --from moz *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. ########## The OO build log for the "moz" module says this: ########## gmake[5]: Entering directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' Makefile:83: *** missing separator. Stop. gmake[5]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' gmake[4]: *** [export] Error 2 gmake[4]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' gmake[3]: *** [export] Error 2 gmake[3]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' gmake[2]: *** [export] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' gmake[1]: *** [tier_99] Error 2 gmake[1]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' gmake: *** [default] Error 2 dmake: Error code 2, while making './unxfbsdx.pro/misc/build/so_built_ooo_mozab' ########## Sure enough, line 83 of /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build/Makefile looks like this: SHARED_LIBRARY_LIBS + = $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) The space between the "+" and "=" looks like the problem to me. Some sort of Makefile template problem perhaps? If I delete the space to make "+=" and re-run make from the editors/openoffice.org-3 port dir, the build dies again in the "moz" module. The console output when the make dies this time looks like: ########## Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/source/animation slideshow deliver Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util drawinglayer deliver 1 module(s): moz need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz Attention: if you fix the errors in above module(s) you may prolongue your the build issuing command: build --from moz *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3. ########## and the last few lines of the OO build log output for the "moz" module says this: ########## gmake[5]: Entering directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' nsMsgSMIMEFactory.cpp c++ -o nsMsgSMIMEFactory.o -c -I../../../../dist/include/system_wrappers -include ../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"FreeBSD8\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 -I../../../../dist/include/xpcom -I../../../../dist/include/string -I../../../../dist/include/mime -I../../../../dist/include/msgcompose -I../../../../dist/include/pipnss -I../../../../dist/include/necko -I../../../../dist/include/intl -I../../../../dist/include/caps -I../../../../dist/include/msgsmime -I../../../../dist/include -I../../../../dist/include/nspr -I/usr/local/include -fPIC -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -pedantic -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp ../../../../../mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp gmake[5]: *** No rule to make target `../../../../dist/lib/libmsgbsutl_s.a', needed by `libmsgsmime.so'. Stop. gmake[5]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' gmake[4]: *** [libs] Error 2 gmake[4]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' gmake[3]: *** [libs] Error 2 gmake[3]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' gmake[1]: *** [tier_99] Error 2 gmake[1]: Leaving directory `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' gmake: *** [default] Error 2 dmake: Error code 2, while making './unxfbsdx.pro/misc/build/so_built_ooo_mozab' ########## and that's where I run out of clue about how to fix the problem ;) Any help to fix this would be greatly appreciated. Cheers, Lawrence From owner-freebsd-ports@FreeBSD.ORG Sun May 8 09:18:59 2011 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 49059106566C for ; Sun, 8 May 2011 09:18:59 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from mail.tyknet.dk (mail.tyknet.dk [IPv6:2002:d596:2a92:2:155::]) by mx1.freebsd.org (Postfix) with ESMTP id 08E818FC1A for ; Sun, 8 May 2011 09:18:59 +0000 (UTC) Received: from tykburk.tyknet.cn.dom (unknown [IPv6:2002:5996:79d2:1:224:8cff:fe02:de01]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tyknet.dk (Postfix) with ESMTPSA id 185E2638CA0; Sun, 8 May 2011 11:18:57 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.2.2 mail.tyknet.dk 185E2638CA0 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1304846338; bh=Q8H0hefwgipY6bzpLPuT+OkhM9t20MP/+CAhstzUcas=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=teITN3vjWE5wAhiYM0LBH0CfvtoTRwFUTlusZm+cFNWRSAxL7uBx8V5y9po/Hmvix PT+VCFHz6dZHdv0Vw1eJ4kAcT1CIYiO2eZI2/iN497im+vR++64TBGDj66oQn0N5pX T6zX3+GQmVAXj8cSkKcvAJY4lml8yHtDJqqeZR00= Message-ID: <4DC66001.5060400@gibfest.dk> Date: Sun, 08 May 2011 11:18:57 +0200 From: Thomas Steen Rasmussen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110402 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Olivier Smedts References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: [CFT] games/eduke32 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, 08 May 2011 09:18:59 -0000 On 07.05.2011 23:34, Olivier Smedts wrote: > Hello, > > Attached is a new and much updated version of the eduke32 port Hello, It seems like your attachment is missing, can you send it again or provide an URL where I can get it ? Best regards Thomas Steen Rasmussen From owner-freebsd-ports@FreeBSD.ORG Sun May 8 09:59:37 2011 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 6AC8E106566B; Sun, 8 May 2011 09:59:37 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail34.syd.optusnet.com.au (mail34.syd.optusnet.com.au [211.29.133.218]) by mx1.freebsd.org (Postfix) with ESMTP id D6B568FC0C; Sun, 8 May 2011 09:59:36 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail34.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p489xXrO024426 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 May 2011 19:59:34 +1000 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 p489xXI2040730; Sun, 8 May 2011 19:59:33 +1000 (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 p489xXX8040729; Sun, 8 May 2011 19:59:33 +1000 (EST) (envelope-from peter) Date: Sun, 8 May 2011 19:59:33 +1000 From: Peter Jeremy To: Mikhail Tsatsenko Message-ID: <20110508095933.GB59852@server.vk2pj.dyndns.org> References: <20110507044810.GA77119@server.vk2pj.dyndns.org> <4DC4E7BF.4070908@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: <4DC4E7BF.4070908@gmail.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, glewis@FreeBSD.org Subject: Re: java/jdk15 doesn't build with latest open-motif X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 May 2011 09:59:37 -0000 --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2011-May-07 10:33:35 +0400, Mikhail Tsatsenko wr= ote: >It looks like jdk15 should depend on xft too: >-USE_XORG+=3D x11 xext xi xmu xp xt xtst >+USE_XORG+=3D x11 xext xi xmu xp xt xtst xft That's probably now necessary for all the OpenMotif ports. Unfortunately, it's not sufficient to solve the problem. --=20 Peter Jeremy --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk3GaYQACgkQ/opHv/APuIcHuQCgrAzjN664k68OjNs9BiUepd+c 2dYAnj+fDHKfrCkzniLoS90yBtG7LNTl =sz6D -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- From owner-freebsd-ports@FreeBSD.ORG Sun May 8 11:04:19 2011 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 CA024106566B for ; Sun, 8 May 2011 11:04:19 +0000 (UTC) (envelope-from olivier@gid0.org) Received: from mail-px0-f176.google.com (mail-px0-f176.google.com [209.85.212.176]) by mx1.freebsd.org (Postfix) with ESMTP id AB9BB8FC17 for ; Sun, 8 May 2011 11:04:19 +0000 (UTC) Received: by pxi11 with SMTP id 11so3655938pxi.7 for ; Sun, 08 May 2011 04:04:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.35.228 with SMTP id l4mr8324261pbj.5.1304852658996; Sun, 08 May 2011 04:04:18 -0700 (PDT) Received: by 10.68.40.4 with HTTP; Sun, 8 May 2011 04:04:18 -0700 (PDT) In-Reply-To: <4DC66001.5060400@gibfest.dk> References: <4DC66001.5060400@gibfest.dk> Date: Sun, 8 May 2011 13:04:18 +0200 Message-ID: From: Olivier Smedts To: Thomas Steen Rasmussen Content-Type: multipart/mixed; boundary=bcaec520f0c339478a04a2c1afa0 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Re: [CFT] games/eduke32 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, 08 May 2011 11:04:19 -0000 --bcaec520f0c339478a04a2c1afa0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hello, 2011/5/8 Thomas Steen Rasmussen : > On 07.05.2011 23:34, Olivier Smedts wrote: >> Hello, >> >> Attached is a new and much updated version of the eduke32 port > Hello, > > It seems like your attachment is missing, can you send it again > or provide an URL where I can get it ? Thanks for the report. It was a plain text shar archive. Maybe it will be better as gzip. Don't forget to gunzip it before running the shar. If the attachment is still not there, you can download it at the following = URL : http://gid0.free.fr/www/files/eduke32.shar Thanks --=20 Olivier Smedts=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0=A0 _ =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 ASCII ribbon campaign ( ) e-mail: olivier@gid0.org=A0 =A0 =A0 =A0 - against HTML email & vCards=A0 X www: http://www.gid0.org=A0 =A0 - against proprietary attachments / \ =A0 "Il y a seulement 10 sortes de gens dans le monde : =A0 ceux qui comprennent le binaire, =A0 et ceux qui ne le comprennent pas." --bcaec520f0c339478a04a2c1afa0-- From owner-freebsd-ports@FreeBSD.ORG Sun May 8 11:41:01 2011 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 6026D106564A for ; Sun, 8 May 2011 11:41:01 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp11.lnh.mail.rcn.net [207.172.157.101]) by mx1.freebsd.org (Postfix) with ESMTP id 1F76B8FC08 for ; Sun, 8 May 2011 11:41:00 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 08 May 2011 07:41:02 -0400 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BBK27482; Sun, 8 May 2011 07:41:00 -0400 Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp04.lnh.mail.rcn.net with ESMTP; 08 May 2011 07:41:00 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19910.33094.676751.656721@jerusalem.litteratus.org> Date: Sun, 8 May 2011 07:40:54 -0400 To: Thomas Steen Rasmussen In-Reply-To: <4DC66001.5060400@gibfest.dk> References: <4DC66001.5060400@gibfest.dk> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: Olivier Smedts , ports@freebsd.org Subject: Re: [CFT] games/eduke32 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, 08 May 2011 11:41:01 -0000 Thomas Steen Rasmussen writes: > > Attached is a new and much updated version of the eduke32 port > > It seems like your attachment is missing, For security reasons, the mailing list software automatically removes all attachments. If you need to include something, append it in-line, or provide a URL to an external location. Rescpetfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Sun May 8 12:05:32 2011 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 CAB8F1065679 for ; Sun, 8 May 2011 12:05:32 +0000 (UTC) (envelope-from thomas@gibfest.dk) Received: from mail.tyknet.dk (mail.tyknet.dk [IPv6:2002:d596:2a92:2:155::]) by mx1.freebsd.org (Postfix) with ESMTP id 894D98FC0C for ; Sun, 8 May 2011 12:05:32 +0000 (UTC) Received: from tykburk.tyknet.cn.dom (unknown [IPv6:2002:5996:79d2:1:224:8cff:fe02:de01]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tyknet.dk (Postfix) with ESMTPSA id 9B025638C47; Sun, 8 May 2011 14:05:31 +0200 (CEST) X-DKIM: OpenDKIM Filter v2.2.2 mail.tyknet.dk 9B025638C47 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gibfest.dk; s=default; t=1304856331; bh=QniqgPMw1HrFEkxqOgr25ods2u2RN+AmAYNMG0Qqi+g=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=V9TSVYr5usd38gFdDHWx6IUGyem5Hph9L/judrNVOBRrkTuYWltP0Cnpp/vuhS8m0 2TJRorRd4WVvQTVjLiGbwtVstWvRyD1x9QPLny+93e5ksOMZNrM9xgQ1tZRItso/MW 23XjCtkSaQBbBc4V5tgWfkeO7Kk9K4tv+T3dCY+A= Message-ID: <4DC6870B.5060208@gibfest.dk> Date: Sun, 08 May 2011 14:05:31 +0200 From: Thomas Steen Rasmussen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110402 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Olivier Smedts References: <4DC66001.5060400@gibfest.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: [CFT] games/eduke32 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, 08 May 2011 12:05:32 -0000 On 08.05.2011 13:04, Olivier Smedts wrote: > Hello, > > 2011/5/8 Thomas Steen Rasmussen : >> On 07.05.2011 23:34, Olivier Smedts wrote: >>> Hello, >>> >>> Attached is a new and much updated version of the eduke32 port >> Hello, >> >> It seems like your attachment is missing, can you send it again >> or provide an URL where I can get it ? > Thanks for the report. It was a plain text shar archive. Maybe it will > be better as gzip. Don't forget to gunzip it before running the shar. > > If the attachment is still not there, you can download it at the following URL : > http://gid0.free.fr/www/files/eduke32.shar > Hello again, I played it a bit, first without polymer and HRP (high resolution pack), then with polymer but still without HRP, and finally with the latest HRP. Everything seems to be running nicely, only thing missing are the skills I seem to remember having in this game 15 years ago. To install the HRP I downloaded the two files in the "ZIPFILE RELEASE" section of the page http://hrp.duke4.net/download.php and placed their contents in /usr/local/share/duke3d - maybe you could mention this procedure in the pkg-message - or even make an OPTION in the games/duke3d-data port to install the HRP automatically ? Good work, Best regards Thomas Steen Rasmussen From owner-freebsd-ports@FreeBSD.ORG Sun May 8 13:24:54 2011 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 6E278106566C for ; Sun, 8 May 2011 13:24:54 +0000 (UTC) (envelope-from jerry@seibercom.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 278B88FC17 for ; Sun, 8 May 2011 13:24:53 +0000 (UTC) Received: by qwc9 with SMTP id 9so3336596qwc.13 for ; Sun, 08 May 2011 06:24:53 -0700 (PDT) Received: by 10.224.173.206 with SMTP id q14mr5233152qaz.366.1304861093331; Sun, 08 May 2011 06:24:53 -0700 (PDT) Received: from scorpio.seibercom.net (twdp-174-109-142-001.nc.res.rr.com [174.109.142.1]) by mx.google.com with ESMTPS id c27sm4271219qck.46.2011.05.08.06.24.51 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 May 2011 06:24:52 -0700 (PDT) Received: from seibercom.net (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freebsd-ports.user@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3QS6yV4thNz2CG5G for ; Sun, 8 May 2011 09:24:50 -0400 (EDT) Date: Sun, 8 May 2011 09:24:49 -0400 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20110508092449.1bcbd5dd@seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Open PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 13:24:54 -0000 I just noticed that there appears to be an old PR, http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/132515 that is still open. Has a resolution to this PR ever been resolved? This particular PR was mentioned on the Dovecot mailing list. -- Jerry ✌ jerry+ports@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Sun May 8 13:37:59 2011 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 29DF9106564A; Sun, 8 May 2011 13:37:59 +0000 (UTC) (envelope-from maho.nakata@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 E3D608FC18; Sun, 8 May 2011 13:37:58 +0000 (UTC) Received: by pvg11 with SMTP id 11so2671136pvg.13 for ; Sun, 08 May 2011 06:37:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=gqpBgiasPFtrVCZvVutn9+jKTAazBDkuBrsqb2HJOZY=; b=GCtLOCVfK5RIRXpqfyKyhZB0hL6WGkGL3JGS4d/t/r2vC6SaajOmW/1M+g4l28r7Mi FezPeoOfAN9EoYrzRjBBw2b2a3zoRr8PDmbTakGXDMuK9j3O/GjVdI26Y+fVZE1LaJ2A vRb2xEapukeDkOT3V72l8+aDRFWZkhAMiSaMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=u+u9j4NIv1I2Kp5KIYbPsDk8UXzpsQH57KnqbWMazJ3Nl3kcT6A5wbnuGUkUMCVNBO co7/rANpSH9ozEz/C9mVBXFJBVOC50exGxb+lq2m13gM3JErSKaFNaIaacm/gkZO9FWK PoB7jz5CGB2UGWVzhsgb85Kpt7PM+WRQmJZ4o= Received: by 10.68.17.129 with SMTP id o1mr8410359pbd.178.1304860363917; Sun, 08 May 2011 06:12:43 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id y7sm3442637pbg.43.2011.05.08.06.12.39 (version=SSLv3 cipher=OTHER); Sun, 08 May 2011 06:12:41 -0700 (PDT) Sender: Maho NAKATA Date: Sun, 08 May 2011 22:12:35 +0900 (JST) Message-Id: <20110508.221235.1049390459241955982.chat95@mac.com> To: lstewart@freebsd.org From: Maho NAKATA In-Reply-To: <4DC61348.5090106@freebsd.org> References: <4DC61348.5090106@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 13:37:59 -0000 Hi Thanks for your report. I'm aware of this issue, since my OOo build is broken at the same place. Sorry and I don't have a clue yet, but, I guess from folllowing error message, somehow moz module invoke make instead gmake. > Makefile:83: *** missing separator. Stop. thanks, Nakata Maho From: Lawrence Stewart Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE Date: Sun, 08 May 2011 13:51:36 +1000 > Hi, > > I've attempted to build OO 3.3.0 on two separate machines set up from > scratch recently and both are unable to complete the OO build. > > My most recent attempt to build is with a ports tree cvsup'd yesterday > (2011-05-07) and all my installed ports were built from the ports tree > and are up to date. Some details about the system: > > lstewart@lstewart-laptop> uname -a > FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri > May 6 00:41:20 EST 2011 > lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 > > Relevant lines from /etc/make.conf: > > .if ${.CURDIR:M*/editors/openoffice.org-3} > WITH_KDE4=1 > LOCALIZED_LANG=en-GB > .endif > > I'm running KDE 4.6.2. > > > > > The problem stems from the "moz" build module. Here are the last few > lines of console output when the make dies: > > ########## > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util > > drawinglayer deliver > > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/slideshow/util > > slideshow deliver > > 1 module(s): > moz > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz > > Attention: if you fix the errors in above module(s) you may prolongue > your the build issuing command: > > build --from moz > > *** Error code 1 > > Stop in /usr/ports/editors/openoffice.org-3. > ########## > > > > > The OO build log for the "moz" module says this: > > ########## > gmake[5]: Entering directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > Makefile:83: *** missing separator. Stop. > gmake[5]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > gmake[4]: *** [export] Error 2 > gmake[4]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' > gmake[3]: *** [export] Error 2 > gmake[3]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' > gmake[2]: *** [export] Error 2 > gmake[2]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' > gmake[1]: *** [tier_99] Error 2 > gmake[1]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' > gmake: *** [default] Error 2 > dmake: Error code 2, while making > './unxfbsdx.pro/misc/build/so_built_ooo_mozab' > ########## > > > > > Sure enough, line 83 of > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build/Makefile > looks like this: > > SHARED_LIBRARY_LIBS + = > $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) > > The space between the "+" and "=" looks like the problem to me. Some > sort of Makefile template problem perhaps? > > If I delete the space to make "+=" and re-run make from the > editors/openoffice.org-3 port dir, the build dies again in the "moz" > module. The console output when the make dies this time looks like: > > ########## > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/source/animation > > slideshow deliver > > Entering > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util > > drawinglayer deliver > > 1 module(s): > moz > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making > /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz > > Attention: if you fix the errors in above module(s) you may prolongue > your the build issuing command: > > build --from moz > > *** Error code 1 > > Stop in /usr/ports/editors/openoffice.org-3. > ########## > > > > > > and the last few lines of the OO build log output for the "moz" module > says this: > > > ########## > gmake[5]: Entering directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > nsMsgSMIMEFactory.cpp > c++ -o nsMsgSMIMEFactory.o -c > -I../../../../dist/include/system_wrappers -include > ../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API > -DOSTYPE=\"FreeBSD8\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 > -I../../../../dist/include/xpcom -I../../../../dist/include/string > -I../../../../dist/include/mime -I../../../../dist/include/msgcompose > -I../../../../dist/include/pipnss -I../../../../dist/include/necko > -I../../../../dist/include/intl -I../../../../dist/include/caps > -I../../../../dist/include/msgsmime -I../../../../dist/include > -I../../../../dist/include/nspr -I/usr/local/include -fPIC > -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions > -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual > -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long > -pedantic -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O > -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include > ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp > ../../../../../mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp > gmake[5]: *** No rule to make target > `../../../../dist/lib/libmsgbsutl_s.a', needed by `libmsgsmime.so'. > Stop. > gmake[5]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' > gmake[4]: *** [libs] Error 2 > gmake[4]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' > gmake[3]: *** [libs] Error 2 > gmake[3]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' > gmake[2]: *** [libs] Error 2 > gmake[2]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' > gmake[1]: *** [tier_99] Error 2 > gmake[1]: Leaving directory > `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' > gmake: *** [default] Error 2 > dmake: Error code 2, while making > './unxfbsdx.pro/misc/build/so_built_ooo_mozab' > ########## > > and that's where I run out of clue about how to fix the problem ;) > > Any help to fix this would be greatly appreciated. > > Cheers, > Lawrence > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to > "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Sun May 8 16:30:50 2011 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 2B614106566B for ; Sun, 8 May 2011 16:30:50 +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 0CE598FC0A for ; Sun, 8 May 2011 16:30:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id B10BA1713A for ; Sun, 8 May 2011 12:30:49 -0400 (EDT) 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=1304872249; bh=w+ePD504aK6+qk+T9O5NqR4aaZ5DDpEZTaKwcAJa8G8=; b= i3cfgSqdmWMhCWU6Px4aU6fux5uzMUzw6D//SI3Zj2DXlNBvcr5dE3Jh7yrZ5SRW jfBPqaAS2FrUZMrpu7RBX28seuJ3gw9G9m5RJdz+mKF9cPBzKMuMRWb4TFsHXcqC 26eQ2tRiSHHZmqXkb5B5MICZIUFLM6dQ8wniv4MQGFU= 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 qEPo+8IXqsig for ; Sun, 8 May 2011 12:30:49 -0400 (EDT) Received: from magic.hamla.org (cpe-68-174-92-4.nyc.res.rr.com [68.174.92.4]) by spartan.hamla.org (Postfix) with ESMTPSA id 984E5170E3 for ; Sun, 8 May 2011 12:30:48 -0400 (EDT) Date: Sun, 8 May 2011 12:30:46 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20110508163045.GB50963@magic.hamla.org> References: <20110508092449.1bcbd5dd@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110508092449.1bcbd5dd@seibercom.net> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Open PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 16:30:50 -0000 On Sun, 2011-05-08 at 09:24:49 -0400, Jerry wrote: > I just noticed that there appears to be an old PR, > http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/132515 that is still > open. Has a resolution to this PR ever been resolved? I just noted in the audit-trail that I cannot reproduce the problem mentioned in the PR. Are you (or anyone else) able to reproduce the faulty behavior? Also note that this is not a ports issue; ntpd(8) is in base. -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Sun May 8 16:55:02 2011 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 156D1106566B for ; Sun, 8 May 2011 16:55:02 +0000 (UTC) (envelope-from jerry@seibercom.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 BCECA8FC0A for ; Sun, 8 May 2011 16:55:01 +0000 (UTC) Received: by qyk27 with SMTP id 27so4132211qyk.13 for ; Sun, 08 May 2011 09:55:01 -0700 (PDT) Received: by 10.224.104.4 with SMTP id m4mr5054958qao.275.1304873700918; Sun, 08 May 2011 09:55:00 -0700 (PDT) Received: from scorpio.seibercom.net (twdp-174-109-142-001.nc.res.rr.com [174.109.142.1]) by mx.google.com with ESMTPS id s9sm4424297qco.0.2011.05.08.09.54.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 08 May 2011 09:55:00 -0700 (PDT) Received: from seibercom.net (zeus [192.168.1.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: freebsd-ports.user@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3QSCcy3wPVz2CG5G for ; Sun, 8 May 2011 12:54:58 -0400 (EDT) Date: Sun, 8 May 2011 12:54:57 -0400 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20110508125457.2e52c19a@seibercom.net> In-Reply-To: <20110508163045.GB50963@magic.hamla.org> References: <20110508092449.1bcbd5dd@seibercom.net> <20110508163045.GB50963@magic.hamla.org> Organization: seibercom.net X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: Open PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 16:55:02 -0000 On Sun, 8 May 2011 12:30:46 -0400 Sahil Tandon articulated: > On Sun, 2011-05-08 at 09:24:49 -0400, Jerry wrote: > > > I just noticed that there appears to be an old PR, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/132515 that is still > > open. Has a resolution to this PR ever been resolved? > > I just noted in the audit-trail that I cannot reproduce the problem > mentioned in the PR. Are you (or anyone else) able to reproduce the > faulty behavior? > > Also note that this is not a ports issue; ntpd(8) is in base. I cannot reproduce this behavior either. It was mentioned on the Dovecot forum and I decided to look up the PR. It was then that I discovered it was a year old and still open. Maybe it would be best to just close it then since no one else has come forward with this problem. Just curious, where would one report a problem with a "base" program? -- Jerry ✌ jerry+ports@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Sex is now classified as a misdemeanor ... the more you miss ... da meaner ya get! From owner-freebsd-ports@FreeBSD.ORG Sun May 8 17:05:35 2011 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 2855D106566B for ; Sun, 8 May 2011 17:05:35 +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 088618FC0C for ; Sun, 8 May 2011 17:05:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 80DF3170FE for ; Sun, 8 May 2011 13:05:34 -0400 (EDT) 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=1304874334; bh=EWsKAXouRmonwM5F9UdpgFZ8GsBRX1FFhC2BRSAl7G0=; b= OtVoUCKNl/Eu0+q1LWhKOHr+uF3OWERK266kc0DC2aAX4w3KqbwiFC6cFPQGoIQA u6BNdDqL2vebgzBQ4w9t9ZNmuO6ad3Y2cgiGqKZY92bT0cyZrkQSLL63VyC/DPP0 hB6+NPOA5ZKV8NbIyLy0YH4wJwl/kMKAe2soy4C/CJk= 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 QegEwSNkSH8M for ; Sun, 8 May 2011 13:05:34 -0400 (EDT) Received: from magic.hamla.org (cpe-68-174-92-4.nyc.res.rr.com [68.174.92.4]) by spartan.hamla.org (Postfix) with ESMTPSA id EA11F170E3 for ; Sun, 8 May 2011 13:05:32 -0400 (EDT) Date: Sun, 8 May 2011 13:05:30 -0400 From: Sahil Tandon To: freebsd-ports@freebsd.org Message-ID: <20110508170530.GC50963@magic.hamla.org> References: <20110508092449.1bcbd5dd@seibercom.net> <20110508163045.GB50963@magic.hamla.org> <20110508125457.2e52c19a@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110508125457.2e52c19a@seibercom.net> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Open PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 May 2011 17:05:35 -0000 On Sun, 2011-05-08 at 12:54:57 -0400, Jerry wrote: > On Sun, 8 May 2011 12:30:46 -0400 > Sahil Tandon articulated: > > > On Sun, 2011-05-08 at 09:24:49 -0400, Jerry wrote: > > > > > I just noticed that there appears to be an old PR, > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/132515 that is still > > > open. Has a resolution to this PR ever been resolved? > > > > I just noted in the audit-trail that I cannot reproduce the problem > > mentioned in the PR. Are you (or anyone else) able to reproduce the > > faulty behavior? > > > > Also note that this is not a ports issue; ntpd(8) is in base. > > I cannot reproduce this behavior either. It was mentioned on the > Dovecot forum and I decided to look up the PR. It was then that I > discovered it was a year old and still open. Maybe it would be best to > just close it then since no one else has come forward with this problem. I agree, but we should give the submitter and handler of the PR a few days to follow-up in they have a different opinion. > Just curious, where would one report a problem with a "base" program? Since your question was about a rc script, it could be broached on freebsd-rc. For general questions without a related mailing list[1], freebsd-questions is often appropriate. [1] http://lists.freebsd.org/mailman/listinfo -- Sahil Tandon From owner-freebsd-ports@FreeBSD.ORG Sun May 8 17:35:51 2011 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 59DFE106564A for ; Sun, 8 May 2011 17:35:51 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 14EA18FC08 for ; Sun, 8 May 2011 17:35:50 +0000 (UTC) Received: by vxc34 with SMTP id 34so6822401vxc.13 for ; Sun, 08 May 2011 10:35:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=MichICpfd3O3GzgIAybCmAe3kJNbfj4jDYWW9WiEnzY=; b=kPvqNfvTeUCx27Dtb9PY1tDc4RSx4gmqjJDcXIuGn71IrV1m09BKjO7ngqCFocGBEb onNgQODbDWycptbQHZBDGQHcrtp1zIFc8zeujH+Xin4JES4+cx8Rje7xmwe9X7gkgil+ WcPVsX7DK4VttFwaaGOWrRp6SUMzeV/UgmBZA= 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=YnHa+D+TOdcFcizgKgHZ7Be+oQuLSYalAGR5lRkKba0TYO8yylAN2sA7dyfbBER5mG QxEYK+kPcydUAVfsEZkNuip+4eHGsQt/uqul3YMk4W+HIUTpJ2dzs0oNeY+eJWaI9iLT DFP7s5hCmvn2bFPyUXJaXeVXUoTFODUqluirU= Received: by 10.52.73.131 with SMTP id l3mr333381vdv.175.1304876150112; Sun, 08 May 2011 10:35:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.155.40 with HTTP; Sun, 8 May 2011 10:35:30 -0700 (PDT) In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> From: Christer Solskogen Date: Sun, 8 May 2011 19:35:30 +0200 Message-ID: To: Florent Thoumie Content-Type: text/plain; charset=ISO-8859-1 Cc: David Demelier , "Sergey V. Dyatko" , freebsd-ports@freebsd.org Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 May 2011 17:35:51 -0000 On Sat, May 7, 2011 at 6:36 PM, Florent Thoumie wrote: > > Sorry it took me a while, but I've finally committed this patch. I'm having issues when I have the following in .rtorrentrc scgi_port = 192.168.0.3:5000 rtorrent takes up 100% cpu. but no gui. -- chs, From owner-freebsd-ports@FreeBSD.ORG Sun May 8 17:42:04 2011 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 40E191065670 for ; Sun, 8 May 2011 17:42:04 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id EC9E98FC14 for ; Sun, 8 May 2011 17:42:03 +0000 (UTC) Received: by vxc34 with SMTP id 34so6826598vxc.13 for ; Sun, 08 May 2011 10:42:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=/TTnN0BtZv8NMV6SNZHc91M4X5uJLdw4B8YGdVmZKj8=; b=wgyUKVlF4d6tD82V+UWM6AV9PJLqt7QxFMWBBnfu1jXBohS5aTFE44azq0hc2AeDyU FI3mRWjxcQ58nOsFbh7PW6wgNcIh20Sdvk+FawzdPLFyFaGQyfSh3VYjU7CpLPAMaF3R 8P1ficIJA95dntaZTPw+zG2MMQiUBmQozZPHQ= 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=GGLm0lRs0kpa7oOtPjBE7UUnXrkG3kNjHCORLGmltI/1BFKXkoAuUxhpewcM64OfP0 HTzw8ueQBQ2Qx2HdrpDjsEe3Z8GxDmB7qr4oxEp85itTHZT3X6USIZ7uKE7T2GeUoEOu 6utq62uAqXwJSQ7XXYARA4uB6ViipfZPkcGm8= Received: by 10.52.186.231 with SMTP id fn7mr3260887vdc.255.1304876523077; Sun, 08 May 2011 10:42:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.155.40 with HTTP; Sun, 8 May 2011 10:41:43 -0700 (PDT) In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> From: Christer Solskogen Date: Sun, 8 May 2011 19:41:43 +0200 Message-ID: To: Florent Thoumie Content-Type: text/plain; charset=ISO-8859-1 Cc: David Demelier , "Sergey V. Dyatko" , freebsd-ports@freebsd.org Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 May 2011 17:42:04 -0000 On Sun, May 8, 2011 at 7:35 PM, Christer Solskogen wrote: > On Sat, May 7, 2011 at 6:36 PM, Florent Thoumie wrote: >> >> Sorry it took me a while, but I've finally committed this patch. > > I'm having issues when I have the following in .rtorrentrc > scgi_port = 192.168.0.3:5000 > > rtorrent takes up 100% cpu. but no gui. I also can't quit. Quitting makes rtorrent use 100% CPU. -- chs, From owner-freebsd-ports@FreeBSD.ORG Sun May 8 19:18:35 2011 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 AE287106564A for ; Sun, 8 May 2011 19:18:35 +0000 (UTC) (envelope-from lichray@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 44C8C8FC1B for ; Sun, 8 May 2011 19:18:34 +0000 (UTC) Received: by fxm11 with SMTP id 11so4551237fxm.13 for ; Sun, 08 May 2011 12:18:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=xxaHmR9eSrLK94drijSkOEMo7k4ssYKi5WjvbyVNKd8=; b=uMX5LBgFYUq9I8KL1M1+gPBzn9pRBPbpQi8GSb6P4MPpBlEElcNXlafet91XiwZS0B F9PpyZEuOj1TIa8gBcnMdcZyEqBMlwqHSRdxjlGax8EmI6KZcLQQD2tWHLWOlxgrK/pP +psk4y58GtY6rraIDE36M21bgLinZlEY8auQ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=L6ocM09FSULFYaciNwGdMXu61y7y7byTa1KpNba+2KVcFwaOcEhOzEhsjPziDcskeP 4s0KtuCy/jZKNig8MjsRH0S0Tywwcymq2uNqFQo6BjTv0ZxlsTNNgemL5rUDc35dx/is ZQhrfO7OsEtcmwj8H1DfBS/q/HG+icuAZL/rM= MIME-Version: 1.0 Received: by 10.223.98.5 with SMTP id o5mr358758fan.33.1304882314113; Sun, 08 May 2011 12:18:34 -0700 (PDT) Received: by 10.223.96.142 with HTTP; Sun, 8 May 2011 12:18:34 -0700 (PDT) Date: Sun, 8 May 2011 14:18:34 -0500 Message-ID: From: Zhihao Yuan To: FreeBSD Ports Content-Type: multipart/mixed; boundary=0015174bebc4ce740d04a2c896ca Cc: Subject: Ask maintainership of lang/p5-F77 and math/PDL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 May 2011 19:18:35 -0000 --0015174bebc4ce740d04a2c896ca Content-Type: text/plain; charset=UTF-8 Hi, perl@ is not a maintainer, but I still waited a month for my last contribution to these two ports (they are related). Now I want to maintain these two ports. PDL 2.4.9 is released, and I'm going to spend some time on it. Btw, if someone want to let me to do so, please apply the patch included to p5-F77 at the same time. The patch fixes a tiny problem (${FC} defaults to f77 on >7.0R, which is not trustful). -- Zhihao Yuan The best way to predict the future is to invent it. --0015174bebc4ce740d04a2c896ca Content-Type: application/octet-stream; name="p5-ExtUtils-F77-1.17_1.patch" Content-Disposition: attachment; filename="p5-ExtUtils-F77-1.17_1.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gngd7pg60 ZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgL3Vzci9wb3J0cy9sYW5nL3A1LUY3Ny5vcmlnL01ha2Vm aWxlIC91c3IvcG9ydHMvbGFuZy9wNS1GNzcvTWFrZWZpbGUKLS0tIC91c3IvcG9ydHMvbGFuZy9w NS1GNzcub3JpZy9NYWtlZmlsZQkyMDExLTA1LTA4IDEzOjU4OjIwLjAxOTAwNjA1NSAtMDUwMAor KysgL3Vzci9wb3J0cy9sYW5nL3A1LUY3Ny9NYWtlZmlsZQkyMDExLTA1LTA4IDE0OjA4OjQ2LjMy NTI5NjI2MyAtMDUwMApAQCAtNywyMyArNywyNyBAQAogCiBQT1JUTkFNRT0JRXh0VXRpbHMtRjc3 CiBQT1JUVkVSU0lPTj0JMS4xNworUE9SVFJFVklTSU9OPQkxCiBDQVRFR09SSUVTPQlsYW5nIHBl cmw1CiBNQVNURVJfU0lURVM9CUNQQU4KIFBLR05BTUVQUkVGSVg9CXA1LQogCi1NQUlOVEFJTkVS PQlwZXJsQEZyZWVCU0Qub3JnCitNQUlOVEFJTkVSPQlsaWNocmF5QGdtYWlsLmNvbQogQ09NTUVO VD0JSGVscHMgbGluayBDIHByb2dyYW1zIHdpdGggRm9ydHJhbiBzdWJyb3V0aW5lcwogCiBQRVJM X0NPTkZJR1VSRT0JeWVzCiAKIE1BTjM9CQlFeHRVdGlsczo6Rjc3LjMKIAotR0NDTElCRElSX0NN RFM9CSR7RkN9IC1wcmludC1maWxlLW5hbWU9bGliZ2ZvcnRyYW4uc28gfCAke1NFRH0gLWUgcy9s aWJnZm9ydHJhbi5zby8vCi1GMkNMSUI9CQktbGdmb3J0cmFuCisuaW5jbHVkZSA8YnNkLnBvcnQu cHJlLm1rPgorCisuaWYgJHtPU1ZFUlNJT059ID49IDcwMDAwMCAmJiAke0ZDfSA9PSAiZjc3Igor VVNFX0ZPUlRSQU49CXllcworLmVuZGlmCiAKIHBvc3QtcGF0Y2g6CiAJQCR7UkVJTlBMQUNFX0NN RH0gLWUgInMvJ2dmb3J0cmFuNDQnLycke0ZDfScvIiBcCi0JCQkgIC1lICJzLyctTzInLycke0NG TEFHU30nLyIgXAorCQkJICAtZSAicyMnLU8yJyMnJHtDRkxBR1N9JyMiIFwKIAkJCSAgJHtXUktT UkN9L0Y3Ny5wbQogCi0uaW5jbHVkZSA8YnNkLnBvcnQubWs+CisuaW5jbHVkZSA8YnNkLnBvcnQu cG9zdC5taz4K --0015174bebc4ce740d04a2c896ca-- From owner-freebsd-ports@FreeBSD.ORG Sun May 8 19:28:45 2011 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 119761065670 for ; Sun, 8 May 2011 19:28:45 +0000 (UTC) (envelope-from lichray@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 9B92F8FC15 for ; Sun, 8 May 2011 19:28:44 +0000 (UTC) Received: by fxm11 with SMTP id 11so4554853fxm.13 for ; Sun, 08 May 2011 12:28:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=D9yEzL2LWxux3NHvdXcR55SSYU3SBkluUQPlyhffb3Q=; b=rS4sTj+4sDkReVpAHZ1sx1Z++GeWMbtbrJoc8S1SBbj66bWKWH9s2YTlNSm+/CXXH4 yE4iK++oAnh3I68ljzgBMhjBa2rXdW0D8LVz/rTyN30cEm1S5i3aCVG9qcbuOKKmbb53 HZbo3nCj+qqA7A7AZpjrWcHAKKB+jKyPzo54g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=J2spE+W59muimabupEAIBUrufgwW8WzTqqR8auC7AO0hSLQVJ9LNc1M9BXS9PgGo1L i2Tb/+oZnv1eims4WpDM97/f3zUTKXpDZmkgceNRjsNZ5MlnUz9EAKZzSiWQDMBeEZ7U cL3MqsEefRHvkQLp5xYVfG7yUQhH9BLm6sAzU= MIME-Version: 1.0 Received: by 10.223.117.134 with SMTP id r6mr4239317faq.147.1304882923478; Sun, 08 May 2011 12:28:43 -0700 (PDT) Received: by 10.223.96.142 with HTTP; Sun, 8 May 2011 12:28:43 -0700 (PDT) Date: Sun, 8 May 2011 14:28:43 -0500 Message-ID: From: Zhihao Yuan To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary=00504502c64a209f7604a2c8bbbe Subject: Ask for maintainership of lang/p5-F77 and math/PDL X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 May 2011 19:28:45 -0000 --00504502c64a209f7604a2c8bbbe Content-Type: text/plain; charset=UTF-8 Hi, perl@ is not a maintainer, but I still waited a month for my last contribution to these two ports (they are related). Now I want to maintain these two ports. PDL 2.4.9 is released, and I'm going to spend some time on it. Btw, if someone want to let me to do so, please apply the patch included to p5-F77 at the same time. The patch fixes a tiny problem (${FC} defaults to f77 on >7.0R, which is not trustful). -- Zhihao Yuan The best way to predict the future is to invent it. --00504502c64a209f7604a2c8bbbe Content-Type: application/octet-stream; name="p5-ExtUtils-F77-1.17_1.patch" Content-Disposition: attachment; filename="p5-ExtUtils-F77-1.17_1.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gngdlcu00 ZGlmZiAtcnVOIC0tZXhjbHVkZT1DVlMgL3Vzci9wb3J0cy9sYW5nL3A1LUY3Ny5vcmlnL01ha2Vm aWxlIC91c3IvcG9ydHMvbGFuZy9wNS1GNzcvTWFrZWZpbGUKLS0tIC91c3IvcG9ydHMvbGFuZy9w NS1GNzcub3JpZy9NYWtlZmlsZQkyMDExLTA1LTA4IDEzOjU4OjIwLjAxOTAwNjA1NSAtMDUwMAor KysgL3Vzci9wb3J0cy9sYW5nL3A1LUY3Ny9NYWtlZmlsZQkyMDExLTA1LTA4IDE0OjA4OjQ2LjMy NTI5NjI2MyAtMDUwMApAQCAtNywyMyArNywyNyBAQAogCiBQT1JUTkFNRT0JRXh0VXRpbHMtRjc3 CiBQT1JUVkVSU0lPTj0JMS4xNworUE9SVFJFVklTSU9OPQkxCiBDQVRFR09SSUVTPQlsYW5nIHBl cmw1CiBNQVNURVJfU0lURVM9CUNQQU4KIFBLR05BTUVQUkVGSVg9CXA1LQogCi1NQUlOVEFJTkVS PQlwZXJsQEZyZWVCU0Qub3JnCitNQUlOVEFJTkVSPQlsaWNocmF5QGdtYWlsLmNvbQogQ09NTUVO VD0JSGVscHMgbGluayBDIHByb2dyYW1zIHdpdGggRm9ydHJhbiBzdWJyb3V0aW5lcwogCiBQRVJM X0NPTkZJR1VSRT0JeWVzCiAKIE1BTjM9CQlFeHRVdGlsczo6Rjc3LjMKIAotR0NDTElCRElSX0NN RFM9CSR7RkN9IC1wcmludC1maWxlLW5hbWU9bGliZ2ZvcnRyYW4uc28gfCAke1NFRH0gLWUgcy9s aWJnZm9ydHJhbi5zby8vCi1GMkNMSUI9CQktbGdmb3J0cmFuCisuaW5jbHVkZSA8YnNkLnBvcnQu cHJlLm1rPgorCisuaWYgJHtPU1ZFUlNJT059ID49IDcwMDAwMCAmJiAke0ZDfSA9PSAiZjc3Igor VVNFX0ZPUlRSQU49CXllcworLmVuZGlmCiAKIHBvc3QtcGF0Y2g6CiAJQCR7UkVJTlBMQUNFX0NN RH0gLWUgInMvJ2dmb3J0cmFuNDQnLycke0ZDfScvIiBcCi0JCQkgIC1lICJzLyctTzInLycke0NG TEFHU30nLyIgXAorCQkJICAtZSAicyMnLU8yJyMnJHtDRkxBR1N9JyMiIFwKIAkJCSAgJHtXUktT UkN9L0Y3Ny5wbQogCi0uaW5jbHVkZSA8YnNkLnBvcnQubWs+CisuaW5jbHVkZSA8YnNkLnBvcnQu cG9zdC5taz4K --00504502c64a209f7604a2c8bbbe-- From owner-freebsd-ports@FreeBSD.ORG Sun May 8 19:32:12 2011 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 7F250106564A for ; Sun, 8 May 2011 19:32:12 +0000 (UTC) (envelope-from lichray@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 138118FC0C for ; Sun, 8 May 2011 19:32:11 +0000 (UTC) Received: by fxm11 with SMTP id 11so4555884fxm.13 for ; Sun, 08 May 2011 12:32:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=4Edxn84YGASpSnla9tIhaOg75wKTC7MqINPTSfH81eU=; b=N03OQutJwW8SZb4spnUcbbN+CdwFKbE/ujXlyYcEAOmMx1FX3Gzvs7Zf1Pq3Yt5/kc EqXb6Xrh5Ahu/WMF874iWFZhC/X6Qfx/VaHu9NeyBwinR4JRHfhvGhArcWgzgEdBPu1b Y0/xCm8lWIfpaA9/vY6WIEdHHp3swty98pZqM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=nfdojJqfuH4KAQ/CYK3eYUyuiyfClgRkr7Elrhf5GDfal0aNbrDjRUUO+JDDz1sfjU s2+6/lNA+XIGwxz0+CqkjMW+gWWUizggvIFkQlbfiFXKS2Sff4P1ew58nZrLfAR/RYEo D7XSa6odReZ80KViF93qpAJ4tFRdEy0aGSky8= MIME-Version: 1.0 Received: by 10.223.117.134 with SMTP id r6mr4242318faq.147.1304883130630; Sun, 08 May 2011 12:32:10 -0700 (PDT) Received: by 10.223.96.142 with HTTP; Sun, 8 May 2011 12:32:10 -0700 (PDT) Date: Sun, 8 May 2011 14:32:10 -0500 Message-ID: From: Zhihao Yuan To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: ports/156747: multimedia/mplayer: fix 24-bits OSS + some improvements X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 08 May 2011 19:32:12 -0000 Hi, My final patches applies to mplayer and mencoder. After some discussion, I think they are stable enough. I hope someone can take this PR soon (before next upstream update, at least). Thanks so much. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/156747 -- Zhihao Yuan The best way to predict the future is to invent it. From owner-freebsd-ports@FreeBSD.ORG Mon May 9 06:33:05 2011 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 363C2106564A for ; Mon, 9 May 2011 06:33:05 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 64BAD8FC13 for ; Mon, 9 May 2011 06:33:04 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id JAA24577 for ; Mon, 09 May 2011 09:33:02 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QJK1d-000AD2-TN for ports@FreeBSD.org; Mon, 09 May 2011 09:33:01 +0300 Message-ID: <4DC78A9C.4070209@FreeBSD.org> Date: Mon, 09 May 2011 09:33:00 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110503 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit Cc: Subject: incorrect format for some MOVED entries from 2011-05-08 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 06:33:05 -0000 x11-toolkits/hs-GLURaw|2011-05-08|Removed: It has become obsoleted by Haskell Platform. x11-toolkits/hs-OpenGLRaw|2011-05-08|Removed: It has become obsoleted by Haskell Platform. net/hs-network-bytestring|2011-05-08|Removed: It is deprecated by net/hs-network. devel/hs-uvector|2011-05-08|Removed: It is deprecated by devel/hs-vector. devel/hs-uvector-algorithms|2011-05-08|Removed: It is deprecated by devel/hs-vector-algorithms. The empty field for a new port name seems to be missing here. -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Mon May 9 08:26:53 2011 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 80D84106566C for ; Mon, 9 May 2011 08:26:53 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id F37E18FC0A for ; Mon, 9 May 2011 08:26:52 +0000 (UTC) Received: by bwz12 with SMTP id 12so5624037bwz.13 for ; Mon, 09 May 2011 01:26:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:organization :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=NMdbvsw0nugaQoPvkfHyLRimUaujvlGbqjxW6lUhXJc=; b=VZW4POaRhdn1UlhRYM9u+/pDRlhg8x9ZRGeTfPxQJiLjER5UvVXxfnJJMu5LBGFh/8 k1DrFU+621sool7fe+09HMZ3LnFWJueKdxzN4vfjhtF61g+/EdsUKgkc2/L0Jx0D/mpK M/WpaaBtffLmwOG1QErVo1+v0mb28CrEil3YQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=FlwDdQel3tcj7bfbUy7zmReIlo7Q0Wapy1t3wrjWjdZSkMrona9PdsRCbbGiiztjZ8 nU9LgwD+wXuOA9FormWpeMIhWaOF/ZrQOLudNi6fkvEnubagK+1E8r3k3hJnIh8pyMTs Y1PbRP6ktx+P17+K5Zai/2nFE7wZVbSUfvijE= Received: by 10.205.24.9 with SMTP id rc9mr5683519bkb.92.1304928051103; Mon, 09 May 2011 01:00:51 -0700 (PDT) Received: from [157.181.167.98] (oktnb98.inf.elte.hu [157.181.167.98]) by mx.google.com with ESMTPS id x6sm3503081bkv.0.2011.05.09.01.00.49 (version=SSLv3 cipher=OTHER); Mon, 09 May 2011 01:00:49 -0700 (PDT) Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Message-ID: <4DC79ECD.7070005@FreeBSD.org> Date: Mon, 09 May 2011 09:59:09 +0200 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100925 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4DC78A9C.4070209@FreeBSD.org> In-Reply-To: <4DC78A9C.4070209@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=x-viet-vps Content-Transfer-Encoding: 7bit Subject: Re: incorrect format for some MOVED entries from 2011-05-08 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 08:26:53 -0000 On 05/09/11 08:33, Andriy Gapon wrote: > The empty field for a new port name seems to be missing here. Yes, it is correct; it was my mistake. It has been fixed by now. Thank you for reporting it. From owner-freebsd-ports@FreeBSD.ORG Mon May 9 08:37:03 2011 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 32CE6106564A; Mon, 9 May 2011 08:37:03 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrz3028.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id DF3FF8FC08; Mon, 9 May 2011 08:37:02 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 8A14B5B178; Mon, 9 May 2011 10:14:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 87F205B156; Mon, 9 May 2011 10:14:19 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 6A9975D2FB; Mon, 9 May 2011 10:14:19 +0200 (CEST) Received: from lexx.ifp.tuwien.ac.at ([128.131.127.223]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.2FP2) with ESMTP id 2011050910141888-39120 ; Mon, 9 May 2011 10:14:18 +0200 Date: Mon, 9 May 2011 10:14:16 +0200 From: Alexey Shuvaev To: Maho NAKATA Message-ID: <20110509081416.GA17636@lexx.ifp.tuwien.ac.at> References: <4DC61348.5090106@freebsd.org> <20110508.221235.1049390459241955982.chat95@mac.com> MIME-Version: 1.0 In-Reply-To: <20110508.221235.1049390459241955982.chat95@mac.com> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.2FP2|March 22, 2011) at 05/09/2011 10:14:19 AM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.2FP2|March 22, 2011) at 05/09/2011 10:14:19 AM, Serialize complete at 05/09/2011 10:14:19 AM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: lstewart@freebsd.org, freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 08:37:03 -0000 On Sun, May 08, 2011 at 10:12:35PM +0900, Maho NAKATA wrote: > Hi > > Thanks for your report. I'm aware of this issue, since my OOo build > is broken at the same place. Sorry and I don't have a clue yet, but, > I guess from folllowing error message, somehow moz module > invoke make instead gmake. > > Makefile:83: *** missing separator. Stop. > > thanks, > Nakata Maho > > From: Lawrence Stewart > Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE > Date: Sun, 08 May 2011 13:51:36 +1000 > > > Hi, > > > > I've attempted to build OO 3.3.0 on two separate machines set up from > > scratch recently and both are unable to complete the OO build. > > > > My most recent attempt to build is with a ports tree cvsup'd yesterday > > (2011-05-07) and all my installed ports were built from the ports tree > > and are up to date. Some details about the system: > > > > lstewart@lstewart-laptop> uname -a > > FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri > > May 6 00:41:20 EST 2011 > > lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 > > > > Relevant lines from /etc/make.conf: > > > > .if ${.CURDIR:M*/editors/openoffice.org-3} > > WITH_KDE4=1 > > LOCALIZED_LANG=en-GB The workaround could be to add WITHOUT_MOZILLA=yes here. > > .endif > > > > I'm running KDE 4.6.2. > > > > > > > > > > The problem stems from the "moz" build module. Here are the last few > > lines of console output when the make dies: > > HTH, Alexey. From owner-freebsd-ports@FreeBSD.ORG Mon May 9 09:02:56 2011 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 10BFC106566B; Mon, 9 May 2011 09:02:56 +0000 (UTC) (envelope-from glewis@eyesbeyond.com) Received: from misty.eyesbeyond.com (gerbercreations.com [71.39.140.16]) by mx1.freebsd.org (Postfix) with ESMTP id A64B98FC12; Mon, 9 May 2011 09:02:55 +0000 (UTC) Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) by misty.eyesbeyond.com (8.14.4/8.14.4) with ESMTP id p498opsk036490; Mon, 9 May 2011 01:50:52 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.14.4/8.14.4/Submit) id p498opix036489; Mon, 9 May 2011 01:50:51 -0700 (PDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Mon, 9 May 2011 01:50:51 -0700 From: Greg Lewis To: Peter Jeremy Message-ID: <20110509085051.GA28197@misty.eyesbeyond.com> References: <20110507044810.GA77119@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <20110507044810.GA77119@server.vk2pj.dyndns.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, m.tsatsenko@gmail.com, glewis@FreeBSD.org Subject: Re: java/jdk15 doesn't build with latest open-motif X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 09:02:56 -0000 G'day Peter, On Sat, May 07, 2011 at 02:48:10PM +1000, Peter Jeremy wrote: > Following the recent update to open-motif-2.3.3, jdk15 no longer > builds. The failing point is: Should be fixed now. Give it a whirl. >=20 > /usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-pa= rentheses -pipe -fno-omit-frame-pointer -DMLIB_NO_LIBSUNMATH -DMOTIF_VERSIO= N=3D2 -DXMSTRINGDEFINES=3D1 -DMOTIF_VERSION=3D2 -Damd64 -DARCH=3D'"amd64"'= -DRELEASE=3D'"1.5.0_16-p9"' -DFULL_VERSION=3D'"1.5.0_16-p9-peter_07_may_20= 11_08_28"' -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -D_ALLBSD_SOURCE -D_L= P64=3D1 -I. -I/tank/obj/usr/ports/java/jdk15/work/control/build/bsd-amd64/t= mp/sun/sun.awt/motif21/CClassHeaders -I../../../src/solaris/javavm/export -= I../../../src/share/javavm/export -I../../../src/share/javavm/include -I../= =2E./../src/solaris/javavm/include -I../../../src/share/native/common -I../= =2E./../src/solaris/native/common -I../../../src/share/native/sun/awt -I../= =2E./../src/solaris/native/sun/awt -I/usr/local/include -I/usr/local/incl= ude -I../../../src/share/native/sun/awt/debug -I../../../src/share/native/= sun/awt/../font -I../../../src/solaris/native/sun/awt/../font -I../../../sr= c/share/native/sun/awt/image -I../../../src/share/native/sun/awt/image/cvut= ils -I../../../src/share/native/sun/awt/shell -I../../../src/share/native/s= un/awt/alphacomposite -I../../../src/share/native/sun/awt/medialib -I../../= =2E./src/solaris/native/sun/awt/medialib -I../../../src/share/native/sun/aw= t/../java2d -I../../../src/solaris/native/sun/awt/../java2d -I../../../src/= share/native/sun/awt/../java2d/loops -I../../../src/share/native/sun/awt/..= /java2d/pipe -I../../../src/share/native/sun/awt/../java2d/opengl -I../../.= =2E/src/solaris/native/sun/awt/../java2d/opengl -I../../../src/share/native= /sun/awt/../dc/doe -I../../../src/share/native/sun/awt/../dc/path -I../../.= =2E/src/solaris/native/sun/awt/../jdga -I/usr/local/include -I/usr/local/i= nclude/X11/extensions -DX11DIR=3D\"/usr/local\" -DLOCALDIR=3D\"/usr/local\"= -c -o /tank/obj/usr/ports/java/jdk15/work/control/build/bsd-amd64/tmp/sun= /sun.awt/motif21/obj64/awt_TextField.o ../../../src/solaris/native/sun/awt= /awt_TextField.c > In file included from ../../../src/solaris/native/sun/awt/awt_TextField.c= :25: > ../../../src/solaris/native/sun/awt/awt_TextField.h:13: warning: useless = storage class specifier in empty declaration > In file included from /usr/local/include/X11/Xft/Xft.h:39, > from /usr/local/include/Xm/TextFP.h:47, > from ../../../src/solaris/native/sun/awt/awt_TextField.c= :31: > /usr/local/include/ft2build.h:56:38: error: freetype/config/ftheader.h: N= o such file or directory > In file included from /usr/local/include/Xm/TextFP.h:47, > from ../../../src/solaris/native/sun/awt/awt_TextField.c= :31: > /usr/local/include/X11/Xft/Xft.h:40:10: error: #include expects "FILENAME= " or > In file included from /usr/local/include/Xm/TextFP.h:47, > from ../../../src/solaris/native/sun/awt/awt_TextField.c= :31: >=20 > The include of /usr/local/include/X11/Xft/Xft.h is new with > open-motif-2.3.3: /usr/local/include/Xm/TextFP.h now contains > #ifdef USE_XFT > #include > #endif > and USE_XFT is defined by /usr/local/include/Xm/Xm.h which is earlier > included via the "#include " from awt_TextField.c >=20 > exists on the system but print/freetype2 > installs it into /usr/include/freetype2 which isn't in the search path. >=20 > Could you please look into this. >=20 > --=20 > Peter Jeremy --=20 Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Mon May 9 10:18:54 2011 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 8033B106564A; Mon, 9 May 2011 10:18:54 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp01.lnh.mail.rcn.net (smtp11.lnh.mail.rcn.net [207.172.157.101]) by mx1.freebsd.org (Postfix) with ESMTP id 133B48FC14; Mon, 9 May 2011 10:18:53 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 May 2011 06:18:53 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BBL05840; Mon, 9 May 2011 06:18:52 -0400 Received-SPF: None identity=pra; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.91.204; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 09 May 2011 06:18:51 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19911.49035.640793.627189@jerusalem.litteratus.org> Date: Mon, 9 May 2011 06:18:51 -0400 To: Alexey Shuvaev In-Reply-To: <20110509081416.GA17636@lexx.ifp.tuwien.ac.at> References: <4DC61348.5090106@freebsd.org> <20110508.221235.1049390459241955982.chat95@mac.com> <20110509081416.GA17636@lexx.ifp.tuwien.ac.at> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: lstewart@freebsd.org, freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 10:18:54 -0000 Alexey Shuvaev writes: > > > I've attempted to build OO 3.3.0 on two separate machines set up from > > > scratch recently and both are unable to complete the OO build. > > The workaround could be to add > WITHOUT_MOZILLA=yes > here. If I remember correctly: this will work, but cost you some piece of functionality. Please check whether that piece is important before implementing. Resoectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Mon May 9 09:21:21 2011 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 584161065672 for ; Mon, 9 May 2011 09:21:21 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 0D37D8FC19 for ; Mon, 9 May 2011 09:21:20 +0000 (UTC) Received: by vxc34 with SMTP id 34so7512293vxc.13 for ; Mon, 09 May 2011 02:21:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=nhLO83vQ0V4IZAfvmf0c2LHedoNST8xXTo0fKexROao=; b=OyhsEkh6rEdFCzKxYBkVI23ThH2qo85YS/qRUCCw+UfKcaBHrGr0IrCOMETtrd4owv I3wAaihu3sqGH/6ibXEubNWyksm5fC5ZtPnM16iWFML12udTQ2xS45VVQt67fgKMGj5T 9LEn+Y/82ZmAx6yZ+NSWiTnGa9/s5lxgigbMg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=bcc:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; b=ZIvupsUGFLJRarUwv3zFUStQkuZUffwmYmr1025hcDhCcNc1abtsEM6J4PgAp5x+rr r1Ce9+r6pQfOD4tKIfOHvfgpbRlN4y6hsjwxbXh9bjJFoVvyqia5+AD7aKYOfhmO8Z2m bemDiA+Kkleir+sjcu1je7FeIsDo+9wb+Wfog= Received: by 10.52.73.131 with SMTP id l3mr1013104vdv.175.1304932880088; Mon, 09 May 2011 02:21:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.155.40 with HTTP; Mon, 9 May 2011 02:21:00 -0700 (PDT) In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> From: Christer Solskogen Date: Mon, 9 May 2011 11:21:00 +0200 Message-ID: To: Florent Thoumie Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Mon, 09 May 2011 11:05:38 +0000 Cc: Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 09:21:21 -0000 On Mon, May 9, 2011 at 10:55 AM, Florent Thoumie wrote: > Is this specific to ncurses 5.8? Does it exhibit the same behaviour > with ncurses 5.7? I'm not sure. I'm running 8.2-RELEASE-p1 amd64. -- chs, From owner-freebsd-ports@FreeBSD.ORG Mon May 9 11:06:06 2011 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 4284B1065674 for ; Mon, 9 May 2011 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 30F378FC1A for ; Mon, 9 May 2011 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 p49B66Ph069846 for ; Mon, 9 May 2011 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 p49B65ZY069844 for freebsd-ports@FreeBSD.org; Mon, 9 May 2011 11:06:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 9 May 2011 11:06:05 GMT Message-Id: <201105091106.p49B65ZY069844@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, 09 May 2011 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/156902 collectd memory leak o ports/156901 [patch] cmake breaks with CC containing spaces o ports/156896 Update of megaglest-data Port o ports/156895 Update for 3D RTS Game MegaGlest o ports/156889 firefox 3.6.17 eats cpu on current/x64 f ports/156888 Update lang/nawk to version 20110506 f ports/156885 [PATCH] www/drush: update to 4.4 o ports/156879 New port: multimedia/rebot3: Renames mp3 files using f o ports/156876 update to comms/uarduno port for 9.0-CURRENT f ports/156870 [PATCH] x11-fonts/droid-fonts-ttf: Fix Checksums o ports/156857 split lang/gcc* ports in stable and devel versions o ports/156856 Gnome2 dconf compiling error o ports/156855 [maintainer] textproc/scim-kmfl-khmer -> textproc/kmfl o ports/156847 make of port www/py-html5lib does nothing f ports/156835 Fixed rcfile in www/drood o ports/156834 New port: games/fairymax-devel latest version of games o ports/156833 games/fairymax: O-Flags option and preparing change in o ports/156829 [maintainer update] net/tcpproxy problem: port ignores o ports/156828 New port: databases/py-sqlparse A non-validating SQL p f ports/156827 Port audio/pianobar: needs the snapshot updated fro o ports/156791 New port: security/py-kerberos Python bindings for ker f ports/156786 [PATCH] databases/jrrd: update to 1.0.4 f ports/156785 [PATCH] net/jicmp: update to 1.0.12 o ports/156776 net-mgmt/collectd in current ports will not build with o ports/156757 New port: security/belier: easily cross several machin f ports/156747 multimedia/mplayer: fix 24-bits OSS + some improvement o ports/156737 [patch] www/squid31: squid.in startup script fixes to f ports/156710 [PATCH] mail/imapsync: update to 1.411 r ports/156695 [Repocopy] [Maintainer] KMFL update (part 2/2): Rename o ports/156694 [maintainer] textproc/scim-kmfl-imengine update (part o ports/156655 [new port] net-mgmt/zenoss: monitoring software f ports/156629 [patch] sysutils/puppet patch to use PACKAGEROOT inste o ports/156616 New port: sysutils/aird Handles Apple IR receiver butt o ports/156615 Please update sysutils/fusefs-ntfs o ports/156590 games/KnightCap: coeffs.dat: No such file or directory o ports/156588 games/KnightCap: warning: "INFINITY" redefined f ports/156555 [PATCH] net-mgmt/nagiosql: update to 3.1.1 (superseed o ports/156548 ports/mail/exmh2 uses old Tcl/Tk 8.4, not default vers o ports/156544 [PATCH] x11/rxvt-devel: don't crash on paste from non- o ports/156542 [PATCH] x11/rxvt: don't crash on paste from non-ICCCM o ports/156539 [NEW PORT] print/frescobaldi: A music score editor for o ports/156497 [maintainer-update] devel/eclipse-eclemma 1.5.1 to 1.5 o ports/156495 [NEW PORT] audio/mscore: MuseScore music notation prog f ports/156489 [PATCH] fix build of astro/qlandkartegt with astro/gps o ports/156478 [NEW PORT] net/mkntpwd: A utility to create the Samba o ports/156473 [new port] textproc/ocaml-text - OCaml library to deal o ports/156472 [new port] devel/ocaml-react - OCaml library for react f ports/156471 [PATCH] devel/libchipcard: Update to 5.0.1test f ports/156443 databases/mysql-connector-java -- update to 5.1.15 o ports/156437 [PATCH] java/java3d: make it available for java/openjd o ports/156426 New ports: devel/libg19, devel/libg19draw - libs to he o ports/156413 [NEW PORT] print/latex-ltablex: Combines the features o ports/156412 New port: www/py-flask-gravatar Small extension for Fl o ports/156398 [NEW PORT] net/ssspl: A Simple Socks Server for Perl f ports/156376 [PATCH] graphics/optipng: update to 0.6.5 o ports/156362 New port: games/rftg Race for the Galaxy AI o ports/156343 multimedia/xbmc 10.1_1 mp3 playback problem - CALSADir o ports/156341 security/barnyard2: sguil-sensor port relies on barnya o ports/156331 [patch] math/parmetis -- support (optional) build agai o ports/156313 [patch][new port] astro/gkrellsun2 (Gkrellm2 Plugin) o ports/156307 [new port] math/ocamlsgl -- an ocaml interface for the o ports/156304 [maintainer update] net-mgmt/noc: update from 0.6.2 to o ports/156291 New port: audio/pure-audio - a digital audio interface o ports/156289 New port: graphics/pure-gl - Pure language interface t o ports/156265 [New Port] graphics/fotoxx, image editor and collectio o ports/156255 New port: x11-themes/nimbus GTK+ 2.x engine from the O o ports/156253 [patch] Update devel/boost-* from 1.45 to 1.46.1 o ports/156252 New port: devel/radar Opensource tools to disasm, debu o ports/156189 [new port] mail/muttils: python utilities for console f ports/156176 [patch] multimedia/libva: update to 1.0.12 f ports/156171 port multimedia/mplayer patch-libao2-ao_oss.c is incor o ports/156161 [NEW PORT] devel/serdisplib: Library to drive graphica o ports/156143 New port: devel/arduino-mk: Build Arduino sketches fro f ports/156140 security/dradis: Update Dradis Framework from 2.6.0 to o ports/156119 x11-fonts/font-manager: ignore a problem caused by the o ports/156103 new ports: lots of bindings for the Pure language (tex o ports/156075 [new port] graphics/openfst: library for constructing, f ports/156034 print/lyx-devel spell checking with enchant does not w o ports/156002 New port: sysutils/pefs-kmod kernel level stacked cryp f ports/155941 mwserv library support is not included in nepenthes.co f ports/155898 Update port devel/libthai o ports/155875 hungarian/hunspell misfiled under "ports/hungarian" o ports/155788 ports security/cfsd startup -- multiple problems f ports/155750 www/p5-RT-Authen-ExternalAuth stopped working after up f ports/155697 ports-mgmt/pkg_replace doesn't want to replace java/op f ports/155655 [patch] science/meep Add Option to support MPI build o ports/155595 [PATCH] lang/guile: update to 1.8.8 o ports/155593 lang/mpd .16.1 ignores embedded cue sheets in FLAC fil f ports/155592 polish/ekg, after polish/libgadu update, contacts are f ports/155563 net/tucan: update to 0.3.10 o ports/155547 java/jboss 5 port build failure f ports/155545 Updating port multimedia/mediainfo to 0.7.42 o ports/155538 new port devel/radlib radlib developer library. Event- f ports/155469 [patch] science/meep missing build dependency gsed o ports/155456 security/openssh-portable fails to compile with LPK en o ports/155417 [patch] www/nspluginwrapper: NSPlugin Viewer WARNING: o ports/155413 devel/pwlib fails to install f ports/155404 [PATCH] mail/mutt-devel: doesn't build in presence of f ports/155393 [PATCH] www/speedtest-mini: update to 2.1.8 f ports/155356 audio/xwave changed master site o ports/155344 New port: irc/inspircd12 f ports/155306 multimedia/openshot doesn't work o ports/155225 plz split antlr2 and antlr3 ports. not update antlr2 - f ports/155200 [UPDATE] devel/libchipcard: Update to 5.0.0, remove de o ports/155166 update deskutils/org-mode.el to 7.4 f ports/155143 /usr/ports/irc/unreal - Unreal IRCD runs as root by d f ports/155120 Update of port devel/php-libawl o ports/155116 new port: devel/antlr2-python-runtime, ANTLR v2 python f ports/155115 devel/doxygen: dependancy loop o ports/155105 Port science/vis5d+ does not build. o ports/155070 NEW PORT: games/CastleVox - new fast strategy board ga o ports/155064 New port: devel/stringtemplate, a java lib for text fo o ports/155063 Port update: devel/antlrworks a ports/155062 Port update: devel/antlr o ports/154995 [NEW PORT] audio/umurmur: Minimalistic Murmur (Mumble f ports/154973 [PATCH] security/ike: fix plist when QTGUI=off, respec f ports/154902 [patch] Port devel/libedit: added libedit.pc for gnome o ports/154869 [maintainer] mail/mimedefang update to latest version f ports/154765 [NEW PORT] games/ghost++: Warcraft 3 game hosting bot o ports/154730 security/openssh-portable is 5.2 f ports/154719 [PATCH] net/netdude update to 0.5.1 (incl. libnetdude o ports/154711 security/heimdal: kadmin: hdb_open: hdb_open failed in f ports/154682 net/iaxmodem: add rc script for running more than 1 ia o ports/154548 textproc/pootle: Pootle's rc.d script don't take into f ports/154546 update port: games/gemrb to version 0.6.3 f ports/154431 [patch] ports/Tools/scripts: python scripts use bad sh o ports/154401 New port: www/jetty7 - newer fork by Eclipse/Codehaus o ports/154285 [NEW PORT] java/netty: Java NIO client server framewor o ports/154254 [patch] asmail imap login broken with gmail at al. f ports/154217 New port: ports-mgmt/portsreinstall o ports/154202 New port: security/scannedonly - A Samba VFS virus sca f ports/154194 net/freeswitch: update portversion and remove portrevi o ports/154031 New port: audio/shoutcast2: SHOUTcast Distributed Netw o ports/153926 New port net/freeswitch-snapshot o ports/153810 [PATCH] Fix usb_interrupt_read() in devel/libusb for f f ports/153733 [patch] emulators/visualboyadvance-m: problem with joy o ports/153715 net/freeradius: FreeRADIUS exiting with Signal 11 on F f ports/153645 Update ports: emulators/mame update to v0.141 f ports/153622 [patch] sysutils/jfbterm: improve TERMCAP option f ports/153612 Update devel/arm-elf-binutils to version 2.17 f ports/153607 Update devel/djgpp-binutils to version 2.17 o ports/153601 New port: security/msktutil Active Directory keytab ma o ports/153503 Patch to add PostgreSQL health check to net/haproxy o ports/153473 [patch] mail/courier port upgrade from 0.63.0 to 0.65. o ports/153452 New port: science/py-ws2300 A driver for the LaCrosse o ports/153429 [patch] Fix explicite uses of unzip in ports f ports/153425 [PATCH] www/limesurvey: Added a switch to use PostgreS o ports/153422 [NEW PORT] databases/memcacheq-0.2.0: Simple queue ser o ports/153379 [PATCH] www/hastymail2 add options to add dependencies f ports/153287 [PATCH] net-mgmt/ndpmon: [SUMMARIZE CHANGES] o ports/153263 [NEW PORT] databases/percona-server: Multithreaded SQL f ports/153251 www/drush is out of date f ports/153148 change port: deskutils/x-tile A tiling application for o ports/153130 sysutils/k3b: problem with k3b and mounting ntfs with o ports/152982 [patch] net/nss_ldap, ignore option nss_initgroups_ign f ports/152915 russian/xmms v. 1.2.11_12 don't see cdinfo and tag's i f ports/152669 no work innodb (databases/mariadb) o ports/152467 [new port] net/openafs port o ports/152453 textproc/urlview port should install gecko.sh optional o ports/152376 New port: audio/lastfmsubmitd f ports/152304 sysutils/fcron: illegal instruction 4 o ports/152236 [patch] x11/slim: Enable pam support, add hald and dbu s ports/152195 [PATCH] deskutils/pinot update to xapian-core 1.2.3 f ports/152192 [PATCH] databases/xapian-bindings update to 1.2.3 o ports/152191 [PATCH] databases/xapian-core update to 1.2.3 o ports/152186 [NEW PORT] lang/python-doc-text: Documentation for the o ports/152175 New port: lang/javascript-v8 Google's open source Java f ports/152152 math/polymake: Port upgrade request o ports/152118 New port: deskutils/linux-tahometer A worktime trackin o ports/152109 New port: x11/keylaunch2 A fork of keylaunch that a f ports/152045 New port: www/links-hacked browser with tricks for tab f ports/151930 [PATCH] net-mgmt/netams links to libmysqlclient/libpq o ports/151837 [patch] sysutils/bsdstats : does honor BATCH when inst f ports/151783 mail/fetchmail: rc.d script broken in case of MDA use f ports/151777 deskutils/xfce4-volstatus-icon Segmentation fault and f ports/151774 [new port] sysutils/pprotectd o ports/151747 new port: emulators/wine-fbsd64: request for (a variat f ports/151689 dns/rbldnsd does not use preassigned UID/GIDs f ports/151637 Update port: security/maia Much needed updates for Per o ports/151572 The first start of net/tucan failed because it can't w f ports/151467 New port: sysutils/autojump acts as a complement to cd f ports/151431 Update to include ZFS module in sysutils/grub2-1.98 f ports/151296 [patch] ports/sysutils/fusefs-kmod build fails: MNT_NF o ports/150883 Ports games/openastromenace won't compile on 64 bit f ports/150783 mail/qpopper: fails to configure ocasionally o ports/150542 [new port]: sysutils/createrepo o ports/150541 [new port] sysutils/yum - Installer/updater for rpm o ports/150493 Update for: security/openssh-portable port from 5.2p1 o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o ports/150361 [patch] provide script to bind with nautilus for multi f ports/150316 new port: net/neatx o ports/150287 [patch] Segfault: games/spider crashes after 51 moves f ports/150235 sysutils/smartmontools build system bug o 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/149947 [NEW PORT] devel/smartCVS, a powerful graphical CVS cl o ports/149564 patch for various games/ adding appropriate LICENSEs t o ports/149538 sysutils/fusefs-ntfs panic on writte on 8.1 f ports/148871 bad packages: p5-XML-Parser-2.36_1 p5-XML-SAX-Expat-0. o ports/148605 security/ipsec-tools rc.d/racoon startup script fails o ports/148415 new port: devel/libsysinfo, GNU libc's sysinfo port fo f ports/148027 New port: graphics/ramenhdr, node based video composit f 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/147553 NEW port: graphics/VisualizationLibrary s ports/147169 bsd.ruby.mk: Adding GEM_ARGS f ports/145966 port devel/pwlib fails to build: cast error: patch att o ports/144597 security/openssh-portable fails to compile with KERBER f 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/139203 sysutils/freebsd-snapshot more careful patch not depen o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/122333 net/arping - patch to lookup for interface and src ip, s ports/57498 HEIMDAL_HOME should be defined in src or ports Makefil 219 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon May 9 12:25:07 2011 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 C53FC1065670 for ; Mon, 9 May 2011 12:25:07 +0000 (UTC) (envelope-from rwmaillists@googlemail.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 53B068FC0C for ; Mon, 9 May 2011 12:25:01 +0000 (UTC) Received: by ewy1 with SMTP id 1so2052911ewy.13 for ; Mon, 09 May 2011 05:25:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=K4K3xoz+A9efZ9WSkJq7a3uxX2BPF6eIWTaP2SqUlsc=; b=JPy2hQ1MXH5CKPok3Zp/QpOfJam+KKCXnNnsY26E+rNLY0+hnC/pCJ6RRSpmWJ7Y/1 ENOAk5qXJlfcjxp63/XuKiP4RxLvuzWRbOTiPdamCdmWVum3GFxIgUgSA7XIxRGd0RBu dX7nVMDcLur0B0xWFC13mcNusobbHqD+leLzI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=odCJTN9agxjyg99WvUyicIFtwigEuo9l0J6GmKw3KXDtPhyQs3ImsgTs1mdhPvszrV dS1PXJpEHETLxDZp7iW7Ps1BQD5qDvi9BJe5jZDQvq6ETsZ3A1G+IHDzNnBIvOVYPPFt YexANt08h7EuEDHnMIoX+bMnCTYPKeYftHV8c= Received: by 10.213.106.212 with SMTP id y20mr1155882ebo.0.1304943899609; Mon, 09 May 2011 05:24:59 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id l35sm3433393eea.15.2011.05.09.05.24.56 (version=SSLv3 cipher=OTHER); Mon, 09 May 2011 05:24:57 -0700 (PDT) Date: Mon, 9 May 2011 13:24:53 +0100 From: RW To: ports@freebsd.org Message-ID: <20110509132453.08fa51ba@gumby.homeunix.com> In-Reply-To: <20110508163045.GB50963@magic.hamla.org> References: <20110508092449.1bcbd5dd@seibercom.net> <20110508163045.GB50963@magic.hamla.org> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: Open PR X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 12:25:07 -0000 On Sun, 8 May 2011 12:30:46 -0400 Sahil Tandon wrote: > On Sun, 2011-05-08 at 09:24:49 -0400, Jerry wrote: > > > I just noticed that there appears to be an old PR, > > http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/132515 that is still > > open. Has a resolution to this PR ever been resolved? > > I just noted in the audit-trail that I cannot reproduce the problem > mentioned in the PR. Are you (or anyone else) able to reproduce the > faulty behavior? I still use ntpdate myself, but according to Matthew Seaman, since the default ntp.conf now uses the iburst option, ntpd syncs so fast that the use of ntpdate is pretty much redundant. The problem with the patch is that without iburst a separate blocking ntpd instance is too slow to replace ntpdate. With iburst there will be two initial bursts in rapid succession, which could be considered abusive. Personally I've always regarded ntpd_sync_on_start as a non-blocking alternative to ntpdate rather than a drop in replacement, in which case this PR is more a feature request than a bug. Simply replacing the non-blocking option with an inferior version of ntpdate would be a bad idea IMO. From owner-freebsd-ports@FreeBSD.ORG Mon May 9 13:29:57 2011 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 35DD3106566B for ; Mon, 9 May 2011 13:29:57 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 0357D8FC0A for ; Mon, 9 May 2011 13:29:56 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p49CphGe071574; Mon, 9 May 2011 05:51:44 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4DC7E4A1.6000000@rawbw.com> Date: Mon, 09 May 2011 05:57:05 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.16) Gecko/20101211 Thunderbird/3.0.11 MIME-Version: 1.0 To: Bernhard Froehlich References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> In-Reply-To: <430fcb25aefc374bf256e45e3151de15@bluelife.at> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org, ports@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 13:29:57 -0000 I think 4.0.6 is quite stable now. Is it really less stable than the current version in ports 3.2.12? Why don't you at least put them into ports/emulators repository with -devel suffix like many other ports do? So that there is no need to go through the third party repository. Yuri From owner-freebsd-ports@FreeBSD.ORG Mon May 9 13:45:56 2011 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 EFAB91065670; Mon, 9 May 2011 13:45:56 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA998FC16; Mon, 9 May 2011 13:45:56 +0000 (UTC) Received: from home.bluelife.at (93.104.210.95) by groupware.itac.at (Axigen) with (AES256-SHA encrypted) ESMTPSA id 064B62; Mon, 9 May 2011 15:46:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: Mon, 09 May 2011 15:45:56 +0200 From: Bernhard Froehlich To: Yuri In-Reply-To: <4DC7E4A1.6000000@rawbw.com> References: <430fcb25aefc374bf256e45e3151de15@bluelife.at> <4DC7E4A1.6000000@rawbw.com> Message-ID: <0026b9acce35db91db3b7f0e6f4dd6ac@bluelife.at> X-Sender: decke@FreeBSD.org User-Agent: Roundcube Webmail/0.5.2 X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B0204.4DC7F013.0156,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: emulation@freebsd.org, ports@freebsd.org Subject: Re: Call for Testers: VirtualBox 4.0.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 13:45:57 -0000 On Mon, 09 May 2011 05:57:05 -0700, Yuri wrote: > I think 4.0.6 is quite stable now. Is it really less stable than the > current version in ports 3.2.12? There are a few regressions also in 4.0.6 but it's already a lot better than 4.0.4. We have already decided last week to update the ports to 4.0.6 soon (currently waiting for a repocopy). > Why don't you at least put them into ports/emulators repository with > -devel suffix like many other ports do? So that there is no need to go > through the third party repository. Throwing another -devel port in the won't solve anything! In fact it would even make the situation much worse because it trains people to use beta software which we strongly discourage and causes even more error reports and debugging headaches for another version that we would have to maintain. We have that 3rd party repository because it is our working repository. You should not use it at all if you don't want to be a beta tester and work with us to solve specific problems. If you use them for regular systems you are clearly doing something wrong except you have done a _lot_ of testing. We know that the situation is not perfect and we have already taken a few actions to improve it but if that is still not enough to you we need more people and a bigger team to test earlier, more and faster. Read here: http://lists.freebsd.org/pipermail/freebsd-emulation/2011-April/008633.html -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Mon May 9 14:30:42 2011 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 A7F7E106564A; Mon, 9 May 2011 14:30:42 +0000 (UTC) (envelope-from oberman@es.net) Received: from mailgw.es.net (mail1.es.net [IPv6:2001:400:201:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id 948B28FC15; Mon, 9 May 2011 14:30:42 +0000 (UTC) Received: from ptavv.es.net (ptavv.es.net [IPv6:2001:400:910::29]) by mailgw.es.net (8.14.3/8.14.3) with ESMTP id p49EUfPk001007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 9 May 2011 07:30:41 -0700 Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (Tachyon Server) with ESMTP id A99F31CC09; Mon, 9 May 2011 07:30:41 -0700 (PDT) To: Yuri In-reply-to: Your message of "Mon, 09 May 2011 05:57:05 PDT." <4DC7E4A1.6000000@rawbw.com> Date: Mon, 09 May 2011 07:30:41 -0700 From: "Kevin Oberman" Message-Id: <20110509143041.A99F31CC09@ptavv.es.net> Cc: emulation@freebsd.org, ports@freebsd.org, Bernhard Froehlich Subject: Re: Call for Testers: VirtualBox 4.0.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 May 2011 14:30:42 -0000 > Date: Mon, 09 May 2011 05:57:05 -0700 > From: Yuri > Sender: owner-freebsd-emulation@freebsd.org > > I think 4.0.6 is quite stable now. Is it really less stable than the > current version in ports 3.2.12? > Why don't you at least put them into ports/emulators repository with > -devel suffix like many other ports do? So that there is no need to go > through the third party repository. 4.0.6 is still not as robust for me as 3.2.12, but it's now close and the added features still make it a win for me. I have not had an actual crash with 4.0.6, but I have had VMs simply deadlock. The problems I have seen are all upstream, not FreeBSD specific. I see the same issues when I use my Ubuntu VM running on Windows7. 4.0.6 is MUCH more stable than 4.0.4. I think it's reasonable to update the port. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 Key fingerprint:059B 2DDF 031C 9BA3 14A4 EADA 927D EBB3 987B 3751 From owner-freebsd-ports@FreeBSD.ORG Mon May 9 19:18:22 2011 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 2D4CE1065673 for ; Mon, 9 May 2011 19:18:22 +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 E362B8FC17 for ; Mon, 9 May 2011 19:18:21 +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 <1QJVyG-0001J8-JG>; Mon, 09 May 2011 21:18:20 +0200 Received: from p5b2f26a0.dip.t-dialin.net ([91.47.38.160] helo=munin.geoinf.fu-berlin.de) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1QJVyG-0003sS-FQ>; Mon, 09 May 2011 21:18:20 +0200 Message-ID: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> Date: Mon, 09 May 2011 21:18:20 +0200 From: "Hartmann, O." User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.17) Gecko/20110503 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 91.47.38.160 Subject: x11/nvidia-driver: cc1: error: /src: No such file or directory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 19:18:22 -0000 Port x11/nvidia-driver fails with the the following error. This error obviously was introduced within the updates of the last few days, since building the specific port was possible before the last weekend. Does anyone has an idea? Regards, Oliver ===> Vulnerability check disabled, database not found ===> License NVIDIA accepted by the user ===> Found saved configuration for nvidia-driver-270.41.06 ===> Extracting for nvidia-driver-256.53 => SHA256 Checksum OK for NVIDIA-FreeBSD-x86_64-256.53.tar.gz. ===> Patching for nvidia-driver-256.53 ===> nvidia-driver-256.53 depends on shared library: GL.1 - found ===> Configuring for nvidia-driver-256.53 ===> Building for nvidia-driver-256.53 ===> src (all) @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include x86 -> /usr/src/sys/x86/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h cc -O2 -pipe -march=native -DNV_VERSION_STRING=\"256.53\" -D__KERNEL__ -DNVRM -O -mcmodel=kernel -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/src -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -c nvidia_ctl.c cc1: error: /src: No such file or directory *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-256.53/src. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-256.53. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. From owner-freebsd-ports@FreeBSD.ORG Mon May 9 21:36:22 2011 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 3553D106566C for ; Mon, 9 May 2011 21:36:22 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from worf.ds9.tecnik93.com (worf.ds9.tecnik93.com [81.196.207.130]) by mx1.freebsd.org (Postfix) with ESMTP id E408B8FC18 for ; Mon, 9 May 2011 21:36:21 +0000 (UTC) Received: from it.buh.tecnik93.com (unknown [188.27.103.239]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 416C222C5537; Tue, 10 May 2011 00:36:20 +0300 (EEST) Date: Tue, 10 May 2011 00:36:18 +0300 From: Ion-Mihai Tetcu To: "Hartmann, O." Message-ID: <20110510003618.697c7f5b@it.buh.tecnik93.com> In-Reply-To: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> References: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/6HxG0yfRT/YSU7G=+O7i/D4"; protocol="application/pgp-signature" Cc: freebsd-ports@freebsd.org Subject: Re: x11/nvidia-driver: cc1: error: /src: No such file or directory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 21:36:22 -0000 --Sig_/6HxG0yfRT/YSU7G=+O7i/D4 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 09 May 2011 21:18:20 +0200 "Hartmann, O." wrote: > Port x11/nvidia-driver fails with the the following error. This error=20 > obviously was introduced within the updates of the last few days, > since building the specific port was possible before the last > weekend. Does anyone has an idea? >=20 > Regards, >=20 > Oliver >=20 >=20 > =3D=3D=3D> Vulnerability check disabled, database not found > =3D=3D=3D> License NVIDIA accepted by the user > =3D=3D=3D> Found saved configuration for nvidia-driver-270.41.06 > =3D=3D=3D> Extracting for nvidia-driver-256.53 > =3D> SHA256 Checksum OK for NVIDIA-FreeBSD-x86_64-256.53.tar.gz. > =3D=3D=3D> Patching for nvidia-driver-256.53 > =3D=3D=3D> nvidia-driver-256.53 depends on shared library: GL.1 - found > =3D=3D=3D> Configuring for nvidia-driver-256.53 > =3D=3D=3D> Building for nvidia-driver-256.53 > =3D=3D=3D> src (all) > @ -> /usr/src/sys > machine -> /usr/src/sys/amd64/include > x86 -> /usr/src/sys/x86/include > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h > cc -O2 -pipe -march=3Dnative -DNV_VERSION_STRING=3D\"256.53\" > -D__KERNEL__ -DNVRM -O -mcmodel=3Dkernel -mno-red-zone -UDEBUG -U_DEBUG > -DNDEBUG -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE > -nostdinc -I/src -I. -I@ -I@/contrib/altq -finline-limit=3D8000 > --param inline-unit-growth=3D100 --param large-function-growth=3D1000 > -fno-common -fno-omit-frame-pointer -mcmodel=3Dkernel -mno-red-zone > -mfpmath=3D387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 > -msoft-float -fno-asynchronous-unwind-tables -ffreestanding > -fstack-protector -std=3Diso9899:1999 -fstack-protector -Wall > -Wredundant-decls -Wnested-externs -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef > -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -c > nvidia_ctl.c cc1: error: /src: No such file or directory > *** Error code 1 At this late hour I can only say that it complies OK for me. Please check your make.conf and env. --=20 IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B --Sig_/6HxG0yfRT/YSU7G=+O7i/D4 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk3IXlIACgkQJ7GIuiH/oeXt3wCgkG8voAWtghlXNwtkmlpNlNZw wFoAoJkAroySwxI3/BjWS5is/PT/Y34w =N+BC -----END PGP SIGNATURE----- --Sig_/6HxG0yfRT/YSU7G=+O7i/D4-- From owner-freebsd-ports@FreeBSD.ORG Mon May 9 22:03:15 2011 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 0E013106564A; Mon, 9 May 2011 22:03:15 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from fsm1.ukr.net (fsm1.ukr.net [195.214.192.120]) by mx1.freebsd.org (Postfix) with ESMTP id 7DFCE8FC0A; Mon, 9 May 2011 22:03:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Su3oLTzN6hdyev1qMv/uGdLwDlw3N7bD5nRnQoidX68=; b=iw5vWCTLAcbLz5Ek4wnHJPGpPTStqiAFf+j3bq+gV9FfV+P0G62oJyX8d7p+K/oOab2pg/4dTfW9lFw3D2ycMdt7DQYiOHXg3lIdw0zFs/UHcdQCIKqUOpVV8yazWwu6u2RgMBx9GkIsmUj76t+Or4J4qB9RBKJizYw2y/9qsgI=; Received: from [46.185.0.73] (helo=localhost) by fsm1.ukr.net with esmtps ID 1QJYHG-0000jZ-JP ; Tue, 10 May 2011 00:46:06 +0300 Date: Tue, 10 May 2011 00:47:37 +0300 From: Ivan Klymenko To: Ion-Mihai Tetcu Message-ID: <20110510004737.057d884e@ukr.net> In-Reply-To: <20110510003618.697c7f5b@it.buh.tecnik93.com> References: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> <20110510003618.697c7f5b@it.buh.tecnik93.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "Hartmann, O." , freebsd-ports@freebsd.org Subject: Re: x11/nvidia-driver: cc1: error: /src: No such file or directory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 09 May 2011 22:03:15 -0000 =D0=92 Tue, 10 May 2011 00:36:18 +0300 Ion-Mihai Tetcu =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > On Mon, 09 May 2011 21:18:20 +0200 > "Hartmann, O." wrote: >=20 > > Port x11/nvidia-driver fails with the the following error. This > > error obviously was introduced within the updates of the last few > > days, since building the specific port was possible before the last > > weekend. Does anyone has an idea? > >=20 > > Regards, > >=20 > > Oliver > >=20 > >=20 > > =3D=3D=3D> Vulnerability check disabled, database not found > > =3D=3D=3D> License NVIDIA accepted by the user > > =3D=3D=3D> Found saved configuration for nvidia-driver-270.41.06 > > =3D=3D=3D> Extracting for nvidia-driver-256.53 > > =3D> SHA256 Checksum OK for NVIDIA-FreeBSD-x86_64-256.53.tar.gz. > > =3D=3D=3D> Patching for nvidia-driver-256.53 > > =3D=3D=3D> nvidia-driver-256.53 depends on shared library: GL.1 - fou= nd > > =3D=3D=3D> Configuring for nvidia-driver-256.53 > > =3D=3D=3D> Building for nvidia-driver-256.53 > > =3D=3D=3D> src (all) > > @ -> /usr/src/sys > > machine -> /usr/src/sys/amd64/include > > x86 -> /usr/src/sys/x86/include > > awk -f @/tools/makeobjops.awk @/kern/device_if.m -h > > awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h > > awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h > > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p > > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q > > awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h > > cc -O2 -pipe -march=3Dnative -DNV_VERSION_STRING=3D\"256.53\" > > -D__KERNEL__ -DNVRM -O -mcmodel=3Dkernel -mno-red-zone -UDEBUG > > -U_DEBUG -DNDEBUG -fno-strict-aliasing -Werror -D_KERNEL > > -DKLD_MODULE -nostdinc -I/src -I. -I@ -I@/contrib/altq > > -finline-limit=3D8000 --param inline-unit-growth=3D100 --param > > large-function-growth=3D1000 -fno-common -fno-omit-frame-pointer > > -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-mmx -mno-3dnow > > -mno-sse -mno-sse2 -mno-sse3 -msoft-float > > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > > -std=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls > > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign > > -fformat-extensions -Wmissing-include-dirs -c nvidia_ctl.c cc1: > > error: /src: No such file or directory *** Error code 1 >=20 > At this late hour I can only say that it complies OK for me. >=20 > Please check your make.conf and env. >=20 >=20 The same error occurs when the complete absence of /etc/make.conf for me... uname -a FreeBSD nonamehost 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r221598: Sat May 7 17:28:18 EEST 2011 ivan@nonamehost:/usr/obj/usr/src/sys/mk9 amd64 =3D=3D=3D> src (all) @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include x86 -> /usr/src/sys/x86/include awk -f @/tools/makeobjops.awk @/kern/device_if.m -h awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h awk -f @/tools/makeobjops.awk @/dev/pci/pci_if.m -h awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h cc -O2 -pipe -fno-strict-aliasing -DNV_VERSION_STRING=3D\"256.53\" -D__KERNEL__ -DNVRM -Wno-unused-function -O -mno-red-zone -mcmodel=3Dkernel -UDEBUG -U_DEBUG -DNDEBUG -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/src -I. -I@ -I@/contrib/altq -finline-limit=3D8000 --param inline-unit-growth=3D100 --param large-function-growth=3D1000 -fno-common -fno-omit-frame-pointer -mcmodel=3Dkernel -mno-red-zone -mfpmath=3D387 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector -std=3Diso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -c nvidia_ctl.c cc1: error: /src: No such file or directory distcc[22246] ERROR: compile nvidia_ctl.c on localhost failed *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-256.53/src. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver/work/NVIDIA-FreeBSD-x86_64-256.53. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. *** Error code 1 Stop in /usr/ports/x11/nvidia-driver. From owner-freebsd-ports@FreeBSD.ORG Tue May 10 01:01:55 2011 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 D17CB1065672; Tue, 10 May 2011 01:01:55 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from mail.droso.net (sludge.pil.dk [195.41.47.48]) by mx1.freebsd.org (Postfix) with ESMTP id 35C068FC16; Tue, 10 May 2011 01:01:55 +0000 (UTC) Received: from [10.0.1.5] (unknown [24.114.252.230]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.droso.net (Postfix) with ESMTPSA id AF63E1D0; Tue, 10 May 2011 02:44:04 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1084) From: Erwin Lansing Date: Mon, 9 May 2011 20:44:03 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <449A124B-58E6-4C1C-AF68-5E58C4A873A5@FreeBSD.org> References: <201105090653.p496rfll020860@pointyhat.freebsd.org> To: ashish@FreeBSD.org X-Mailer: Apple Mail (2.1084) Cc: ports@FreeBSD.org, haskell@FreeBSD.org Subject: Fwd: INDEX build failed for 7.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 01:01:56 -0000 Looks like my script was still in debugging mode while I was on the = plane, so it only sent to me. It'll start sending to ports@ again now = though. -erwin Begin forwarded message: > From: Erwin Lansing > Date: May 9, 2011 2:53:41 AM EDT > To: erwin@FreeBSD.org > Subject: INDEX build failed for 7.x >=20 > INDEX build failed with errors: > Generating INDEX-7 - please wait.. Done. > make_index: hs-warp-0.3.2.3: no entry for /usr/ports > make_index: hs-warp-0.3.2.3: no entry for /usr/ports >=20 > Committers on the hook: > ashish maho swills tabthorpe=20 >=20 > Most recent CVS update was: > U MOVED > U UPDATING > U archivers/Makefile > U archivers/hs-zip-archive/Makefile > U archivers/hs-zip-archive/distinfo > U archivers/hs-zlib/Makefile > U archivers/hs-zlib/distinfo > U audio/hs-ALUT/Makefile > U audio/hs-OpenAL/Makefile > U audio/hs-libmpd/Makefile > U audio/hs-libmpd/distinfo > U audio/hs-libmpd/files/patch-libmpd.cabal > U benchmarks/hs-criterion/Makefile > U benchmarks/hs-criterion/distinfo > U biology/pymol/Makefile > U biology/pymol/distinfo > U biology/pymol/pkg-plist > U converters/hs-dataenc/Makefile > U converters/hs-dataenc/distinfo > U converters/hs-json/Makefile > U deskutils/checkrdf/Makefile > U devel/Makefile > U devel/hs-BNFC/Makefile > U devel/hs-BNFC/distinfo > U devel/hs-BNFC/pkg-descr > U devel/hs-Boolean/Makefile > U devel/hs-Boolean/distinfo > U devel/hs-DeepArrow/Makefile > U devel/hs-MemoTrie/Makefile > U devel/hs-MemoTrie/distinfo > U devel/hs-MissingH/Makefile > U devel/hs-MissingH/distinfo > U devel/hs-MonadCatchIO-mtl/Makefile > U devel/hs-MonadCatchIO-mtl/distinfo > U devel/hs-ObjectName/Makefile > U devel/hs-ObjectName/distinfo > U devel/hs-QuickCheck/Makefile > U devel/hs-QuickCheck/distinfo > U devel/hs-StateVar/Makefile > U devel/hs-StateVar/distinfo > U devel/hs-Stream/Makefile > U devel/hs-Stream/distinfo > U devel/hs-Tensor/Makefile > U devel/hs-Tensor/distinfo > U devel/hs-TypeCompose/Makefile > U devel/hs-TypeCompose/distinfo > U devel/hs-alex/Makefile > U devel/hs-alex/distinfo > U devel/hs-alex/pkg-plist > U devel/hs-ansi-terminal/Makefile > U devel/hs-ansi-terminal/distinfo > U devel/hs-ansi-wl-pprint/Makefile > U devel/hs-ansi-wl-pprint/distinfo > U devel/hs-arrows/Makefile > U devel/hs-arrows/distinfo > U devel/hs-binary/Makefile > U devel/hs-binary/distinfo > U devel/hs-bsd-sysctl/Makefile > U devel/hs-bsd-sysctl/distinfo > U devel/hs-c2hs/Makefile > U devel/hs-c2hs/distinfo > U devel/hs-c2hs/pkg-descr > U devel/hs-checkers/Makefile > U devel/hs-convertible/Makefile > U devel/hs-convertible/distinfo > U devel/hs-cpphs/Makefile > U devel/hs-cpphs/distinfo > U devel/hs-darcs/Makefile > U devel/hs-darcs/distinfo > U devel/hs-darcs/files/patch-Setup.lhs > U devel/hs-darcs/files/patch-darcs.cabal > U devel/hs-datetime/Makefile > U devel/hs-datetime/distinfo > U devel/hs-datetime/files/patch-datetime.cabal > U devel/hs-deepseq/Makefile > U devel/hs-deepseq/distinfo > U devel/hs-dlist/Makefile > U devel/hs-dlist/distinfo > U devel/hs-drift/Makefile > U devel/hs-drift/distinfo > U devel/hs-fgl/Makefile > U devel/hs-fgl/distinfo > U devel/hs-filemanip/Makefile > U devel/hs-filemanip/distinfo > U devel/hs-filemanip/pkg-descr > U devel/hs-ghc-mtl/Makefile > U devel/hs-ghc-mtl/distinfo > U devel/hs-ghc-paths/Makefile > U devel/hs-ghc-paths/distinfo > U devel/hs-ghc-paths-docs/Makefile > U devel/hs-ghc-paths-docs/distinfo > U devel/hs-haddock/Makefile > U devel/hs-haddock/distinfo > U devel/hs-haddock/files/pkg-deinstall.in > U devel/hs-haddock-docs/Makefile > U devel/hs-haddock-docs/distinfo > U devel/hs-happy/Makefile > U devel/hs-happy/distinfo > U devel/hs-happy/pkg-plist > U devel/hs-hashed-storage/Makefile > U devel/hs-hashed-storage/distinfo > U devel/hs-haskeline/Makefile > U devel/hs-haskeline/distinfo > U devel/hs-haskell-src-exts/Makefile > U devel/hs-haskell-src-exts/distinfo > U devel/hs-hdoc/Makefile > U devel/hs-hint/Makefile > U devel/hs-hint/distinfo > U devel/hs-hmake/Makefile > U devel/hs-hoogle/Makefile > U devel/hs-hoogle/distinfo > U devel/hs-hoogle/files/patch-hoogle.cabal > U devel/hs-hoogle/files/patch-src__General__Web.hs > U devel/hs-hoogle/files/patch-src__Web__Server.hs > U devel/hs-hslogger/Makefile > U devel/hs-hslogger/distinfo > U devel/hs-idoc/Makefile > U devel/hs-idoc/distinfo > U devel/hs-idoc/files/patch-Makefile > U devel/hs-language-c/Makefile > U devel/hs-language-c/distinfo > U devel/hs-lazysmallcheck/Makefile > U devel/hs-lazysmallcheck/distinfo > U devel/hs-mmap/Makefile > U devel/hs-mmap/distinfo > U devel/hs-mueval/Makefile > U devel/hs-mueval/distinfo > U devel/hs-mueval/files/patch-Mueval__Interpreter.hs > U devel/hs-mueval/files/patch-mueval.cabal > U devel/hs-pcre-light/Makefile > U devel/hs-pcre-light/distinfo > U devel/hs-primitive/Makefile > U devel/hs-primitive/distinfo > U devel/hs-reactive/Makefile > U devel/hs-reactive/distinfo > U devel/hs-readline/Makefile > U devel/hs-readline/distinfo > U devel/hs-safe/Makefile > U devel/hs-safe/distinfo > U devel/hs-show/Makefile > U devel/hs-show/distinfo > U devel/hs-smallcheck/Makefile > U devel/hs-smallcheck/distinfo > U devel/hs-split/Makefile > U devel/hs-split/distinfo > U devel/hs-terminfo/Makefile > U devel/hs-terminfo/distinfo > U devel/hs-test-framework/Makefile > U devel/hs-test-framework/distinfo > U devel/hs-test-framework-hunit/Makefile > U devel/hs-test-framework-hunit/distinfo > U devel/hs-test-framework-quickcheck2/Makefile > U devel/hs-test-framework-quickcheck2/distinfo > U devel/hs-testpack/Makefile > U devel/hs-testpack/distinfo > U devel/hs-testpack/files/patch-src__Test__HUnit__Tools.hs > U devel/hs-testpack/files/patch-src__Test__QuickCheck__Instances.hs > U devel/hs-transformers/Makefile > U devel/hs-transformers/distinfo > U devel/hs-unamb/Makefile > U devel/hs-unamb/distinfo > U devel/hs-uniplate/Makefile > U devel/hs-uniplate/distinfo > U devel/hs-unix-compat/Makefile > U devel/hs-unix-compat/distinfo > U devel/hs-utf8-string/Makefile > U devel/hs-utf8-string/distinfo > U devel/hs-utility-ht/Makefile > U devel/hs-utility-ht/distinfo > U devel/hs-uuagc/Makefile > U devel/hs-uuagc/distinfo > U devel/hs-uulib/Makefile > U devel/hs-uulib/distinfo > U devel/hs-vector/Makefile > U devel/hs-vector/distinfo > U devel/hs-vector-algorithms/Makefile > U devel/hs-vector-algorithms/distinfo > U devel/p5-Carp-REPL/Makefile > U devel/p5-Carp-REPL/distinfo > U devel/p5-Carp-REPL/pkg-descr > U devel/p5-Carp-REPL/pkg-plist > U devel/pure-gen/Makefile > U ftp/hs-curl/Makefile > U ftp/hs-curl/distinfo > U graphics/Makefile > U graphics/hs-HGL/Makefile > U graphics/hs-HGL/distinfo > U graphics/hs-HGL/files/patch-Graphics__HGL__Internals__Utilities.hs > U graphics/hs-HGL/files/patch-HGL.cabal > U lang/ghc/Makefile > U lang/ghc/bsd.cabal.mk > U lang/ghc/bsd.hackage.mk > U lang/ghc/distinfo > U lang/ghc/pkg-plist > U lang/ghc/files/patch-configure > U lang/ghc/files/patch-ghc.mk > U lang/ghc/files/patch-libraries_bin-package-db_LICENSE > U lang/ghc/files/patch-rts_package.conf.in > U lang/hs-brainfuck/Makefile > U lang/hs-brainfuck/distinfo > U lang/hs-unlambda/Makefile > U lang/hs-unlambda/distinfo > U mail/hs-mime/Makefile > U mail/hs-mime/distinfo > U mail/hs-mime/files/patch-mime.cabal > U math/hs-Agda/Makefile > U math/hs-Agda/distinfo > U math/hs-Agda/files/patch-Agda.cabal > U = math/hs-Agda/files/patch-src__full__Agda__Interaction__Highlighting__Gener= ate.hs > U math/hs-Agda/files/patch-src__full__Agda__Utils__Generics.hs > U math/hs-Agda-executable/Makefile > U math/hs-Agda-executable/distinfo > U math/hs-category-extras/Makefile > U math/hs-mwc-random/Makefile > U math/hs-mwc-random/distinfo > U math/hs-statistics/Makefile > U math/hs-statistics/distinfo > U math/hs-vector-space/Makefile > U math/hs-vector-space/distinfo > U multimedia/Makefile > U net/Makefile > U net/hs-hostname/Makefile > U net/hs-pcap/Makefile > U net/hs-pcap/distinfo > U ports-mgmt/hs-porte/Makefile > U ports-mgmt/hs-porte/distinfo > U print/hs-hscolour/Makefile > U print/hs-hscolour/distinfo > U print/hs-hscolour-docs/Makefile > U print/hs-hscolour-docs/distinfo > U science/hs-bio/Makefile > U science/hs-bio/distinfo > U science/hs-bio/files/patch-bio.cabal > U security/hs-SHA/Makefile > U security/hs-SHA/distinfo > U security/hs-digest/Makefile > U security/hs-digest/distinfo > U textproc/Makefile > U textproc/hs-Diff/Makefile > U textproc/hs-Diff/distinfo > U textproc/hs-HaXml/Makefile > U textproc/hs-HaXml/distinfo > U textproc/hs-bytestring-csv/Makefile > U textproc/hs-bytestring-csv/distinfo > U textproc/hs-citeproc-hs/Makefile > U textproc/hs-citeproc-hs/distinfo > U textproc/hs-feed/Makefile > U textproc/hs-feed/distinfo > U textproc/hs-highlighting-kate/Makefile > U textproc/hs-highlighting-kate/distinfo > U textproc/hs-hs-bibutils/Makefile > U textproc/hs-hs-bibutils/distinfo > U textproc/hs-hxt/Makefile > U textproc/hs-hxt/distinfo > U textproc/hs-lhs2tex/Makefile > U textproc/hs-lhs2tex/distinfo > U textproc/hs-lhs2tex/pkg-descr > U textproc/hs-lhs2tex/pkg-plist > U textproc/hs-lhs2tex/files/patch-MathPoly.lhs > U textproc/hs-lhs2tex/files/patch-Setup.hs > U textproc/hs-libxml/Makefile > U textproc/hs-libxml/distinfo > U textproc/hs-pandoc/Makefile > U textproc/hs-pandoc/distinfo > U textproc/hs-pandoc/files/patch-Setup.hs > U textproc/hs-polyparse/Makefile > U textproc/hs-polyparse/distinfo > U textproc/hs-stringsearch/Makefile > U textproc/hs-stringsearch/distinfo > U textproc/hs-tagsoup/Makefile > U textproc/hs-tagsoup/distinfo > U textproc/hs-texmath/Makefile > U textproc/hs-texmath/distinfo > U www/Makefile > U www/hs-HTTP/Makefile > U www/hs-HTTP/distinfo > U www/hs-cgi/Makefile > U www/hs-cgi/distinfo > U www/hs-cgi/pkg-descr > U www/hs-fastcgi/Makefile > U www/hs-http-server/Makefile > U www/hs-oeis/Makefile > U www/hs-oeis/distinfo > U www/hs-scgi/Makefile > U www/hs-scgi/distinfo > U www/hs-url/Makefile > U www/p5-CatalystX-REPL/Makefile > U www/p5-CatalystX-REPL/distinfo > U www/p5-CatalystX-REPL/pkg-descr > U www/p5-CatalystX-REPL/pkg-plist > U www/py-scgi/Makefile > U x11/hs-X11/Makefile > U x11/hs-X11-xft/Makefile > U x11/hs-xmobar/Makefile > U x11/hs-xmobar/distinfo > U x11-toolkits/Makefile > U x11-toolkits/hs-GLUT/Makefile > U x11-toolkits/hs-GLUT/distinfo > U x11-toolkits/hs-OpenGL/Makefile > U x11-toolkits/hs-OpenGL/distinfo > U x11-toolkits/hs-frantk/distinfo > U x11-toolkits/hs-gtk2hs/Makefile > U x11-wm/hs-xmonad/Makefile > U x11-wm/hs-xmonad/distinfo > U x11-wm/hs-xmonad-contrib/Makefile > U x11-wm/hs-xmonad-contrib/distinfo From owner-freebsd-ports@FreeBSD.ORG Tue May 10 02:41:17 2011 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 4AB8A106564A; Tue, 10 May 2011 02:41:17 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 974398FC15; Tue, 10 May 2011 02:41:16 +0000 (UTC) Received: by bwz12 with SMTP id 12so6641445bwz.13 for ; Mon, 09 May 2011 19:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:sender:message-id:date:from:organization :user-agent:mime-version:to:cc:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=G1X/rjP8c59OWcQyOy3KMXIuW+Q4xPMPyHtDOJXh7gY=; b=GD4g8bllfXUEW7VErc+Z/bwpR44BMJ7iABb/f3SVpDQJfq5adt0vVP86uaN9HrYgaq e6cK00eFWKdAdca/mTZedBP3iZUrA81M4nCalt9gzJCKUxfh+OYtR9nRnasthLPJFmUS OhU0magdhZHudFOiI/RjV4kYWOb6gRSKMjTbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=HR0moyLbjLpoqH6/9tL5rvXXUjAbuJRq04Prg9BMLv9haCckHC5tI6pdxc0gb0Flrw YgZ5kO2ANmHJakcYApBmcjKCyPLFgojrMuEbpQzwe1wEFWlSNE6/j9kxuTfCHgMPavdl Bvr+AA7I5R9nNm90RHg9Cljd3h5StWmbBwyMM= Received: by 10.205.82.197 with SMTP id ad5mr2817491bkc.80.1304993760537; Mon, 09 May 2011 19:16:00 -0700 (PDT) Received: from [192.168.1.8] (catv-86-101-5-202.catv.broadband.hu [86.101.5.202]) by mx.google.com with ESMTPS id l1sm3996482bkl.13.2011.05.09.19.15.58 (version=SSLv3 cipher=OTHER); Mon, 09 May 2011 19:15:59 -0700 (PDT) Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Message-ID: <4DC89F78.5060607@FreeBSD.org> Date: Tue, 10 May 2011 04:14:16 +0200 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100925 Thunderbird/3.1.4 MIME-Version: 1.0 To: Erwin Lansing References: <201105090653.p496rfll020860@pointyhat.freebsd.org> <449A124B-58E6-4C1C-AF68-5E58C4A873A5@FreeBSD.org> In-Reply-To: <449A124B-58E6-4C1C-AF68-5E58C4A873A5@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, ashish@FreeBSD.org, haskell@FreeBSD.org Subject: Re: Fwd: INDEX build failed for 7.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 02:41:17 -0000 On 05/10/11 02:44, Erwin Lansing wrote: >> INDEX build failed with errors: >> Generating INDEX-7 - please wait.. Done. >> make_index: hs-warp-0.3.2.3: no entry for /usr/ports >> make_index: hs-warp-0.3.2.3: no entry for /usr/ports Thanks for the report, I have just fixed it -- hopefully. Have a good time in Ottawa! :-) From owner-freebsd-ports@FreeBSD.ORG Tue May 10 04:37:59 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 15BEA106564A for ; Tue, 10 May 2011 04:37:59 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p4A4bwvQ093461 for ; Tue, 10 May 2011 04:37:58 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p4A4bwrd093458 for ports@FreeBSD.org; Tue, 10 May 2011 04:37:58 GMT (envelope-from erwin) Date: Tue, 10 May 2011 04:37:58 GMT From: Erwin Lansing Message-Id: <201105100437.p4A4bwrd093458@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 7.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 04:37:59 -0000 From owner-freebsd-ports@FreeBSD.ORG Tue May 10 09:40:18 2011 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 B1426106564A for ; Tue, 10 May 2011 09:40:18 +0000 (UTC) (envelope-from inyaoo@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 15AF48FC12 for ; Tue, 10 May 2011 09:40:17 +0000 (UTC) Received: by ewy1 with SMTP id 1so2423561ewy.13 for ; Tue, 10 May 2011 02:40:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=6Q8ILnXFconCYp/rxCCndASNxK5jdtIDrUzSOj1zYLY=; b=JGUzXRmToagMPMwjOTZGoCzyXX3iwY/NMN9qqg2iT7ydmnUXWtiQTLprorSA2Sj0XL qEHBmEqUdcX0gSOuNtdN/hMa59euhXsOcv4w0vcGYrhVXdYT4bbVCgDCAn5a5n9EjgEG SwVG5c/87jZs27Ty45QPPQZ9qfpEVdw+Sw8Pg= 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=YXLZ0dOPreNO3tXXvGEssIUKaLY8nCoopF9ToP0ps6J2s9gjH5mOSz4pxe1hUd5fUD fTsKvz2t1T61PeJzt+IM7LHnuvp4DnA2/7umNYek9ia2n0EzzrgkbmYoxAgjrtv6RW9p mOQRSnLCMUY643yHtx2AnWBGsv14X0gFPHrCs= Received: by 10.213.15.12 with SMTP id i12mr1491895eba.56.1305020416710; Tue, 10 May 2011 02:40:16 -0700 (PDT) Received: from localhost (tor-exit-router46-readme.formlessnetworking.net [199.48.147.46]) by mx.google.com with ESMTPS id y44sm4169134eey.12.2011.05.10.02.40.12 (version=SSLv3 cipher=OTHER); Tue, 10 May 2011 02:40:15 -0700 (PDT) From: Pan Tsu To: "Hartmann\, O." References: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> Date: Tue, 10 May 2011 13:40:00 +0400 In-Reply-To: <4DC83DFC.5020801@mail.zedat.fu-berlin.de> (O. Hartmann's message of "Mon, 09 May 2011 21:18:20 +0200") Message-ID: <86bozahp1r.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: Alexey Dokuchaev , freebsd-ports@freebsd.org Subject: Re: x11/nvidia-driver: cc1: error: /src: No such file or directory X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 09:40:18 -0000 "Hartmann, O." writes: [...] > cc -O2 -pipe -march=native -DNV_VERSION_STRING=\"256.53\" -D__KERNEL__ > -DNVRM -O -mcmodel=kernel -mno-red-zone -UDEBUG -U_DEBUG -DNDEBUG > -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/src > -I. -I@ -I@/contrib/altq -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 -fno-common > -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 > -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float > -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector > -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign > -fformat-extensions -Wmissing-include-dirs -c nvidia_ctl.c > cc1: error: /src: No such file or directory > *** Error code 1 FYI, warnings can be ignored via WERROR= (kernel) or NO_WERROR= (world). On /head@r221320 for kernel sources -Wmissing-include-dirs was added to force people to provide valid include directories. # list of Makefiles that don't define NVIDIA_ROOT before using $ grep -L 'NVIDIA_ROOT\s*=' **/Makefile | xargs fgrep -H NVIDIA_ROOT src/Makefile:CFLAGS+= -I${NVIDIA_ROOT}/src -DNV_VERSION_STRING=\"270.41.06\" It can be fixed by either providing default definition in port's Makefile MAKE_ENV+= NVIDIA_ROOT=${WRKSRC} or removing NVIDIA_ROOT from there # expand undefined NVIDIA_ROOT ${REINPLACE_CMD} -e 's|$${NVIDIA_ROOT}|${WRKSRC}|' ${WRKSRC}/src/Makefile Either way I think the following patch should be sent to the vendor. %% --- src/Makefile~ +++ src/Makefile @@ -3,6 +3,8 @@ # Generated on 'swio-display-x86-rhel47-06.nvidia.com' on Mon Apr 18 14:48:43 PDT 2011. # +NVIDIA_ROOT= ${.CURDIR}/.. + OSOBJ= nv-freebsd.o KMOD= nvidia RMOBJ= nv-kernel.o %% From owner-freebsd-ports@FreeBSD.ORG Tue May 10 13:42:17 2011 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 6D74B106564A; Tue, 10 May 2011 13:42:17 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 20C558FC16; Tue, 10 May 2011 13:42:16 +0000 (UTC) Received: from [IPv6:::1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4AD52YH063954; Tue, 10 May 2011 08:05:02 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4DC937FE.7090602@missouri.edu> Date: Tue, 10 May 2011 08:05:02 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: ports@FreeBSD.org, koziol@hdfgroup.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "maho@FreeBSD.org" , thierry@FreeBSD.org Subject: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 13:42:17 -0000 Why are there three versions of science/hdf in the ports? This is causing problems for me when I try to build the port octave-forge. As dependencies, it calls in the octave port (which currently defaults to hdf5), the cgnslib port (which uses hdf5-18), and the opendx port (which uses hdf). All of these ports function perfectly well with hdf5.18, because all the different versions of hdf conflict with each other. If we could settle on using hdf5-18 throughout, that would be great. (I currently maintain opendx, so that would be something I can fix.) Are there ports that need hdf but don't build with hdf5-18? Thanks, Stephen From owner-freebsd-ports@FreeBSD.ORG Tue May 10 14:11:39 2011 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 2086A106566B; Tue, 10 May 2011 14:11:39 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id D01818FC0A; Tue, 10 May 2011 14:11:38 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1QJnQB-00067o-Vl; Tue, 10 May 2011 14:56:20 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1QJnQB-0006Bj-5B; Tue, 10 May 2011 14:56:19 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4) with ESMTP id p4ADuIp7008793; Tue, 10 May 2011 14:56:18 +0100 (BST) (envelope-from mexas@bristol.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.4/8.14.4/Submit) id p4ADuH21008791; Tue, 10 May 2011 14:56:17 +0100 (BST) (envelope-from mexas@bristol.ac.uk) X-Authentication-Warning: mech-cluster241.men.bris.ac.uk: mexas set sender to mexas@bristol.ac.uk using -f Date: Tue, 10 May 2011 14:56:17 +0100 From: Anton Shterenlikht To: Stephen Montgomery-Smith Message-ID: <20110510135616.GA8679@mech-cluster241.men.bris.ac.uk> References: <4DC937FE.7090602@missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DC937FE.7090602@missouri.edu> User-Agent: Mutt/1.4.2.3i Cc: ports@freebsd.org, koziol@hdfgroup.org, thierry@freebsd.org, "maho@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 14:11:39 -0000 On Tue, May 10, 2011 at 08:05:02AM -0500, Stephen Montgomery-Smith wrote: > Why are there three versions of science/hdf in the ports? > > This is causing problems for me when I try to build the port > octave-forge. As dependencies, it calls in the octave port (which > currently defaults to hdf5), the cgnslib port (which uses hdf5-18), and > the opendx port (which uses hdf). All of these ports function perfectly > well with hdf5.18, because all the different versions of hdf conflict > with each other. > > If we could settle on using hdf5-18 throughout, that would be great. (I > currently maintain opendx, so that would be something I can fix.) > > Are there ports that need hdf but don't build with hdf5-18? science/paraview is currently built with hdf5. Perhaps you should ask its maintainer, devel@stasyan.com, whether hdf5-18 is a good idea. -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax: +44 (0)117 929 4423 From owner-freebsd-ports@FreeBSD.ORG Tue May 10 14:53:24 2011 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 D55D8106564A for ; Tue, 10 May 2011 14:53:24 +0000 (UTC) (envelope-from talon@lpthe.jussieu.fr) Received: from shiva.jussieu.fr (shiva.jussieu.fr [134.157.0.129]) by mx1.freebsd.org (Postfix) with ESMTP id 060D68FC08 for ; Tue, 10 May 2011 14:53:23 +0000 (UTC) Received: from parthe.lpthe.jussieu.fr (parthe.lpthe.jussieu.fr [134.157.10.1]) by shiva.jussieu.fr (8.14.4/jtpda-5.4) with ESMTP id p4AEVnff035691 ; Tue, 10 May 2011 16:31:49 +0200 (CEST) X-Ids: 164 Received: from niobe.lpthe.jussieu.fr (niobe.lpthe.jussieu.fr [134.157.10.41]) by parthe.lpthe.jussieu.fr (Postfix) with ESMTP id 061261FE73; Tue, 10 May 2011 16:31:48 +0200 (CEST) Received: by niobe.lpthe.jussieu.fr (Postfix, from userid 2005) id 8245A40C1; Tue, 10 May 2011 16:31:49 +0200 (CEST) Date: Tue, 10 May 2011 16:31:49 +0200 From: Michel Talon To: ports@FreeBSD.org, Stephen Montgomery-Smith Message-ID: <20110510143149.GA58388@lpthe.jussieu.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Miltered: at jchkmail.jussieu.fr with ID 4DC94C55.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 4DC94C55.000/134.157.10.1/parthe.lpthe.jussieu.fr/parthe.lpthe.jussieu.fr/ Cc: Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 14:53:24 -0000 The ports, different from octave, which use hdf, are, i think obtained from the following: in /usr/ports jail1% grep hdf INDEX-8|awk -F "|" '{print $1}'|grep -v octave gmsh-2.4.2_5 gmsh-occ-2.4.2_5 salome-5.1.4_1 salome-geom-5.1.4_1 salome-gui-5.1.4_1 salome-jobmanager-5.1.4_1 salome-kernel-5.1.4_1 salome-light-5.1.4_1 salome-med-5.1.4_1 salome-multipr-5.1.4_1 salome-netgenplugin-5.1.4_1 salome-randomizer-5.1.4_1 salome-sierpinsky-5.1.4_1 salome-smesh-5.1.4_1 salome-visu-5.1.4_1 salome-yacs-5.1.4_1 py27-tables-2.2.1 fr-aster-10.3.0.3_1 fr-gibi-2003.2_15 fr-homard-9.8.1 fr-med-2.3.6_3 grads-1.9b4_3 p5-NetCDF-1.2.4 scilab-5.3.1 scilab-toolbox-sivp-0.5.2 scilab-toolbox-swt-0.1.11 sedumi-1.1_3 cdo-1.4.7 cgnslib-2.5.5 ecs-1.3.3_5 fvm-0.12.0_4 gnudatalanguage-0.9_1 hdf-4.2r3_6 hdf-java-2.6.1 hdf5-1.6.9_1 hdf5-1.8.5 ics-1.3.3_2 meep-1.1.1_2 minc-2.0.09_1 mpb-1.4.2_10 ncs-1.3.3_7 netcdf-ftn-4.1.1 netcdf-4.1.1 paraview-3.8.1 py27-h5py-1.2.1_1 py27-netCDF4-0.9.3 hdf-szip-2.1_1 It is easy to get from the same INDEX the required hdf port. -- Michel TALON From owner-freebsd-ports@FreeBSD.ORG Tue May 10 17:12:12 2011 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 170BF106566C; Tue, 10 May 2011 17:12:12 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from smtpfb2-g21.free.fr (smtpfb2-g21.free.fr [212.27.42.10]) by mx1.freebsd.org (Postfix) with ESMTP id DFFB98FC0A; Tue, 10 May 2011 17:12:09 +0000 (UTC) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by smtpfb2-g21.free.fr (Postfix) with ESMTP id 3DF12D1A310; Tue, 10 May 2011 18:53:40 +0200 (CEST) Received: from graf.pompo.net (unknown [78.225.128.39]) by smtp5-g21.free.fr (Postfix) with ESMTP id D4573D481FD; Tue, 10 May 2011 18:53:30 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id C88F0114B8; Tue, 10 May 2011 18:48:27 +0200 (CEST) Date: Tue, 10 May 2011 18:48:27 +0200 From: Thierry Thomas To: Stephen Montgomery-Smith Message-ID: <20110510164827.GC49595@graf.pompo.net> Mail-Followup-To: Stephen Montgomery-Smith , ports@FreeBSD.org, koziol@hdfgroup.org, "maho@FreeBSD.org" References: <4DC937FE.7090602@missouri.edu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jI8keyz6grp/JLjh" Content-Disposition: inline In-Reply-To: <4DC937FE.7090602@missouri.edu> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.2-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Cc: ports@FreeBSD.org, koziol@hdfgroup.org, "maho@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 17:12:12 -0000 --jI8keyz6grp/JLjh Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le mar 10 mai 11 =E0 15:05:02 +0200, Stephen Montgomery-Smith =E9crivait=A0: > If we could settle on using hdf5-18 throughout, that would be great. (I= =20 > currently maintain opendx, so that would be something I can fix.) >=20 > Are there ports that need hdf but don't build with hdf5-18? I already switched several ports from hdf5 to hdf5-18 (see PR ports/154736). It seems that it would be possible to replace hdf5-18 by hdf5 everywhere, but some ports would require to define H5_USE_16_API. Best regards, --=20 Th. Thomas. --jI8keyz6grp/JLjh Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAk3JbFsACgkQc95pjMcUBaLFxgCePfF/LBb5rqfQyKjAE+NnwlKx iokAn2XKzcLPDcR/WCI6bIKV1szBGI3w =NFEy -----END PGP SIGNATURE----- --jI8keyz6grp/JLjh-- From owner-freebsd-ports@FreeBSD.ORG Tue May 10 23:19:37 2011 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 8D9ED1065677; Tue, 10 May 2011 23:19:37 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail34.syd.optusnet.com.au (mail34.syd.optusnet.com.au [211.29.133.218]) by mx1.freebsd.org (Postfix) with ESMTP id 067C58FC22; Tue, 10 May 2011 23:19:36 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c220-239-116-103.belrs4.nsw.optusnet.com.au [220.239.116.103]) by mail34.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p4ANJNTd002394 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 11 May 2011 09:19:25 +1000 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 p4ANJMb1012507; Wed, 11 May 2011 09:19:22 +1000 (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 p4ANJLWs012506; Wed, 11 May 2011 09:19:21 +1000 (EST) (envelope-from peter) Date: Wed, 11 May 2011 09:19:21 +1000 From: Peter Jeremy To: Greg Lewis Message-ID: <20110510231921.GA11580@server.vk2pj.dyndns.org> References: <20110507044810.GA77119@server.vk2pj.dyndns.org> <20110509085051.GA28197@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwEMma7ioTxnRzrJ" Content-Disposition: inline In-Reply-To: <20110509085051.GA28197@misty.eyesbeyond.com> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, m.tsatsenko@gmail.com, glewis@FreeBSD.org Subject: Re: java/jdk15 doesn't build with latest open-motif X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 23:19:37 -0000 --rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2011-May-09 01:50:51 -0700, Greg Lewis wrote: >Should be fixed now. Give it a whirl. Yes it is, sorry for the delay. I got side-tracked and forgot to say "yes" to the build. Feel free to close ports/156905. --=20 Peter Jeremy --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk3Jx/kACgkQ/opHv/APuIfOzwCfb8YEE5s+iVzAlwN8dZpPtxNj C1UAnRRUXA4aFdmoMNfpJoB5fQPODUfQ =iQRf -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ-- From owner-freebsd-ports@FreeBSD.ORG Tue May 10 23:46:12 2011 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 614AF1065673; Tue, 10 May 2011 23:46:12 +0000 (UTC) (envelope-from koziol@hdfgroup.org) Received: from lw2.hdfgroup.org (lw2.hdfgroup.org [67.225.244.2]) by mx1.freebsd.org (Postfix) with ESMTP id 393358FC0A; Tue, 10 May 2011 23:46:12 +0000 (UTC) Received: from dhcp-guest-sjc21-128-107-26-187.cisco.com ([128.107.26.187]:51447) by lw2.hdfgroup.org with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1QJvag-0003ZS-PV; Tue, 10 May 2011 18:39:42 -0400 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Quincey Koziol In-Reply-To: <20110510135616.GA8679@mech-cluster241.men.bris.ac.uk> Date: Tue, 10 May 2011 17:39:39 -0500 Content-Transfer-Encoding: 7bit Message-Id: <8047C2F6-C0B9-4DA2-B810-61A4CBB63751@hdfgroup.org> References: <4DC937FE.7090602@missouri.edu> <20110510135616.GA8679@mech-cluster241.men.bris.ac.uk> To: Anton Shterenlikht X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - lw2.hdfgroup.org X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - hdfgroup.org X-Source: X-Source-Args: X-Source-Dir: Cc: Stephen Montgomery-Smith , ports@freebsd.org, thierry@freebsd.org, "maho@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 10 May 2011 23:46:12 -0000 On May 10, 2011, at 8:56 AM, Anton Shterenlikht wrote: > On Tue, May 10, 2011 at 08:05:02AM -0500, Stephen Montgomery-Smith wrote: >> Why are there three versions of science/hdf in the ports? >> >> This is causing problems for me when I try to build the port >> octave-forge. As dependencies, it calls in the octave port (which >> currently defaults to hdf5), the cgnslib port (which uses hdf5-18), and >> the opendx port (which uses hdf). All of these ports function perfectly >> well with hdf5.18, because all the different versions of hdf conflict >> with each other. >> >> If we could settle on using hdf5-18 throughout, that would be great. (I >> currently maintain opendx, so that would be something I can fix.) >> >> Are there ports that need hdf but don't build with hdf5-18? > > science/paraview is currently built with hdf5. > Perhaps you should ask its maintainer, devel@stasyan.com, > whether hdf5-18 is a good idea. Moving up to hdf5-18 would be best, if it's possible. Quincey From owner-freebsd-ports@FreeBSD.ORG Wed May 11 00:00:23 2011 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 E3A1B106568B; Wed, 11 May 2011 00:00:23 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 1586D8FC2E; Wed, 11 May 2011 00:00:17 +0000 (UTC) Received: from [IPv6:::1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4B00Gaq009289; Tue, 10 May 2011 19:00:17 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4DC9D190.3050800@missouri.edu> Date: Tue, 10 May 2011 19:00:16 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: Maho NAKATA References: <4DC937FE.7090602@missouri.edu> <20110511.085335.1840459916094859253.chat95@mac.com> In-Reply-To: <20110511.085335.1840459916094859253.chat95@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" , "koziol@hdfgroup.org" , "thierry@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 May 2011 00:00:24 -0000 Maho NAKATA wrote: > Hi Stephen, > > As the maintainer of octave port, if hdf5-18 is sufficient, > it's okay to replace with it. > > Thanks, > Nakata Maho > > Thanks. I submitted it as PR ports/156940 From owner-freebsd-ports@FreeBSD.ORG Wed May 11 00:22:14 2011 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 A692D106566C; Wed, 11 May 2011 00:22:14 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pw0-f45.google.com (mail-pw0-f45.google.com [209.85.160.45]) by mx1.freebsd.org (Postfix) with ESMTP id 713D58FC08; Wed, 11 May 2011 00:22:14 +0000 (UTC) Received: by pwi6 with SMTP id 6so10680pwi.18 for ; Tue, 10 May 2011 17:22:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=6CrB47E+2AtGdvf/1bADBmJKcaR/Hpp9BQRTr0N3v5g=; b=nK4pN5ZSz+pvvEYkobRsuiNfsevxTZriK/pBEYlAQBQmQCTgs236dSDi2b+dFymApk oJ81pAH36gCW07A747Fe9uAslOjSXGzRH+za46NH/8cQujfJA4GUyQb9kq5mfTXpBMts I43NwFOYU8qBpLtwqQpFqc07JS88xqynPtrVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=C4ot9bja9G1kT5y0ZWs2U5wf+rfInurLgqUoKLdjMY3sNjtiUrhqWBkmUDgx6w2jqC hcKk+RW7Ag2OHIY+H0BZftM6eEH+D+0h+H1kk8TMPjTKLpEh8B2g57qrYSAAoxvkeNJl qYOYWr6h0DoiDpEyPYZbfkVD0gWVVWaSnl3rw= Received: by 10.68.39.72 with SMTP id n8mr8412120pbk.93.1305071620949; Tue, 10 May 2011 16:53:40 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id c4sm1119098pbn.37.2011.05.10.16.53.37 (version=SSLv3 cipher=OTHER); Tue, 10 May 2011 16:53:38 -0700 (PDT) Sender: Maho NAKATA Date: Wed, 11 May 2011 08:53:35 +0900 (JST) Message-Id: <20110511.085335.1840459916094859253.chat95@mac.com> To: stephen@missouri.edu From: Maho NAKATA In-Reply-To: <4DC937FE.7090602@missouri.edu> References: <4DC937FE.7090602@missouri.edu> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, koziol@hdfgroup.org, thierry@FreeBSD.org Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 May 2011 00:22:14 -0000 Hi Stephen, As the maintainer of octave port, if hdf5-18 is sufficient, it's okay to replace with it. Thanks, Nakata Maho From: Stephen Montgomery-Smith Subject: Why so many versions of the port science/hdf? Date: Tue, 10 May 2011 08:05:02 -0500 > Why are there three versions of science/hdf in the ports? > > This is causing problems for me when I try to build the port > octave-forge. As dependencies, it calls in the octave port (which > currently defaults to hdf5), the cgnslib port (which uses hdf5-18), > and the opendx port (which uses hdf). All of these ports function > perfectly well with hdf5.18, because all the different versions of hdf > conflict with each other. > > If we could settle on using hdf5-18 throughout, that would be great. > (I currently maintain opendx, so that would be something I can fix.) > > Are there ports that need hdf but don't build with hdf5-18? > > Thanks, Stephen > From owner-freebsd-ports@FreeBSD.ORG Wed May 11 01:49:02 2011 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 AA7271065670; Wed, 11 May 2011 01:49:02 +0000 (UTC) (envelope-from maho.nakata@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 474498FC1D; Wed, 11 May 2011 01:49:02 +0000 (UTC) Received: by pvg11 with SMTP id 11so33857pvg.13 for ; Tue, 10 May 2011 18:49:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=uIcAA+/qsTD6mhkxgZG6JpDxT1bMXJikkcih4puDNcw=; b=PonnY1rdOBggr3/WWPmkP8BqXBM19BAvn3YOyCKElk/4G6Ai5u3JkQwOSFXyeqnI8a gdKNITEGiVKxjzeWwOlWeeQ8s9skhIZx/T7quhucV6yXTSqRvTzCSZbIpYCvf2aNVcj0 rV/BiyT6HqZJlsHt4s9wx02GfDy1A/mzvmK5o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=GYKHfXhShPgcfBA98lF1T6yX/F7WYUAZpCUaW2sNhfpeYeYioiyZ6/ytXRaU3xo59m jUCnogk0zsPAnGHjwYHM00ZzWRUxN/VMxg6LtA1i4AdByXdhxHi6PNvsUsLOU1gTgCrW CMzXNkxRcl8LQsp6f/BLMtmfytuhFYJzLTX6g= Received: by 10.68.55.229 with SMTP id v5mr10224245pbp.243.1305078541541; Tue, 10 May 2011 18:49:01 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id a6sm5174302pbs.81.2011.05.10.18.48.58 (version=SSLv3 cipher=OTHER); Tue, 10 May 2011 18:48:59 -0700 (PDT) Sender: Maho NAKATA Date: Wed, 11 May 2011 10:48:56 +0900 (JST) Message-Id: <20110511.104856.1206474453162424632.chat95@mac.com> To: stephen@missouri.edu From: Maho NAKATA In-Reply-To: <4DC9D190.3050800@missouri.edu> References: <4DC937FE.7090602@missouri.edu> <20110511.085335.1840459916094859253.chat95@mac.com> <4DC9D190.3050800@missouri.edu> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, koziol@hdfgroup.org, thierry@FreeBSD.org Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 May 2011 01:49:02 -0000 From: Stephen Montgomery-Smith Subject: Re: Why so many versions of the port science/hdf? Date: Tue, 10 May 2011 19:00:16 -0500 > Maho NAKATA wrote: >> Hi Stephen, >> >> As the maintainer of octave port, if hdf5-18 is sufficient, >> it's okay to replace with it. >> >> Thanks, >> Nakata Maho >> >> > Thanks. I submitted it as PR ports/156940 > committed. thanks! From owner-freebsd-ports@FreeBSD.ORG Wed May 11 03:24:46 2011 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 7016B106564A for ; Wed, 11 May 2011 03:24:46 +0000 (UTC) (envelope-from jhellenthal@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 255A68FC08 for ; Wed, 11 May 2011 03:24:45 +0000 (UTC) Received: by iwn33 with SMTP id 33so178768iwn.13 for ; Tue, 10 May 2011 20:24:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:from:to:cc:subject:message-id :mime-version:content-type:content-disposition:x-openpgp-key-id :x-openpgp-key-fingerprint:x-openpgp-key-url; bh=hYWawA8VOftd65NPtTjkJ3ai/C2SLH8oCigANfcHHrE=; b=L0MLEERfdaB6QmmQdteFUNi94h2zV4dlY91vEym3/8fPsuXhyDttPqVxj6ad1XWl6Z lbNrfmE90P8NuS4ijBo+Cmdybcc++po23R2BYtRmNlpKhWW7DYtAZX1rnEYw20e3lLOg SU7ChBBLuX7AoJ9G/laAuEhCir9bdIh2s8GRw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:x-openpgp-key-id:x-openpgp-key-fingerprint :x-openpgp-key-url; b=p85SZHNEX6Nq8z4UEgiBp9WvHa9YaUKsqUxDuBw1NRkDG0AbrnenZ2Hxs3GFv51yFq IzR9vBHEHAjlkMWQBJ4QFgEJL1Zu+wWsJGPpPB/z0+YA5Q/MoFNH22/+fpVuqLQRLivt /GI9SDi+77sltsrnO+QYxC1n4lrF/Y29BEmXU= Received: by 10.42.170.74 with SMTP id e10mr2475378icz.301.1305084285198; Tue, 10 May 2011 20:24:45 -0700 (PDT) Received: from DataIX.net (adsl-99-190-84-116.dsl.klmzmi.sbcglobal.net [99.190.84.116]) by mx.google.com with ESMTPS id e12sm3063802ics.19.2011.05.10.20.24.43 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 10 May 2011 20:24:44 -0700 (PDT) Sender: "J. Hellenthal" Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.4/8.14.4) with ESMTP id p4B3OfSE086282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 10 May 2011 23:24:41 -0400 (EDT) (envelope-from jhell@DataIX.net) Received: (from jhell@localhost) by DataIX.net (8.14.4/8.14.4/Submit) id p4B3OeAj086281; Tue, 10 May 2011 23:24:40 -0400 (EDT) (envelope-from jhell@DataIX.net) Date: Tue, 10 May 2011 23:24:40 -0400 From: Jason Hellenthal To: dinoex@freebsd.org Message-ID: <20110511032440.GA85517@DataIX.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="St7VIuEGZ6dlpu13" Content-Disposition: inline X-OpenPGP-Key-Id: 0x89D8547E X-OpenPGP-Key-Fingerprint: 85EF E26B 07BB 3777 76BE B12A 9057 8789 89D8 547E X-OpenPGP-Key-URL: http://bit.ly/0x89D8547E Cc: ports@freebsd.org Subject: graphics/netpbm upgrade from _2 -> _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: Wed, 11 May 2011 03:24:46 -0000 --St7VIuEGZ6dlpu13 Content-Type: multipart/mixed; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Is the the check for a already install same version really neccesary any=20 more ? When upgrading from _2 to _3 it currently bails. Attached is the patch that corrects that behavior. --=20 Regards, (jhell) Jason Hellenthal --cNdxnHkX5QqsyA0e Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="netpbm.diff" Content-Transfer-Encoding: quoted-printable --- Makefile.orig 2011-05-10 23:13:03.000000000 -0400 +++ Makefile 2011-05-10 23:14:54.000000000 -0400 @@ -43,9 +43,6 @@ .endif =20 pre-configure: - @if [ -e ${DESTDIR}/${LOCALBASE}/include/pm.h ]; then \ - (${ECHO_MSG} "=3D=3D=3D> Cannot build with netpbm installed, please dein= stall first"; exit 1) \ - fi @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/pm_config.in.h --cNdxnHkX5QqsyA0e-- --St7VIuEGZ6dlpu13 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) Comment: http://bit.ly/0x89D8547E iQEcBAEBAgAGBQJNygF3AAoJEJBXh4mJ2FR+HncH/2FbIARsvYGYN8J0g/6wHfXb 4gZolX5X8saO6GygtojqH93jT7Zxo/rzSF5VXMwJmQwaxCi3JyyEbw40R++hMMMe DzQa5OFEcKvNfOiZnKzb3Sppw1mhG/QO9dnNPayBLUsTM+0V8NyVSDHGysuT/33C uMCtCTvZ3PKTQdA2UeZDhaFpQvz1Dr1BLVXvxRKGEE0/tOxmZOYZHnAE5JwzEfYh J9ynXx5GPfDw0Yoic33F5NvOWMg6gdWJ9Og2uPW8FCqARx/Sc6FtvfZ22GR2W+2V jwoqZzS7ISNEJuXOQ8yqY8YXwKfKtDFa4DwGUV7KoGuBxS5r25bpW2Nl9gtK9LE= =3tKT -----END PGP SIGNATURE----- --St7VIuEGZ6dlpu13-- From owner-freebsd-ports@FreeBSD.ORG Wed May 11 08:48:24 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id B5563106566B for ; Wed, 11 May 2011 08:48:24 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id DC1C423DB20 for ; Wed, 11 May 2011 10:48:23 +0200 (CEST) Message-ID: <4DCA4D57.8090501@FreeBSD.org> Date: Wed, 11 May 2011 10:48:23 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110511032440.GA85517@DataIX.net> In-Reply-To: <20110511032440.GA85517@DataIX.net> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: graphics/netpbm upgrade from _2 -> _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: Wed, 11 May 2011 08:48:25 -0000 Am 11.05.2011 05:24, schrieb Jason Hellenthal: > > Is the the check for a already install same version really neccesary any > more ? > > When upgrading from _2 to _3 it currently bails. > > Attached is the patch that corrects that behavior. > Jason, there may still be people who upgrade less frequently and are still using a 10.2* version. However, because this was too painful (particularly as portmaster can't chop out a failing dependency subtree and continue with the working ports), I've spent some time yesterday to analyze the problem and proposed a patch to address this problem, and to address the parallel build: Dirk (dinoex@) has committed a more efficient alternative, so even users who have some old 10.2?.* version installed can now build 10.35.80_3 without deinstalling the old version first. (We haven't bumped the PORTREVISION as the installed files do not change.) There is also a patch pending that re-enables MAKE_JOBS_SAFE for the benefit of those with multi-core computers (like I am). Best regards Matthias From owner-freebsd-ports@FreeBSD.ORG Wed May 11 09:26:53 2011 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 DC7FE1065670 for ; Wed, 11 May 2011 09:26:53 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 32DFA8FC13 for ; Wed, 11 May 2011 09:26:52 +0000 (UTC) Received: (qmail invoked by alias); 11 May 2011 09:26:51 -0000 Received: from f055149018.adsl.alicedsl.de (EHLO apollo.emma.line.org) [78.55.149.18] by mail.gmx.net (mp039) with SMTP; 11 May 2011 11:26:51 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/tiI0tNgrt6P2i8nXG0ivmbWUSKAJNYhouj2o816 ++1GPIre7kjitL Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 1691223DAE0 for ; Wed, 11 May 2011 11:26:50 +0200 (CEST) Message-ID: <4DCA565A.9040809@gmx.de> Date: Wed, 11 May 2011 11:26:50 +0200 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Mnenhy/0.8.3 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <20110511032440.GA85517@DataIX.net> <4DCA4D57.8090501@FreeBSD.org> In-Reply-To: <4DCA4D57.8090501@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: graphics/netpbm upgrade from _2 -> _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: Wed, 11 May 2011 09:26:53 -0000 Uh, I just figured that is partially unintelligible. So here goes: You currently get in ports/graphics/netpbm: - a version 10.35.80_3 that can be built even with the old netpbm version installed (no matter if 10.35.80_2 or 10.2?.*) - this version still builds with only one job at a time, marked MAKE_JOBS_UNSAFE=yes. This resolves the immediate upgrade pains. What has not been committed yet, from the same PR: - a change that enables MAKE_JOBS_SAFE= and thus parallel builds on multi-core computers. It works for Dirk and me, so I expect we'll see it as soon as Dirk gets around to it. Best regards Matthias From owner-freebsd-ports@FreeBSD.ORG Wed May 11 12:11:40 2011 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 069DA1065672 for ; Wed, 11 May 2011 12:11:40 +0000 (UTC) (envelope-from nobody@calisto-io.contactdesigns.com) Received: from calisto-io.contactdesigns.com (mx01.mcmurryis.com [74.206.101.76]) by mx1.freebsd.org (Postfix) with ESMTP id DFEE58FC0C for ; Wed, 11 May 2011 12:11:39 +0000 (UTC) Received: by calisto-io.contactdesigns.com (Postfix, from userid 99) id 9D024A777C7; Wed, 11 May 2011 04:55:47 -0700 (MST) To: freebsd-ports@freebsd.org From: Shane McClein MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit Message-Id: <20110511115547.9D024A777C7@calisto-io.contactdesigns.com> Date: Wed, 11 May 2011 04:55:47 -0700 (MST) Subject: Wal-Mart Secret Shopper Needed! Apply Now!!! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mcwalmart@aol.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2011 12:11:40 -0000 Hello Dear, How are you doing, This is an awareness to let the public know that One of America's largest, discount department outlet is re-branding.The retail industry is a competitive world, with each retailer vying for the attention of consumers in an increasingly cluttered market. We do not want to rely on proprietary data collection processes and technology alone, we need appraisers to collect specific data about their experience and opinion when they visit this retail outlet, in a time efficient and cost effective manner. Closed book consumer is a tool used by market research companies to measure quality of retail service or gather specific information about products and services. Your ability to pose as normal customers perform specific tasks such as purchasing a product, asking questions, registering complaints or behaving in a certain way and then providing precise feedback about your exploit . The purpose of Mystery Shoppers is to help businesses increase sales and improve employee customer service awareness. We provide businesses with more information than other mystery shopping companies through the use of questionnaires and detailed narratives. Once we have a contract to do so, you will be directed to the company or outlet and you will be given funds to either purchase things or require services, after which you would write a comment on the staffs activities and give a detailed report of your experience.Some of the common details and information points shoppers: The name of the store. The date and time of the visit. The names of the employee that attended to you. Were you greeted friendly. The questions asked by the employee(s) Were you told to drop by again. Cleanliness of store and store employees Speed of service. We need compliance with company standards relating to services rendered and store appearanceby employees to be up to standard. We turn the information over to the company executives so they will carry out their own duties in improving there services. When we need someone in your area for the assignment, we'll give you a call/email and describe the project to see if you are interested.Sometimes we will arrange for a mini-interview on phone. Fill out the resume below. On appointment for an assignment, payment will be sent to you at the address you provide us with. First Name: Last Name: Street Address(No Po Box Accpeptable) : City : State : Zip Code : Cell Phone Number/Home Phone Number : Age: Current Occupation: Alternate Email Address : AVAILABILITY: Days/Hours Available : Monday: Tuesday: Wednesday: Thursday: Friday: Saturday: Sunday: Hours Available: from _______ to ______ Through extensive background check, your information will be reviewed and processed. Immediately this is done we will give a phone call/email will be sent to let you know your placement with our company. Shane McClein Task Co-ordinator Wal- Mart Rebranding Wal-Mart Inc From owner-freebsd-ports@FreeBSD.ORG Wed May 11 13:14:00 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 255EE106564A for ; Wed, 11 May 2011 13:14:00 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p4BDE0SY045378 for ; Wed, 11 May 2011 13:14:00 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p4BDDxTX045365 for ports@FreeBSD.org; Wed, 11 May 2011 13:13:59 GMT (envelope-from erwin) Date: Wed, 11 May 2011 13:13:59 GMT From: Erwin Lansing Message-Id: <201105111313.p4BDDxTX045365@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 7.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: Wed, 11 May 2011 13:14:00 -0000 INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. make_index: pidgin-skype-0.0.0.608: no entry for /usr/ports/net-m/skype Committers on the hook: ashish culot itetcu kwm mandree mm rea sunpoet Most recent CVS update was: U MOVED U UPDATING U Mk/bsd.emacs.mk U archivers/lzo/Makefile U audio/gstreamer-plugins-flite/Makefile U databases/php5-redis/Makefile U databases/php5-redis/distinfo U devel/p5-Object-Event/Makefile U devel/p5-Object-Event/distinfo U editors/emacs/Makefile U editors/emacs/distinfo U editors/emacs/pkg-plist U editors/emacs/files/patch-configure U mail/exim/Makefile U mail/exim/distinfo U mail/exim/files/patch-exiqgrep.src U multimedia/gstreamer/Makefile U multimedia/gstreamer/distinfo U multimedia/gstreamer/pkg-plist U multimedia/gstreamer-ffmpeg/Makefile U multimedia/gstreamer-plugins/Makefile U multimedia/gstreamer-plugins/Makefile.common U multimedia/gstreamer-plugins/distinfo U multimedia/gstreamer-plugins/pkg-plist U multimedia/gstreamer-plugins-all/Makefile U multimedia/gstreamer-plugins-bad/pkg-plist U multimedia/gstreamer-plugins-good/pkg-plist U multimedia/gstreamer-plugins-vp8/Makefile U net/Makefile U net-im/Makefile U net-im/pidgin-skype/Makefile U net-im/skype/Makefile U net-im/skype/distinfo U net-im/skype/pkg-message U net-im/skype/pkg-plist U net-im/skype/files/skype.sh.in U net-im/skype-devel/Makefile U net-im/skype-devel/distinfo U net-im/skype-devel/pkg-descr U net-im/skype-devel/pkg-plist U net-im/skype-devel/files/pkg-message.in U net-im/skype20/Makefile U net-im/skype20/pkg-descr U sysutils/memtest86+/Makefile U sysutils/memtest86+/distinfo From owner-freebsd-ports@FreeBSD.ORG Wed May 11 16:16:51 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 9AF7B106566B for ; Wed, 11 May 2011 16:16:51 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p4BGGpCN026386 for ; Wed, 11 May 2011 16:16:51 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p4BGGp75026385 for ports@FreeBSD.org; Wed, 11 May 2011 16:16:51 GMT (envelope-from erwin) Date: Wed, 11 May 2011 16:16:51 GMT From: Erwin Lansing Message-Id: <201105111616.p4BGGp75026385@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 7.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: Wed, 11 May 2011 16:16:51 -0000 INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. make_index: pidgin-skype-0.0.0.608: no entry for /usr/ports/net-m/skype Committers on the hook: ashish culot gahr itetcu kwm mandree mm osa rea sunpoet tota Most recent CVS update was: U databases/redis/Makefile U databases/redis/distinfo U devel/p5-Time-Local/Makefile U devel/p5-Time-Local/distinfo U devel/ruby-memoize/Makefile U devel/ucommon/Makefile U devel/ucommon/distinfo U math/p5-Math-BigInt-Pari/Makefile U math/p5-Math-BigInt-Pari/distinfo U math/p5-Math-BigRat/Makefile U math/p5-Math-BigRat/distinfo U www/py-satchmo/Makefile U www/py-satchmo/distinfo U www/py-satchmo/pkg-plist From owner-freebsd-ports@FreeBSD.ORG Wed May 11 17:28:01 2011 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 01911106566C for ; Wed, 11 May 2011 17:28:01 +0000 (UTC) (envelope-from darkfalz@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 8D08D8FC1D for ; Wed, 11 May 2011 17:28:00 +0000 (UTC) Received: by fxm11 with SMTP id 11so747340fxm.13 for ; Wed, 11 May 2011 10:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:date:x-google-sender-auth :message-id:subject:from:to:content-type; bh=WL6YScVGuDM5RGjNFOKEUduFcc8VKZPR6szZ7BCc4RQ=; b=Xi5zyv8xMXBRcmsrCVRGVAbEs3NsS9JL7cHBbjEpHPnbAdcUF8iQ3JJd5N4YPIBlnc vuLK00cjdq/jvYAFAcBrryMQIiGL8TB1xOuJXjbeeX+kD9gT0PUH5o7XDiu+wBllp8yo 3skGOlR6XC+I7SemMG4w9d+ZFy6vBfmz4usvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=NcNkMRYUZqrzHu8N8vT7aLPrBbKJiPNKjCZM5mZVAA3vIxnjfIeipXfV6QA6ABUYqd +IXcXvbnNu6O66v1eaCkQ6K09e8IScrxZDpEZ02IkMxtXwULqi5GDsr8y4qODhZggTnJ q0DYLm8JJzrFYbyfDCyZ/yKVlJrX5dW4wRqmQ= MIME-Version: 1.0 Received: by 10.223.106.78 with SMTP id w14mr4304421fao.35.1305133212067; Wed, 11 May 2011 10:00:12 -0700 (PDT) Sender: darkfalz@gmail.com Received: by 10.223.114.4 with HTTP; Wed, 11 May 2011 10:00:12 -0700 (PDT) Date: Wed, 11 May 2011 12:00:12 -0500 X-Google-Sender-Auth: 5c-t66_ULqZEile6yDo1aTz2Tl0 Message-ID: From: Chris Wopat To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: net-mgmt/collectd - Bind integration X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 May 2011 17:28:01 -0000 net-mgmt/collectd defaults to enable Bind support. The Makefile only enables bind if lib/libbind9.a exists, which doesn't exist on a stock system. dns/libbind exists and installs lib/libbind.a. If I tweak the Makefile to use this the ./configure fails so clearly it's not the same thing. Does anyone have a working collectd install w/ bind module using the bind that comes with the system (9.6 on FreeBSD 8.2)? From owner-freebsd-ports@FreeBSD.ORG Wed May 11 19:07:52 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id 248781065670 for ; Wed, 11 May 2011 19:07:52 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p4BJ7pKH038096 for ; Wed, 11 May 2011 19:07:51 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p4BJ7pmu038085 for ports@FreeBSD.org; Wed, 11 May 2011 19:07:51 GMT (envelope-from erwin) Date: Wed, 11 May 2011 19:07:51 GMT From: Erwin Lansing Message-Id: <201105111907.p4BJ7pmu038085@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 7.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: Wed, 11 May 2011 19:07:52 -0000 From owner-freebsd-ports@FreeBSD.ORG Wed May 11 19:25:47 2011 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 4DC84106566B; Wed, 11 May 2011 19:25:47 +0000 (UTC) (envelope-from utisoft@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 829468FC1B; Wed, 11 May 2011 19:25:46 +0000 (UTC) Received: by wwc33 with SMTP id 33so951822wwc.31 for ; Wed, 11 May 2011 12:25:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=oy6/VBUzqq6Sw9Aku41lJ8j0gkK+UhJXIF6vug//7ks=; b=fucS2zeJS1FzJOnvu5dldna5VMkUwfL72zGmHMAnC0HTRgfE1vPRhBa2Yuuax+HSWk aJHwiyAAtLpeeKOSMHCMiixa5UK638kSlcjfGzMyBHe7///SPS6F7NT06XcYalLNEdPs mWqyV76fiNmetfzu9gLiRPhjioaG/yYg9PpIE= 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:content-transfer-encoding; b=cBpFG3Gx6FrhR/+Kfqs9enBo4VL3/9zUsEZ4YhL3X03EgpA8Md9/dnUKjaYoycmqTS ZcaSAJvYpB81nV6qZL67my5TuyanfSPGekJg8HK5aGXqXTKEiJlRkuO26ZsPOJwh875u 2AUDi819iiIxXbHBLKnikfbLl3QQrrJHR1nUY= Received: by 10.217.7.71 with SMTP id z49mr944176wes.33.1305141945251; Wed, 11 May 2011 12:25:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.48.207 with HTTP; Wed, 11 May 2011 12:25:14 -0700 (PDT) In-Reply-To: <20110511134524.9c8ef205.web@3dresearch.com> References: <44hb95nmgz.fsf@lowell-desk.lan> <201105090052.p490qssr007360@mail.r-bonomi.com> <20110509133819.aae35ee3.web@3dresearch.com> <20110511134524.9c8ef205.web@3dresearch.com> From: Chris Rees Date: Wed, 11 May 2011 20:25:14 +0100 Message-ID: To: Janos Dohanics , ports@freebsd.org, gecko@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: thunderbird-3.1.10 build error 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: Wed, 11 May 2011 19:25:47 -0000 On 11 May 2011 18:45, Janos Dohanics wrote: > On Mon, 9 May 2011 18:52:12 +0100 > Chris Rees wrote: > >> On 9 May 2011 18:38, Janos Dohanics wrote: >> > On Sun, 8 May 2011 19:52:54 -0500 (CDT) >> > Robert Bonomi wrote: >> > >> >> > From [...] >> >> >> >> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0 =A0 =A0 =A0 =A0 =A0 Are you trying to >> >> > run a parallel build? >> >> >> >> Reading the full trace _DID_ show a parallel build. >> > >> > How can you tell? I'm pretty sure I did not use the -j flag... >> > >> >> You're right about + =3D! >> >> Fetch this patchfile: >> >> http://www.bayofrum.net/~crees/patches/patch-mailnews-extensions-smime-b= uild-Makefile-in >> >> and stick it in /usr/ports/mail/thunderbird/files >> >> make clean, and try making again. >> >> Chris > > Chris, > > I guess your reward for helping is more nagging... would you please > take a look at http://wwwp.3dresearch.com/thunderbird2 > > -- > Janos Dohanics Hey... only thing I can suggest right now is that you try: # make -DDISABLE_MAKE_JOBS Moving to ports@ and CCing gecko@ Chris Link to entire thread: http://lists.freebsd.org/pipermail/freebsd-questions/2011-May/229785.html From owner-freebsd-ports@FreeBSD.ORG Thu May 12 01:32:59 2011 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 3833A106564A; Thu, 12 May 2011 01:32:59 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 022CF8FC15; Thu, 12 May 2011 01:32:58 +0000 (UTC) Received: from [IPv6:::1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4C1WvGc005324; Wed, 11 May 2011 20:32:58 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4DCB38C9.1040000@missouri.edu> Date: Wed, 11 May 2011 20:32:57 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: "ports@FreeBSD.org" , "koziol@hdfgroup.org" References: <4DC937FE.7090602@missouri.edu> In-Reply-To: <4DC937FE.7090602@missouri.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "maho@FreeBSD.org" , "thierry@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 May 2011 01:32:59 -0000 Stephen Montgomery-Smith wrote: > Why are there three versions of science/hdf in the ports? > > This is causing problems for me when I try to build the port > octave-forge. As dependencies, it calls in the octave port (which > currently defaults to hdf5), the cgnslib port (which uses hdf5-18), and > the opendx port (which uses hdf). All of these ports function perfectly > well with hdf5.18, because all the different versions of hdf conflict > with each other. > > If we could settle on using hdf5-18 throughout, that would be great. (I > currently maintain opendx, so that would be something I can fix.) > > Are there ports that need hdf but don't build with hdf5-18? > > Thanks, Stephen > Well I feel pretty dumb. Actually it is my port, opendx, that needs the original hdf port. I forgot to enable "WITH_HDF" before testing it! Stephen Stephen From owner-freebsd-ports@FreeBSD.ORG Thu May 12 01:54:10 2011 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 01B48106566B; Thu, 12 May 2011 01:54:10 +0000 (UTC) (envelope-from maho.nakata@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 B6B528FC14; Thu, 12 May 2011 01:54:09 +0000 (UTC) Received: by pvg11 with SMTP id 11so661052pvg.13 for ; Wed, 11 May 2011 18:54:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:sender:date:message-id:to:cc:subject:from :in-reply-to:references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=dQKkzuNPEXJ+vQvZ/8aWeg9F3KK1UJ9pxo2tF71N324=; b=ebk0xyGjXzOMAPKpKIEwrXFGupgGHiKijliULfL5uJnQqTpey7FtXN8mD3TpNeHFCE 7ICsUCNln6A5f41ls0g8iONhXR3Jd9R5/nG8HuthAWAKQwu5xmQr7H6iAJ4EPBidSsVf eAVZjJxGerdzCmYTrz7kdgP9ciDg4Tv7VQtTk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=PrTuSM6tAblueRkNTgjeXCFLFdNXhXz6JxYTVUHq0Ghwl+LvW3T6Y9n7SgoC0aEOCC UVXA1MvG1X+LjAl9KpU+dYsfAP0Isyx2EHhL37Vb0u8jjyLdgVWM6OcIYmsxdpc6lXr4 ecsi0n9J6iOGc9DbPwsiq7zenMkUEaHsk90xI= Received: by 10.68.62.234 with SMTP id b10mr13380436pbs.48.1305165249098; Wed, 11 May 2011 18:54:09 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id k9sm341153pbc.34.2011.05.11.18.54.05 (version=SSLv3 cipher=OTHER); Wed, 11 May 2011 18:54:07 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 12 May 2011 10:54:03 +0900 (JST) Message-Id: <20110512.105403.1125568313704426840.chat95@mac.com> To: lstewart@freebsd.org From: Maho NAKATA In-Reply-To: <20110508.221235.1049390459241955982.chat95@mac.com> References: <4DC61348.5090106@freebsd.org> <20110508.221235.1049390459241955982.chat95@mac.com> X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org, openoffice@freebsd.org Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2011 01:54:10 -0000 Hi I also reproduced in the tinderbox... From: Maho NAKATA Subject: Re: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE Date: Sun, 08 May 2011 22:12:35 +0900 (JST) > Hi > > Thanks for your report. I'm aware of this issue, since my OOo build > is broken at the same place. Sorry and I don't have a clue yet, but, > I guess from folllowing error message, somehow moz module > invoke make instead gmake. >> Makefile:83: *** missing separator. Stop. > > thanks, > Nakata Maho > > From: Lawrence Stewart > Subject: OO 3.3.0 fails to build "moz" module on amd64 8-STABLE > Date: Sun, 08 May 2011 13:51:36 +1000 > >> Hi, >> >> I've attempted to build OO 3.3.0 on two separate machines set up from >> scratch recently and both are unable to complete the OO build. >> >> My most recent attempt to build is with a ports tree cvsup'd yesterday >> (2011-05-07) and all my installed ports were built from the ports tree >> and are up to date. Some details about the system: >> >> lstewart@lstewart-laptop> uname -a >> FreeBSD lstewart-laptop 8.2-STABLE FreeBSD 8.2-STABLE #0 r221492: Fri >> May 6 00:41:20 EST 2011 >> lstewart@lstewart-laptop:/usr/obj/usr/src/sys/GENERIC amd64 >> >> Relevant lines from /etc/make.conf: >> >> .if ${.CURDIR:M*/editors/openoffice.org-3} >> WITH_KDE4=1 >> LOCALIZED_LANG=en-GB >> .endif >> >> I'm running KDE 4.6.2. >> >> >> >> >> The problem stems from the "moz" build module. Here are the last few >> lines of console output when the make dies: >> >> ########## >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util >> >> drawinglayer deliver >> >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/slideshow/util >> >> slideshow deliver >> >> 1 module(s): >> moz >> need(s) to be rebuilt >> >> Reason(s): >> >> ERROR: error 65280 occurred while making >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz >> >> Attention: if you fix the errors in above module(s) you may prolongue >> your the build issuing command: >> >> build --from moz >> >> *** Error code 1 >> >> Stop in /usr/ports/editors/openoffice.org-3. >> ########## >> >> >> >> >> The OO build log for the "moz" module says this: >> >> ########## >> gmake[5]: Entering directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> Makefile:83: *** missing separator. Stop. >> gmake[5]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> gmake[4]: *** [export] Error 2 >> gmake[4]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' >> gmake[3]: *** [export] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' >> gmake[2]: *** [export] Error 2 >> gmake[2]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' >> gmake[1]: *** [tier_99] Error 2 >> gmake[1]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' >> gmake: *** [default] Error 2 >> dmake: Error code 2, while making >> './unxfbsdx.pro/misc/build/so_built_ooo_mozab' >> ########## >> >> >> >> >> Sure enough, line 83 of >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build/Makefile >> looks like this: >> >> SHARED_LIBRARY_LIBS + = >> $(DIST)/lib/$(LIB_PREFIX)msgbsutl_s.$(LIB_SUFFIX) >> >> The space between the "+" and "=" looks like the problem to me. Some >> sort of Makefile template problem perhaps? >> >> If I delete the space to make "+=" and re-run make from the >> editors/openoffice.org-3 port dir, the build dies again in the "moz" >> module. The console output when the make dies this time looks like: >> >> ########## >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/source/animation >> >> slideshow deliver >> >> Entering >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/drawinglayer/util >> >> drawinglayer deliver >> >> 1 module(s): >> moz >> need(s) to be rebuilt >> >> Reason(s): >> >> ERROR: error 65280 occurred while making >> /usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz >> >> Attention: if you fix the errors in above module(s) you may prolongue >> your the build issuing command: >> >> build --from moz >> >> *** Error code 1 >> >> Stop in /usr/ports/editors/openoffice.org-3. >> ########## >> >> >> >> >> >> and the last few lines of the OO build log output for the "moz" module >> says this: >> >> >> ########## >> gmake[5]: Entering directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> nsMsgSMIMEFactory.cpp >> c++ -o nsMsgSMIMEFactory.o -c >> -I../../../../dist/include/system_wrappers -include >> ../../../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API >> -DOSTYPE=\"FreeBSD8\" -DOSARCH=\"FreeBSD\" -DBUILD_ID=0000000000 >> -I../../../../dist/include/xpcom -I../../../../dist/include/string >> -I../../../../dist/include/mime -I../../../../dist/include/msgcompose >> -I../../../../dist/include/pipnss -I../../../../dist/include/necko >> -I../../../../dist/include/intl -I../../../../dist/include/caps >> -I../../../../dist/include/msgsmime -I../../../../dist/include >> -I../../../../dist/include/nspr -I/usr/local/include -fPIC >> -I/usr/local/include -I/usr/local/include -fno-rtti -fno-exceptions >> -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual >> -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long >> -pedantic -fshort-wchar -pipe -DNDEBUG -DTRIMMED -O >> -I/usr/local/include -I/usr/local/include -DMOZILLA_CLIENT -include >> ../../../../mozilla-config.h -Wp,-MD,.deps/nsMsgSMIMEFactory.pp >> ../../../../../mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp >> gmake[5]: *** No rule to make target >> `../../../../dist/lib/libmsgbsutl_s.a', needed by `libmsgsmime.so'. >> Stop. >> gmake[5]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime/build' >> gmake[4]: *** [libs] Error 2 >> gmake[4]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions/smime' >> gmake[3]: *** [libs] Error 2 >> gmake[3]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews/extensions' >> gmake[2]: *** [libs] Error 2 >> gmake[2]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir/mailnews' >> gmake[1]: *** [tier_99] Error 2 >> gmake[1]: Leaving directory >> `/usr/ports/editors/openoffice.org-3/work/OOO330_m20/moz/unxfbsdx.pro/misc/build/mozilla/X_objdir' >> gmake: *** [default] Error 2 >> dmake: Error code 2, while making >> './unxfbsdx.pro/misc/build/so_built_ooo_mozab' >> ########## >> >> and that's where I run out of clue about how to fix the problem ;) >> >> Any help to fix this would be greatly appreciated. >> >> Cheers, >> Lawrence >> _______________________________________________ >> freebsd-openoffice@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice >> To unsubscribe, send any mail to >> "freebsd-openoffice-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-openoffice@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-openoffice > To unsubscribe, send any mail to "freebsd-openoffice-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu May 12 02:11:39 2011 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 9B01F106566C for ; Thu, 12 May 2011 02:11:39 +0000 (UTC) (envelope-from lichray@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 0287D8FC08 for ; Thu, 12 May 2011 02:11:36 +0000 (UTC) Received: by fxm11 with SMTP id 11so1095506fxm.13 for ; Wed, 11 May 2011 19:11:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=sBm6F1iL/lWk1DrFeG+lrFfddfq7zv9rMOM6Y8CQgUg=; b=VgL8P7/rkT1UfL4WCLUuR4EOofY7W0/chC5Ao0TDd2vzJemZ6IfabaPdKHv3/eZ++9 TIX+qzjDfmq8i8jaK/9lYCsckQQfDd4mIFMRf5V8s07S1t6N1MuSqjptNVdi3PkGHYH8 mJWxgu09pqZ1lqavKOgZbWbLo+MJeRT2ddO1o= 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=HXJLrrP9ipMckLaIVD5wzBZg0XL9FH9bDp+KP0+WnpxszJ3GGbmGj6yxjmG1iqLrzK 9aiPTrPrPrddcSflmfR7D1yHEjeApFnN5xCTKPKMVKU+JeVPvuIIs/z3dGFxwe3gdsG+ +gHQF2/muO6Ee2zmlZNyP7VfA/19NTcC17KgU= MIME-Version: 1.0 Received: by 10.223.6.198 with SMTP id a6mr646171faa.128.1305166296027; Wed, 11 May 2011 19:11:36 -0700 (PDT) Received: by 10.223.96.142 with HTTP; Wed, 11 May 2011 19:11:35 -0700 (PDT) In-Reply-To: <4DCB38C9.1040000@missouri.edu> References: <4DC937FE.7090602@missouri.edu> <4DCB38C9.1040000@missouri.edu> Date: Wed, 11 May 2011 21:11:35 -0500 Message-ID: From: Zhihao Yuan To: Stephen Montgomery-Smith Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "ports@FreeBSD.org" , "koziol@hdfgroup.org" , "thierry@FreeBSD.org" , "maho@FreeBSD.org" Subject: Re: Why so many versions of the port science/hdf? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 May 2011 02:11:39 -0000 On Wed, May 11, 2011 at 8:32 PM, Stephen Montgomery-Smith wrote: > Stephen Montgomery-Smith wrote: >> >> Why are there three versions of science/hdf in the ports? >> >> This is causing problems for me when I try to build the port >> octave-forge. =C2=A0As dependencies, it calls in the octave port (which >> currently defaults to hdf5), the cgnslib port (which uses hdf5-18), and >> the opendx port (which uses hdf). =C2=A0All of these ports function perf= ectly >> well with hdf5.18, because all the different versions of hdf conflict >> with each other. >> >> If we could settle on using hdf5-18 throughout, that would be great. =C2= =A0(I >> currently maintain opendx, so that would be something I can fix.) >> >> Are there ports that need hdf but don't build with hdf5-18? >> >> Thanks, Stephen >> > > Well I feel pretty dumb. =C2=A0Actually it is my port, opendx, that needs= the > original hdf port. =C2=A0I forgot to enable "WITH_HDF" before testing it! > > Stephen > > > Stephen > > _______________________________________________ > 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" > math/PDL only builds with hdf4. It detects hdf.h and libdf.a. --=20 Zhihao Yuan The best way to predict the future is to invent it. From owner-freebsd-ports@FreeBSD.ORG Thu May 12 07:07:13 2011 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 5A3AB1065670; Thu, 12 May 2011 07:07:13 +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 0D8C18FC12; Thu, 12 May 2011 07:07:12 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward12.mail.yandex.net (Yandex) with ESMTP id 401CCC20B39; Thu, 12 May 2011 11:07:11 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1305184031; bh=2UviaJwnILndkdRD7mLTOc2QRDfjFwB2ZSu/+l8TCBU=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=v5Lg2YSo/ubYT0vAiSUIze8+okpFQo211URqY6JI+yXePJXYlOPMVR7b9/GhLkhaV ZuqcuXL/KvcO38MwvULAcfsYBTBrMYOfSyb/VmSYyZX1y6fWtDhLNWlOwZtCs4JaRm UnOIJ8cBMY0oGW1nJREl7YBTd6H2h3VAtEyYk4nU= Received: from smeshariki2.local (unknown [213.27.65.65]) by smtp13.mail.yandex.net (Yandex) with ESMTPSA id EA5283898099; Thu, 12 May 2011 11:07:10 +0400 (MSD) Message-ID: <4DCB8698.5090201@yandex.ru> Date: Thu, 12 May 2011 11:04:56 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: FreeBSD Ports Mailing List References: <4DBFA802.7010809@yandex.ru> In-Reply-To: <4DBFA802.7010809@yandex.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Yandex-Spam: 1 Cc: chromium@FreeBSD.org Subject: Re: www/chromium ignores gnome proxy settings X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 May 2011 07:07:13 -0000 03.05.2011 11:00, Ruslan Mahmatkhanov пишет: > Good day. > > This problem existed in 6.x/10.x and exists in 11.x. > If i try to access some webs via proxy, that is > configured in gnome proxy settings, then chromium > will response with net::ERR_CONNECTION_TIMED_OUT > on any url, that i try to access. Still epiphany > and firefox works as expected. > Does anybody see this behavior? Any ways to solve > this? The problem is gone after update to 11.0.696.65. Thank you all. -- Regards, Ruslan From owner-freebsd-ports@FreeBSD.ORG Fri May 13 01:08:42 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id E180D106566B for ; Fri, 13 May 2011 01:08:42 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p4D18gOC065753 for ; Fri, 13 May 2011 01:08:42 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p4D18gJh065752 for ports@FreeBSD.org; Fri, 13 May 2011 01:08:42 GMT (envelope-from erwin) Date: Fri, 13 May 2011 01:08:42 GMT From: Erwin Lansing Message-Id: <201105130108.p4D18gJh065752@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 7.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, 13 May 2011 01:08:43 -0000 INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. make_index: linux-nerogame-2.0: no entry for /usr/ports/multimedia/linux-libtheora make_index: linux-coldwar-demo-1.1: no entry for /usr/ports/multimedia/linux-libtheora Committers on the hook: flo rene wxs Most recent CVS update was: U MOVED U databases/pecl-memcache/Makefile U databases/pecl-memcache/distinfo U mail/Makefile U mail/muttils/Makefile U mail/muttils/distinfo U mail/muttils/pkg-descr U mail/muttils/pkg-plist U multimedia/Makefile U multimedia/linux-f10-libtheora/Makefile U net/tcpproxy/Makefile U net/tcpproxy/files/patch-configure U net-mgmt/Makefile U net-mgmt/nagios-check_email_delivery/Makefile U net-mgmt/nagios-check_email_delivery/distinfo U net-mgmt/nagios-check_email_delivery/pkg-descr U net-mgmt/nagios-check_email_delivery/pkg-plist U security/vuxml/vuln.xml From owner-freebsd-ports@FreeBSD.ORG Fri May 13 04:14:57 2011 Return-Path: Delivered-To: ports@FreeBSD.org Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by hub.freebsd.org (Postfix) with ESMTP id AE6F0106564A for ; Fri, 13 May 2011 04:14:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id p4D4EvBW056030 for ; Fri, 13 May 2011 04:14:57 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id p4D4Ev7A056028 for ports@FreeBSD.org; Fri, 13 May 2011 04:14:57 GMT (envelope-from erwin) Date: Fri, 13 May 2011 04:14:57 GMT From: Erwin Lansing Message-Id: <201105130414.p4D4Ev7A056028@pointyhat.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 7.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, 13 May 2011 04:14:57 -0000 From owner-freebsd-ports@FreeBSD.ORG Fri May 13 06:16:32 2011 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 761FE106566B for ; Fri, 13 May 2011 06:16:32 +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 357A58FC1B for ; Fri, 13 May 2011 06:16:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <4DCCC8B4.4020703@intersonic.se> Date: Fri, 13 May 2011 07:59:16 +0200 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: ports@freebsd.org X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: openjdk build failure X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 May 2011 06:16:32 -0000 Recent sources 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed May 11 20:28:31 CEST 2011 doing make in /usr/ports/java/openjdk7: -def-build-bootstrap-tool: build-bootstrap-javac: [javac] Compiling 67 source files to /usr/ports/java/openjdk7/work/openjdk/build/bsd-i586/langtools/build/bootstrap/classes [javac] /usr/ports/java/openjdk7/work/openjdk/langtools/src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java:377: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] 1 error BUILD FAILED /usr/ports/java/openjdk7/work/openjdk/langtools/make/build.xml:413: The following error occurred while executing this line: /usr/ports/java/openjdk7/work/openjdk/langtools/make/build.xml:756: Compile failed; see the compiler error output for details. Total time: 4 seconds gmake[2]: *** [build] Error 1 gmake[2]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk/langtools/make' gmake[1]: *** [langtools-build] Error 2 gmake[1]: Leaving directory `/usr/ports/java/openjdk7/work/openjdk' gmake: *** [build_product_image] Error 2 *** Error code 1 From owner-freebsd-ports@FreeBSD.ORG Fri May 13 09:48:09 2011 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 6C508106566B for ; Fri, 13 May 2011 09:48:09 +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 E57DC8FC15 for ; Fri, 13 May 2011 09:48:08 +0000 (UTC) Received: by bwz12 with SMTP id 12so2900618bwz.13 for ; Fri, 13 May 2011 02:48:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=XWBKjt6xnftoOqz/boPAV1HaMolA0Bxfrec3hGT1NHc=; b=QQ1P6uDNpRKz/6PGXisz5wC367ML2Lb4AM6Jdo7L2nWI9I+avN1rkYt9YSe9xb08w9 Weq69EQy/3EWgqFF4H7qYHa03GNTJZ73eiTASQo+mIRJCHslm8oURZmYui2VVdBlInff EdGcjoVXvnVeyDwTw8OEhENM5gXPrvGqbXL5g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; b=Et3mu2AReeYs7NDb1XxHqinQeku+7kUITvgSUE5NxPxx44suqmxGO6SDc9hLZyWe9O qyHTf5eo7l55iyRbBDO3qVQs1PRJAS9ceQzz6IAe3YCRwsnskAIrdIGJS7B755cvitIo kuTsN5/WCmwRSwkXnP86hJnNGC7sDmYCexeoc= MIME-Version: 1.0 Received: by 10.204.3.207 with SMTP id 15mr1162817bko.178.1305280087557; Fri, 13 May 2011 02:48:07 -0700 (PDT) Received: by 10.204.42.21 with HTTP; Fri, 13 May 2011 02:48:07 -0700 (PDT) Received: by 10.204.42.21 with HTTP; Fri, 13 May 2011 02:48:07 -0700 (PDT) In-Reply-To: <4DCCE2D7.4060809@t-online.de> References: <4DCCE2D7.4060809@t-online.de> Date: Fri, 13 May 2011 10:48:07 +0100 Message-ID: From: Chris Rees To: Zbigniew Diaczyszyn Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Richard Ellis Subject: Re: FreeBSD Port: gorilla-1.5.3.1_1 - Update possible to 1.5.3.4? 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: Fri, 13 May 2011 09:48:09 -0000 On 13 May 2011 08:45, "Zbigniew Diaczyszyn" wrote: > > Hi Chris, > > first I want to thank you for maintaining the BSD gorilla port. > > Actually we are at version 1.5.3.4 and are ready for releasing 1.5.3.5 > (https://github.com/zdia/gorilla/wiki) > > Could you update the BSD version? > > If you want I could send you an email every time a new version is released. > > Github has changed its "http" url due to some hacking attacks to "https". > > The dependency description lists bwidget-1.9.2 but since 1.5.3 there are > no Bwidget calls inside Gorilla. > >> gorilla-1.5.3.1_1 Password Gorilla is a cross-platform Password > > [...] >> >> Requires: bwidget-1.9.2, expat-2.0.1_1, >> fontconfig-2.8.0,1, freetype2-2.4.4, itcl-3.4b1, kbproto-1.0.5, >> libX11-1.3.6,1, libXau-1.0.6, libXdmcp-1.0.3, libXft-2.1.14, >> libXrender-0.9.5, libpthread-stubs-0.3_3, libxcb-1.7, >> pkg-config-0.25_1, renderproto-0.11, tcl-8.5.9, tcl-modules-8.5.9, >> tk-8.5.9, tk-wrapper-1.1_1, xproto-7.0.16 > > > Oops, dropped the ball there, sorry! Of course I'll update it as soon as possible. Do you have a mailing list I should join? Chris From owner-freebsd-ports@FreeBSD.ORG Fri May 13 14:17:07 2011 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 DFE02106566B; Fri, 13 May 2011 14:17:07 +0000 (UTC) (envelope-from demelier.david@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 7EFD38FC0C; Fri, 13 May 2011 14:17:07 +0000 (UTC) Received: by qyk27 with SMTP id 27so1770429qyk.13 for ; Fri, 13 May 2011 07:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=gAJyQjrfpx+7B0PzizFUUY8yShqkk3jI1ei54Ho7LWw=; b=kgnJvhAJaMZPbmNEHNgD/fmd3k+iylIrMl9ik00kPE7AO9uyCkn5Pxhj1E0CR8MWPu y+prf+MM5oC4A06Ld6mUYFtZmrb25NtofXGNzXIlvWDXLA3OP7/4jbNGb37wt3fTPWwY tcZB+WI8H0USTTtI6wAM/6j/U5vOn/JKefrRc= 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=WkU0/nOb5SbZnLkCmhkY3QlDJ4eL4X6+uOED6EN9k14dpPDw6+w/bjBq6Ga0XlP5U7 NA8ORUdzvVMrMP4vGixaFh4hmjCgRyNPZMMrNHKX/YUCUZnt5a9bkBQ1EQ1s5/w0QLkh TBA8xpkZ1XRPNaRFaIbZhDlFJJG50Lvqm02xM= MIME-Version: 1.0 Received: by 10.224.67.72 with SMTP id q8mr1121639qai.278.1305296226716; Fri, 13 May 2011 07:17:06 -0700 (PDT) Received: by 10.224.6.129 with HTTP; Fri, 13 May 2011 07:17:06 -0700 (PDT) In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> Date: Fri, 13 May 2011 16:17:06 +0200 Message-ID: From: David DEMELIER To: Christer Solskogen Content-Type: text/plain; charset=UTF-8 Cc: "Sergey V. Dyatko" , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 May 2011 14:17:08 -0000 2011/5/8 Christer Solskogen : > On Sun, May 8, 2011 at 7:35 PM, Christer Solskogen > wrote: >> On Sat, May 7, 2011 at 6:36 PM, Florent Thoumie wrote: >>> >>> Sorry it took me a while, but I've finally committed this patch. >> >> I'm having issues when I have the following in .rtorrentrc >> scgi_port = 192.168.0.3:5000 >> >> rtorrent takes up 100% cpu. but no gui. > > I also can't quit. Quitting makes rtorrent use 100% CPU. > > > -- > chs, > We should complain this upstream. -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Sat May 14 03:26:30 2011 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 1F6C1106566B for ; Sat, 14 May 2011 03:26:30 +0000 (UTC) (envelope-from erwin@mail.droso.net) Received: from mail.droso.net (sludge.pil.dk [195.41.47.48]) by mx1.freebsd.org (Postfix) with ESMTP id DB5A68FC15 for ; Sat, 14 May 2011 03:26:29 +0000 (UTC) Received: by mail.droso.net (Postfix, from userid 1001) id ED4C3E51; Sat, 14 May 2011 05:26:28 +0200 (CEST) Date: Sat, 14 May 2011 05:26:28 +0200 From: Erwin Lansing Sender: owner-all-developers@FreeBSD.org To: ports@FreeBSD.org Message-ID: <20110514032628.GC52363@droso.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="mVonZaCXjkyW6e25" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: New portmgr member: Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 03:26:30 -0000 --mVonZaCXjkyW6e25 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Portmgr is pleased to announce that Baptiste Daroussin, bapt@, has joined the ranks of the Ports Management team. He has been working hard on some large infrastructure improvements, including a new OPTIONS framework and PKGNG[1] that will replace the current pkg_* tools and bring them into the 21 century. We are very happy to have him onboard, where he will continue working on these and other much needed infrastructure improvements with the full power of the pointyhats. On behalf of portmgr, -erwin 1: http://lists.freebsd.org/pipermail/freebsd-current/2011-March/023674.html --=20 Erwin Lansing http://droso.org Prediction is very difficult especially about the future erwin@FreeBSD.org --mVonZaCXjkyW6e25 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iD8DBQFNzfZkqy9aWxUlaZARAiD5AJ0QvW7hNGwXFNuZzGekKurnso34UQCg63qP RG5rRGTGna99QaiVA1MkHRY= =LpVs -----END PGP SIGNATURE----- --mVonZaCXjkyW6e25-- From owner-freebsd-ports@FreeBSD.ORG Sat May 14 06:25:47 2011 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 5A1911065673; Sat, 14 May 2011 06:25:47 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id EB10F8FC12; Sat, 14 May 2011 06:25:46 +0000 (UTC) Received: by vxc34 with SMTP id 34so3113765vxc.13 for ; Fri, 13 May 2011 23:25:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=IsL69JRMUR1GaJGUWGFy07sPqEtz19lYtly+MBeQyTY=; b=aujB5CFgkADFSLwshmC8q4sv+vhFdoYCKVj8qNIS2wjOBl7PkUI/4pqQeAZ7DaBMy3 dDVB/38+QmOP1jA+TEowQs0jHwxerRKCQgAqDRGus1SdqVWdT2Kavg+1MQNi7at0nnzD osZCqrDVx8FySqs5nyRzerfVYfaBJ04X6ZHWQ= 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=VJIDodbUm1P8b2z+DK7Qm+tCrkRP6X2dA0VpWYyyC9GInAbzatIDCbVlmRVWaSlmA/ NTfMYAj4oEVIYDysyTUlaDMFg8VY0+RVfzSxOGPOWG7a1whRB9+w5NSZSznxwSbS6Gpq cXK00PhzhKScMpe/TUPpIJfl1icNy+sDalwcc= Received: by 10.52.18.11 with SMTP id s11mr879598vdd.269.1305354346121; Fri, 13 May 2011 23:25:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.111.196 with HTTP; Fri, 13 May 2011 23:25:26 -0700 (PDT) In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> From: Christer Solskogen Date: Sat, 14 May 2011 08:25:26 +0200 Message-ID: To: David DEMELIER Content-Type: text/plain; charset=ISO-8859-1 Cc: "Sergey V. Dyatko" , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 06:25:47 -0000 On Fri, May 13, 2011 at 4:17 PM, David DEMELIER wrote: > > We should complain this upstream. > Yes, but first one thing. I have a friend who does not have the same problem as we do. He is also running 8.2-RELEASE. The only difference I know of is that I use UTF8, while he use ISO-8859-15. What do you use? -- chs, From owner-freebsd-ports@FreeBSD.ORG Sat May 14 06:42:35 2011 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 3F557106566B; Sat, 14 May 2011 06:42:35 +0000 (UTC) (envelope-from sergey.dyatko@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 8CE8B8FC0A; Sat, 14 May 2011 06:42:34 +0000 (UTC) Received: by bwz12 with SMTP id 12so3824903bwz.13 for ; Fri, 13 May 2011 23:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=P2AMpQ6Rn6O4lUwCb9q80dhufeUBjS8kEZIPwxxTV2E=; b=XUrl+QNmWCEz9RguZPX4lThuEkqxjQlE6QqBC9gFEoSk4vc3SA/z5NN+2Re66x5hAx vQJfbzmiZefANEobPfRwC4PX4xggezi6Zxd6sLm1DBvsMddA/TvzK0+jA8UpGvbv7i12 g1Fpff7Uf6PRG+U/V1/GnJF8+hg7iGoiXCTXs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=F9fGNbKbVacrIYfWcfK8eIpbKSMtv27ikNRvpPykteKtYwLcKNkkrRTKxLatvQqJ8a DgH2tT70cVFOfYGHSLbHUzlvGwuha2CEI+gkGeVQVcbvm7FJdvQQgz1xrpncjSwDMSZu p9Fb5RplpP4Spn8jnMN8TfI97NvQRufjclCEo= Received: by 10.204.126.204 with SMTP id d12mr567589bks.133.1305355353533; Fri, 13 May 2011 23:42:33 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id q24sm1756920bks.9.2011.05.13.23.42.31 (version=SSLv3 cipher=OTHER); Fri, 13 May 2011 23:42:32 -0700 (PDT) Date: Sat, 14 May 2011 09:42:35 +0300 From: "Sergey V. Dyatko" To: Christer Solskogen Message-ID: <20110514094235.13e179a8@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 06:42:35 -0000 On Sat, 14 May 2011 08:25:26 +0200 Christer Solskogen wrote: > On Fri, May 13, 2011 at 4:17 PM, David DEMELIER > wrote: > > > > We should complain this upstream. > > > > Yes, but first one thing. > I have a friend who does not have the same problem as we do. He is > also running 8.2-RELEASE. The only difference I know of is that I use > UTF8, while he use ISO-8859-15. What do you use? > > head/releng_8 with C/ru_RU.KOI8-R btw, flz@ why we have 2 ports (net-p2p/rtorrent[-devel]) with almost eq versions ? According to http://libtorrent.rakshasa.no/ stable rtorrent release is 0.8.6 plus libtorrent-0.12.6 and UNstable libtorrent-0.12.8+rtorrent-0.8.8 I think it's better to have a stable version on net-p2p/rtorrent and net-p2p/libtorrent and devel/unstable on *-devel. please note that upstream have newest version. I have fully working version on: [tiger@pussy7609]~%uname -a FreeBSD pussy7609.minsk.domain 8.2-STABLE FreeBSD 8.2-STABLE #4 r220557M: Thu Apr 14 16:58:32 EEST 2011 root@pussy7609.minsk.domain:/usr/obj/usr/src/sys/pussy7609 amd64 [tiger@pussy7609]~%pkg_info -xI torre libtorrent-0.12.6_1 BitTorrent Library written in C++ rtorrent-0.8.6_1 BitTorrent Client written in C++ -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Sat May 14 06:54:49 2011 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 3A739106564A; Sat, 14 May 2011 06:54:49 +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 C226B8FC0A; Sat, 14 May 2011 06:54:48 +0000 (UTC) Received: by vws18 with SMTP id 18so3090943vws.13 for ; Fri, 13 May 2011 23:54:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=qyGNmvRkSD3A8sEWDMO34MfGHkGB/amphekux6I+aPs=; b=JcZ7bYmxrZgdBDvVJlzaB3kco1NXqYDPItT97Vo5fq9gxFiO6UJQxKVanNlfkGPrWu p/4vDqQhQ6N5xnyeBTNTSrTWMh+J+eUnJeEJhCrczcxg2nnwxM2hKURw7BlvPR8tSEj+ TssMpRQs170wypq+XyhOyDGJEOwY1HmCseVew= 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=kEint/kp4hXrkcrifZNF2AgyXMUfPj863zm2OA46shhuyds27ROkMdYV+fRw8mzA/Z 47fvatNmtc34uFqkdGojUQSkYIqkg90PU/Mzn/mb3L93D1v9oUGPVyMYxnMo4bORTFvA 4W3v8tAgnaMJtqCE0O4LgnxwBw1Kcpj1jEF9A= Received: by 10.52.97.7 with SMTP id dw7mr1700788vdb.109.1305356088083; Fri, 13 May 2011 23:54:48 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.111.196 with HTTP; Fri, 13 May 2011 23:54:28 -0700 (PDT) In-Reply-To: <20110514094235.13e179a8@gmail.com> References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> From: Christer Solskogen Date: Sat, 14 May 2011 08:54:28 +0200 Message-ID: To: "Sergey V. Dyatko" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 06:54:49 -0000 On Sat, May 14, 2011 at 8:42 AM, Sergey V. Dyatko wrote: > [tiger@pussy7609]~%pkg_info -xI torre > libtorrent-0.12.6_1 BitTorrent Library written in C++ > rtorrent-0.8.6_1 =A0 =A0BitTorrent Client written in C++ > Yes, they work on my system as well. But not rtorrent-0.8.7 :( --=20 chs, From owner-freebsd-ports@FreeBSD.ORG Sat May 14 07:05:25 2011 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 B53C9106564A; Sat, 14 May 2011 07:05:25 +0000 (UTC) (envelope-from sergey.dyatko@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 0F54E8FC08; Sat, 14 May 2011 07:05:24 +0000 (UTC) Received: by bwz12 with SMTP id 12so3834098bwz.13 for ; Sat, 14 May 2011 00:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=whpj42trK3uVsKWOt9fe/o+yg6uenmsvMCXj1ie6bvM=; b=Q2IESTT0Lp1UpoYNYYr2iQA8i/A2FV6TcTZn/FBGRBKBWwBHCj3af2fvWAFOdHN/GT /ew+95B4seyWfe7NEnlnNL64zqDaKobwK5eof0ziNPnnskyLmJX7AGfp84YguRlBwfw3 irfcrUcYfDDL7DiGUdAP1kyeyjrukS+YDs46s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=eIk3/J/haX8ZlbTD4AgwwNRZGNNv9CH0lIlhRA1s8JZm7Yd4oCggG5n+Hsfme5sXic jwXo+/KW5BA7yM01pqCW6f216YxYTIRSj0YjHIe6THaFbgNzNrTkWJzx5VwV6BhoVOgT y4gQ/hnMNpN4gmNMMemW3f/9KtV5N6n0v7M88= Received: by 10.204.75.1 with SMTP id w1mr2001740bkj.132.1305356723970; Sat, 14 May 2011 00:05:23 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id q24sm1765555bks.9.2011.05.14.00.05.22 (version=SSLv3 cipher=OTHER); Sat, 14 May 2011 00:05:23 -0700 (PDT) Date: Sat, 14 May 2011 10:05:26 +0300 From: "Sergey V. Dyatko" To: Christer Solskogen Message-ID: <20110514100526.3a3660c2@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 07:05:25 -0000 On Sat, 14 May 2011 08:54:28 +0200 Christer Solskogen wrote: > On Sat, May 14, 2011 at 8:42 AM, Sergey V. Dyatko > wrote: > > > [tiger@pussy7609]~%pkg_info -xI torre > > libtorrent-0.12.6_1 BitTorrent Library written in C++ > > rtorrent-0.8.6_1 š šBitTorrent Client written in C++ > > > > Yes, they work on my system as well. But not rtorrent-0.8.7 :( > Amazing, 0.8.8 works fine(head, i386, ru_RU.KOI8-R) I'm testing a patch for latest _stable_ libtorrent/rtorrent versions on my tinderbox now. On next step I plan fill pr with update. -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Sat May 14 08:49:41 2011 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 5038F106566B; Sat, 14 May 2011 08:49:41 +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 E24B58FC0C; Sat, 14 May 2011 08:49:40 +0000 (UTC) Received: by vws18 with SMTP id 18so3122229vws.13 for ; Sat, 14 May 2011 01:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=B2mqmmPmIYbkSfEkgV5Qo0e3kgHewhIFcYFq3EBX5D4=; b=KTlpuasmy7uiMB45S55OoULA7Z3SA+9uZx1EGjMIga8vQ6+9aJ1qsSXqwpAbKdQ8nJ hjnPYcqd3XDSjiAyHKW6TgGKk6E5omwpq2Or/MZ/Mki4YgStWTKCEHlmE7Mis9NqcmYa 7jK7sOeVqklKc8AeH9GZtTRZqw1aXxQQtatvM= 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=fdez2ekFfYmxwVqHpBWMTT9NyExYf6LGxKi6Ic+B/+2UB6x8bRPdm2WHBvGzName9J ScRpBlxFQrhR8NEdxVC2QOLkFzDrx57ouHV2ntSijBtget56A5QoOdgVKcEcLLX07FIr FWddQjD8FOIuyWgJTMn6z84vf8rO58hxY1TOE= Received: by 10.52.114.196 with SMTP id ji4mr606973vdb.29.1305362980096; Sat, 14 May 2011 01:49:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.111.196 with HTTP; Sat, 14 May 2011 01:49:20 -0700 (PDT) In-Reply-To: <20110514100526.3a3660c2@gmail.com> References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> <20110514100526.3a3660c2@gmail.com> From: Christer Solskogen Date: Sat, 14 May 2011 10:49:20 +0200 Message-ID: To: "Sergey V. Dyatko" Content-Type: text/plain; charset=ISO-8859-1 Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 08:49:41 -0000 2011/5/14 Sergey V. Dyatko : > Amazing, 0.8.8 works fine(head, i386, ru_RU.KOI8-R) > > I'm testing a patch for latest _stable_ libtorrent/rtorrent versions on > my tinderbox now. On next step I plan fill pr with update. Could you try to add this to .rtorrent.rc and see if rtorrent will start or not: scgi_port = localhost:5000 -- chs, From owner-freebsd-ports@FreeBSD.ORG Sat May 14 09:19:54 2011 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 AC2AD1065670; Sat, 14 May 2011 09:19:54 +0000 (UTC) (envelope-from sergey.dyatko@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 EC4478FC14; Sat, 14 May 2011 09:19:53 +0000 (UTC) Received: by bwz12 with SMTP id 12so3891938bwz.13 for ; Sat, 14 May 2011 02:19:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=FpduUk8+uhBOuP1D0Mq+SHWw1YRfUdK3/S7THvsQFeM=; b=HkusUpRExlvDCe0zUflQserYZVkxCh48ZQ/RNwh79BLNJgi2Xb3MvhMvl8q4EUMza7 HOh4R4bxJeEK8bnuAxN8g5MRCNoOIBBViywa1e+SrIuwnvqVbMn1bhOvNkrsqcn4gubY +jmx0PNtvkXZQsSE3LqQbulfh540jK45y0NMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=QAM4ZJvoVGXcy7fenREAuYkAsEQDdtdlt+y0X2ye/QurVfte8yoZjL4DKA2Rg+K2jK y7e3RRZVXh2nR7TbE4Keiw5Mm2x18ZPkutrZfnt5DzgQIz7ihYbUbq032SbijyY3b9Yw JRRtjw5kgvQDOUQ8EKRJzRTnEFvqopV5+LGEk= Received: by 10.204.42.69 with SMTP id r5mr57907bke.52.1305364591179; Sat, 14 May 2011 02:16:31 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id c11sm1821793bkc.2.2011.05.14.02.16.29 (version=SSLv3 cipher=OTHER); Sat, 14 May 2011 02:16:30 -0700 (PDT) Date: Sat, 14 May 2011 12:16:33 +0300 From: "Sergey V. Dyatko" To: Christer Solskogen Message-ID: <20110514121633.1151f219@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> <20110514100526.3a3660c2@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 09:19:54 -0000 On Sat, 14 May 2011 10:49:20 +0200 Christer Solskogen wrote: > 2011/5/14 Sergey V. Dyatko : > > Amazing, 0.8.8 works fine(head, i386, ru_RU.KOI8-R) > > > > I'm testing a patch for latest _stable_ libtorrent/rtorrent > > versions on my tinderbox now. On next step I plan fill pr with > > update. > > Could you try to add this to .rtorrent.rc and see if rtorrent will > start or not: scgi_port = localhost:5000 > > Sure. I rebuild rtorrent with: [tiger@laptop]~%make -C /usr/ports/net-p2p/rtorrent showconfig ===> The following configuration options are available for rtorrent-0.8.8: XMLRPC=on "Compile with xmlrpc-c support" IPV6=off "Enable IPv6 support" ===> Use 'make config' to modify these settings [tiger@laptop]~%cat .rtorrent.rc scgi_port = localhost:5000 [tiger@laptop]~% all works fine: http://tiger.ipfw.ru/files/rtorrent.png -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Sat May 14 09:23:11 2011 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 6F249106566B; Sat, 14 May 2011 09:23:11 +0000 (UTC) (envelope-from sergey.dyatko@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 B1D948FC08; Sat, 14 May 2011 09:23:10 +0000 (UTC) Received: by bwz12 with SMTP id 12so3893537bwz.13 for ; Sat, 14 May 2011 02:23:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=mmTNY9uyZvfjnJj9hi8FhgVti9YbvlLYYPeU0O9dh0c=; b=Hvbh3B86/q2aOlZIB5pa9XRC5CQH2+P+nx4FLYssJgXHXejqMOs2mWH0quMxjl1mCH Yo0EbKRxWEKtllGqGKZ11VJtHiDMATv2EVp8GWW3ca/L/0kqd9e36OMQPqfEyLD4CYeU yg5c3cUWTvfFuNjY9h3UYJmo6ZG2bsvUoYZoc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=kZXu19SAI4PwiWneKaQwwa1YGpHNBFLwl95Wjvy8r/MZzgRWmQ8+Ye+W6QcIwwFlQM S6e5hakqOhaZdoF+jJ49Ll0QInFyCf1gxvGdBUHjLT1dq8JeOdzcME1xfyGOLfW3dP81 fhryw90FIzGoUSCV4ZE9ZGQYByA3X3hkZ92ww= Received: by 10.204.240.81 with SMTP id kz17mr623802bkb.30.1305364988982; Sat, 14 May 2011 02:23:08 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id d25sm1823423bkd.5.2011.05.14.02.23.07 (version=SSLv3 cipher=OTHER); Sat, 14 May 2011 02:23:08 -0700 (PDT) Date: Sat, 14 May 2011 12:23:11 +0300 From: "Sergey V. Dyatko" To: Florent Thoumie Message-ID: <20110514122311.3c8f47ef@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 8bit Cc: Christer Solskogen , David DEMELIER , freebsd-ports@freebsd.org Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 09:23:11 -0000 On Sat, 14 May 2011 08:54:28 +0200 Christer Solskogen wrote: > On Sat, May 14, 2011 at 8:42 AM, Sergey V. Dyatko > wrote: > > > [tiger@pussy7609]~%pkg_info -xI torre > > libtorrent-0.12.6_1 BitTorrent Library written in C++ > > rtorrent-0.8.6_1 š šBitTorrent Client written in C++ > > > > Yes, they work on my system as well. But not rtorrent-0.8.7 :( > http://www.freebsd.org/cgi/query-pr.cgi?pr=157037 and ... I didn't know pr number for net-p2p/rtorrent yet.. anyway, patches here: http://tiger.ipfw.ru/files/rtorrent.diff.txt http://tiger.ipfw.ru/files/libtorrent.diff.txt -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Sat May 14 11:34:44 2011 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 7998B106566C; Sat, 14 May 2011 11:34:44 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 075108FC08; Sat, 14 May 2011 11:34:43 +0000 (UTC) Received: by vxc34 with SMTP id 34so3201884vxc.13 for ; Sat, 14 May 2011 04:34:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=MOzdLJB25iYKdxSuJNYP3FrDGFf4wv1kwDlEQ3ZRRTk=; b=WqY4l6EhPEK292tv4js90N986v86v1bo7qBtLsf1p7FY8ANUP8Mg0WAjxqUtFUPI/b 1B8UL8EuDB82uQ8F8D7/YTy1zvbxjmNHnntYG5o7MSqWnN4E21/IcLkOVDm/TRFxWOqq a75E8r3DveZjM679W9/0zjh5AwUNjf8TTTOfQ= 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=Lvofepo0Oz+tQQygfjqDK4nHi9TZ+euU7dyIlwDCR/sbTkQeQmuM81t9AyGYMnhdjh zBm52EGNzYJp3TXvT8643pZD7G3zANNMouRuIt3UnxdvsP48cvH6zbgfVBygG4ZvWcCX nynzHjvy12LC/uDFgVnqsdoAx6HVZeo5pIHIs= Received: by 10.52.18.11 with SMTP id s11mr1159715vdd.269.1305372883048; Sat, 14 May 2011 04:34:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.111.196 with HTTP; Sat, 14 May 2011 04:34:23 -0700 (PDT) In-Reply-To: <20110514122311.3c8f47ef@gmail.com> References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> <20110514122311.3c8f47ef@gmail.com> From: Christer Solskogen Date: Sat, 14 May 2011 13:34:23 +0200 Message-ID: To: "Sergey V. Dyatko" Content-Type: text/plain; charset=ISO-8859-1 Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 11:34:44 -0000 2011/5/14 Sergey V. Dyatko : > http://tiger.ipfw.ru/files/rtorrent.diff.txt > http://tiger.ipfw.ru/files/libtorrent.diff.txt > Thanks! It works now on 8.2-RELEASE as well. Just one thing I think you forgot: files/patch-src__display__canvas.h did not apply cleanly. I just deleted that. -- chs, From owner-freebsd-ports@FreeBSD.ORG Sat May 14 12:16:06 2011 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 C24291065675; Sat, 14 May 2011 12:16:06 +0000 (UTC) (envelope-from sergey.dyatko@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 0B2748FC13; Sat, 14 May 2011 12:16:05 +0000 (UTC) Received: by bwz12 with SMTP id 12so3973555bwz.13 for ; Sat, 14 May 2011 05:16:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=Kwn5L4ss3RVTXFVJshlHoliEnzIQF6Rl/gkElPlrywo=; b=jJhH84pO4T2m8H78Jl5tSvlh8eD5QadUPcUlp9+EDDJzEXKmAoVfP7lMzpHqkx3q7T 1iD+Dp8Ny/xJ32QslJvh8iJPQozgau9eoUAzm00FtspHAb1IQSTUAwws+WtAab2nz0ZA N4s7aSjP/Rh7V62eQp2Gj0f16M9kuiVdQvXNw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=kqw3eTpgTWmQwBRv2j9BJ10fnIpP6mQt7dLkw0uXOLQ3kujk9KreiP6dypWKi+XReg STNfQE3IA7+ZR9bh9dqBMPHawdf3rvDAYbU2fr39oai7fy0ZtRyPRY9H+iL/nV/+ZBmK A0devXmzqGOMAtBa79VaVpbDL6qqsyNHHjIzQ= Received: by 10.204.25.194 with SMTP id a2mr1422187bkc.197.1305375364579; Sat, 14 May 2011 05:16:04 -0700 (PDT) Received: from localhost (minsk.agava.net [212.98.174.157]) by mx.google.com with ESMTPS id x6sm1895741bkv.0.2011.05.14.05.16.02 (version=SSLv3 cipher=OTHER); Sat, 14 May 2011 05:16:02 -0700 (PDT) Date: Sat, 14 May 2011 15:16:06 +0300 From: "Sergey V. Dyatko" To: Christer Solskogen Message-ID: <20110514151606.44a2962b@gmail.com> In-Reply-To: References: <4DAAA8AB.1030602@gmail.com> <20110418131111.12ee9fe9@gmail.com> <4DAC69EC.1030105@gmail.com> <20110514094235.13e179a8@gmail.com> <20110514122311.3c8f47ef@gmail.com> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David DEMELIER , freebsd-ports@freebsd.org, Florent Thoumie Subject: Re: net-p2p/rtorrent ui does not come X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 12:16:06 -0000 On Sat, 14 May 2011 13:34:23 +0200 Christer Solskogen wrote: > 2011/5/14 Sergey V. Dyatko : > > http://tiger.ipfw.ru/files/rtorrent.diff.txt > > http://tiger.ipfw.ru/files/libtorrent.diff.txt > > > > Thanks! It works now on 8.2-RELEASE as well. Just one thing I think > you forgot: files/patch-src__display__canvas.h did not apply cleanly. > I just deleted that. > > ooops, yes. That patch useless and must be removed. -- wbr, tiger From owner-freebsd-ports@FreeBSD.ORG Sat May 14 15:40:07 2011 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 C2A1F106566C for ; Sat, 14 May 2011 15:40:07 +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 49AFD8FC08 for ; Sat, 14 May 2011 15:40:06 +0000 (UTC) Received: by bwz12 with SMTP id 12so4084069bwz.13 for ; Sat, 14 May 2011 08:40:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:from:date:message-id :subject:to:content-type; bh=puHbWghaW+si2x1aPtOVy9/rKXHCjSnv0H9rNghREH4=; b=Uz2dJmE3ZVkvxnuk5+wkj5C7sH/yYqJ/pa/mA8MP5Ybk1Tyd5fKYz1OAFBvUAtAHcb g74VMI+LY8yV45wF2jF9RK4itEccgZXuXYBegNP7nSfcVfipAPo3wPNHHkC2Z8qautlw /+UpVbANOkgMSM8rWuRsSQXS17calIoQNki78= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:from:date:message-id:subject:to:content-type; b=ksJZFsTM1fjuPAXLEUqR2VRPdtEnlZ65gcY0zm3Nt4aEaWE4TTqlrNUeghej7FYta5 EbP4tlIimrfxyqPsUpP3M4FeAfIrmVwR+HuU8t4vYpLJjK2ntuqlIrCJ1w6ysacZ1NBP ceuQlhFONGOSh2lBCbd5HuLGG3iW6y0gGYaOk= Received: by 10.204.74.11 with SMTP id s11mr2488642bkj.43.1305387606095; Sat, 14 May 2011 08:40:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.42.21 with HTTP; Sat, 14 May 2011 08:39:36 -0700 (PDT) From: Chris Rees Date: Sat, 14 May 2011 16:39:36 +0100 Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Propose new macro: INSTALL_CONF 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, 14 May 2011 15:40:07 -0000 Hi all, I'm getting frustrated with editing config files of ports in vi, and being told it's read-only. This stops me using ZZ to quit, which makes me sad. It's also inconsistent with src/etc/Makefile which uses for example: .if ${MK_OPENSSH} != "no" cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 \ ${SSH} ${DESTDIR}/etc/ssh .endif The problem stems from installing .sample files as DATA, and then using cp -p preserving the -w bits --> 444 makes perfect sense for a .sample file, but not at all for a config file. I have two options proposed. For both introduce CONFMODE into src/share/mk/bsd.own.mk, patch for which is at [1]. Option 1: Rewrite the Porter's Handbook section on config files to use a macro involving CONFMODE instead of cp -p, which gets complicated when using with @exec in pkg-plist Option 2: Create an INSTALL_CONF macro, which handles the .conf.sample -> .conf automagically and sticks the right lines into TMPPLIST. I'm swinging towards Option 2, but I haven't written the code for that yet in case someone shoots me down :P Any concerns about inconsistencies between the INSTALL_* macros could be addressed by calling it something different; I'm open to suggestions! We'd also need to deal with the MFC and subsequent updates of bsd.own.mk... Chris [1] http://www.bayofrum.net/~crees/patches/bsd-own-mk-confmode.patch From owner-freebsd-ports@FreeBSD.ORG Sat May 14 17:33:15 2011 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 2CEFC106566B for ; Sat, 14 May 2011 17:33:15 +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 ADE418FC0C for ; Sat, 14 May 2011 17:33:14 +0000 (UTC) Received: by bwz12 with SMTP id 12so4142843bwz.13 for ; Sat, 14 May 2011 10:33:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=1NNhpRF6IyZ/gB31frr3EooEC9wMgiKVRWr37uha2FI=; b=F0ua+8bWlVkEHEYPuJR4xpRoZAi0/JURATze0Y8Q0MHcXIDvrksU36bytJr7NdxWJP WxVYwRAKO5dmTowgRvhK5mrIlQjpjSGiV0gsgx7gD9tSpWazy39c5ALpj0P/Hu7CjRgu X9vlEG4leGpl1X05Kh0AvR88gE54QM6WnGx9g= 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:content-type:content-transfer-encoding; b=Io+ALZcAljQ+/uVdZb/L2T1u6yk+YIrm0sFyK7RtXP99jX1FNrr7v77VuY4svAh274 A9ckZtNARNe7xRHySXV1bnuR5V4zn2YzeVKIc0JAesF0PG7JurguVTwPdRtcEw2abe2G d21WTM/9UM5m5rhCIMBRZlRDjnbo6bpG+h4LQ= Received: by 10.204.83.82 with SMTP id e18mr2517546bkl.71.1305394392127; Sat, 14 May 2011 10:33:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.65.198 with HTTP; Sat, 14 May 2011 10:32:42 -0700 (PDT) In-Reply-To: References: From: Chris Rees Date: Sat, 14 May 2011 18:32:42 +0100 Message-ID: To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Propose new macro: INSTALL_CONF 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, 14 May 2011 17:33:15 -0000 On 14 May 2011 16:39, Chris Rees wrote: > Hi all, > > I'm getting frustrated with editing config files of ports in vi, and > being told it's read-only. > > This stops me using ZZ to quit, which makes me sad. > > It's also inconsistent with src/etc/Makefile which uses for example: > > .if ${MK_OPENSSH} !=3D "no" > =A0 =A0 =A0 =A0cd ${.CURDIR}; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644= \ > =A0 =A0 =A0 =A0 =A0 =A0${SSH} ${DESTDIR}/etc/ssh > .endif > > The problem stems from installing .sample files as DATA, and then using > cp -p preserving the -w bits --> 444 makes perfect sense for a .sample fi= le, > but not at all for a config file. > > I have two options proposed. > > For both introduce CONFMODE into src/share/mk/bsd.own.mk, patch for > which is at [1]. > > Option 1: Rewrite the Porter's Handbook section on config files to use > a macro involving CONFMODE instead of cp -p, which gets complicated > when using with @exec in pkg-plist > > Option 2: Create an INSTALL_CONF macro, which handles the .conf.sample > -> .conf automagically and sticks the right lines into TMPPLIST. > > I'm swinging towards Option 2, but I haven't written the code for that > yet in case someone shoots me down :P > > Any concerns about inconsistencies between the INSTALL_* macros could > be addressed by calling it something different; I'm open to > suggestions! > > We'd also need to deal with the MFC and subsequent updates of bsd.own.mk.= .. > > Chris > > [1] http://www.bayofrum.net/~crees/patches/bsd-own-mk-confmode.patch A third option has occurred to me: Create a new variable USE_CONF_FILES to work in a similar vein to USE_RC_SU= BR... Chris From owner-freebsd-ports@FreeBSD.ORG Sat May 14 18:05:35 2011 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 C04941065672 for ; Sat, 14 May 2011 18:05:35 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 71F178FC0A for ; Sat, 14 May 2011 18:05:35 +0000 (UTC) Received: from [IPv6:::1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.4/8.14.4) with ESMTP id p4EI5XgQ053132; Sat, 14 May 2011 13:05:34 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4DCEC46D.2070808@missouri.edu> Date: Sat, 14 May 2011 13:05:33 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 MIME-Version: 1.0 To: "utisoft@gmail.com" References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@freebsd.org" Subject: Re: Propose new macro: INSTALL_CONF X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 18:05:35 -0000 Chris Rees wrote: > Hi all, > > I'm getting frustrated with editing config files of ports in vi, and > being told it's read-only. > > This stops me using ZZ to quit, which makes me sad. > I do :w!:q which is only three key strokes longer than ZZ. (My apologies if I am missing something.) From owner-freebsd-ports@FreeBSD.ORG Sat May 14 18:25:02 2011 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 D43511065674 for ; Sat, 14 May 2011 18:25:02 +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 53C408FC27 for ; Sat, 14 May 2011 18:25:01 +0000 (UTC) Received: by bwz12 with SMTP id 12so4167776bwz.13 for ; Sat, 14 May 2011 11:25:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=FirgxtkddYPQ9NkHAKzyWv3/KUPrE7HxTKVuSTFvc7c=; b=v1DPF7k3Ac58JvjlOa4HAcLTng9jUCAgGQ3+L73g5LHLlCTH/ic6vHriOB4KyBxYei rH6VH+yzkXBdg5LRYQyT6ycYdDhAIilm+4WKfLk2qgGMrKh9VneE7YZiFl4KZPq/lA94 3Q4ozG7miZLk+HzBrI/vJ2LUV7Cey0u/4mHac= 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=owyyNRMXff9gsEcXLk585GwAn8ZhCyYJX6Ri5UHejycncjEAek+Dh43nwuaXbC0ZgR 1naYkRsoOz+73PLVkmhActNt+c2vYNNbewq/gl2D2XPHC3oamLHcnOsGSGl/2wKuAcEF LOc7tIr70tPEWBzGR4cuOSu0E3yNTuelpbbVw= Received: by 10.205.82.199 with SMTP id ad7mr2513268bkc.152.1305397501069; Sat, 14 May 2011 11:25:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.205.65.198 with HTTP; Sat, 14 May 2011 11:24:31 -0700 (PDT) In-Reply-To: <4DCEC46D.2070808@missouri.edu> References: <4DCEC46D.2070808@missouri.edu> From: Chris Rees Date: Sat, 14 May 2011 19:24:31 +0100 Message-ID: To: Stephen Montgomery-Smith Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@freebsd.org" Subject: Re: Propose new macro: INSTALL_CONF 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, 14 May 2011 18:25:02 -0000 On 14 May 2011 19:05, Stephen Montgomery-Smith wrote: > Chris Rees wrote: >> >> Hi all, >> >> I'm getting frustrated with editing config files of ports in vi, and >> being told it's read-only. >> >> This stops me using ZZ to quit, which makes me sad. >> > > I do :w!:q which is only three key strokes longer than ZZ. > > (My apologies if I am missing something.) You're missing my complaint about having to use :wq!, which is only one keystroke more ;) I don't like it, and conf files shouldn't be read-only-- it's because of a kludge that I'm proposing to fix! Chris From owner-freebsd-ports@FreeBSD.ORG Sat May 14 18:37:07 2011 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 CB5B9106566B for ; Sat, 14 May 2011 18:37:07 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [217.69.76.211]) by mx1.freebsd.org (Postfix) with ESMTP id 852218FC0A for ; Sat, 14 May 2011 18:37:07 +0000 (UTC) Received: from e-new.0x20.net (localhost [217.69.76.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 9DFD26A667C; Sat, 14 May 2011 20:21:09 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.4/8.14.4) with ESMTP id p4EIL9XL040506; Sat, 14 May 2011 20:21:09 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.4/8.14.4/Submit) id p4EIL8pK040007; Sat, 14 May 2011 20:21:08 +0200 (CEST) (envelope-from lars) Date: Sat, 14 May 2011 20:21:08 +0200 From: Lars Engels To: Stephen Montgomery-Smith Message-ID: <20110514182108.GT71959@e-new.0x20.net> References: <4DCEC46D.2070808@missouri.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="QgvTbcZPsSS/HkXe" Content-Disposition: inline In-Reply-To: <4DCEC46D.2070808@missouri.edu> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.2-RELEASE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "ports@freebsd.org" , "utisoft@gmail.com" Subject: Re: Propose new macro: INSTALL_CONF X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 May 2011 18:37:07 -0000 --QgvTbcZPsSS/HkXe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, May 14, 2011 at 01:05:33PM -0500, Stephen Montgomery-Smith wrote: > Chris Rees wrote: > > Hi all, > > > > I'm getting frustrated with editing config files of ports in vi, and > > being told it's read-only. > > > > This stops me using ZZ to quit, which makes me sad. > > =20 > I do :w!:q which is only three key strokes longer than ZZ. >=20 > (My apologies if I am missing something.) On a German keyboard that is: Shift + . w Shift + 1 Shift + . q Enter 9 Keystrokes vs. Shift + ZZ 3 Keystrokes --QgvTbcZPsSS/HkXe Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iEYEARECAAYFAk3OyBQACgkQKc512sD3afi4hACgyxG/Q3pP6xpySHiJBcbqaAMh FyMAoK9uN42F5xuU8zEeJ6QmTSBHRZAk =zqoR -----END PGP SIGNATURE----- --QgvTbcZPsSS/HkXe--