From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 00:08:20 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB9D01065676 for ; Sun, 11 Apr 2010 00:08:20 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 8F3E68FC14 for ; Sun, 11 Apr 2010 00:08:19 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [188.46.240.174]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 84BC68A1A86; Sun, 11 Apr 2010 02:08:16 +0200 (CEST) Message-ID: <4BC112EB.80308@bsdforen.de> Date: Sun, 11 Apr 2010 02:08:11 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: Garrett Cooper References: <4BC04503.4000808@bsdforen.de> <4BC0568E.6000008@bsdforen.de> <4BC0607D.9060402@bsdforen.de> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Trivial PR, fix package-noinstall X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 00:08:20 -0000 On 10/04/2010 23:30, Garrett Cooper wrote: > On Sat, Apr 10, 2010 at 4:26 AM, Dominic Fandrey wrote: >> On 10/04/2010 12:49, Garrett Cooper wrote: >>> On Sat, Apr 10, 2010 at 3:44 AM, Dominic Fandrey wrote: >>>> On 10/04/2010 12:18, Garrett Cooper wrote: >>>>> On Sat, Apr 10, 2010 at 2:29 AM, Dominic Fandrey wrote: >>>>>> This morning I took a look at my outstanding PRs. There are >>>>>> is a ports PR I consider old and trivial: >>>>>> >>>>>> This one fixes a bug in the package-noinstall target. wxs told >>>>>> me that he prefers my proposed fix over his own: >>>>>> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144164 >>>>> >>>>> This suggested fix completely breaks pkg_creates operation because it >>>>> does a chdir(2) prior to package creation (from >>>>> .../usr.sbin/pkg_install/create/perform.c:555): >>>>> >>>>> if (chdir(log_dir) == FAIL) { >>>>> warnx("can't change directory to '%s'!", log_dir); >>>>> return FALSE; >>>>> } >>>> >>>> I don't see what appears to be the problem. The fix is tested, >>>> there is no chdiring and pkg_create is not modified in any way. >>>> >>>> All it does is change the parameters pkg_create is called with. >>> >>> Have you tested in the following cases: >>> >>> 1. With the pkg_install scripts. >>> 2. Without the pkg_install scripts. >>> >>> If not, then you need to do that before asking for someone to >>> commit your code :). >> >> The do-package code is used by the package and the package-noinstall >> targets. >> >> package-noinstall is called by package-recursive on ALL-DEPENDS. >> I.e. it is only used on completely installed packages, just what >> "pkg_create -b" was made for. >> >> The regular package target is always run after install (search for >> "Main logic" in bsd.port.mk). So do-package is only called after >> install has completed, hence the code can, in every case, rely on >> logdir containing all required data. > > Ok, interesting. If you look at another spot in bsd.port.mk, there's > another area where +INSTALL and friends are installed: > > fake-pkg: > # ... > if [ -f ${PKGINSTALL} ]; then \ > ${CP} ${PKGINSTALL} ${PKG_DBDIR}/${PKGNAME}/+INSTALL; \ > fi; \ > if [ -f ${PKGDEINSTALL} ]; then \ > ${CP} ${PKGDEINSTALL} ${PKG_DBDIR}/${PKGNAME}/+DEINSTALL; \ > fi; \ > if [ -f ${PKGREQ} ]; then \ > ${CP} ${PKGREQ} ${PKG_DBDIR}/${PKGNAME}/+REQUIRE; \ > if [ -f ${PKGMESSAGE} ]; then \ > ${CP} ${PKGMESSAGE} ${PKG_DBDIR}/${PKGNAME}/+DISPLAY; \ > fi; \ > # ... > > So if I don't define NO_PKG_REGISTER and I define FORCE_PKG_REGISTER, > then this logic will be executed. Maybe it's because it's 2 AM, but once again I fail to see the connection to my patch. > This change does need to be tested for the make package-noinstall case > with pkg-install, pkg-deinstall, etc being present and not being > present [in their .in files form and non-.in files form]. Otherwise > this is going to potentially introduce a regression into bsd.port.mk. If you have a case you suspect might go wrong, please go ahead. I find myself unable to follow your logic, so I wouldn't even know the symptoms of something going wrong. As far as I can see you are talking about install, something my patch does in no way interfere with. The only connection between install and package I see is, that the order in which they can be executed is carved in stone. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 00:48:54 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD92E106566B; Sun, 11 Apr 2010 00:48:54 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 959208FC0C; Sun, 11 Apr 2010 00:48:54 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o3B0mp6E040169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Apr 2010 17:48:51 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o3B0mpFi040168; Sat, 10 Apr 2010 17:48:51 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA13556; Sat, 10 Apr 10 17:44:11 PDT Date: Sat, 10 Apr 2010 17:43:24 -0700 From: perryh@pluto.rain.com To: kientzle@freebsd.org, julian@elischer.org Message-Id: <4bc11b2c.OaowlcB/8KRDOad7%perryh@pluto.rain.com> References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> In-Reply-To: <4BC0FF80.4000907@freebsd.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 00:48:54 -0000 [dropped current@ since it doesn't take non-member posts] Tim Kientzle wrote: > The LD_LIBRARY_PATH issue is the most interesting > problem here. I don't immediately see a solution that > doesn't include teaching ld-elf.so.1 about some form > of per-application library path. Maybe install PBI executables with a wrapper of some sort which would set LD_LIBRARY_PATH and exec the real executable, or build similar functionality into a specialized variant of /usr/lib/crt1.o (which BTW seems not to have a manpage)? Nah, that would be too easy. There must be some lethal flaw in it. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 01:21:42 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C0447106564A; Sun, 11 Apr 2010 01:21:42 +0000 (UTC) (envelope-from julianelischer@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 5A0EC8FC12; Sun, 11 Apr 2010 01:21:42 +0000 (UTC) Received: by qyk11 with SMTP id 11so3827792qyk.13 for ; Sat, 10 Apr 2010 18:21:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=G1wRfDvntg67TkSF5JsThMceNkapScqxOysNORokZro=; b=NoGzevlymPFBEP7xNpo0NdfDrv7AyNFjTZin3HT/RTUy6d3RI4ZrMwaMsLgoOpJuhT Bs5R9pz0D/mfFJ1OZXyCjyP3Rx5LOITB5Z9tpGlO0Z9YJYCXeHPwBXv/Oc3WMnr13BON ZaPmG1JSzzTuxo3pR0thSrpq0IBgYN/4YAp8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=raOnl4uDnLkPHsWAzIOU6EiKBNj9VEIYnGmduZpWhsweTW/A+E+96QoJ60TGGFvrfV GE+pDaRTZ2oH/F5PWHog1IUUfpTWxM8Nfc2aX/DuDZKAfAIw0gND4kDYNXYzp1rRwvg6 q6jAcK41eFPWpdFq9cTAfbiYyWGUhI1TsTItI= Received: by 10.229.241.66 with SMTP id ld2mr3205491qcb.78.1270948901429; Sat, 10 Apr 2010 18:21:41 -0700 (PDT) Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by mx.google.com with ESMTPS id y41sm4032527qce.17.2010.04.10.18.21.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 Apr 2010 18:21:40 -0700 (PDT) Sender: Julian Elischer Message-ID: <4BC12425.5040401@elischer.org> Date: Sat, 10 Apr 2010 18:21:41 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <4bc11b2c.OaowlcB/8KRDOad7%perryh@pluto.rain.com> In-Reply-To: <4bc11b2c.OaowlcB/8KRDOad7%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, kientzle@freebsd.org Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 01:21:42 -0000 On 4/10/10 5:43 PM, perryh@pluto.rain.com wrote: > [dropped current@ since it doesn't take non-member posts] > > Tim Kientzle wrote: > >> The LD_LIBRARY_PATH issue is the most interesting >> problem here. I don't immediately see a solution that >> doesn't include teaching ld-elf.so.1 about some form >> of per-application library path. > > Maybe install PBI executables with a wrapper of some > sort which would set LD_LIBRARY_PATH and exec the > real executable, or build similar functionality into > a specialized variant of /usr/lib/crt1.o (which BTW > seems not to have a manpage)? > > Nah, that would be too easy. There must be some lethal > flaw in it. PBIs already do something like this I believe. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 01:46:01 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E28FA106564A for ; Sun, 11 Apr 2010 01:46:01 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (kientzle.com [66.166.149.50]) by mx1.freebsd.org (Postfix) with ESMTP id B3F238FC08 for ; Sun, 11 Apr 2010 01:46:01 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.3/8.14.3) id o3B1kCZ5007041; Sun, 11 Apr 2010 01:46:13 GMT (envelope-from kientzle@freebsd.org) Received: from horton.x.kientzle.com (fw2.kientzle.com [10.123.1.2]) by kientzle.com with SMTP id 376me24fkqk8y3tvciayp8pu22; Sun, 11 Apr 2010 01:46:12 +0000 (UTC) (envelope-from kientzle@freebsd.org) Message-ID: <4BC129D4.20809@freebsd.org> Date: Sat, 10 Apr 2010 18:45:56 -0700 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.23) Gecko/20100314 SeaMonkey/1.1.18 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <4bc11b2c.OaowlcB/8KRDOad7%perryh@pluto.rain.com> In-Reply-To: <4bc11b2c.OaowlcB/8KRDOad7%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, julian@elischer.org Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 01:46:02 -0000 perryh@pluto.rain.com wrote: > [dropped current@ since it doesn't take non-member posts] > > Tim Kientzle wrote: > >> The LD_LIBRARY_PATH issue is the most interesting >> problem here. I don't immediately see a solution that >> doesn't include teaching ld-elf.so.1 about some form >> of per-application library path. > > Maybe install PBI executables with a wrapper of some > sort which would set LD_LIBRARY_PATH and exec the > real executable... PBIs already do something like this, but this doesn't work for setuid/setgid executables. Tim From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 02:03:29 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3CA4106566B; Sun, 11 Apr 2010 02:03:28 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 5211B8FC14; Sun, 11 Apr 2010 02:03:27 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so570288fgb.13 for ; Sat, 10 Apr 2010 19:03:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=huDah91mX7x8KVGxwigwCtoMNySymqw1GoltjGh6sYY=; b=pPNecEuIA1J8NVJKO4UJ68VsNkG9XEeR30hcFK0Vy3DG1pDRBXjXGSTpUtfoyiikaU SD16lCbPtKZfRB4aP90D11MJw5z0tfwtq8fpW4yS3P8MM4kwk8ZIVK2tjH2vHLb3nefj ouI8lZzZ4jywrsbKH5aAg+aEet8OB6uDWujbc= 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=tPIRJrz1+H91PbfaA6iuMVTVGxiGFoktcn7aynVn7AB6u9Ib+iQTEH0mqPwBUgnhWp ZVTsm1TNh9DtV92yzAgESyyFBcBtIkqwzlDrBhvHCbN7E4JePOXjibLwUzqjA23erHW5 Jq7xMSLUfDoKEdt7/jjL1tq+kg+LCQcRMHE4k= MIME-Version: 1.0 Received: by 10.239.180.11 with HTTP; Sat, 10 Apr 2010 18:40:05 -0700 (PDT) In-Reply-To: <20100410234700.GG6166@lonesome.com> References: <4BBFD502.1010507@elischer.org> <20100410234700.GG6166@lonesome.com> Date: Sat, 10 Apr 2010 21:40:05 -0400 Received: by 10.239.132.5 with SMTP id 5mr153595hbp.137.1270950005339; Sat, 10 Apr 2010 18:40:05 -0700 (PDT) Message-ID: From: Mehmet Erol Sanliturk To: Mark Linimon Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, Julian Elischer , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 02:03:29 -0000 On Sat, Apr 10, 2010 at 7:47 PM, Mark Linimon wrote: > not to be a troll but ... > > ... for those that want the ease-of-use of PBIs, why not just use PC-BSD > in the first place? They seem to have their own QA process in place in > terms of keeping the various large applications at a sane level. > > Kernel development could (just like it is on the Macs) be done in some > kind of virtualization context. > > My own experience with helping people who try to run FreeBSD-CURRENT with > an up-to-date ports tree is that there are far too many moving parts for > it to be dependable. (For more on how often ports get broken by changes > in -CURRENT, see http://wiki.freebsd.org/PortsBrokenOnCurrent. Note that > that list is not complete.) > > mcl > I have tried PC-BSD . I think it has an important draw back : Its theme is changing its colour cyclically . Any person having chronic illness Vertigo can not endure such continuous colour change . I could not find any place to stop that colour cycling other than to remove PC-BSD and install another operating systems onto its hard disk . In FreeBSD ports system , for me , problem is not the current port system . My idea is to have additional information about ports . For example , when a package is desired to be added by pkg_add , it is downloading the requested package , decompressing it , and saying that it is already installed , and it is not necessary to install it . Instead of this , the following structure ( a more proper one may be suggested , this is only an idea ) may be useful : In the ports , instead of using short names , use after a certain character a signature name of the port : As an example : kde4.version.signature.tbz . In installed systems , always install in directories having that name with signature . When an install is attempted , again use pkg_add kde4 for easiness , not its long name , or kde4.version to select a specified version . pkg_add should compute the signature of the installed port kde4, and check its value to installed signature name . If they are different , the port is destroyed ( install it unconditionally ) , otherwise proper . pkg_add should check port kde4... in ports . If their signatures are the same , it is not necessary to download and install it . For the dependencies , with a port kde4.....tbz , maintain a kde4.....xml listing all the dependencies , in which they may be inspected recursively ( Such lists are displayed in ports related web pages in www.freebsd.org ) . By checking all the related xml files and installed ports in a system , it will be possible to decide installation possibility of a port attempted to be installed without downloading actual port files . In a directory in the system , maintain a subdirectory of ports : Failed_Builds . Into this directory , store names of the packages which failed during building . When a package is attempted to be build , for itself and its dependencies , check that Failed_Builds directory for matching names . If there exists any one of them , do not start to build , because it will not be successfully completed . ( Entries from that directory may be deleted manually to allow build tries , and successful build may check this directory to remove matching entries if it is present . ) This Failed_Builds list is important , because when that information is not used , the same failed build is attempted many times for an install of some packages . Personally , I am not against an additionally available PBI directory in ports tree . Some users may prefer to use them although some packages will be repeatedly stored in different PBI packages and will be downloaded for each of them . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 05:10:14 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62EBC106564A for ; Sun, 11 Apr 2010 05:10:14 +0000 (UTC) (envelope-from rnoland@FreeBSD.org) Received: from gizmo.2hip.net (gizmo.2hip.net [64.74.207.195]) by mx1.freebsd.org (Postfix) with ESMTP id 2AEE98FC0A for ; Sun, 11 Apr 2010 05:10:13 +0000 (UTC) Received: from [192.168.1.4] (adsl-154-198-33.ard.bellsouth.net [72.154.198.33]) (authenticated bits=0) by gizmo.2hip.net (8.14.3/8.14.3) with ESMTP id o3B5AB1H032102 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sun, 11 Apr 2010 01:10:12 -0400 (EDT) (envelope-from rnoland@FreeBSD.org) From: Robert Noland To: Mark Linimon In-Reply-To: <20100410224430.GA6166@lonesome.com> References: <4BC0E89E.6040401@pn.sinp.msu.ru> <20100410224430.GA6166@lonesome.com> Content-Type: text/plain Organization: FreeBSD Date: Sun, 11 Apr 2010 00:10:06 -0500 Message-Id: <1270962606.13132.42.camel@balrog.2hip.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.3 required=5.0 tests=AWL, BAYES_00, FH_DATE_PAST_20XX, RCVD_IN_PBL,RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on gizmo.2hip.net Cc: dinoex@freebsd.org, Sergei Vyshenski , freebsd-ports@freebsd.org Subject: Re: openssl port versioning X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 05:10:14 -0000 On Sat, 2010-04-10 at 17:44 -0500, Mark Linimon wrote: > On Sun, Apr 11, 2010 at 01:07:42AM +0400, Sergei Vyshenski wrote: > > Do you think if it is possible to return openssl-0.9.8x to the ports, > > just to make people with FreeBSD-6 happy. > > fwiw, 6.4 EOL is on 11/30/2010, so you're going to be looking at > upgrading some time this year anyways. > > This business of supporting 4 branches of FreeBSD is becoming a bit > burdensome in the meantime ... +1... I've mostly abandoned 6 and 7 is rapidly falling off of my radar... robert. > mcl > _______________________________________________ > 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" -- Robert Noland FreeBSD From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 05:06:37 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C001B106564A; Sun, 11 Apr 2010 05:06:37 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0F18FC0A; Sun, 11 Apr 2010 05:06:36 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1579297qwi.7 for ; Sat, 10 Apr 2010 22:06:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ylDCDQe0pXvFWHzEp1wjs2N/NIgiF87DSPlvXDxPBCU=; b=vjkDFfr08pLW33ZYm7TqWbnQ43KIN4QHRat638rkYvhMs0VV7r1EDMOIIe0PNIikSW YLvCTeG/itHoZAfrgSkZBNT0RJRw76q0JOrP1uPI3a8R/zEmzU6H8nrpf4H+fZSZ+NK0 2a7tlRCio0a/kG+ReuKY5kUbeJFKCgt6thxOA= 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=WwyBaoK4gukTWOhOJ0Vzh1BNA6/6SuqAeD+mcohDN37R9Q0HWS3WYmWl4iVGyfcBS3 fiH75Er1jsVqdhEiQQ8ZCfudQLydId9qLYK5cuq2CvG1QtsVyjt33jctRN9CFfyWmRnr UYmVN8C4/EBexX3V+Hq94+60dz2P0dx2WgJGI= MIME-Version: 1.0 Received: by 10.229.28.85 with HTTP; Sat, 10 Apr 2010 22:06:36 -0700 (PDT) In-Reply-To: <4BC0AF62.9050600@elischer.org> References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0AF62.9050600@elischer.org> Date: Sat, 10 Apr 2010 22:06:36 -0700 Received: by 10.229.212.132 with SMTP id gs4mr3493113qcb.53.1270962396113; Sat, 10 Apr 2010 22:06:36 -0700 (PDT) Message-ID: From: Garrett Cooper To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Mailman-Approved-At: Sun, 11 Apr 2010 05:48:46 +0000 Cc: Adam Vande More , Kris Moore , John Hixson , ports@freebsd.org, "Sam Fourman Jr." , "Dave Fourman\(Gmail\)" , Matt Olander , Vanessa Kraus , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 05:06:37 -0000 On Sat, Apr 10, 2010 at 10:03 AM, Julian Elischer wro= te: > On 4/10/10 3:35 AM, Garrett Cooper wrote: [...] >> If I'm understanding you correctly you're saying it's an issue when I do= : >> >> pkg_add A B C >> >> # 1 year passes >> >> pkg_add D >> >> # D depends on A, B, C, of different revisions. pkg_add barfs because >> it can't find the applications, etc. >> >> This is something that's been hashed over a number of times (a few of >> which I've participated in in #bsdports). There needs to be a simple >> update command which will handle the action of upgrading packages, >> because there isn't a proper command that will do so today. >> >> Unless PBIs are self-contained entities which have their own sets of >> dependent utilities and libraries, etc (which you weren't suggesting >> in the sentence above), or install into a common location with >> versioned directories (which is a pain in the ass and involves a lot >> of hardcoded pains dealing with libtool files, libraries, etc -- been >> there, done that with Gentoo Linux -- there are hack scripts written >> to work around several possible hardcoded version issue, and there are >> a handful), AFAIK there's nothing positive and new that PBIs can bring >> to the table in this regard that can't be implemented in pkg_install >> as-is, other than the point-click-install user-friendly interface. > > ok that's your opinion n the matter. I for one think htat hte default > ettin for PBIs to install all the dependencies, in this day of 1TB drives= , > makes sense and is a good capability for us to have, even if not everyone > needs to use it. It's more than just diskspace though. Consider the fact that now you're going to lose a lot of the memory sharing between shared libs and what-not, and now you'd have to be running N number of daemons . Take PCBSD for instance -- do they really revision packages with unshared dependencies, or are all of the dependencies updated at once? This becomes a big issue as you can't have dissimilar applications like dbus, gamin, openssh, etc running on the same system at one time. How does the PBI layout plan to deal with this kind of conflict -- apart from jails, which would greatly increase the required footprint...? > If you can do this with package code, Maybe you will supply the packages.= . Not quite sure what you meant here. >>>>> better still, make the development ports a PBI, I am just thinking ou= t >>>>> loud here,but that may work, toughts? >>>>> >>>>> one could say I could use merge scripts like marcusmerge for example, >>>>> or use Virtualbox... >>>>> but for large ports like Xorg and gnome or KDE, virtualbox doesn't cu= t >>>>> it >>>>> yet... >>>>> thinks like Nvidia Video cards, multiple monitors, USB devices, and >>>>> whatnot do not work on virtual box.. >>>>> PBI's for development ports, with all the dependencies, wrapped in on= e >>>>> package. >>>> >>>> Ok, well here's the thing. Instead of having N shared dependencies and >>>> libraries in /usr/local/lib, you'd have N**2 shared dependencies and >>>> libraries in each and every package. Now, let's look at >>> >>> >>> >>>> $ ls -l irssi-0.8.14_1.tbz ~/Downloads/Irssi0.8.14_1-PV0.pbi >>>> -rw-r--r-- =A01 gcooper =A0gcooper =A06856203 Apr 10 00:05 >>>> /usr/home/gcooper/Downloads/Irssi0.8.14_1-PV0.pbi >>>> -rw-r--r-- =A01 root =A0 =A0 wheel =A0 =A0 517442 Apr 10 00:07 irssi-0= .8.14_1.tbz >>>> >>>> The .tbz file is a file created with pkg_create -b, and the other file >>>> is the PBI I pulled off of http://www.pbidir.com/bt/download/210/2079 >>>> . Big difference in size (13.25 fold difference). >>> >>> Yes but that is a worst case thing. =A0We are talking about making >>> a system where the PBIs contain all the libraries needed but that >>> only some of them are installed, when there is not already the >>> same one (i.e. identical) installed by a previous PBI. >>> so if you installed, say, 20 PBI from the same 'set' you woudl only >>> be installing one copy of the libraries that >> >> See above comment. >> >>>> PBIs only comprise a small set of packages in FreeBSD; if my >>>> understanding is correct based on a mirror referenced in pbidir.com, >>>> the number is currently under 500~750 PBIs -- this is drastically >>>> smaller than the number of binary packages produced by ports on a >>>> regular basis for FreeBSD. >>>> >>>>> solution? well let all the developers develop working ports in >>>>> progress in one place, give users like me a way to track these change= s >>>>> and install and test them... I think FreeBSD becomes a better place f= or >>>>> it. >>>> >>>> Packages are more of the answer IMO, not PBIs. PBIs are merely a >>>> different set of contents and different means of delivering those >>>> contents, and while I like the idea of point - click - install, I'm >>>> not ready to create unnecessary complexity by having libraries rev'ed >>>> according to what the maintainer A believes are correct, even though >>>> maintainer B set it differently, and I'm not interested in sacrificing >>>> disk space for this reason. If I wanted to use a packaging scheme like >>>> this, I should be using Mac OSX as my primary operating system. >>> >>> well no-one is going to make you use PBIs >> >> Yes, but if I now have to waste more bandwidth and disk space >> installing packages, why shouldn't I go to another operating system? >> Switching over to PBIs will reel in more desktop and entry-level >> sysadmins, etc, but I fear that it will isolate folks in the embedded >> market as well as several more seasoned users because of the >> implications involved with the extra bandwidth requirement and >> footprint. > > why? > As people have said before.. embedded folks usually want to compile > everyrthing for themselves anyhow. Not necessarily. You have folks in embedded rolling their own stuff, sure, but then you have groups like Montavista (now owned by Cavium Networks) repackaging Linux for customers, providing a nominal fee for the packages, support, and the tools, and there are large companies (like Cisco) buying into this. It's not to say that people are going to not roll their own solution, but many [intelligent] folks are going towards an externally supported model instead of rolling their own stuff. Thus, whatever the community decides is sane is what gets adopted (unless the developers or management for the group are really foolhardy / ignorant of what exists in the outside world, they're steeped in existing methods that can't be easily transitioned to the new model, or they have expendable resources to toss towards a custom solution for specific needs). If you guys think PBIs are so great... tell ya what -- make me and other folks believers: 1. Produce a port with the magic PBI producing tool. 2. Produce directions on how to use said tool. 3. Make sure said tool and install method doesn't conflict with what exists in base. 4. Capture statistics of how many people download this stuff and use it (maybe use bsdstats?). 5. Come back when you have data proving how many people care for your solution so portmgr and core can make an informed decision on whether or not it should be a part of base. Oh, and think about this too: whoever produces the tool, eats the support costs. The project shouldn't eat the support costs until it's a part of base, if that ever happens. Definitely take this point into consideration because good support is not only `my package/port/PBI is broken .. help me!' -- it's also having QA engineers on hand and staffed to validate that the packages or PBIs are valid and functional -- in the very least from a DoA / smoke test perspective. I realize that this is lacking in packages / ports today, but it's something that many folks volunteering in the project (cross-functional in bugs area and also in ports) have wanted for a long time. Thanks, -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 08:14:27 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0205106566B; Sun, 11 Apr 2010 08:14:26 +0000 (UTC) (envelope-from julianelischer@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 87B9A8FC08; Sun, 11 Apr 2010 08:14:26 +0000 (UTC) Received: by gwaa12 with SMTP id a12so2593813gwa.13 for ; Sun, 11 Apr 2010 01:14:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=Ccka2ZNchPIlkmSI78ui8ZNHlhgIw0zjku5O0IMAFW8=; b=Rd/e4NhE+4Gt3ktAC5pY8kFkaelPktrQTY2KX4g4DlaCXRJAXQLm+nHPN0enMUdgFS E/dwWueb1w/Ys/pGkCu6XhkET7Wd7LbBKSo8SaSUg37JCEsNIdgVyT8/8IqDmedF6gdR JSx4s42o+rrHtJVqH8vBgkO+xwuIqn7PpWvzo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=PgUFm635SzxnHMZ6YdajzbQy7qkXIIz0TzJTeY7DnR/o3idYsvw03dWfyuyZbonYLT j3sPkv0u3Mrfn3pBCKD7fQIpUOd/dlgq82OYMRMMKJssZLT4plCNqCcey0iHJLQxNlOh w9LXAUL0v1RaQ5gO0S1Dcvr78cKNyJ931difU= Received: by 10.151.2.5 with SMTP id e5mr2163598ybi.164.1270973665591; Sun, 11 Apr 2010 01:14:25 -0700 (PDT) Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by mx.google.com with ESMTPS id 20sm2711854iwn.9.2010.04.11.01.14.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Apr 2010 01:14:24 -0700 (PDT) Sender: Julian Elischer Message-ID: <4BC184E0.8070901@elischer.org> Date: Sun, 11 Apr 2010 01:14:24 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Garrett Cooper References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0AF62.9050600@elischer.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Kris Moore , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 08:14:27 -0000 On 4/10/10 10:06 PM, Garrett Cooper wrote: > It's more than just diskspace though. Consider the fact that now > you're going to lose a lot of the memory sharing between shared libs > and what-not, and now you'd have to be running N number of daemons . > Take PCBSD for instance -- do they really revision packages with > unshared dependencies, or are all of the dependencies updated at once? > This becomes a big issue as you can't have dissimilar applications > like dbus, gamin, openssh, etc running on the same system at one time. > How does the PBI layout plan to deal with this kind of conflict -- > apart from jails, which would greatly increase the required > footprint...? It's a pitty that you didn't read the original post where it was stated that doing this would depend on a scheme that is under discussion for common components to be shared WHEN POSSIBLE. > >> If you can do this with package code, Maybe you will supply the packages.. > > Not quite sure what you meant here. I meant. get involved and do some of the work if you can see such an easy answer. >> why? >> As people have said before.. embedded folks usually want to compile >> everyrthing for themselves anyhow. > > Not necessarily. You have folks in embedded rolling their own stuff, > sure, but then you have groups like Montavista (now owned by Cavium > Networks) repackaging Linux for customers, providing a nominal fee for > the packages, support, and the tools, and there are large companies > (like Cisco) buying into this. It's not to say that people are going > to not roll their own solution, but many [intelligent] folks are going > towards an externally supported model instead of rolling their own > stuff. Thus, whatever the community decides is sane is what gets > adopted (unless the developers or management for the group are really > foolhardy / ignorant of what exists in the outside world, they're > steeped in existing methods that can't be easily transitioned to the > new model, or they have expendable resources to toss towards a custom > solution for specific needs). > > If you guys think PBIs are so great... tell ya what -- make me and > other folks believers: > You know young fellow, your attitude is kind of annoying for a topic that is just up for discussion. > 1. Produce a port with the magic PBI producing tool. I hope to be able to do this soon. > 2. Produce directions on how to use said tool. the goal is: cd /usr/ports/misc/cowsay (or whereever cowsay is) make pbi > 3. Make sure said tool and install method doesn't conflict with what > exists in base. PBIs already don't conflict. Hav eyou ever tried PC-BSD? > 4. Capture statistics of how many people download this stuff and use well we would start with the number of people using PC-BSD because if we did this they would use our stuff. > 5. Come back when you have data proving how many people care for your > solution so portmgr and core can make an informed decision on whether > or not it should be a part of base. that's not how it's ever worked and I doubt it's going to start now. > > Oh, and think about this too: whoever produces the tool, eats the > support costs. > The project shouldn't eat the support costs until it's > a part of base, if that ever happens. Definitely take this point into > consideration because good support is not only `my package/port/PBI is > broken .. help me!' -- it's also having QA engineers on hand and > staffed to validate that the packages or PBIs are valid and functional > -- in the very least from a DoA / smoke test perspective. I realize > that this is lacking in packages / ports today, but it's something > that many folks volunteering in the project (cross-functional in bugs > area and also in ports) have wanted for a long time. Sorry, but you've really pissed me off and as most people will tell you. that's not easy to do. This all has the ring of a desperate person looking for excuses to complain about something. Every thing you have mentioned occurred to those of us having the original discussion in about the oh, say FIRST 10 SECONDS of the conversation. Might I suggest that when you have been in the project another decade or so you might learn some manners and stop trying to teach you grandmother to suck eggs. If you are trying to tell me about project dynamics or how things work of need to work I put it to you that I've been doing this when you were about minus 10 years old. I do Not need a lecture from a wet behind the ears puppy about how I should handle a discussion with interested parties on possibly improving FreeBSD's user experience. When you were born I was decoding network traces. When you were giving you mother heart attacks by eating the crayons I was writing disk and network drivers for BSD and long haul protocols. When you were learning to read I was playing with the MACH VM system and kerle build process. When you were learning to do multiplication of small numbers I trying to forget the Windows NT internals classes I had been sent to. Do you think we are so stupid that we didn't take all the points you bring up in the "that's a given" starting point. There is twenty years of history behind what we are talking about. Do you think that PBIs just appeared without thought? Do you really believe I'm proposing something without already having discussed it with people and thought about it from many angles? p.s. Hi to all the old gang at Ironport Julian > > Thanks, > -Garrett From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 10:28:31 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F6DA106564A; Sun, 11 Apr 2010 10:28:31 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id CD4D48FC0C; Sun, 11 Apr 2010 10:28:30 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o3BARNnK074358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Apr 2010 13:27:23 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o3BARNJa068737; Sun, 11 Apr 2010 13:27:23 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o3BARNfF068736; Sun, 11 Apr 2010 13:27:23 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 11 Apr 2010 13:27:23 +0300 From: Kostik Belousov To: Tim Kientzle Message-ID: <20100411102723.GT2415@deviant.kiev.zoral.com.ua> References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CG/OVgx2cbnpzYw6" Content-Disposition: inline In-Reply-To: <4BC0FF80.4000907@freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_05, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org, Julian Elischer , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 10:28:31 -0000 --CG/OVgx2cbnpzYw6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Apr 10, 2010 at 03:45:20PM -0700, Tim Kientzle wrote: > Julian Elischer wrote: > >On 4/10/10 12:07 PM, Tim Kientzle wrote: > >>[1] Actually, PBI might work just fine even for > >>embedded if we address the disk bloat issue. One > >>approach would be to make > >>/Package/Bar/libfoo-2.8.7.so > >>a symlink or hardlink to > >>/Package/Shared/libfoo-2.8.7.so- > >>This gives easy sharing of identical files. > > > >yeah that's more or less what we were thinking.. > >hardlinks allow you to garbage collect when the last pbi that needs=20 > >something is replaced/removed. >=20 > The point of /Package/Shared in this design is > basically that it provides a list of all of > the files that can be shared, so you > avoid doing a full disk search to identify other > places that might have this file. You could > accomplish the same goal by building and > storing a database of sharable files somewhere, > of course. >=20 > (Curiously, no one has mentioned filesystem-level > deduping yet as the "big hammer" solution... ;-) >=20 > The LD_LIBRARY_PATH issue is the most interesting > problem here. I don't immediately see a solution that > doesn't include teaching ld-elf.so.1 about some form > of per-application library path. I already pointed in the other reply in this thread, $ORIGIN dynamic token should solve the issue. See http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=3Den&a=3Dview --CG/OVgx2cbnpzYw6 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkvBpAsACgkQC3+MBN1Mb4hOSACfWth76i+iMumFXU0rtbXiGeaT YS8An1J7+/IliJ5mlcOdfIr8RjK6I+OT =utD/ -----END PGP SIGNATURE----- --CG/OVgx2cbnpzYw6-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 10:45:23 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E6DB106564A; Sun, 11 Apr 2010 10:45:23 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id CC4838FC13; Sun, 11 Apr 2010 10:45:22 +0000 (UTC) Received: by qyk11 with SMTP id 11so3987188qyk.13 for ; Sun, 11 Apr 2010 03:45:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5sjtGZJYmKSeo6vYTw8GELTf375l2zhVvhZmTmSZulc=; b=Y+YsfNO0ubUor0w5P9rEO5cWiOc0+/3xA18A4Vkalxl/GFR/EHC3ztbOdTXxtCdHoI +LMIem0BcxN54vHF+VgWk1tcC/3pgL/etiohy4gDMvi+XyIM5evzNPoMz5ARsoyS3QEq C7iH2cqKbBJtm7VFTuVRL6ROzYVh3foq062ME= 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=WefBE+BEPxKv6VU0WR9xRtd2cjLRlmuACscB6cZFBMJdOu2WEZxvM1TUq9mhaMAarT Pp5t0YONmV6lJzj6ViY6dYVYvPo5v7p41WsgcuK5pzmsOBi1pecXm98m9Y8WQfJazhrN qal/R8FO5Y6jgGW/dxPjPgDWg3/vVF3IEvgOg= MIME-Version: 1.0 Received: by 10.229.106.229 with HTTP; Sun, 11 Apr 2010 03:44:51 -0700 (PDT) In-Reply-To: <4BC0CC6F.7010009@freebsd.org> References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> Date: Sun, 11 Apr 2010 22:44:51 +1200 Received: by 10.229.98.129 with SMTP id q1mr1435350qcn.100.1270982721571; Sun, 11 Apr 2010 03:45:21 -0700 (PDT) Message-ID: From: James Butler To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "ports@freebsd.org" , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 10:45:23 -0000 On Sunday, April 11, 2010, Tim Kientzle wrote: > Garrett Cooper wrote: > > If I'm understanding you correctly you're saying it's an issue when I do: > > pkg_add A B C > > # 1 year passes > > pkg_add D > > # D depends on A, B, C, of different revisions. pkg_add barfs because > it can't find the applications, etc. > > This is something that's been hashed over a number of times (a few of > which I've participated in in #bsdports). There needs to be a simple > update command which will handle the action of upgrading packages, > because there isn't a proper command that will do so today. > > > I'm not convinced that the "simple update command" you > mention is actually feasible, much less desirable. > (If I want to try out the new Firefox, why does that > imply that my year-old Gimp has to be upgraded?) > > As for feasibility, here's the easy problem: > =C2=A0 A2.7 requires B3.6 > =C2=A0 =C2=A0 ... one year passes ... > =C2=A0 A4.8 now requires B7.2 > But A4.8 is incompatible with B3.6 and A2.7 is > incompatible with B7.2. =C2=A0So neither A nor B > can be updated separately without breaking the system. > > Here's the hard problem: > =C2=A0 A2.7 requires B3.6 > =C2=A0 =C2=A0 ... one year passes ... > =C2=A0 I want to install C1.0 which requires B7.2 > =C2=A0 but there hasn't been a new release of A that > =C2=A0 works with B7.2. > So I now simply cannot have both C1.0 and A2.7 > installed at the same time because they require > different versions of B. > > PBI avoids both of these problems. =C2=A0It may > be unsuitable for embedded systems[1], but > I see no reason we should not extend the existing > ports/packages system with additional tools that > target certain use cases, and PBI seems a good > fit for the desktop case. > > Tim Genuine (possibly stupid) question -in PBI land, what happens if package B is, say, CUPS? Does one need versioned rc.d scripts to start one or the other? Which one gets to claim port 631? -James Butler > > [1] Actually, PBI might work just fine even for > embedded if we address the disk bloat issue. =C2=A0One > approach would be to make > =C2=A0 /Package/Bar/libfoo-2.8.7.so > a symlink or hardlink to > =C2=A0 /Package/Shared/libfoo-2.8.7.so- > This gives easy sharing of identical files. > It's even easy to handle at install time: > =C2=A0* Installer writes libfoo-2.8.7.so to > =C2=A0 =C2=A0 /Package/Shared/libfoo-2.8.7.so-temp- > =C2=A0* Installer computes hash of file as it's written > =C2=A0* Installer renames file (delete if rename fails with EEXIST) > =C2=A0* Installer writes symlink or hardlink into /Package/Bar > > _______________________________________________ > freebsd-current@freebsd.org=C2=A0mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 10:46:06 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D4DF106564A; Sun, 11 Apr 2010 10:46:06 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id AC1AB8FC13; Sun, 11 Apr 2010 10:46:05 +0000 (UTC) Received: by qyk11 with SMTP id 11so3987368qyk.13 for ; Sun, 11 Apr 2010 03:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5sjtGZJYmKSeo6vYTw8GELTf375l2zhVvhZmTmSZulc=; b=P4c58oME2ecgGOb7xAlBRUXkfs/EuIpj/fP8JHz2ON+3CJSztWj9gPajAUTn0yk6/+ awjqAXVXCXd4/9uAb7/qKBdYHooqFeKGtCigurLVA4TB0hzJAkM1kzNZe3FHdqnHELmd mL2O4PWhgSpSiDOQ9RXgKFD8iMKBFQn+SEvbs= 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=WefBE+BEPxKv6VU0WR9xRtd2cjLRlmuACscB6cZFBMJdOu2WEZxvM1TUq9mhaMAarT Pp5t0YONmV6lJzj6ViY6dYVYvPo5v7p41WsgcuK5pzmsOBi1pecXm98m9Y8WQfJazhrN qal/R8FO5Y6jgGW/dxPjPgDWg3/vVF3IEvgOg= MIME-Version: 1.0 Received: by 10.229.106.229 with HTTP; Sun, 11 Apr 2010 03:44:51 -0700 (PDT) In-Reply-To: <4BC0CC6F.7010009@freebsd.org> References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> Date: Sun, 11 Apr 2010 22:44:51 +1200 Received: by 10.229.236.16 with SMTP id ki16mr3336780qcb.68.1270982691869; Sun, 11 Apr 2010 03:44:51 -0700 (PDT) Message-ID: From: James Butler To: Tim Kientzle Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "ports@freebsd.org" , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 10:46:06 -0000 On Sunday, April 11, 2010, Tim Kientzle wrote: > Garrett Cooper wrote: > > If I'm understanding you correctly you're saying it's an issue when I do: > > pkg_add A B C > > # 1 year passes > > pkg_add D > > # D depends on A, B, C, of different revisions. pkg_add barfs because > it can't find the applications, etc. > > This is something that's been hashed over a number of times (a few of > which I've participated in in #bsdports). There needs to be a simple > update command which will handle the action of upgrading packages, > because there isn't a proper command that will do so today. > > > I'm not convinced that the "simple update command" you > mention is actually feasible, much less desirable. > (If I want to try out the new Firefox, why does that > imply that my year-old Gimp has to be upgraded?) > > As for feasibility, here's the easy problem: > =C2=A0 A2.7 requires B3.6 > =C2=A0 =C2=A0 ... one year passes ... > =C2=A0 A4.8 now requires B7.2 > But A4.8 is incompatible with B3.6 and A2.7 is > incompatible with B7.2. =C2=A0So neither A nor B > can be updated separately without breaking the system. > > Here's the hard problem: > =C2=A0 A2.7 requires B3.6 > =C2=A0 =C2=A0 ... one year passes ... > =C2=A0 I want to install C1.0 which requires B7.2 > =C2=A0 but there hasn't been a new release of A that > =C2=A0 works with B7.2. > So I now simply cannot have both C1.0 and A2.7 > installed at the same time because they require > different versions of B. > > PBI avoids both of these problems. =C2=A0It may > be unsuitable for embedded systems[1], but > I see no reason we should not extend the existing > ports/packages system with additional tools that > target certain use cases, and PBI seems a good > fit for the desktop case. > > Tim Genuine (possibly stupid) question -in PBI land, what happens if package B is, say, CUPS? Does one need versioned rc.d scripts to start one or the other? Which one gets to claim port 631? -James Butler > > [1] Actually, PBI might work just fine even for > embedded if we address the disk bloat issue. =C2=A0One > approach would be to make > =C2=A0 /Package/Bar/libfoo-2.8.7.so > a symlink or hardlink to > =C2=A0 /Package/Shared/libfoo-2.8.7.so- > This gives easy sharing of identical files. > It's even easy to handle at install time: > =C2=A0* Installer writes libfoo-2.8.7.so to > =C2=A0 =C2=A0 /Package/Shared/libfoo-2.8.7.so-temp- > =C2=A0* Installer computes hash of file as it's written > =C2=A0* Installer renames file (delete if rename fails with EEXIST) > =C2=A0* Installer writes symlink or hardlink into /Package/Bar > > _______________________________________________ > freebsd-current@freebsd.org=C2=A0mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 13:33:56 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A50E106564A; Sun, 11 Apr 2010 13:33:56 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id B7AF08FC12; Sun, 11 Apr 2010 13:33:55 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so295235fge.13 for ; Sun, 11 Apr 2010 06:33:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:organization:to :subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=MpKrOuyYo+3hLzacCNy92nPUBN9tz6lVmVBEdSFt8FU=; b=Z8R375mqHgVi8DsPo1WyijawxQfjQFAtvIyakU/bkq2DMVEAmXa8vP722QRDC2wv4q nnYE79q7gGG+JxyC7C4JxqMsTkFrc6WagBepGzZsYZg4VmaZWzjyQI2NQLuxLEqSVsuN sjNy9n5JEdVCCZSabC5Rt/Xl4rYQo4HQ0MOjg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:organization:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; b=PNKVZddokH4dl87pmr6eThN1AZKWfbbUF08pTWgnayM+3KF7krNIi8bsVWceTfAEqa f6SHZLUol5zqrDeXLN/pIkpjFETMJ/UBKrQzoHfGe81yW8YJsbs6KxwY7f4B+u7vo+7C LGGe52l+xu/3VIISq61OYMBkCeLEN1xJ2APz8= Received: by 10.223.72.156 with SMTP id m28mr2024701faj.26.1270992834418; Sun, 11 Apr 2010 06:33:54 -0700 (PDT) Received: from echo.hoth (host67-218-dynamic.4-87-r.retail.telecomitalia.it [87.4.218.67]) by mx.google.com with ESMTPS id 13sm6618968fks.0.2010.04.11.06.33.52 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Apr 2010 06:33:53 -0700 (PDT) Sender: Alberto Villa From: Alberto Villa Organization: The FreeBSD Project To: dougb@freebsd.org, ports@freebsd.org Date: Sun, 11 Apr 2010 15:33:38 +0200 User-Agent: KMail/1.13.0 (FreeBSD/9.0-CURRENT; KDE/4.4.0; i386; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2152761.BzorrvB6b8"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201004111533.46072.avilla@freebsd.org> Cc: Subject: portmaster failing with build dependencies recognition X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 13:33:56 -0000 --nextPart2152761.BzorrvB6b8 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable hi doug and ports@ i'm installing a system from scratch in a jail with portmaster 2.21, with t= he=20 build/packages options enabled: `--> cat /usr/local/etc/portmaster.rc ALWAYS_SCRUB_DISTFILES=3Ddopt LOCAL_PACKAGEDIR=3D/usr/ports/packages MAKE_PACKAGE=3Dgopt PM_DEL_BUILD_ONLY=3Dpm_dbo PM_INDEX=3Dpm_index PM_PACKAGES_BUILD=3Dpmp_build while having only six ports installed (ccache, zsh, portmaster, pkg_cutleav= es,=20 subversion-freebsd and sudo), the command `sudo portmaster=20 www/nspluginwrapper www/linux-f10-flashplugin` installed ALL the=20 dependencies (with the exception of pkg-config) from a package, and removed= =20 them at the end (with pkg_delete obviously complaining about them being=20 required packages) commenting PM_DEL_BUILD_ONLY and PM_PACKAGES_BUILD completely fixed=20 the issue, so there must be something wrong with the recognition of build=20 dependencies. i remember that you did something to that algorithm some=20 time ago (logs say that), and i'm sure that it was working correctly before= =2E.. btw, thanks for the work you're doing on this tool, it's greater at every=20 release :) =2D-=20 Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla It is your concern when your neighbor's wall is on fire. -- Quintus Horatius Flaccus (Horace) --nextPart2152761.BzorrvB6b8 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iJwEAAECAAYFAkvBz7kACgkQ3xiC6kQ1Cou/5AP/YwmT8D0ehK8PhZm8Mptj4cEn CM+yvO8pIhU0oYk0SDHsx5TDB5Dwa0zvDr9187M5IW9v7WXWMYL9dEfAgwiImzL5 3dfuMLb1Tf0yD+zvTWuPFLbrqzkfVLuCu4bLJCLHYBJUti7cxXiYTBwQZuknkIwd AOrjejOrpnq0UhrBatQ= =K38o -----END PGP SIGNATURE----- --nextPart2152761.BzorrvB6b8-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 13:34:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 220DE1065670 for ; Sun, 11 Apr 2010 13:34:09 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out7.libero.it (cp-out7.libero.it [212.52.84.107]) by mx1.freebsd.org (Postfix) with ESMTP id AC1A28FC0A for ; Sun, 11 Apr 2010 13:34:08 +0000 (UTC) Received: from soth.ventu (151.51.27.117) by cp-out7.libero.it (8.5.107) id 4BBC729A00BDC7CB; Sun, 11 Apr 2010 15:32:55 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.4/8.14.3) with ESMTP id o3BDWrtZ045644; Sun, 11 Apr 2010 15:32:54 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4BC1CF85.30806@netfence.it> Date: Sun, 11 Apr 2010 15:32:53 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.1.9) Gecko/20100402 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, gary.jennejohn@freenet.de, alp@rsu.ru References: <4BAB6135.4030800@rsu.ru> <20100325154420.6c91a7b9@ernst.jennejohn.org> <20100325162831.GB24672@lonesome.com> In-Reply-To: <20100325162831.GB24672@lonesome.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: postgres and CVE-2010-0442 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 13:34:09 -0000 On 03/25/10 17:28, Mark Linimon wrote: > On Thu, Mar 25, 2010 at 03:44:20PM +0100, Gary Jennejohn wrote: >> It's only been a week since it was assigned to the maintainer (girgen@) >> to look at. >> >> It's too soon for a maintainer timeout, although I suppose if this is >> considered to be an enormous security risk it could be committed without >> waiting. > > I'd say go ahead and commit it. We often waive the two-week period for > security problems. Sorry to step in. 8.4 has been corrected since a while, but what about 8.2 and 8.3? Is the new (non vulnerable) version going to arrive in the port tree anytime soon or should we plan a version upgrade? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 18:23:37 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 370C8106564A; Sun, 11 Apr 2010 18:23:37 +0000 (UTC) (envelope-from julianelischer@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id B0F7C8FC2F; Sun, 11 Apr 2010 18:23:36 +0000 (UTC) Received: by qyk11 with SMTP id 11so4172068qyk.13 for ; Sun, 11 Apr 2010 11:23:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=v/8kgnh+sXPgAoVJ1o3uIqM6jgouf5WDTCLVznNRbVI=; b=M3IV4YNWbiHQCon5SVeok00Giq9XEMo+R56+tRctsjLZU2LV1MNNKYk7XDkJfqtass t1bTNR2YnswOmIdb6nTx4nSIR0SLakU+UL/DGXdW6X/1i+NTxz0wzEsm1k6PeiuM/+OZ 7LeyvY6LC4KfWGEZo5uR9TwsCjUnii4MHSQL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=MSUYoj/4UHwNhslXmkWLaQ/IjKBaWPogSIQlXLPl/NTnsI8nZt7w5k4EXnNeNWLMTj SkAQ3KvGACN6s/arkbkWZr2gXL/JFmJwlQEZjaMdAcs/d7UcPqoFv2Wi6nWNrRZl39ZM Q5C6ddjS6uZPvZMd89X5HLN+G3YtGiJBdC9H0= Received: by 10.229.88.193 with SMTP id b1mr4423652qcm.27.1271010215788; Sun, 11 Apr 2010 11:23:35 -0700 (PDT) Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by mx.google.com with ESMTPS id v26sm4850121qce.19.2010.04.11.11.23.33 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Apr 2010 11:23:34 -0700 (PDT) Sender: Julian Elischer Message-ID: <4BC213A5.4020104@elischer.org> Date: Sun, 11 Apr 2010 11:23:33 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Kostik Belousov References: <4BBFD502.1010507@elischer.org> <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <20100411102723.GT2415@deviant.kiev.zoral.com.ua> In-Reply-To: <20100411102723.GT2415@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Tim Kientzle , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 18:23:37 -0000 On 4/11/10 3:27 AM, Kostik Belousov wrote: > I already pointed in the other reply in this thread, $ORIGIN dynamic > token should solve the issue. See > http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=en&a=view yes, teh question I have since I am not alinker expert is do we support it? the link you give is for Solaris I think.. From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 18:41:35 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C3A1106566B for ; Sun, 11 Apr 2010 18:41:35 +0000 (UTC) (envelope-from pit@joseph-a-nagy-jr.us) Received: from outbound-mail-158.bluehost.com (cpoproxy2-pub.bluehost.com [67.222.39.38]) by mx1.freebsd.org (Postfix) with SMTP id 0DA6C8FC16 for ; Sun, 11 Apr 2010 18:41:34 +0000 (UTC) Received: (qmail 1110 invoked by uid 0); 11 Apr 2010 18:41:35 -0000 Received: from unknown (HELO box264.bluehost.com) (69.89.31.64) by cpoproxy2.bluehost.com with SMTP; 11 Apr 2010 18:41:34 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=joseph-a-nagy-jr.us; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:X-Enigmail-Version:Content-Type:X-Identified-User; b=oThadAdeoEeYpSXLVxdduk5UXvLQ0NxtLCeaVNgvGL+5QY2Y2/BsPVXio6UfYG8h8y1X3zET1q63u0RmbrUMgh3DbUobY0cllXTCM2010GXi6kKoeFM6haOjf6aHK1Td; Received: from [206.74.86.236] (helo=[192.168.1.102]) by box264.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O1268-0003mP-Tr for freebsd-ports@freebsd.org; Sun, 11 Apr 2010 12:41:33 -0600 Message-ID: <4BC217C5.1030000@joseph-a-nagy-jr.us> Date: Sun, 11 Apr 2010 13:41:09 -0500 From: Programmer In Training User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.8) Gecko/20100324 Thunderbird/3.0.3 MIME-Version: 1.0 To: FreeBSD Ports X-Enigmail-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigFD988A27CFCEE229F48A6BE5" X-Identified-User: {2250:box264.bluehost.com:ameliora:joseph-a-nagy-jr.us} {sentby:smtp auth 206.74.86.236 authed with pit@joseph-a-nagy-jr.us} Subject: Rarian, Scrollkeeper, gucharmap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 18:41:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigFD988A27CFCEE229F48A6BE5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I was going to install gucharmap so I didn't have to worry about figuring out what file I need to map a compose key in for it to work in WindowMaker (yeah yeah, lazy me), but I ran into a problem I didn't cause (haha, keep the comments to yourself): scrollkeeper-config: not found scrollkeeper-config: not found The file '/Templates/C/scrollkeeper_cl.xml' does not exist. Please check your ScrollKeeper installation. ^^^^^^^^^^^^^^^^^^^^<--- Above two lines are the important ones gmake[2]: *** [gucharmap-C.omf] Error 1 gmake[2]: Leaving directory `/usr/ports/deskutils/gucharmap/work/gucharmap-2.28.2/help' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/deskutils/gucharmap/work/gucharmap-2.28.2' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/deskutils/gucharmap. So I look to see where scrollkeeper is and where I would find it: [root@heaven]whereis scrollkeeper scrollkeeper: /usr/ports/textproc/scrollkeeper Apparently it's not installed. [root@heaven]make install clean [I already ran make depends to make sure I had dependencies taken care of] =3D=3D=3D> scrollkeeper-0.3.14_11,1 conflicts with installed package(s):= rarian-0.8.1 They install files into the same place. Please remove them first with pkg_delete(1). *** Error code 1 Stop in /usr/ports/textproc/scrollkeeper. So I go find rarian to see where and what it is. [root@heaven]cd ../rarian/ [root@heaven]less pkg-descr Rarian is designed to be a replacement for scrollkeeper. It is ^^^^^^^^^^^^^^^^^^^^^^^^^^^^<--- Um really? currently undergoing heavy development. As of writing, rarian can be installed in place of scrollkeeper and everything will work okay. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<--- Real= ly? Is gucharmap just an anomoly or is anyone else having this problem with other apps that used to rely on scrollkeeper? I updated my local ports collection on 9 April. I'm going to install regular charmap (or at least try to) as an alternative. Just thought I'd at least let you guys know about the issue.= --=20 Yours In Christ, PIT Emails are not formal business letters, whatever businesses may want. Original content copyright under the OWL http://owl.apotheon.org Please do not CC me. If I'm posting to a list it is because I am subscrib= ed. --------------enigFD988A27CFCEE229F48A6BE5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJLwhfMAAoJEENZQ8DH7rW0GZ8IAIR1sESvHipyqQRLa+IzZk2/ VqEvq5OEiHZBUract3prO9Kk/AZjDGtJSBb1B9/uH37dD5rg6FZR1SJRR1J5L8Iv 67mfcI53sNuout9UPIw4KiZhl7PPNnxwDadcWybWnTKVSVCG/VG+LhB03c/dtZcT TnitEQR9rSYxONPAjK12S4rY58YiNnXop9tUc0GCasA3HaLczspnVAxn5evG08oq g6LltmuIX01C3ptA661BB1iZnkYwRKkOSaeJdjdcJVNt0bftdKvXv0GS4N6asiLX N3dxylGofL7/YJzVbnhirH3ZLtD1Y+rO/EHVWoIpiCK6BmRKAWUBip66Xlm3UkM= =39n+ -----END PGP SIGNATURE----- --------------enigFD988A27CFCEE229F48A6BE5-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 18:44:14 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 65768106564A; Sun, 11 Apr 2010 18:44:14 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id CC72A8FC16; Sun, 11 Apr 2010 18:44:13 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o3BIi6fI006560 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Apr 2010 21:44:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o3BIi6Uw081240; Sun, 11 Apr 2010 21:44:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o3BIi6tt081239; Sun, 11 Apr 2010 21:44:06 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 11 Apr 2010 21:44:06 +0300 From: Kostik Belousov To: Julian Elischer Message-ID: <20100411184406.GV2415@deviant.kiev.zoral.com.ua> References: <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <20100411102723.GT2415@deviant.kiev.zoral.com.ua> <4BC213A5.4020104@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KCdCVyakfpTsy0M+" Content-Disposition: inline In-Reply-To: <4BC213A5.4020104@elischer.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org, Tim Kientzle , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 18:44:14 -0000 --KCdCVyakfpTsy0M+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: > On 4/11/10 3:27 AM, Kostik Belousov wrote: >=20 > >I already pointed in the other reply in this thread, $ORIGIN dynamic > >token should solve the issue. See > >http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=3Den&a=3Dview >=20 > yes, teh question I have since I am not alinker expert is do we=20 > support it? the link you give is for Solaris I think.. It is in three for HEAD, RELENG_8 and RELENG_7. --KCdCVyakfpTsy0M+ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkvCGHUACgkQC3+MBN1Mb4iFPwCeLXVssKM26ypn1aLRQUNsc6zu luwAnAkLG14rnjZDjERajwY0WZwg0npi =yY5g -----END PGP SIGNATURE----- --KCdCVyakfpTsy0M+-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 18:59:57 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7169B106566B for ; Sun, 11 Apr 2010 18:59:57 +0000 (UTC) (envelope-from peterjeremy@acm.org) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.freebsd.org (Postfix) with ESMTP id 00FFE8FC1A for ; Sun, 11 Apr 2010 18:59:56 +0000 (UTC) Received: from server.vk2pj.dyndns.org (c122-106-253-149.belrs3.nsw.optusnet.com.au [122.106.253.149]) by mail13.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id o3BIxsTF011605 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 12 Apr 2010 04:59:54 +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 o3BIxqRf019683 for ; Mon, 12 Apr 2010 04:59:52 +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 o3BIxqeN019682 for freebsd-ports@freebsd.org; Mon, 12 Apr 2010 04:59:52 +1000 (EST) (envelope-from peter) Date: Mon, 12 Apr 2010 04:59:52 +1000 From: Peter Jeremy To: FreeBSD Ports Message-ID: <20100411185952.GB97879@server.vk2pj.dyndns.org> References: <4BC217C5.1030000@joseph-a-nagy-jr.us> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WYTEVAkct0FjGQmd" Content-Disposition: inline In-Reply-To: <4BC217C5.1030000@joseph-a-nagy-jr.us> X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) X-CMAE-Score: 0 Subject: Re: Rarian, Scrollkeeper, gucharmap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 18:59:57 -0000 --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2010-Apr-11 13:41:09 -0500, Programmer In Training wrote: >scrollkeeper-config: not found >scrollkeeper-config: not found >The file '/Templates/C/scrollkeeper_cl.xml' does not exist. >Please check your ScrollKeeper installation. >^^^^^^^^^^^^^^^^^^^^<--- Above two lines are the important ones =2E.. >So I look to see where scrollkeeper is and where I would find it: > >[root@heaven]whereis scrollkeeper >scrollkeeper: /usr/ports/textproc/scrollkeeper =2E.. >=3D=3D=3D> scrollkeeper-0.3.14_11,1 conflicts with installed package(s): > rarian-0.8.1 > > They install files into the same place. > Please remove them first with pkg_delete(1). >*** Error code 1 Whilst I don't have it installed, according to the pkg-plist for rarian, it should install $LOCALBASE/bin/scrollkeeper-config (note that you looked for 'scrollkeeper' rather than 'scrollkeeper-config' Does "pkg_info -g rarian-0.8.1" report any anomolies? --=20 Peter Jeremy --WYTEVAkct0FjGQmd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvCHCgACgkQ/opHv/APuIfXUQCeNk/Wre6pkvVlTeR/XI6HaFkW GzAAoKA+oeCQhkxmMionlD97GJl1RrAt =YCIC -----END PGP SIGNATURE----- --WYTEVAkct0FjGQmd-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 19:02:32 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B67106564A for ; Sun, 11 Apr 2010 19:02:32 +0000 (UTC) (envelope-from pit@joseph-a-nagy-jr.us) Received: from outbound-mail-158.bluehost.com (cpoproxy2-pub.bluehost.com [67.222.39.38]) by mx1.freebsd.org (Postfix) with SMTP id C47598FC1C for ; Sun, 11 Apr 2010 19:02:31 +0000 (UTC) Received: (qmail 20338 invoked by uid 0); 11 Apr 2010 19:02:31 -0000 Received: from unknown (HELO box264.bluehost.com) (69.89.31.64) by cpoproxy2.bluehost.com with SMTP; 11 Apr 2010 19:02:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=joseph-a-nagy-jr.us; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:X-Enigmail-Version:Content-Type:X-Identified-User; b=oveVBY72KWR69IUxrsOfSOQ2n+oqA2GFYuyocDcVokCg1+Wure3SmnaNans3Qiog6rhcm2crskDtqfk2XYb630sFwa6mKE+OBhdbspjTa7SX8W72bk39uHBQSNyVfOFU; Received: from [206.74.86.236] (helo=[192.168.1.102]) by box264.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O12QQ-0001yo-KL for freebsd-ports@freebsd.org; Sun, 11 Apr 2010 13:02:31 -0600 Message-ID: <4BC21CB1.7030203@joseph-a-nagy-jr.us> Date: Sun, 11 Apr 2010 14:02:09 -0500 From: Programmer In Training User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.8) Gecko/20100324 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4BC217C5.1030000@joseph-a-nagy-jr.us> <20100411185952.GB97879@server.vk2pj.dyndns.org> In-Reply-To: <20100411185952.GB97879@server.vk2pj.dyndns.org> X-Enigmail-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE9BD28B0A2A5D1609EBFA077" X-Identified-User: {2250:box264.bluehost.com:ameliora:joseph-a-nagy-jr.us} {sentby:smtp auth 206.74.86.236 authed with pit@joseph-a-nagy-jr.us} Subject: Re: Rarian, Scrollkeeper, gucharmap X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 19:02:32 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE9BD28B0A2A5D1609EBFA077 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/11/10 13:59, Peter Jeremy wrote: > Whilst I don't have it installed, according to the pkg-plist for > rarian, it should install $LOCALBASE/bin/scrollkeeper-config (note > that you looked for 'scrollkeeper' rather than 'scrollkeeper-config' Ah. Well no worries. Apparently charmap was already installed. I guess I should look over pkg-plist too instead of just pkg-desc > Does "pkg_info -g rarian-0.8.1" report any anomolies? >=20 Nada. --=20 Yours In Christ, PIT Emails are not formal business letters, whatever businesses may want. Original content copyright under the OWL http://owl.apotheon.org Please do not CC me. If I'm posting to a list it is because I am subscrib= ed. --------------enigE9BD28B0A2A5D1609EBFA077 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJLwhy3AAoJEENZQ8DH7rW0leUIAJT447v77b5N9D6NsaDpdkC+ 7KQJcZ9I7glDlp3PdQStTjPtnnODJDtbJn5TYldVWPHgMCHK4m7+N/TUFaCFBuZG UyNDYP2opzqCc+T04j7Xx/ouBH+nT2zpV/j31075rWM61UsHWuqsJ3jDx5MKXULP LRHAg8FbapMqZi2VTGZRxDdYi3txRovI4bxyHMkDE3iABPdV9wN2DF+eq5h7BmFd w0/wRa9O99iBqWt+o13urRB35ziJSUR8LvHKYNHi0z14bjgTvDGqCUxqeW/dnGWr SxUmoI4fixGss1wDj873ATQF/AmsvmkaQ6lXI4GiOOk4SGGJ3DbZhbGe7ICLx4w= =5Ead -----END PGP SIGNATURE----- --------------enigE9BD28B0A2A5D1609EBFA077-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 19:13:13 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CF3B106566B; Sun, 11 Apr 2010 19:13:13 +0000 (UTC) (envelope-from julianelischer@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id D8EA38FC43; Sun, 11 Apr 2010 19:13:12 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so1698760qwi.7 for ; Sun, 11 Apr 2010 12:13:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=yAx/NwFGYiqLiuiNW4PpKtksMT51m28Pp1vlvTaPFKY=; b=uaAzjqI0g01OIzL8tvFl7a1e/p1ynl9xY3+llPch8LbGn1TfUgX4L7jH4GjhJVUYU1 /jTD5gLXwTrk4ZlAQ+Z+b7Sri5a+FOnK57M4QYEY3kJ/dv53oQ4LFOHOAixVS0SBy5Us FM/Tx4YgDoC/kFZBiAE26uXD4nN2XVk+ZB9Jk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=HG1Mm1RmmKtWnEUqLAh3wNvvmK91Dg/d9RuZX5tUaId7Fyxqp6Tko2TzfS1QMmA+W/ l42DMSNS9UI2e4H+1Yn3N8XO61ImRN7CfJrNldpsaaHTbuRGq1JPWxZynMh0wzkMmq9F /CuO2ui+jLnzWXF2S/h8OTVLjCzEuZImB1OYs= Received: by 10.229.225.73 with SMTP id ir9mr4447036qcb.22.1271013191917; Sun, 11 Apr 2010 12:13:11 -0700 (PDT) Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by mx.google.com with ESMTPS id w30sm4919003qce.22.2010.04.11.12.13.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Apr 2010 12:13:11 -0700 (PDT) Sender: Julian Elischer Message-ID: <4BC21F48.8090407@elischer.org> Date: Sun, 11 Apr 2010 12:13:12 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Kostik Belousov , ports@freebsd.org, FreeBSD Current References: <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <20100411102723.GT2415@deviant.kiev.zoral.com.ua> <4BC213A5.4020104@elischer.org> <20100411184406.GV2415@deviant.kiev.zoral.com.ua> In-Reply-To: <20100411184406.GV2415@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 19:13:13 -0000 On 4/11/10 11:44 AM, Kostik Belousov wrote: > On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: >> On 4/11/10 3:27 AM, Kostik Belousov wrote: >> >>> I already pointed in the other reply in this thread, $ORIGIN dynamic >>> token should solve the issue. See >>> http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=en&a=view >> >> yes, teh question I have since I am not alinker expert is do we >> support it? the link you give is for Solaris I think.. > > It is in three for HEAD, RELENG_8 and RELENG_7. thank you. This will I think as you suggest, make a significant difference. the question I have is "is it re-evaluated for each library"? So, to recap: what we were thinking is something along the lines of the following: an example with 2 PBI apps created at the same time (part of the same set) application 1 --------> libraryA - - (originally) - - ->library B | / | |link / |link | /-----------(y)-------/ | v / v common area dd-mm-yy library A ------(x)------------>library B ^ ^ |link |link | | | | application 1 --------> libraryA - - (originally) - - - ->library B library A and B in app 2 are deleted the idea that all the PBIs developed as part of a release set (labeled as set dd-mm-yy in this example, would have identical libraries in them and would thus be candidates for "library consolidation". The question is and I guess it's not really that important, whether satisfaying a dependency in library A due to application 1 will use path (x) or path (y). certainly we would need to label the versions of the libraries in the common area with a hash or something, or maybe some other unique label. (port sequence number plus build args?) so that we don't use a copy of the library that is not really suitable for that app. A really top class effort would be ab;e to know hte set of build options on a library that would make the outcome "acceptable". but I doubt that we want to go that far. if a person takes PBIS from set "01-01-2011" hey will tend to find common libraries. butit for some reason they need to take something from set "01-01-2009" (i.e. an old PBI, for some compatibility reason) it is guaranteed to work, despite the fact that there may well be collisions between library versions, because it will not be linked with those in the common area that do not match and will instead be linked with its own copies. Julian From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 19:20:56 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D642106564A; Sun, 11 Apr 2010 19:20:56 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC878FC17; Sun, 11 Apr 2010 19:20:55 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o3BJKnbK008864 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 11 Apr 2010 22:20:49 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o3BJKnYo081498; Sun, 11 Apr 2010 22:20:49 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o3BJKnRb081497; Sun, 11 Apr 2010 22:20:49 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Sun, 11 Apr 2010 22:20:49 +0300 From: Kostik Belousov To: Julian Elischer Message-ID: <20100411192049.GX2415@deviant.kiev.zoral.com.ua> References: <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <20100411102723.GT2415@deviant.kiev.zoral.com.ua> <4BC213A5.4020104@elischer.org> <20100411184406.GV2415@deviant.kiev.zoral.com.ua> <4BC21F48.8090407@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RTy+eQJHeE7YIlEm" Content-Disposition: inline In-Reply-To: <4BC21F48.8090407@elischer.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_05, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org, FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 19:20:56 -0000 --RTy+eQJHeE7YIlEm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2010 at 12:13:12PM -0700, Julian Elischer wrote: > On 4/11/10 11:44 AM, Kostik Belousov wrote: > >On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: > >>On 4/11/10 3:27 AM, Kostik Belousov wrote: > >> > >>>I already pointed in the other reply in this thread, $ORIGIN dynamic > >>>token should solve the issue. See > >>>http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=3Den&a=3Dvi= ew > >> > >>yes, teh question I have since I am not alinker expert is do we > >>support it? the link you give is for Solaris I think.. > > > >It is in three for HEAD, RELENG_8 and RELENG_7. >=20 >=20 > thank you. >=20 > This will I think as you suggest, make a significant difference. >=20 > the question I have is "is it re-evaluated for each library"? I am not sure what exactly you are asking there. $ORIGIN is substituted for each object invividually, taking the object path as a substitution target. That is, if main executable A references dso $ORIGIN/X/libA.so, then libA.so is looked up in the subdirectory X of directory containing A. If libA.so references $ORIGIN/Y/libB.so, then libB.so is looked up in X/Y subdirectory of directory containing A. >=20 > So, to recap: >=20 > what we were thinking is something along the lines of the following: >=20 >=20 > an example with 2 PBI apps created at the same time > (part of the same set) >=20 > application 1 --------> libraryA - - (originally) - - ->library B > | / | > |link / |link > | /-----------(y)-------/ | > v / v > common area dd-mm-yy library A ------(x)------------>library B > ^ ^ > |link |link > | | > | | > application 1 --------> libraryA - - (originally) - - - ->library B >=20 > library A and B in app 2 are deleted >=20 > the idea that all the PBIs developed as part of a release set > (labeled as set dd-mm-yy in this example, would > have identical libraries in them and would thus be candidates for > "library consolidation". > The question is and I guess it's not really that important, whether > satisfaying a dependency in library A due to application 1 will use=20 > path (x) or path (y). >=20 > certainly we would need to label the versions of the libraries in the > common area with a hash or something, or maybe some other unique > label. (port sequence number plus build args?) so that we don't > use a copy of the library that is not really suitable for that app. >=20 > A really top class effort would be ab;e to know hte set of build > options on a library that would make the outcome "acceptable". > but I doubt that we want to go that far. >=20 > if a person takes PBIS from set "01-01-2011" hey will tend to find > common libraries. butit for some reason they need to take something > from set "01-01-2009" (i.e. an old PBI, for some compatibility reason) > it is guaranteed to work, despite the fact that there may well be > collisions between library versions, because it will not be linked > with those in the common area that do not match and will instead be > linked with its own copies. >=20 >=20 > Julian --RTy+eQJHeE7YIlEm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkvCIRAACgkQC3+MBN1Mb4iWaQCfS7l+5Uy5yAwZvJEsCsQndiMx eKkAoMg8NQiiMUkuSgPEgTR1HscvRP68 =QbxQ -----END PGP SIGNATURE----- --RTy+eQJHeE7YIlEm-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 20:35:04 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6F7F1065670 for ; Sun, 11 Apr 2010 20:35:04 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0AE8FC16 for ; Sun, 11 Apr 2010 20:35:04 +0000 (UTC) Received: (qmail 28430 invoked by uid 399); 11 Apr 2010 20:35:03 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 11 Apr 2010 20:35:03 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BC23276.3020701@FreeBSD.org> Date: Sun, 11 Apr 2010 13:35:02 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Alberto Villa References: <201004111533.46072.avilla@freebsd.org> In-Reply-To: <201004111533.46072.avilla@freebsd.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: multipart/mixed; boundary="------------040307090504010503000900" Cc: ports@freebsd.org Subject: Re: portmaster failing with build dependencies recognition X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 20:35:04 -0000 This is a multi-part message in MIME format. --------------040307090504010503000900 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/11/10 06:33, Alberto Villa wrote: > hi doug and ports@ > > i'm installing a system from scratch in a jail with portmaster 2.21, with the > build/packages options enabled: > > `--> cat /usr/local/etc/portmaster.rc > ALWAYS_SCRUB_DISTFILES=dopt > LOCAL_PACKAGEDIR=/usr/ports/packages > MAKE_PACKAGE=gopt > PM_DEL_BUILD_ONLY=pm_dbo > PM_INDEX=pm_index > PM_PACKAGES_BUILD=pmp_build > > while having only six ports installed (ccache, zsh, portmaster, pkg_cutleaves, > subversion-freebsd and sudo), the command `sudo portmaster > www/nspluginwrapper www/linux-f10-flashplugin` No need to do 'sudo portmaster.' Check out the man page for how to configure automatic sudo support. > installed ALL the dependencies (with the exception of pkg-config) from a package, Hmmm, so even the run dependencies were installed from a package? That's bad. > and removed them at the end Ok, I'm pretty sure I see the problem. Please test the attached patch and let me know how it goes. In case anyone cares the bug is that I tested the heck out of the --index-only option and made a slight change to how the list of build dependencies is compared to the list of run dependencies as a result. It worked with --index-only, but I obviously neglected to test it again without --index-only. Mea culpa. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ --------------040307090504010503000900 Content-Type: text/plain; name="portmaster-fix-rundeps.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="portmaster-fix-rundeps.diff" Index: portmaster =================================================================== --- portmaster (revision 206442) +++ portmaster (working copy) @@ -1998,6 +1998,8 @@ for l in $temp_list ; do list="$list `grep -m1 ^${l}\| $PM_INDEX | cut -f 2 -d \|`" done + + list=" $list " fi echo "$list" @@ -2031,11 +2033,11 @@ if [ "$PM_BUILD_ONLY_LIST" = pmp_doing_build_deps ]; then local rundeps dep varname run_dl build_only_dl - rundeps=" `gen_dep_list run-depends-list` " + rundeps=`gen_dep_list run-depends-list` for dep in $d_port_list; do case "$rundeps" in - *" ${dep} "*) + *" ${dep} "*|*${dep}*) varname=`echo ${dep#$pd/} | sed 's#[-+/\.]#_#g'` rundep_list="$rundep_list $varname" eval $varname=\"$portdir \$$varname\" --------------040307090504010503000900-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 21:50:47 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9441D106566B; Sun, 11 Apr 2010 21:50:47 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id DFDBC8FC70; Sun, 11 Apr 2010 21:50:46 +0000 (UTC) Received: by bwz8 with SMTP id 8so2412222bwz.3 for ; Sun, 11 Apr 2010 14:50:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:organization:to :subject:date:user-agent:cc:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; bh=8R8ojrxm3ixjEixBkNUyIOqBC4OJL1B9TilWjG0Z6Bo=; b=EhhCiuVuAysyVblt7LcerFG+AC9QBMLV7PT/0BPS0xatMCx/hjQY7mUcwomZiYM2rn 1Dxohym3c78z6ELQTn7zHfnQThqXy/onjy2yGfUYDVaRXUyaE0ndihdIV01JIkp02M5b kKSsmw7S3nKmms9VYxdU4qA/yM37Y05U9ppKY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=nWsEnfujInIaVI5tAJap6w6JpSRwhMVfyEMZ7FO0rQmAqh6X50rlmOK6wqTINSakiz SfT2+W4iR8iNzo38N3l600RSr3O926vW/nlwy9gvgbcz3rMjp1tAXgTVINZLyp24Mfov Fc2GtNJ6TEKEOafx+hLqqMjSuNgougd/dU3wU= Received: by 10.103.3.20 with SMTP id f20mr1429616mui.95.1271022645345; Sun, 11 Apr 2010 14:50:45 -0700 (PDT) Received: from echo.hoth (host67-218-dynamic.4-87-r.retail.telecomitalia.it [87.4.218.67]) by mx.google.com with ESMTPS id 12sm14288877muq.31.2010.04.11.14.50.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Apr 2010 14:50:44 -0700 (PDT) Sender: Alberto Villa From: Alberto Villa Organization: The FreeBSD Project To: Doug Barton Date: Sun, 11 Apr 2010 23:50:32 +0200 User-Agent: KMail/1.13.0 (FreeBSD/9.0-CURRENT; KDE/4.4.0; i386; ; ) References: <201004111533.46072.avilla@freebsd.org> <4BC23276.3020701@FreeBSD.org> In-Reply-To: <4BC23276.3020701@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart4647156.iXSIo5Gghh"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201004112350.40324.avilla@freebsd.org> Cc: ports@freebsd.org Subject: Re: portmaster failing with build dependencies recognition X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 21:50:47 -0000 --nextPart4647156.iXSIo5Gghh Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable On Sunday 11 April 2010 22:35:02 Doug Barton wrote: > No need to do 'sudo portmaster.' Check out the man page for how to > configure automatic sudo support. i know that option, but i prefer the way `sudo portmaster` works. it's ok,= =20 anyway ;) > Ok, I'm pretty sure I see the problem. Please test the attached patch > and let me know how it goes. it works! thank you! :D > In case anyone cares the bug is that I tested the heck out of the > --index-only option and made a slight change to how the list of build > dependencies is compared to the list of run dependencies as a result. It > worked with --index-only, but I obviously neglected to test it again > without --index-only. Mea culpa. while i'm here, let me say that the --index flag is making updates really=20 faster! =2D-=20 Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla The greatest of faults is to be conscious of none. --nextPart4647156.iXSIo5Gghh Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iJwEAAECAAYFAkvCRC8ACgkQ3xiC6kQ1CoteQAQAjLD51RLQXxvXRrGP2HFzV66t rvubWgQPVS2PwixrawtgKVQBEux9haEHNDD9tWFt9CbhzjH3pjqmttmXIEaGhP6C ei8HOPLOVvSk9VmHflUxVJ2se1GDgE7VEgt6E1Z7nLpFzNWOLxjSA/WZm3vvWftQ r+MXBvz5g8QWjaqFWGc= =+zis -----END PGP SIGNATURE----- --nextPart4647156.iXSIo5Gghh-- From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 21:56:20 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C440E106566C for ; Sun, 11 Apr 2010 21:56:20 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5DE108FC1E for ; Sun, 11 Apr 2010 21:56:20 +0000 (UTC) Received: (qmail 22303 invoked by uid 399); 11 Apr 2010 21:56:19 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 11 Apr 2010 21:56:19 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BC24582.3030903@FreeBSD.org> Date: Sun, 11 Apr 2010 14:56:18 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: Alberto Villa References: <201004111533.46072.avilla@freebsd.org> <4BC23276.3020701@FreeBSD.org> <201004112350.40324.avilla@freebsd.org> In-Reply-To: <201004112350.40324.avilla@freebsd.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: portmaster failing with build dependencies recognition X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 21:56:20 -0000 On 04/11/10 14:50, Alberto Villa wrote: > On Sunday 11 April 2010 22:35:02 Doug Barton wrote: >> No need to do 'sudo portmaster.' Check out the man page for how to >> configure automatic sudo support. > > i know that option, but i prefer the way `sudo portmaster` works. it's ok, > anyway ;) No worries, that's why it's an option. :) >> Ok, I'm pretty sure I see the problem. Please test the attached patch >> and let me know how it goes. > > it works! thank you! :D Good news, thanks for the bug report. I'll get the fix in today. > while i'm here, let me say that the --index flag is making updates really > faster! I'm glad to hear that, thank you for the kind words. In my own testing (on a fairly fast system) it was pretty close, but the benefits increased in direct relation to the number of out of date ports. So even if you're not using a custom INDEX at worse it's no real harm, and it can speed things up. Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ From owner-freebsd-ports@FreeBSD.ORG Sun Apr 11 22:44:39 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E221B106575F; Sun, 11 Apr 2010 22:44:39 +0000 (UTC) (envelope-from julianelischer@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.221.175]) by mx1.freebsd.org (Postfix) with ESMTP id B4B098FC18; Sun, 11 Apr 2010 22:44:38 +0000 (UTC) Received: by qyk5 with SMTP id 5so5745170qyk.3 for ; Sun, 11 Apr 2010 15:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=d2zJ+AQqj5w/HQQAVbgte3T8kWEvdIFw0Z4HzIZRRO8=; b=EKFHFNj+01iIylnxVYQG4Cm6BeoH6gvMBoBOMGXzKa5LT0VfSRKuzU7DPLkTis08IA IwL3BqsgIkoOxUUTgj3R/WUZd5mSvm+SjtfUgs4JZ1KGLVsbWDhOFkAU2y6joi3gGKM0 x+SywwxxRE2riLWAysrFao3aliYkYLeIT72iQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=mKeCqqywEqExiu1JTkLrnBAlDdPAF6ffzDbJ+32cANWsoKBtQPH/1l3ntl9gC4j5/f NMEfJmO6DrgX5NaC+FQ2VUqkWysGEs6k8DuBPVe5C6R3s+fZr3JMYZ5HGXq1ICkKX1Pn MUPZQdWkPOleFNfLvwE1a+nw2szbQpOBvsuwk= Received: by 10.229.14.157 with SMTP id g29mr1521799qca.57.1271025877649; Sun, 11 Apr 2010 15:44:37 -0700 (PDT) Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by mx.google.com with ESMTPS id v26sm5215269qce.7.2010.04.11.15.44.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 11 Apr 2010 15:44:37 -0700 (PDT) Sender: Julian Elischer Message-ID: <4BC250D5.7000608@elischer.org> Date: Sun, 11 Apr 2010 15:44:37 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Kostik Belousov References: <4BC03ABA.6090309@elischer.org> <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <20100411102723.GT2415@deviant.kiev.zoral.com.ua> <4BC213A5.4020104@elischer.org> <20100411184406.GV2415@deviant.kiev.zoral.com.ua> <4BC21F48.8090407@elischer.org> <20100411192049.GX2415@deviant.kiev.zoral.com.ua> In-Reply-To: <20100411192049.GX2415@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, FreeBSD Current , Kris Moore Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 11 Apr 2010 22:44:40 -0000 On 4/11/10 12:20 PM, Kostik Belousov wrote: > On Sun, Apr 11, 2010 at 12:13:12PM -0700, Julian Elischer wrote: >> On 4/11/10 11:44 AM, Kostik Belousov wrote: >>> On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: >>>> On 4/11/10 3:27 AM, Kostik Belousov wrote: >>>> >>>>> I already pointed in the other reply in this thread, $ORIGIN dynamic >>>>> token should solve the issue. See >>>>> http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=en&a=view >>>> >>>> yes, teh question I have since I am not alinker expert is do we >>>> support it? the link you give is for Solaris I think.. >>> >>> It is in three for HEAD, RELENG_8 and RELENG_7. >> >> >> thank you. >> >> This will I think as you suggest, make a significant difference. >> >> the question I have is "is it re-evaluated for each library"? You interpreted the question correctly. > I am not sure what exactly you are asking there. $ORIGIN is substituted > for each object invividually, taking the object path as a substitution > target. That is, if main executable A references dso $ORIGIN/X/libA.so, > then libA.so is looked up in the subdirectory X of directory containing > A. If libA.so references $ORIGIN/Y/libB.so, then libB.so is looked up > in X/Y subdirectory of directory containing A. If there is an LDPATH set then if the library A is to be found at $SOMEWHERE-ELSE which is in the LDPATH, rather than in $ORIGIN/X, will it still be found? if the answer to the above is yes, then If it is then found in $SOMEWHERE-ELSE/X somewhere, will it then look for libB.so in $ORIGIN(A) or in $SOMEWHERE-ELSE ? If the library is actually somewhere else (via symlink) is $origin reevaluated to the actual destination? (that would be cool). > > >> >> So, to recap: >> >> what we were thinking is something along the lines of the following: >> >> >> an example with 2 PBI apps created at the same time >> (part of the same set) >> >> application 1 --------> libraryA - - (originally) - - ->library B >> | / | >> |link / |link >> | /-----------(y)-------/ | >> v / v >> common area dd-mm-yy library A ------(x)------------>library B >> ^ ^ >> |link |link >> | | >> | | >> application 1 --------> libraryA - - (originally) - - - ->library B >> >> library A and B in app 2 are deleted and libraries A and B in "common area" can be updated for security reasons by a special kind of PBI or package should it be required. It sounds to me that link 'y' is followed, i.e. the linker continues to think it is working in $ORIGIN(A). either way this is sounding very doable.. Kris is thinking about a single sysutils/pbimanager port and a /mk diff that would allow "make pbi" (once the port was installed). I think it actually looks quite feasible. Is there someone out there in ports-land who really inderstands the ports mk framework who could help us (because we'll need a local guide to make sure we don't dig inn any local burial grounds) and who can help with testing etc? Similarly if we need to do anything funny with regards to hashing parts of .so files, or deciding how to version things, is there an elf specialist in the house who can help? Kris said can do the pbi tools part if he has help with these two areas Julian From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 03:25:09 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1E4F1065674 for ; Mon, 12 Apr 2010 03:25:09 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 80FA68FC08 for ; Mon, 12 Apr 2010 03:25:09 +0000 (UTC) Received: (qmail 9500 invoked by uid 399); 12 Apr 2010 03:25:07 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 12 Apr 2010 03:25:07 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Sun, 11 Apr 2010 20:25:06 -0700 (PDT) From: Doug Barton To: Christian Weisgerber In-Reply-To: Message-ID: References: <4BAEFA0B.5070104@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! X-OpenPGP-Key-ID: 0xD5B2F0FB Organization: http://SupersetSolutions.com/ OpenPGP: id=1A1ABC84 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: freebsd-ports@freebsd.org Subject: Re: Removal of RC_SUBR and RC_SUBR_SUFFIX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Apr 2010 03:25:10 -0000 On Mon, 29 Mar 2010, Christian Weisgerber wrote: > Doug Barton wrote: > >> As should be obvious by now I'm following through on my previously >> stated plans to remove the no longer necessary %%RC_SUBR%% and >> %%RC_SUBR_SUFFIX%% from the ports tree. > > Does it still make sense to use > > rcvar=`set_rcvar` > > as recommended by rc.subr(8) or should we just use > > rcvar=${name}_enable > > as shown in the Porter's Handbook example? Either one is fine. I've always regarded set_rcvar as a little bit too much abstraction, but that doesn't mean it's "wrong" to use it. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 04:37:29 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B52A106566C for ; Mon, 12 Apr 2010 04:37:29 +0000 (UTC) (envelope-from doconnor@gsoft.com.au) Received: from cain.gsoft.com.au (cain.gsoft.com.au [203.31.81.10]) by mx1.freebsd.org (Postfix) with ESMTP id AA5B88FC0C for ; Mon, 12 Apr 2010 04:37:28 +0000 (UTC) Received: from inchoate.gsoft.com.au ([203.31.81.30]) (authenticated bits=0) by cain.gsoft.com.au (8.13.8/8.13.8) with ESMTP id o3C46Jfu042449 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 12 Apr 2010 13:36:19 +0930 (CST) (envelope-from doconnor@gsoft.com.au) From: "Daniel O'Connor" To: freebsd-ports@freebsd.org Date: Mon, 12 Apr 2010 13:36:16 +0930 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2878099.aYGH9BadTc"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201004121336.17593.doconnor@gsoft.com.au> X-Spam-Score: -3.651 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.63 on 203.31.81.10 Subject: Samba 34 + LDAP = hang? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Apr 2010 04:37:29 -0000 --nextPart2878099.aYGH9BadTc Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I tried updating Samba to 3.4 (from 3.3) as libsmbclient uses it and=20 that pulls in talloc which conflicts with 3.3.. Unfortunately when I tried it, it hung when I tried to use the ldap=20 passdb backend. I could not really get any useful debugging out of it :( The stack trace is junk (even after enabling max debug) and running=20 with.. sudo /usr/local/sbin/smbd -d 10 -F -S Showed stuff but nothing related to LDAP (except mentioning the line in=20 the config) and it still hung after saying it was going to daemonise=20 itself. It hung not using any CPU but it hadn't yet opened any TCP listen=20 sockets - however it did have a socket to the LDAP server open. Does anyone actually use this combination on FreeBSD? I have had various annoying issues with LDAP (eg slapd crashing when=20 it's not shut down cleanly, various frustrations getting it setup etc)=20 but I haven't come across this bug before. =2D-=20 Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C --nextPart2878099.aYGH9BadTc Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iD8DBQBLwpw55ZPcIHs/zowRAu/8AJoDM1e1/djAXRS8KDuCAXm6n1ZMLQCgkvmG OazAtJs7JQ/064m5oGRXU/Q= =7srH -----END PGP SIGNATURE----- --nextPart2878099.aYGH9BadTc-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 06:55:59 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E629C106566B for ; Mon, 12 Apr 2010 06:55:59 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id D7DCA8FC1C for ; Mon, 12 Apr 2010 06:55:59 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3C6tx8O006582 for ; Mon, 12 Apr 2010 06:55:59 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3C6txSY006581 for ports@FreeBSD.org; Mon, 12 Apr 2010 06:55:59 GMT (envelope-from erwin) Date: Mon, 12 Apr 2010 06:55:59 GMT From: Erwin Lansing Message-Id: <201004120655.o3C6txSY006581@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 06:56:00 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: ruby18-progressbar-0.9 Committers on the hook: blackend dinoex hrs kevlo stas Most recent CVS update was: U chinese/auto-tw-l10n/Makefile U chinese/auto-tw-l10n/files/patch-doc.xinitrc U devel/Makefile U devel/ruby-progressbar/Makefile U devel/ruby-progressbar/distinfo U devel/ruby-progressbar/pkg-descr U japanese/canna-lib/Makefile U japanese/canna-lib/pkg-plist U japanese/canna-server/Makefile U japanese/canna-server/pkg-plist U misc/freebsd-doc-all/Makefile U misc/freebsd-doc-de/pkg-plist.html-split U misc/freebsd-doc-en/Makefile U misc/freebsd-doc-en/distinfo U misc/freebsd-doc-en/pkg-plist.html-split U misc/freebsd-doc-hu/pkg-plist.html-split U misc/freebsd-doc-ja/pkg-plist.html-split U misc/freebsd-doc-ru/pkg-plist.html-split U www/Makefile U www/lighttpd-mysqlauth/Makefile U www/lighttpd-mysqlauth/pkg-descr U www/lighttpd-mysqlauth/files/README U www/lighttpd-mysqlauth/files/mysql_auth.sql U www/lighttpd-mysqlauth/files/patch-src_http_auth.c From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 09:14:57 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E61771065670 for ; Mon, 12 Apr 2010 09:14:57 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 2FD448FC21 for ; Mon, 12 Apr 2010 09:14:56 +0000 (UTC) Received: (qmail 20410 invoked from network); 12 Apr 2010 09:14:53 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 12 Apr 2010 09:14:53 -0000 Message-ID: <4BC2E48C.9030508@FreeBSD.org> Date: Mon, 12 Apr 2010 11:14:52 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: Subject: To all maintainers of (broken) PHP extensions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Apr 2010 09:14:58 -0000 A few thirdy party pecl extensions broke after the PHP update to 5.3.2 release. My apologies for it, but since PHP 5.3.0 was released 9 months ago, this means that there is already a newer version of the extension with PHP 5.3 support, or the extensions is unmaintained and perhaps obsolete. If you are going to fix your port, here is a list of the most common errors with proposed solutions: 1) error: duplicate 'static' The macro ZEND_BEGIN_ARG_INFO_EX already includes 'static const' keywords in the signature, so it's enough to remove the additional 'static' 2) error: 'struct _zend_compiler_globals' has no member named 'extended_info' The member has been renamed to 'compiler_options' to hold additional variables. So, for example, if the code looks like: CG(extended_info) = 1; you can modify it in this way: CG(compiler_options) |= ZEND_COMPILE_EXTENDED_INFO; 3) error: 'zval' has no member named 'is_ref' error: 'zval' has no member named 'refcount' The access to such members is wrapped by a few macros (look at zend.h for a complete list). So for example, if the code looks like: if (z->is_ref) z->refcount++; you can modify it in this way: if (Z_ISREF_P(z)) Z_ADDREF_P(z); -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 10:00:57 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17D9F1065693 for ; Mon, 12 Apr 2010 10:00:57 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id C57478FC1A for ; Mon, 12 Apr 2010 10:00:56 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3CA0uiG079101 for ; Mon, 12 Apr 2010 10:00:56 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3CA0u1f079100 for ports@FreeBSD.org; Mon, 12 Apr 2010 10:00:56 GMT (envelope-from erwin) Date: Mon, 12 Apr 2010 10:00:56 GMT From: Erwin Lansing Message-Id: <201004121000.o3CA0u1f079100@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 10:00:57 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: ruby18-progressbar-0.9 Committers on the hook: ale blackend dinoex gahr hrs kevlo leeym niels stas vanilla Most recent CVS update was: U converters/php5-mbstring/files/patch-config.m4 U graphics/tulip/files/patch-dirent U lang/php5/Makefile.ext U security/Makefile U security/whatweb/Makefile U security/whatweb/distinfo U security/whatweb/pkg-descr U security/whatweb/pkg-plist U security/whatweb/files/patch-whatweb U www/Makefile U www/node/Makefile U www/node/distinfo U www/node/pkg-descr U www/node/pkg-plist U www/node/files/patch-guess-arch-amd64 U www/node/files/patch-libev-kqueue U www/p5-WWW-Mechanize/Makefile U www/p5-WWW-Mechanize/distinfo U www/rubygem-anemone/Makefile U www/rubygem-anemone/distinfo U www/rubygem-anemone/pkg-descr U www/rubygem-robots/Makefile U www/rubygem-robots/distinfo U www/rubygem-robots/pkg-descr From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 10:30:57 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C877E1065673 for ; Mon, 12 Apr 2010 10:30:57 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp4-g21.free.fr (smtp4-g21.free.fr [212.27.42.4]) by mx1.freebsd.org (Postfix) with ESMTP id 8B4BC8FC19 for ; Mon, 12 Apr 2010 10:30:55 +0000 (UTC) Received: from smtp4-g21.free.fr (localhost [127.0.0.1]) by smtp4-g21.free.fr (Postfix) with ESMTP id 89F414C80A9 for ; Mon, 12 Apr 2010 12:30:51 +0200 (CEST) Received: from hodja.bebik.net (hodja.bebik.net [82.235.223.127]) by smtp4-g21.free.fr (Postfix) with ESMTP id AF3774C804F for ; Mon, 12 Apr 2010 12:30:49 +0200 (CEST) Received: by hodja.bebik.net (Postfix, from userid 1001) id 8421B28487; Mon, 12 Apr 2010 12:30:49 +0200 (CEST) Date: Mon, 12 Apr 2010 12:30:49 +0200 From: "Rodrigo OSORIO (ros)" To: freebsd-ports@freebsd.org Message-ID: <20100412103049.GB77507@hodja.bebik.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i Subject: Patchs for chromium broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Apr 2010 10:30:57 -0000 Hi, The patch list for Chromium listed in FreeBSD Wiki[1] aren't available anymore. The list was updated this morning, so it's maybe just a mistake... Regards Rodrigo OSORIO [1]http://wiki.freebsd.org/Chromium From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 10:52:25 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02DD8106564A; Mon, 12 Apr 2010 10:52:25 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id 8DD328FC0C; Mon, 12 Apr 2010 10:52:23 +0000 (UTC) Received: from deviant.kiev.zoral.com.ua (root@deviant.kiev.zoral.com.ua [10.1.1.148]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id o3CAqFCA077133 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 12 Apr 2010 13:52:15 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: from deviant.kiev.zoral.com.ua (kostik@localhost [127.0.0.1]) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4) with ESMTP id o3CAqFvg042149; Mon, 12 Apr 2010 13:52:15 +0300 (EEST) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by deviant.kiev.zoral.com.ua (8.14.4/8.14.4/Submit) id o3CAqEAT042148; Mon, 12 Apr 2010 13:52:14 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: deviant.kiev.zoral.com.ua: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 12 Apr 2010 13:52:14 +0300 From: Kostik Belousov To: Julian Elischer Message-ID: <20100412105214.GA2415@deviant.kiev.zoral.com.ua> References: <4BC0CC6F.7010009@freebsd.org> <4BC0E9AE.1000904@elischer.org> <4BC0FF80.4000907@freebsd.org> <20100411102723.GT2415@deviant.kiev.zoral.com.ua> <4BC213A5.4020104@elischer.org> <20100411184406.GV2415@deviant.kiev.zoral.com.ua> <4BC21F48.8090407@elischer.org> <20100411192049.GX2415@deviant.kiev.zoral.com.ua> <4BC250D5.7000608@elischer.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="o8+9QDyhj41GtdBs" Content-Disposition: inline In-Reply-To: <4BC250D5.7000608@elischer.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_20, DNS_FROM_OPENWHOIS autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: ports@freebsd.org, FreeBSD Current , Kris Moore Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Apr 2010 10:52:25 -0000 --o8+9QDyhj41GtdBs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 11, 2010 at 03:44:37PM -0700, Julian Elischer wrote: > On 4/11/10 12:20 PM, Kostik Belousov wrote: > >On Sun, Apr 11, 2010 at 12:13:12PM -0700, Julian Elischer wrote: > >>On 4/11/10 11:44 AM, Kostik Belousov wrote: > >>>On Sun, Apr 11, 2010 at 11:23:33AM -0700, Julian Elischer wrote: > >>>>On 4/11/10 3:27 AM, Kostik Belousov wrote: > >>>> > >>>>>I already pointed in the other reply in this thread, $ORIGIN dynamic > >>>>>token should solve the issue. See > >>>>>http://docs.sun.com/app/docs/doc/817-1984/chapter3-13312?l=3Den&a=3D= view > >>>> > >>>>yes, teh question I have since I am not alinker expert is do we > >>>>support it? the link you give is for Solaris I think.. > >>> > >>>It is in three for HEAD, RELENG_8 and RELENG_7. > >> > >> > >>thank you. > >> > >>This will I think as you suggest, make a significant difference. > >> > >>the question I have is "is it re-evaluated for each library"? >=20 > You interpreted the question correctly. >=20 > >I am not sure what exactly you are asking there. $ORIGIN is substituted > >for each object invividually, taking the object path as a substitution > >target. That is, if main executable A references dso $ORIGIN/X/libA.so, > >then libA.so is looked up in the subdirectory X of directory containing > >A. If libA.so references $ORIGIN/Y/libB.so, then libB.so is looked up > >in X/Y subdirectory of directory containing A. >=20 > If there is an LDPATH set then if the library A is to be found > at $SOMEWHERE-ELSE which is in the LDPATH, rather > than in $ORIGIN/X, will it still be found? LD_LIBRARY_PATH ? I do not think this will work, because $ORIGIN substitution (mostly) results in the absolute pathname. It is complicated by the fact that you might do things like ../$ORIGIN/libA.so, but this is plain silly. >=20 > if the answer to the above is yes, then If it is then found > in $SOMEWHERE-ELSE/X somewhere, will it then look for libB.so > in $ORIGIN(A) or in $SOMEWHERE-ELSE ? Regardeless of the answer for the first question, $ORIGIN is evaluated. >=20 > If the library is actually somewhere else (via symlink) is $origin=20 > reevaluated to the actual destination? (that would be cool). No. >=20 >=20 > > > > > >> > >>So, to recap: > >> > >>what we were thinking is something along the lines of the following: > >> > >> > >>an example with 2 PBI apps created at the same time > >>(part of the same set) > >> > >>application 1 --------> libraryA - - (originally) - - ->library B > >> | / | > >> |link / |link > >> | /-----------(y)-------/ | > >> v / v > >> common area dd-mm-yy library A ------(x)------------>library B > >> ^ ^ > >> |link |link > >> | | > >> | | > >>application 1 --------> libraryA - - (originally) - - - ->library B > >> > >>library A and B in app 2 are deleted >=20 > and libraries A and B in "common area" can be updated for security=20 > reasons by a special kind of PBI or package should it be required. >=20 > It sounds to me that link 'y' is followed, i.e. the linker continues > to think it is working in $ORIGIN(A). >=20 > either way this is sounding very doable.. Kris is thinking about a=20 > single sysutils/pbimanager port and a /mk diff that would allow > "make pbi" (once the port was installed). >=20 > I think it actually looks quite feasible. >=20 > Is there someone out there in ports-land who really inderstands the=20 > ports mk framework who could help us (because we'll need a local guide=20 > to make sure we don't dig inn any local burial grounds) and who can=20 > help with testing etc? >=20 > Similarly if we need to do anything funny with regards to hashing=20 > parts of .so files, or deciding how to version things, is there an > elf specialist in the house who can help? >=20 > Kris said can do the pbi tools part if he has help with these > two areas >=20 > Julian --o8+9QDyhj41GtdBs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAkvC+10ACgkQC3+MBN1Mb4ih7QCg0EhLIogQDMRpkf/pAma6mcGZ zaMAnRJbKsWpveNjEMqhRPHVsJ3MIVum =tvM8 -----END PGP SIGNATURE----- --o8+9QDyhj41GtdBs-- From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 11:06:08 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 04545106566C for ; Mon, 12 Apr 2010 11:06:08 +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 E58028FC0C for ; Mon, 12 Apr 2010 11:06:07 +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 o3CB679E041658 for ; Mon, 12 Apr 2010 11:06:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3CB67el041656 for freebsd-ports@FreeBSD.org; Mon, 12 Apr 2010 11:06:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 Apr 2010 11:06:07 GMT Message-Id: <201004121106.o3CB67el041656@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, 12 Apr 2010 11:06:08 -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/145642 sysutils/bacula-client: bacula-client-5.0.0 does not c o ports/145640 [MAINTAINER] [PATCH] shells/fish fix plist if seq prov f ports/145637 [patch] net/opentracker: Update MASTER_SITES f ports/145636 compile error and patch for multimedia/mplayer o ports/145634 Change databases/mtop port maintainer o ports/145629 lang/php5-5.3.2 : information in /usr/ports/UPDATING m o ports/145620 [Maintainer update:] security/p5-openxpki o ports/145619 www/eaccelerator: patch for php 5.3.2 o ports/145606 [MAINTAINER] net-mgmt/zabbix-server: fix fping locatio o ports/145598 [patch] Templates/BSD.local.dist o ports/145596 [MAINTAINER] www/commonist: update to 0.3.43, fix logi o ports/145595 [patch] www/uzbl fix calling of (optional) python scri o ports/145588 [MAINTAINER] sysutils/rdup: update to 1.1.4 o ports/145578 Upgrade www/grails to version 1.2.2 o ports/145577 x11-wm/fvwm-crystal: Added a patch to avoid a problem o ports/145555 [PATCH] irc/irssi-fish refuses to build on csh o ports/145525 [maintainer-update] update games/stonesoup to 0.6.0 o ports/145515 [update] lang/nbc to 1.0.1.b36 o ports/145512 Update port math/libranlib to version 1.3 o ports/145449 [NEW PORT]: net-mgmt/mk-livestatus - Mathias Kettner's f ports/145437 can't built port multimedia/mplayer o ports/145413 [PATCH] fix malformed lines in ports/UIDs o ports/145405 [new port] perl5/p5-WWW-iTunesConnect - interface for o ports/145384 new port: devel/p5-Data-JavaScript-Anon "anonymous ja o ports/145381 repo copy games/tuxracer games/etuxracer o ports/145365 [PATCH] Update games/klavaro to 1.5.0 o ports/145364 x11-wm/wmconfig port update to version 1.3.1 o ports/145315 [MAINTAINER] devel/gearmand: update to 0.12, reset mai o ports/145303 new port: security/p5-Crypt-T_e_a o ports/145302 New port: security/pam_jail A PAM module dropping user f ports/145288 editors/cle make fails o ports/145275 new port devel/shiboken - a part of PySide toolkit o ports/145274 new port devel/generatorrunner o ports/145273 new port devel/apiextractor o ports/145260 New Port: net/rabbitmq-c-devel f ports/145258 Port update: games/openjazz - Update to v.20100328 f ports/145256 [UPDATE] www/squid31 to version 3.1.1 o ports/145250 Maintainer update: net-mgmt/nagios-check_bacula o ports/145245 devel/libslang is still referenced by some other ports o ports/145242 New Port: net/rabbitmq-c o ports/145239 net-mgmt/collectd update to new version o ports/145221 ports/audacity-devel fails to compile o ports/145220 graphics/aalib: Fixed syntax waring in aalib.m4 o ports/145177 [PATCH] Add option to use svn instead of cvs for net-m f ports/145169 shells/ksh93 does not fetch o ports/145154 New port: devel/luafilesystem A library to access dire o ports/145144 [NEW PORT] databases/xtrabackup: OpenSource version of o ports/145107 [patch] net/csync2 improvements f ports/145094 [patch][repocopy] audio/linux-nerodigitalaudio: update o ports/145088 new port: devel/buildapp o ports/145076 I could not build devel/pwlib o ports/145050 Update ports emulator/sdlmame : Update to v0.137 and r o ports/145017 New port: databases/dm-validations. o ports/145015 net-im/prosody rc.d script doesn't stop the server whe o ports/145002 databases/postgresql-client : libpgport.a is missing a o ports/144993 databases/postgresql-odbc: contents of numeric fields o ports/144989 irc/inspircd will not compile if gnutls module is sele o ports/144988 [NEW PORT] net/monast: A monitoring and an operator pa o ports/144979 new port net-im/komclean o ports/144973 New port: devel/p5-App-Ack grep on steriods f ports/144964 x11-wm/echinus out-of-date o ports/144939 New port databases/xtrabackup OpenSource version of In o ports/144910 [new port] java/hgeclipse Mercurial VCS plugin for the o ports/144904 [PATCH] www/free-sa-devel: update to 2.0.0b3 f ports/144897 [UPDATE] Update mail/dovecot to 1.2.11 o ports/144878 www/tomcat55 uid is hardcoded to 80 f ports/144857 [patch] audio/abraca: update to 0.4.3 f ports/144850 [PATCH] databases/rrdtool: fix 'make deinstall' when N o ports/144849 [new port] java/eclipse-eclemma code coverage for ecli o ports/144846 New port: games/jfsw - JonoF's Shadow Warrior o ports/144845 [patch] lang/guile: Fails to build on recent 9-CURREN f ports/144833 print/hplip3: configure failed f ports/144832 [PATCH] net-mgmt/bsnmp-regex - Add option to use PCRE o ports/144831 [UPDATE] net-mgmt/mbrowse to 0.4.0 o ports/144812 sysutils/lsof: lsof-4.84A,5 does not compile on FreeBS f ports/144805 net/scr_ipfm add dependency for phpX-pcre o ports/144801 a problem of authorizing of ldap in net/freeradius2 f ports/144782 [PATCH] science/hdf5: update to 1.8.4 o ports/144774 mail/vm does not set up autoloads properly o ports/144768 new port: editors/fet - FET is free timetabling softwa f ports/144767 devel/php5-phing port errors o ports/144766 [patch] emulators/mupen64-rice fix build with gcc42 f ports/144745 [patch] print/hplip3: update to 3.10.2 f ports/144733 unbreak biology/dotter o ports/144728 Please repo copy lang/squeak to lang/squeak-dev f ports/144719 [PATCH] audio/mp3splt: update to 2.2.8, fix build when f ports/144718 [PATCH] audio/libmp3splt: update to 0.5.9, fix build w o ports/144706 New port: audio/linux-musicipserver f ports/144673 [PATCH] graphics/libmng: fit OPTIONS format, remove co o ports/144624 New port: x11-fonts/isabella, Font by John Stracke bas f ports/144617 [PATCH] net-mgmt/docsis: Fix build on systems where GC f ports/144597 security/openssh-portable fails to compile with KERBER f ports/144559 sysutils/eventlog patch to support FreeBSD-specific lo o ports/144555 graphics/mesagl: glutMainLoop() crashes when using VBO f ports/144523 Update port games/childsplay_plugins to 0.90 f ports/144522 Update port games/childsplay to 0.90.2 f ports/144510 [PORTS PATCH] sysutils/jfbterm f ports/144412 Update port: mail/tkrat2 (Use latest tcl/tk versions) o ports/144308 [NEW PORT] www/php-plurk-api o ports/144264 installing misc/compat5x (or other compats) is broken f ports/144247 security/pam_pwdfile: in openpam_load_module(): no /us o ports/144200 net-mgmt/net-snmp: Empty hrStorageTable in snmpd when f ports/144068 [PATCH] Update ports/mail/dbmail to version 2.2.15 f ports/144066 Upgrade net/asterisk16-addons to 1.6.2.0 o ports/144063 java/openjdk6 compilation failure f ports/144059 shells/scponly: setup_chroot.sh patch o ports/144036 audio/lmms: compile error in core/JournalingObject.cpp o ports/143989 new port: multimedia/sms1xxx-kmod f ports/143951 [PATCH] Add support for Xft fonts to x11/dmenu o ports/143938 [NEW PORTS] Linux versions of IBus (Intelligent Input o ports/143925 devel/urjtag: FreeBSD port of UrJTAG depends on obsole f ports/143680 Port fix: sysutils/k3b - re-enable libdvdcss o ports/143566 sysutils/diskcheckd runs constantly when using gmirror o ports/143423 sysutils/be_agent: be_agent > /usr and /var ara empty f ports/143412 [patch] net-mgmt/cricket doesn't work on amd64 f ports/143410 [PATCH] net-mgmt/netams: update to 3.4.5 o ports/143344 [PATCH] sysutils/dtc: unbreak port o ports/143276 print/hyperlatex 2.9 is not compatible with emacs 23.1 o ports/143200 port graphics/sane-backends (snapscan) doesn't like ne o ports/143195 [PATCH] net-p2p/javadc: use $SUB_FILES to adjust wrapp s ports/143024 [PATCH] sysutils/puppet: add possobility to rc script f ports/142996 print/hplip - HP LaserJet 2300L exists in models.dat, f ports/142891 sysutils/bsdsar: netstat output in 8.x breaks bsdsar o ports/142845 [PATCH] net-mgmt/argus3 and net-mgmt/argus3-clients up o ports/142790 databases/unixODBC: segmentation fault on isql -b o ports/142744 new port: x11/keyboardcast Broadcast keystrokes to mul o ports/142504 new port: net/gnu-dico - dict protocol server o ports/142275 [patch] sysutils/anacron should have better configurat o ports/142192 net-mgmt/net-snmp: memCached incorrect o ports/142093 [patch] audio/libmtp: Add device ID for Canon SX20IS o ports/142086 new port: databases/lib_mysqludf_xql, provides SQLXML f ports/142035 editors/emacs compulsory dependencies too wide o ports/141790 [new port] net-im/zephyr : enterprise-class IM system f ports/141775 x11/slim doesn't adhere keymap configuration o ports/141473 irc/kvirc-devel fails to start, missing library a ports/141440 [patch] add amd64 support for lang/gprolog f ports/141406 net-p2p/p5-Net-BitTorrent-File fails to parse .torrent f ports/141356 net-mgmt/netams 3.4.3 does not build on FreeBSD 8.0 am f ports/141341 Cannot install ports/net-im/libmsn a ports/141238 net-mgmt/net-snmp - net-mgmt/php[45]-snmp -- configur s ports/141140 [PATCH] www/p5-Mojo: update to 0.999913, take maintain f ports/141103 net/stone strange behavior on 8.0-RELEASE f ports/141022 New Port: astro/traveling_salesman f ports/141001 net/ssltunnel-server/ depends on /sbin/pppd o ports/140925 print/hplip3: patch to improve behaviour of hp-check f ports/140867 net-mgmt/nagios-plugins: check_icmp default packets si f ports/140829 www/tomcat55 rc.d script is broken and will not stop t f ports/140731 emulators/hatari does not build if emulators/rtc is in o ports/140681 Modify port devel/php5-ice to allow compiling with PHP s ports/140680 Modify port databases/phpmyadmin to allow building wit o ports/140557 ports shells/44bsd-csh ESC file completion and ^D (vie f ports/140546 The execution result of sysutils/scprotect is inapposi f ports/140471 security/nessus-libnasl fails to compile f ports/140470 security/nessus-libraries fails to compile o ports/140450 shells/scponly: chrooted scp-shell doesn't work o ports/140365 [patch] databases/firebird20-client coredumps f ports/140303 net-mgmt/docsis can not compile filters under amd64 pl o ports/140232 Resolve conflicts w/ devel/antlr & devel/pccts f ports/139867 mail/isoqlog catch segmentation fault under AMD64 f ports/139452 [patch] krb5 support in java/openjdk6 o ports/139435 print/cups-smb-backend: Add ability to use difference f ports/139203 sysutils/freebsd-snapshot more careful patch not depen f ports/139107 [patch] sysutils/jfbterm: convert to bsdmake f ports/139042 deskutils/blogtk: fails to start as the version in the f ports/138990 sysutils/nagios-statd reports /dev full o ports/138830 net/linux-nx-client TCP_NODELAY problem o ports/138806 New port: games/avp-demo ("Aliens versus predator" dem f ports/138602 audio/sphinxbase port update f ports/138476 [panic] sysutils/fusefs-kmod: Almost regular panic dur o ports/138438 graphics/sane-backends not working on FreeBSD-8 o ports/138348 patch to java/openjdk6 so that build works again o ports/138252 Compile Issue: databases/firebird20-client f ports/138195 www/wwwcount IPv6 and NFS lock enable o ports/138080 devel/gccxml fails to compile on powerpc f ports/137751 [new port] audio/jokosher: Multi-track non-linear audi f ports/137733 [NEW PORT] sysutils/scribeserver: Aggregating log data o ports/137541 lang/sml-mode.el: port for Emacs mode for SML needs up o ports/137378 Advisory locks fail with ports/security/cfs on FreeBSD o ports/137244 [x11-toolkits/plib] add support for linux-js f ports/136984 textproc/xerces-2 port no longer needs gcc_pic patch i f ports/136611 security/swatch: leaves zombies behind f ports/136439 [misc/cmatrix] install console font f ports/136108 new port: www/webistrano, web frontend to capistrano o ports/135541 [PATCH] math/p5-NetCDF cannot load module with netcdf- o ports/134593 [repocopy]: net-mgmt/net-snmp -> net-mgmt/net-snmp55 s ports/134485 net-mgmt/trafd 3.0.2.1 doesn't collect traffic f ports/134414 graphics/mesa-demos does not build on FreeBSD-7.2 i386 f ports/134264 audio/cmus - segmentation fault with ogg files s ports/134112 [MAINTAINER] net/asterisk16-addons: update to 1.6.1.0 o ports/133829 Wrong plist generated if nonstandard MANPREFIX and PRE a ports/133773 net/keepalived port update request f ports/133758 new net-mgmt/net-snmp does not count inactive memory a o ports/133563 security/cfs rc script needs "mntudp" option on 8-CURR o ports/132786 New port: sysutils/sispmctl Utility for controlling a s ports/131218 www/privoxy+ipv6: /etc/rc: WARNING: run_rc_command: ca o ports/129579 Consider upgrading korean/baekmukfonts-{bdf,ttf} to 2. o ports/128952 [NEW PORT] java/javadb: Sun's supported distribution o o ports/128250 net-mgmt/net-snmp: pf (packet filter) support o ports/127321 japanese/kon2-16dot: buffer overflow and mouse bugs o ports/127262 databases/firebird20-server: fbclient crashes php engi o ports/127181 audio/musicpd logs warning s ports/127087 mail/bincimap port does not include an rc.d file o ports/127017 sysutils/ntfsprogs - ntfsclone not working version 2.0 s ports/125324 editors/the (3.2) looses cursor when compiled with PDC s ports/124423 multimedia/mplayer detection of OSS Audio is faulty s ports/124404 net/pathchar coredumps o ports/117921 New port: multimedia/feng Feng is a multimedia streami s ports/117299 [new ports] www/webobjects(+) Apple WebObjects ports b o ports/116571 databases/firebird20-client fails to compile in a jail o ports/114611 [NEW PORT] net-p2p/freenet05: An anonymous censorship- o ports/111501 [NEW PORT] databases/ruby-oci8 o ports/108033 net/nss_ldap: ls(1) coredumps when nss/ldap is misconf o amd64/104311 ports/wine should be installable on amd64 o ports/101166 bittorrent-curses only works under English locales. 214 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 13:08:04 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0A46106567F for ; Mon, 12 Apr 2010 13:08:04 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id C7FF68FC15 for ; Mon, 12 Apr 2010 13:08:04 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3CD842M039328 for ; Mon, 12 Apr 2010 13:08:04 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3CD84dk039314 for ports@FreeBSD.org; Mon, 12 Apr 2010 13:08:04 GMT (envelope-from erwin) Date: Mon, 12 Apr 2010 13:08:04 GMT From: Erwin Lansing Message-Id: <201004121308.o3CD84dk039314@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX build failed for 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 13:08:05 -0000 INDEX build failed with errors: Generating INDEX-6 - please wait..pkg_info: not found pkg_info: not found Done. Warning: Duplicate INDEX entry: ruby18-progressbar-0.9 Committers on the hook: ale blackend dinoex gahr hrs kevlo leeym niels stas vanilla Most recent CVS update was: From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 13:19:25 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07ED81065670; Mon, 12 Apr 2010 13:19:25 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id B6BEE8FC0C; Mon, 12 Apr 2010 13:19:24 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id E3E8D1E055; Mon, 12 Apr 2010 15:19:21 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id C84AA1604A; Mon, 12 Apr 2010 15:19:23 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id B40FB16048; Mon, 12 Apr 2010 15:19:23 +0200 (CEST) Date: Mon, 12 Apr 2010 15:19:23 +0200 (CEST) From: Gerald Pfeifer To: Greg Larkin In-Reply-To: Message-ID: References: <4BBE88EB.2000708@FreeBSD.org> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: =?ISO-8859-15?Q?Jouko_Lumij=E4rvi?= , Tsurutani Naoki , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 12 Apr 2010 13:19:25 -0000 On Fri, 9 Apr 2010, Gerald Pfeifer wrote: > As for the lang/gcc42 issue, I have an idea of how to fix that and will > give it try now and share the patch if it works for me. The patch below passes testing for me, and I consider it The Right Thing[TM] directionally, too. The two actual changes are the addition of --with-as=/usr/bin/as and --with-ld=/usr/bin/ld. I have not committed it yet, but am planning on doing so and definitely am interested in whether this changes (improves) things for you. That said, please do not stop on moving from GCC 4.2 to GCC 4.4 when it comes to Java, even in case this patch works for you. :-) Gerald Index: Makefile =================================================================== RCS file: /home/pcvs/ports/lang/gcc42/Makefile,v retrieving revision 1.356 diff -r1.356 Makefile 56,60c56 < CONFIGURE_ARGS+= --disable-nls \ < --with-system-zlib \ < --with-libiconv-prefix=${LOCALBASE} \ < --with-gmp=${LOCALBASE} \ < --program-suffix=${SUFFIX} \ --- > CONFIGURE_ARGS+=--disable-nls \ 63c59,65 < --with-gxx-include-dir=${TARGLIB}/include/c++/ --- > --program-suffix=${SUFFIX} \ > --with-as=/usr/bin/as \ > --with-gmp=${LOCALBASE} \ > --with-gxx-include-dir=${TARGLIB}/include/c++/ \ > --with-ld=/usr/bin/ld \ > --with-libiconv-prefix=${LOCALBASE} \ > --with-system-zlib From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 15:48:27 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CCFE106564A for ; Mon, 12 Apr 2010 15:48:27 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from builder.freebsd.org (builder.freebsd.org [IPv6:2001:4f8:fff6::4b]) by mx1.freebsd.org (Postfix) with ESMTP id 545EE8FC12 for ; Mon, 12 Apr 2010 15:48:27 +0000 (UTC) Received: from builder.freebsd.org (localhost [127.0.0.1]) by builder.freebsd.org (8.14.3/8.14.3) with ESMTP id o3CFmRDx095561 for ; Mon, 12 Apr 2010 15:48:27 GMT (envelope-from erwin@builder.freebsd.org) Received: (from erwin@localhost) by builder.freebsd.org (8.14.3/8.14.3/Submit) id o3CFmRZN095559 for ports@FreeBSD.org; Mon, 12 Apr 2010 15:48:27 GMT (envelope-from erwin) Date: Mon, 12 Apr 2010 15:48:27 GMT From: Erwin Lansing Message-Id: <201004121548.o3CFmRZN095559@builder.freebsd.org> To: ports@FreeBSD.org Cc: Subject: INDEX now builds successfully on 6.x X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 15:48:27 -0000 From owner-freebsd-ports@FreeBSD.ORG Mon Apr 12 22:23:01 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B663106566C for ; Mon, 12 Apr 2010 22:23:01 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 73C468FC18 for ; Mon, 12 Apr 2010 22:23:01 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.4/8.14.4) with ESMTP id o3CMN0VR073017 for ; Mon, 12 Apr 2010 15:23:00 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.4/8.14.4/Submit) id o3CMN0nX073016 for ports@freebsd.org; Mon, 12 Apr 2010 15:23:00 -0700 (PDT) (envelope-from obrien) Date: Mon, 12 Apr 2010 15:23:00 -0700 From: "David O'Brien" To: ports@freebsd.org Message-ID: <20100412222300.GA72952@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: [PATCH] upgrade Bash port to version 4.1. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Apr 2010 22:23:01 -0000 Hi Folks, Bash 4.1 seems stable enough at PL5 to replace version 4.0 in '/usr/ports/shells/bash'. Does anyone feel that we need a "shells/bash40" port? (please just let me know if you feel we do, not if you feel we don't) The patch below is the upgrade to 4.1. It works on the workstation undermydesk, but maybe not the one underyourdesk. Please let me know in the next few days if you will have trouble with the updated Bash port. thanks, -- -- David (obrien@FreeBSD.org) Index: Makefile =================================================================== RCS file: /home/ncvs/ports/shells/bash/Makefile,v retrieving revision 1.118 diff -u -p -r1.118 Makefile --- Makefile 14 Nov 2009 12:05:54 -0000 1.118 +++ Makefile 9 Apr 2010 15:43:31 -0000 @@ -7,8 +7,8 @@ # PORTNAME= bash -PATCHLEVEL= 35 -PORTVERSION= 4.0.${PATCHLEVEL:S/^0//g} +PATCHLEVEL= 5 +PORTVERSION= 4.1.${PATCHLEVEL:S/^0//g} PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU:S/$/:bash/} \ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/shells/bash/distinfo,v retrieving revision 1.45 diff -u -p -r1.45 distinfo --- distinfo 14 Nov 2009 12:05:54 -0000 1.45 +++ distinfo 9 Apr 2010 15:43:45 -0000 @@ -1,110 +1,20 @@ -MD5 (bash/bash-4.0.tar.gz) = a90a1b5a6db4838483f05438e05e8eb9 -SHA256 (bash/bash-4.0.tar.gz) = 9793d394f640a95030c77d5ac989724afe196921956db741bcaf141801c50518 -SIZE (bash/bash-4.0.tar.gz) = 6230779 -MD5 (bash/bash40-001) = bc7f4762443939bd7dccb42370f0d932 -SHA256 (bash/bash40-001) = e3b514204e5da7bf1aecf7d0981514b2367d4b529da6d4a45d09dc29e2f0031b -SIZE (bash/bash40-001) = 5156 -MD5 (bash/bash40-002) = c2a4a4786a83ed4ec366c6a8924369a2 -SHA256 (bash/bash40-002) = 495117e566019b9cb0ab49504945b30cdda6e5b59597e43e18eae1f06b1d5cf4 -SIZE (bash/bash40-002) = 1220 -MD5 (bash/bash40-003) = 22e8a824eddba21a8fce10d7984c2aba -SHA256 (bash/bash40-003) = e300c40611b1e3775b7d1fb73bd770ad19973c22d7016d126af3304bae797bd8 -SIZE (bash/bash40-003) = 1749 -MD5 (bash/bash40-004) = ed7cbced8c7c964323265522369a37a2 -SHA256 (bash/bash40-004) = 4b03ed1f8aea99dec4ab3ba930bd126c6b7dbaeebf219e21ce3aa6274c52d2ae -SIZE (bash/bash40-004) = 1347 -MD5 (bash/bash40-005) = 8ed86b7d31423d71ecf3148251d63512 -SHA256 (bash/bash40-005) = 420658c026916610a07d40b71eb70f6674b78c3b3da10384c7535c15b3309450 -SIZE (bash/bash40-005) = 2021 -MD5 (bash/bash40-006) = 5f447338cb98ff156cabf1fd9879d5f3 -SHA256 (bash/bash40-006) = c78762520f3da5f39319c3143f9eb4f4ca3351a6306cf94b7c42b3b2844d82e4 -SIZE (bash/bash40-006) = 1133 -MD5 (bash/bash40-007) = 96e946cb66a4ca186cba1da44f1ee163 -SHA256 (bash/bash40-007) = 558d559e24d15a9eedb42951f4706839322c644791d20c11ca5e958cfc0e616d -SIZE (bash/bash40-007) = 6920 -MD5 (bash/bash40-008) = d3eb7b6f00d525e032478c33f51d46a8 -SHA256 (bash/bash40-008) = 87db24c00f83db7bdeab585dfecc76cc6ce6fd9269fce0ac7197771f3005d8fc -SIZE (bash/bash40-008) = 1196 -MD5 (bash/bash40-009) = 340601c997ce569532417a7ae92248b8 -SHA256 (bash/bash40-009) = 0047c240617a4aa633bb699f93a4fa9caf77051f2bb85fc2e9c6c899d1df7e2b -SIZE (bash/bash40-009) = 1821 -MD5 (bash/bash40-010) = 0bd5ab96d514ffb1afbb8c7984b15146 -SHA256 (bash/bash40-010) = f2416f6b45ff3d9a315e41b3da023eb727f53e7dd6e8a07e88d1f2a005ee4816 -SIZE (bash/bash40-010) = 2152 -MD5 (bash/bash40-011) = 32cb20f339a20e1e9fb37a5d18f18fca -SHA256 (bash/bash40-011) = ffc81429efe88958356684c27a914d832c1cacb16ca6881192832ee3a18354d4 -SIZE (bash/bash40-011) = 1383 -MD5 (bash/bash40-012) = 33fd9e93d30a17988c19554ef26d56e0 -SHA256 (bash/bash40-012) = b2c4d6e9c12a8695bc177798b9857b9dbc85a035ad83fce401e668a2de1183f3 -SIZE (bash/bash40-012) = 1459 -MD5 (bash/bash40-013) = a266b42df5e9ed7e8818a8b00d50e00b -SHA256 (bash/bash40-013) = 760ccaf9d1f3be5d81e6bc1f8201820b42a2cdcd2a561cb0fb021b4c241e4c3a -SIZE (bash/bash40-013) = 4629 -MD5 (bash/bash40-014) = 86cac78f191a32cd1404f11264eb9b2a -SHA256 (bash/bash40-014) = 13edc4c691768672f680b4f266bdd1c12e7b247349eba4d30d0bd923cca1c39a -SIZE (bash/bash40-014) = 3709 -MD5 (bash/bash40-015) = bb41963d030bc61a20e8185367b337c5 -SHA256 (bash/bash40-015) = 7ba0e2bedf54c80b58e0f471e7372c539e5a43d55eb3f1881f5b8fb649758814 -SIZE (bash/bash40-015) = 1914 -MD5 (bash/bash40-016) = f75455048a086528971252fd979b8755 -SHA256 (bash/bash40-016) = 8f3a936e928fe78ae10df109d226f79207a5418a7eded376e880fe57a571d519 -SIZE (bash/bash40-016) = 3032 -MD5 (bash/bash40-017) = 34b2cd57271a452f4a26b39d77ff908f -SHA256 (bash/bash40-017) = 2bee2afe6339b034e3a8d88bfbf922f6f4704abf0fb56041fa693075f530f021 -SIZE (bash/bash40-017) = 1496 -MD5 (bash/bash40-018) = 99318eed8dcc05e10a14ae27043f175d -SHA256 (bash/bash40-018) = 1db3bb8db0e386be938ce3ca9d3aff10edee57e696dec353fb134960ddc0e631 -SIZE (bash/bash40-018) = 2614 -MD5 (bash/bash40-019) = af3b9aaeadc71a5007bec2b98c751cde -SHA256 (bash/bash40-019) = 5049948f077090c02286445a441cf8efa3a2d95d5660dd8acef512408b0b7475 -SIZE (bash/bash40-019) = 3309 -MD5 (bash/bash40-020) = eb7c7ddeb7e8451eb59228dca3329696 -SHA256 (bash/bash40-020) = 1c9a9aebe316867c71fdf94f1b2d3c2b40c0d291b3d220e36785e1ac340c6784 -SIZE (bash/bash40-020) = 2666 -MD5 (bash/bash40-021) = 585d701b978ceb63967dc020db3a2234 -SHA256 (bash/bash40-021) = 02472d6f8b104941a2b6d4c9ad823cb0e7cfe6e5c20f0b12ab1d7eb23c88114d -SIZE (bash/bash40-021) = 1547 -MD5 (bash/bash40-022) = 7a70f2608f90f6ac0c2051e5f1c6c414 -SHA256 (bash/bash40-022) = 045a1dc71aa1863f73ad7be00ec4e18ee3c43c20fafe58d9e2c6c51592359012 -SIZE (bash/bash40-022) = 1592 -MD5 (bash/bash40-023) = 7a23aa41630dd4fe8d30108a200e2d96 -SHA256 (bash/bash40-023) = 580b522375f762ca5ddf9dedb6431ef4a9b6e887ea25fc0ce152d747ae5ddc86 -SIZE (bash/bash40-023) = 2148 -MD5 (bash/bash40-024) = 82ba5fc9eb780eb57d8b7628a17b7d74 -SHA256 (bash/bash40-024) = a59ebac47efe31b951e1732e4223cc725b2748c331bec98248355c5ac53717ab -SIZE (bash/bash40-024) = 3049 -MD5 (bash/bash40-025) = b26f9007ac4eef5c378f1abcb8959025 -SHA256 (bash/bash40-025) = f77900d636033474bc15d39c4948515fdfe718164ea668edd64d8d4d5a8f6a08 -SIZE (bash/bash40-025) = 3435 -MD5 (bash/bash40-026) = 83bc844c82d0a30740e8d91a8238bfa9 -SHA256 (bash/bash40-026) = a9bdf4409c6625561884be58026a52ccb47600407f3d5b8d0889f0585040f6cb -SIZE (bash/bash40-026) = 1433 -MD5 (bash/bash40-027) = a41c187f05ecab07389c18acc91214c6 -SHA256 (bash/bash40-027) = f65dc26bb1bacc8a66610cd5f6f2b8e70be8d8c4e397e7a5ad6f3306224b77f2 -SIZE (bash/bash40-027) = 2010 -MD5 (bash/bash40-028) = fcc367e6471267d2e397257e703b817d -SHA256 (bash/bash40-028) = 5b222cbaf3ab1c1d9b4c5956a0e28cad49660f5746af08efe174e7b474022d1a -SIZE (bash/bash40-028) = 5567 -MD5 (bash/bash40-029) = 4d4da1c0be8dfee8e2a6a7703901130f -SHA256 (bash/bash40-029) = 15f5a21f91fc19c20e2befa568364f11e72ba30e86e4c61eebb6d7544555fa66 -SIZE (bash/bash40-029) = 3119 -MD5 (bash/bash40-030) = 55cbdc8e5173d7d59bf1113c3ff590dc -SHA256 (bash/bash40-030) = 7f85de6839a6180922c2fec86f4c150036fca096e43a046a117e97e50e958af3 -SIZE (bash/bash40-030) = 1649 -MD5 (bash/bash40-031) = 389635281133416de9d13295251cabc7 -SHA256 (bash/bash40-031) = 603f318906ee4cd5fdc6a32360b59a5b64bcb50e393fe77d6116269ba28ffb0c -SIZE (bash/bash40-031) = 1633 -MD5 (bash/bash40-032) = d646cb4aed8e0f0d1d47eea2ed5f3690 -SHA256 (bash/bash40-032) = ea6b4736bedcf73cbf2a2558a2c3a04e3b18064a9730ac7e0c03e15d103faade -SIZE (bash/bash40-032) = 1154 -MD5 (bash/bash40-033) = d3e77d2a0a051478aca8c30d13ded834 -SHA256 (bash/bash40-033) = c496f6e0329940925dbdfc002ec08b8b06dc7e6e3269ca490f99a3879d2d04f5 -SIZE (bash/bash40-033) = 1380 -MD5 (bash/bash40-034) = 05a54807fd388e71bac8912ad530ac6d -SHA256 (bash/bash40-034) = 37d2f304c5c283602bde8195a501c19ef5ade3fb5494d25ca22fe1f00cbb42f7 -SIZE (bash/bash40-034) = 2160 -MD5 (bash/bash40-035) = fc3d8fdb83ccc407ab7f6d1b7ac6a221 -SHA256 (bash/bash40-035) = 1806e4efa9b7dc796cec0acc4062cd501b2646591699c14b4899c26438c8f673 -SIZE (bash/bash40-035) = 1884 +MD5 (bash/bash-4.1.tar.gz) = 9800d8724815fd84994d9be65ab5e7b8 +SHA256 (bash/bash-4.1.tar.gz) = 3f627124a83c6d34db503a923e20710d370573a29dd5d11d6f116d1aee7be1da +SIZE (bash/bash-4.1.tar.gz) = 6598300 +MD5 (bash/bash41-001) = 582dea5671b557f783e18629c2f77b68 +SHA256 (bash/bash41-001) = a6e47fa108f853d0f0999520509c11680d37c8b7823b92b96d431766dd620278 +SIZE (bash/bash41-001) = 1445 +MD5 (bash/bash41-002) = 118d465095d4a4706eb1d34696a2666a +SHA256 (bash/bash41-002) = 322e229de186b3bd87dedabfbad8386716f103e87ff00cd1b2db844e0dff78f8 +SIZE (bash/bash41-002) = 1799 +MD5 (bash/bash41-003) = 120f7cf039a40d35fe375e59d6f17adc +SHA256 (bash/bash41-003) = 91763dddbbb98c3ff7deb3faea3b3ad6e861e7bfd2e46c045c0d1d85d1b3256d +SIZE (bash/bash41-003) = 1407 +MD5 (bash/bash41-004) = 336ee037fc2cc1e2350b05097fbdc87c +SHA256 (bash/bash41-004) = 78c063ba34c1f390a5bf2e5727624ca2e253bbef49ce187cabb240eee7f4ff9e +SIZE (bash/bash41-004) = 1705 +MD5 (bash/bash41-005) = 9471e666797f0b03eb2175ed752a9550 +SHA256 (bash/bash41-005) = 519639d8d1664be74d7ec15879d16337fe8c71af8d648b02f84ccdd4fb739c1a +SIZE (bash/bash41-005) = 1626 MD5 (bash/FAQ) = IGNORE SHA256 (bash/FAQ) = IGNORE From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 03:22:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B61C5106566C for ; Tue, 13 Apr 2010 03:22:52 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 92DA98FC17 for ; Tue, 13 Apr 2010 03:22:52 +0000 (UTC) Received: from mail1.sourcehosting.net ([74.205.51.45] helo=v102.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1O1Wi4-000Iz8-ED; Mon, 12 Apr 2010 23:22:50 -0400 Message-ID: <4BC3E384.2090702@FreeBSD.org> Date: Mon, 12 Apr 2010 23:22:44 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Tsurutani Naoki References: <4BBE88EB.2000708@FreeBSD.org> <201004101333.AA01274@POLYMER5.scphys.kyoto-u.ac.jp> In-Reply-To: <201004101333.AA01274@POLYMER5.scphys.kyoto-u.ac.jp> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) Cc: =?ISO-2022-JP?B?Sm91a29fTHVtaWobJEJnUxsoQnZp?= , Gerald Pfeifer , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 03:22:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tsurutani Naoki wrote: > Greg Larkin wrote: > >> You can find the patches here: >> >> http://people.freebsd.org/~glarkin/diffs/gcc45%2bgcj.diff >> http://people.freebsd.org/~glarkin/diffs/pdftk%2bgcc45.diff >> >> Fetch each patch file into /usr/ports and then run: >> >> patch < gcc45+gcj.diff >> patch < pdftk+gcc45.diff >> cd print/pdftk && make install clean >> >> If all goes well, you will be left with a working pdftk executable, >> successfully compiled with gcj45. If you run into any problems, please >> let me know and include the output of "uname -a" and the output from the >> make process. > > 1. FreeBSD/amd64 8-STABLE : building OK, but failed to run. > % uname -a > FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.0-STABLE FreeBSD 8.0-STABLE #22: Sat Feb 13 14:06:06 JST 2010 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/obj/usr/src/sys/POLYMER13 amd64 > % pdftk /usr/local/share/doc/OpenEXR/TechnicalIntroduction.pdf output out.pdf owner_pw foopass > /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/pdftk not found Hi Tsurutani, Can you run the following command for me on your system? ldconfig -r | grep gcc45 If there's no output from that command, then something went wrong with the ldconfig stage of the pdftk port installation. Would you mind rebuilding pdftk and capturing the output of "make install clean" for me? I should be able to tell if something is going wrong during installation. Before you do that, though, please test my theory by doing the following: ldconfig -v -m /usr/local/lib/gcc45 When that command finishes, try running pdftk again. If it works, then we know there's something wrong with the ldconfig step, and the output of the port build/installation will help me troubleshoot it. > > 2. FreeBSD/amd64 8-STABLE, with LANG=ja_JP.eucJP : building failure. > gmake -C "/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text"; > gmake[2]: Entering directory `/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text' > /usr/local/bin/gcj45 -L/usr/local/lib -O2 -w --encoding=UTF-8 --classpath="/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs" -c Anchor.java -o Anchor.o > /usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text/markup/MarkupParser.java:186: error: String literal is not properly closed by a double-quote > if (value.startsWith("$B")(B) > ^^^ > ... > 112 problems (112 errors) > gmake[2]: *** [Anchor.o] Error 1 > gmake[2]: Leaving directory `/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text' > gmake[1]: *** [itext] Error 2 > gmake[1]: Leaving directory `/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs' > gmake: *** [java_libs] Error 2 > *** Error code 1 > (some messages are translated). I'm not sure what's going on here, but I'll have a look at the source file in question to see if there's a problem with it. > > 3, 4. FreeBSD/i386 8-STABLE : just the same on amd64. > % uname -a > FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.0-STABLE FreeBSD 8.0-STABLE #22: Sat Feb 13 14:53:25 JST 2010 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 > % pdftk /usr/local/share/doc/OpenEXR/TechnicalIntroduction.pdf output suzu.128.pdf owner_pw foopass > /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/pdftk not found > These errors should be fixed by the same solution as in #1 above. Thank you, Greg > > --- > Tsurutani Naoki > turutani@scphys.kyoto-u.ac.jp -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvD44QACgkQ0sRouByUApBzJgCeKdXKrPKinVJzBvhHbgXdViri /5gAni8lxEExcY1EYx8xnGyoVcbKAyVf =nH9T -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 03:25:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8D122106566B for ; Tue, 13 Apr 2010 03:25:54 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 69B758FC15 for ; Tue, 13 Apr 2010 03:25:54 +0000 (UTC) Received: from mail1.sourcehosting.net ([74.205.51.45] helo=v102.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1O1Wl6-000J0b-9l; Mon, 12 Apr 2010 23:25:53 -0400 Message-ID: <4BC3E43F.1090601@FreeBSD.org> Date: Mon, 12 Apr 2010 23:25:51 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Macintosh/20100228) MIME-Version: 1.0 To: Gerald Pfeifer References: <4BBE88EB.2000708@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: -4.7 (----) Cc: =?ISO-8859-1?Q?Jouko_Lumij=E4rvi?= , Tsurutani Naoki , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 03:25:54 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gerald Pfeifer wrote: > On Fri, 9 Apr 2010, Gerald Pfeifer wrote: >> As for the lang/gcc42 issue, I have an idea of how to fix that and will >> give it try now and share the patch if it works for me. > > The patch below passes testing for me, and I consider it The Right > Thing[TM] directionally, too. The two actual changes are the > addition of --with-as=/usr/bin/as and --with-ld=/usr/bin/ld. > > I have not committed it yet, but am planning on doing so and > definitely am interested in whether this changes (improves) things > for you. > > That said, please do not stop on moving from GCC 4.2 to GCC 4.4 when > it comes to Java, even in case this patch works for you. :-) > > Gerald > > Index: Makefile > =================================================================== > RCS file: /home/pcvs/ports/lang/gcc42/Makefile,v > retrieving revision 1.356 > diff -r1.356 Makefile > 56,60c56 > < CONFIGURE_ARGS+= --disable-nls \ > < --with-system-zlib \ > < --with-libiconv-prefix=${LOCALBASE} \ > < --with-gmp=${LOCALBASE} \ > < --program-suffix=${SUFFIX} \ > --- >> CONFIGURE_ARGS+=--disable-nls \ > 63c59,65 > < --with-gxx-include-dir=${TARGLIB}/include/c++/ > --- >> --program-suffix=${SUFFIX} \ >> --with-as=/usr/bin/as \ >> --with-gmp=${LOCALBASE} \ >> --with-gxx-include-dir=${TARGLIB}/include/c++/ \ >> --with-ld=/usr/bin/ld \ >> --with-libiconv-prefix=${LOCALBASE} \ >> --with-system-zlib Thank you Gerald, I'll give that a try with gcc 4.2 and gcc 4.5 installed. I think we're getting close with gcj 4.5, assuming my fix for duplicate Java symbols is acceptable. I need to do some more tinderbox builds and testing and clear up some other errors reported by users, but maybe I'll be able to send you the patches for approval next week. Thank you, Greg -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvD5D8ACgkQ0sRouByUApC4AgCfS/QrY7PTkegsFRJiEE5WdxH5 GcIAoIdY7KkdUV+ORjj0G9iJcipt31jK =HuD1 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 04:36:14 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD52C1065767; Tue, 13 Apr 2010 04:36:14 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 548978FC08; Tue, 13 Apr 2010 04:36:13 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id D585F2EC002; Tue, 13 Apr 2010 13:36:12 +0900 (JST) Received: from POLYMER5.scphys.kyoto-u.ac.jp (wd187.BFL38.vectant.ne.jp [210.131.171.187]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 6FAD02EC001; Tue, 13 Apr 2010 13:36:12 +0900 (JST) Message-Id: <201004130436.AA01277@POLYMER5.scphys.kyoto-u.ac.jp> From: Tsurutani Naoki Date: Tue, 13 Apr 2010 13:36:10 +0900 To: glarkin@freebsd.org In-Reply-To: <4BC3E384.2090702@FreeBSD.org> References: <4BC3E384.2090702@FreeBSD.org> MIME-Version: 1.0 X-Mailer: AL-Mail32 Version 1.13 Content-Type: text/plain; charset=iso-2022-jp Cc: =?ISO-2022-JP?B?Sm91a29fTHVtaWobJEJnUxsoQnZp?= , Gerald Pfeifer , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 04:36:14 -0000 Greg Larkin wrote: > Can you run the following command for me on your system? > > ldconfig -r | grep gcc45 % ldconfig -r | grep gcc45 search directories: /lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/lib/compat/pkg:/usr/site/lib:/usr/loc al/lib/compat:/usr/local/lib/evolution/2.28:/usr/local/lib/gcc/i386-portbld- freebsd8.0/3.4.6:/usr/local/lib/gcc44:/usr/local/lib/gcc45:/usr/local/lib/gegl- 0.0:/usr/local/lib/graphviz:/usr/local/lib/mysql:/usr/local/lib/nss:/usr/local/lib/pth:/usr/l ocal/lib/qt4:/usr/local/lib/wine:/usr/local/lib/zsh 1159:-lstdc++.6 => /usr/local/lib/gcc45/libstdc++.so.6 1160:-lmudflap.0 => /usr/local/lib/gcc45/libmudflap.so.0 1161:-lmudflapth.0 => /usr/local/lib/gcc45/libmudflapth.so.0 1162:-lssp.0 => /usr/local/lib/gcc45/libssp.so.0 1163:-lgcc_s.1 => /usr/local/lib/gcc45/libgcc_s.so.1 1164:-lgfortran.3 => /usr/local/lib/gcc45/libgfortran.so.3 1165:-lffi.4 => /usr/local/lib/gcc45/libffi.so.4 1166:-lgcj.11 => /usr/local/lib/gcc45/libgcj.so.11 1167:-lgij.11 => /usr/local/lib/gcc45/libgij.so.11 1168:-lgcj-tools.11 => /usr/local/lib/gcc45/libgcj-tools.so.11 1169:-lgomp.1 => /usr/local/lib/gcc45/libgomp.so.1 % ldconfig -r | grep libstdc++.so.6 80:-lstdc++.6 => /usr/lib/libstdc++.so.6 848:-lstdc++.6 => /usr/local/lib/compat/pkg/libstdc++.so.6 1146:-lstdc++.6 => /usr/local/lib/gcc/i386-portbld-freebsd8.0/3.4.6/libstdc++.so.6 1148:-lstdc++.6 => /usr/local/lib/gcc44/libstdc++.so.6 1159:-lstdc++.6 => /usr/local/lib/gcc45/libstdc++.so.6 Setting LD_LIBRARY_PATH=/usr/local/lib/gcc45 before running pdftk can avoid this error. I am not familiar with rpath, but something is wrong arround it, I think. gcc can embed some rpath infomation when building pdftk, or we must add some linker option about rpath in building pdftk. In any case, pdftk must have runtime dependence on gcc45... --- $BDaC+D> 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 C46CC106564A for ; Tue, 13 Apr 2010 10:40:29 +0000 (UTC) (envelope-from freebsd-ports.user@seibercom.net) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.221.175]) by mx1.freebsd.org (Postfix) with ESMTP id 6F24C8FC0C for ; Tue, 13 Apr 2010 10:40:29 +0000 (UTC) Received: by qyk5 with SMTP id 5so7595076qyk.3 for ; Tue, 13 Apr 2010 03:40:28 -0700 (PDT) Received: by 10.224.117.198 with SMTP id s6mr1966257qaq.371.1271155227569; Tue, 13 Apr 2010 03:40:27 -0700 (PDT) Received: from scorpio.seibercom.net (c-67-189-160-65.hsd1.ny.comcast.net [67.189.160.65]) by mx.google.com with ESMTPS id 6sm611298qwd.57.2010.04.13.03.40.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 03:40:26 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.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 463C222839 for ; Tue, 13 Apr 2010 06:40:25 -0400 (EDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.96 at scorpio.seibercom.net Date: Tue, 13 Apr 2010 06:40:24 -0400 From: Jerry To: freebsd-ports@freebsd.org Message-ID: <20100413064024.657395ee@scorpio.seibercom.net> In-Reply-To: <20100412222300.GA72952@dragon.NUXI.org> References: <20100412222300.GA72952@dragon.NUXI.org> Organization: seibercom.net X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd7.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR X-Face: %w26Xx*^+moP{$gQJ3pY@y!8g&-n%/zKp; aE#\*zy9L1X$QU7)|K"# QM:ob~"(eWt{P?#Ec;|v]#G"{{WZF-rt\4n1IS3I[w>Z Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] upgrade Bash port to version 4.1. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 10:40:29 -0000 On Mon, 12 Apr 2010 15:23:00 -0700, David O'Brien articulated: > Hi Folks, > > Bash 4.1 seems stable enough at PL5 to replace version 4.0 in > '/usr/ports/shells/bash'. > > Does anyone feel that we need a "shells/bash40" port? > (please just let me know if you feel we do, not if you feel we don't) > > The patch below is the upgrade to 4.1. It works on the workstation > undermydesk, but maybe not the one underyourdesk. Please let me know > in the next few days if you will have trouble with the updated Bash > port. I don't see any reason to keep it around. In reality, it just clutters up the ports system with more deprecated software. In any case, "4.1" corrects a few problems in the older version. I believe it is at patch level 5 now, as your patch indicates. Just my 2¢. -- Jerry FreeBSD-Ports.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Man is a military animal, Glories in gunpowder, and loves parade. P. J. Bailey From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 07:23:01 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C7A1106566B for ; Tue, 13 Apr 2010 07:23:01 +0000 (UTC) (envelope-from luke@foolishgames.com) Received: from qmta09.emeryville.ca.mail.comcast.net (qmta09.emeryville.ca.mail.comcast.net [76.96.30.96]) by mx1.freebsd.org (Postfix) with ESMTP id 173F98FC13 for ; Tue, 13 Apr 2010 07:23:01 +0000 (UTC) Received: from omta16.emeryville.ca.mail.comcast.net ([76.96.30.72]) by qmta09.emeryville.ca.mail.comcast.net with comcast id 4v4c1e0061ZMdJ4A9v9rQ6; Tue, 13 Apr 2010 07:09:51 +0000 Received: from stargazer.midnightbsd.org ([70.91.226.201]) by omta16.emeryville.ca.mail.comcast.net with comcast id 4vFR1e0024MLobJ8cvFSY2; Tue, 13 Apr 2010 07:15:27 +0000 Received: from [10.0.1.23] ([62.8.239.66]) (authenticated bits=0) by stargazer.midnightbsd.org (8.14.4/8.14.4) with ESMTP id o3D79gtV061484 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Tue, 13 Apr 2010 03:09:44 -0400 (EDT) (envelope-from luke@foolishgames.com) X-Authentication-Warning: stargazer.midnightbsd.org: Host [62.8.239.66] claimed to be [10.0.1.23] Message-ID: <4BC418B5.1010304@foolishgames.com> Date: Tue, 13 Apr 2010 09:09:41 +0200 From: Lucas Holt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 References: <49684.1270905510@pcbsd.org> In-Reply-To: <49684.1270905510@pcbsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (stargazer.midnightbsd.org [70.91.226.201]); Tue, 13 Apr 2010 03:09:47 -0400 (EDT) X-Mailman-Approved-At: Tue, 13 Apr 2010 11:25:22 +0000 Cc: Adam Vande More , Kris Moore , John Hixson , ports@freebsd.org, Julian Elischer , "Dave Fourman\(Gmail\)" , "Sam Fourman Jr." , Garrett Cooper , Matt Olander , Vanessa Kraus , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 07:23:01 -0000 On 4/10/2010 3:18 PM, kris@pcbsd.org wrote > However for my more hard-core friends, nothing stopping you from > running your own ports down > the road, more power to ya! For doing something like embedded work or > a server this makes total > sense and I think it is a huge positive for FreeBSD, no reason to > trash that or break it in any way. > For the other 99.9% of society who want something "that just works" > for day-to-day computing, > something like PBI is very attractive. It would be great to have an OS > that offers best of both worlds. > > -- > Kris Moore > There are only two possibilities with any package system. Either give the user self packaged binaries containing all shared libraries or make them update everything. Both have positives and negatives. We've been working on a new package system in MidnightBSD for some time. When we weighed this issue, it was decided that letting users have old binaries sitting around was a bad idea. It encourages a user to sit on a package for a year and not install security updates. The larger package size also deters users from downloading updates in parts of the world which have slow Internet connections. Remember the GDI+ update to windows awhile back? There were many applications that had to be updated and Microsoft had to release a scanner to search the drive for uses. There side isn't always rosy. Obviously, there are also advantages to the larger PBI packages for users. PC-BSD is certainly easy to use. At the end of the day, I think creating packages more frequently during releases and pushing updates like many linux distros do makes more sense in terms of security. FreeBSD has ten times the number of ports to build than we do so obviously it's a problem to build packages that frequently. I don't want to butt in any more on this because it's not my place, but I just felt it was important to bring another perspective. Lucas From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 12:29:25 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3B9C106564A for ; Tue, 13 Apr 2010 12:29:25 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 454C18FC18 for ; Tue, 13 Apr 2010 12:29:24 +0000 (UTC) Received: by wwa36 with SMTP id 36so455331wwa.13 for ; Tue, 13 Apr 2010 05:29:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=uVOqkrF8foKAU3WRJZXjOfRnxigXmmXxgL5BNs98c4Q=; b=cnt1777iAbqORD4dzk1lgfPOR1d1S7C55lVEnnFcAD8soi37iVbe08ALIMk63XbcJo YSwppvV2LMDmPeupLFmyQOQpJ4d5PiGxBuCX0nDwo9s83ZW5DtdczVQqxH+bIW/Oc4kj NrMbwXzUuZG3Hobv4J3SBfPoAfUGDr4X7ldxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=kab2bdSGFNLapg6WfrjDPKnGnKB+ASxlJx6cfv7bB7L+PmmTOz48HvmsH2wF9lP2Vz 7m+gR+SctQ2i5QHIEPJE8JqPB5F4RNy6Wc13yswLcZtOi7rBQ9tOvVPcqRMo7VTxzmF0 jU4jCc4npeqIKpHBzhoMWFCYUm4ohaPTPiE0w= Received: by 10.216.86.196 with SMTP id w46mr3405284wee.201.1271160019985; Tue, 13 Apr 2010 05:00:19 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id r29sm119559wbv.3.2010.04.13.05.00.17 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 05:00:18 -0700 (PDT) Date: Tue, 13 Apr 2010 14:00:19 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100413120019.GA46201@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="8t9RHnE3ZwKMSgU+" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: [PATCH] removing pulseaudio dependency on gnome-media and gnome-settings-daemon X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 12:29:25 -0000 --8t9RHnE3ZwKMSgU+ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi freebsd-ports@, I made a PR to remove 145669 to remove pulseaudio from audio/gnome-media but the patch was completely bad. I rewrote it and I also made it for sysutils/gnome-settings-daemon. Could you check them and commit if you think it's okay ? Any feedback would be helpful. King regards, David. -- Demelier David --8t9RHnE3ZwKMSgU+ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="gnome-media.patch" --- Makefile.orig 2010-03-28 08:31:01.000000000 +0200 +++ Makefile 2010-04-13 13:56:50.000000000 +0200 @@ -18,9 +18,11 @@ BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ - pulse.0:${PORTSDIR}/audio/pulseaudio \ unique-1.0.2:${PORTSDIR}/x11-toolkits/unique +OPTIONS= PULSE "Enable Pulse Audio support" off + + USE_BZIP2= yes USE_GETTEXT= yes INSTALLS_OMF= yes @@ -32,6 +34,15 @@ USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 libglade2 \ gconf2 USE_GSTREAMER= gconf good + +.include + +.if !defined(WITHOUT_PULSE) +LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +PLIST_SUB+= PULSE="" +CONFIGURE_ARGS+= --enable-pulseaudio +.endif + CONFIGURE_ARGS= --disable-gstmix CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -39,4 +50,4 @@ GCONF_SCHEMAS= gnome-audio-profiles.schemas \ gnome-sound-recorder.schemas -.include +.include --8t9RHnE3ZwKMSgU+ Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="gnome-settings-daemon.patch" --- Makefile.orig 2010-03-28 08:43:48.000000000 +0200 +++ Makefile 2010-04-13 13:53:19.000000000 +0200 @@ -16,11 +16,13 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 settings daemon -LIB_DEPENDS= pulse.0:${PORTSDIR}/audio/pulseaudio \ - canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ +LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ notify.1:${PORTSDIR}/devel/libnotify RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb +OPTIONS= PULSE "Enable Pulse Audio support" off + + USE_XORG= xxf86misc USE_BZIP2= yes USE_GMAKE= yes @@ -29,6 +31,15 @@ USE_GSTREAMER= good GNU_CONFIGURE= yes INSTALLS_ICONS= yes + +.include + +.if !defined(WITHOUT_PULSE) +LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio +CONFIGURE_ARGS+= --disable-pulse +PLIST_SUB+= PULSE="" +.endif + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -40,4 +51,4 @@ desktop_gnome_peripherals_touchpad.schemas \ gnome-settings-daemon.schemas -.include +.include --8t9RHnE3ZwKMSgU+-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 13:13:05 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 939481065670 for ; Tue, 13 Apr 2010 13:13:05 +0000 (UTC) (envelope-from alecn2002@yandex.ru) Received: from forward7.mail.yandex.net (forward7.mail.yandex.net [77.88.61.37]) by mx1.freebsd.org (Postfix) with ESMTP id 4480C8FC18 for ; Tue, 13 Apr 2010 13:13:04 +0000 (UTC) Received: from web101.yandex.ru (web101.yandex.ru [77.88.61.2]) by forward7.mail.yandex.net (Yandex) with ESMTP id 937B41B09497 for ; Tue, 13 Apr 2010 17:01:34 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1271163695; bh=dH9nSz9Xjregz59k8QrvwfQRGVJx7thDPGqygdtW9/E=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=ri6Lvyy4DGwfyCwDFeZ8SS/Jqq2jEk9nWUm6dOvyxAqcdb7DChPtV5QbSuA0AOG20 PZvcG1srIDXUwjSKdqLEcncecxuXH6Dqy9kf2x2AJJGV2tLjdUTu5Q9m3SY9Qk0u4R +EWI4iwt5q1VrnHHormv+5DyXP/kgBUsZL4b3yUk= Received: from localhost (localhost.localdomain [127.0.0.1]) by web101.yandex.ru (Yandex) with ESMTP id 312232080035 for ; Tue, 13 Apr 2010 17:01:34 +0400 (MSD) X-Yandex-Spam: 1 X-Yandex-Front: web101.yandex.ru X-Yandex-TimeMark: 1271163694 Received: from [188.123.232.162] ([188.123.232.162]) by mail.yandex.ru with HTTP; Tue, 13 Apr 2010 17:01:33 +0400 From: alecn2002 To: ports@freebsd.org MIME-Version: 1.0 Message-Id: <69181271163693@web101.yandex.ru> Date: Tue, 13 Apr 2010 17:01:33 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Cc: Subject: Please pass out ports I maintain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 13:13:05 -0000 Hi Looks like after 4-th child has born in my family I'll be unable to maintain ports anymore. Please pass ports to somebody who'd like to take them The list of ports I'm currently marked as maintainer is: kmymoney2-1.0.3_2 luma-2.3_6 py26-smbpasswd-1.0.1 ruby18-freebase-0.9.6_4 ruby18-freeride-0.9.6_4 ruby18-htmltools-1.09 ruby18-locale-0.2_2 ruby18-rrb-0.1.1 --- WBR, Alexander Novitskiy From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 13:46:16 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E42D1065670 for ; Tue, 13 Apr 2010 13:46:16 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by mx1.freebsd.org (Postfix) with ESMTP id 9E8E88FC0C for ; Tue, 13 Apr 2010 13:46:15 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id l26so831827fgb.13 for ; Tue, 13 Apr 2010 06:46:14 -0700 (PDT) MIME-Version: 1.0 Sender: scjamorim@bsd.com.br Received: by 10.223.122.80 with HTTP; Tue, 13 Apr 2010 06:46:13 -0700 (PDT) In-Reply-To: <69181271163693@web101.yandex.ru> References: <69181271163693@web101.yandex.ru> Date: Tue, 13 Apr 2010 10:46:13 -0300 X-Google-Sender-Auth: e1321fb3e925605c Received: by 10.223.117.164 with SMTP id r36mr3476781faq.28.1271166373902; Tue, 13 Apr 2010 06:46:13 -0700 (PDT) Message-ID: From: Sylvio Cesar Teixeira To: alecn2002 Content-Type: text/plain; charset=KOI8-R Cc: ports@freebsd.org Subject: Re: Please pass out ports I maintain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 13:46:16 -0000 2010/4/13 alecn2002 : > Hi > > Looks like after 4-th child has born in my family I'll be unable to maintain ports anymore. > > Please pass ports to somebody who'd like to take them > > The list of ports I'm currently marked as maintainer is: > > kmymoney2-1.0.3_2 > luma-2.3_6 > py26-smbpasswd-1.0.1 > ruby18-freebase-0.9.6_4 > ruby18-freeride-0.9.6_4 > ruby18-htmltools-1.09 > ruby18-locale-0.2_2 > ruby18-rrb-0.1.1 > > > --- > WBR, > Alexander Novitskiy > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I want the luma. Thanks Sylvio Cesar -- Regards, Sylvio Cesar || FreeBSD Committer || Team multimedia@FreeBSD.org sylvio@FreeBSD.org || http://people.freebsd.org/~sylvio || http://www.scjamorim.org From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 13:50:15 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BEB01065672 for ; Tue, 13 Apr 2010 13:50:15 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.50.215]) by mx1.freebsd.org (Postfix) with ESMTP id DEE858FC08 for ; Tue, 13 Apr 2010 13:50:14 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 1BAD55C3D; Tue, 13 Apr 2010 09:50:14 -0400 (EDT) Date: Tue, 13 Apr 2010 09:50:14 -0400 From: Wesley Shields To: alecn2002 Message-ID: <20100413135014.GA59381@atarininja.org> References: <69181271163693@web101.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69181271163693@web101.yandex.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: Please pass out ports I maintain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 13:50:15 -0000 On Tue, Apr 13, 2010 at 05:01:33PM +0400, alecn2002 wrote: > Hi > > Looks like after 4-th child has born in my family I'll be unable to maintain ports anymore. > > Please pass ports to somebody who'd like to take them > > The list of ports I'm currently marked as maintainer is: > > py26-smbpasswd-1.0.1 I've used this one recently. I'll take it. Congratulations on the new addition to your family! -- WXS From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 15:31:42 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C59D106568C for ; Tue, 13 Apr 2010 15:31:42 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.50.215]) by mx1.freebsd.org (Postfix) with ESMTP id DF25A8FC1D for ; Tue, 13 Apr 2010 15:31:41 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id D25CF5C3E; Tue, 13 Apr 2010 11:31:40 -0400 (EDT) Date: Tue, 13 Apr 2010 11:31:40 -0400 From: Wesley Shields To: alecn2002 Message-ID: <20100413153140.GA59972@atarininja.org> References: <69181271163693@web101.yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <69181271163693@web101.yandex.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@freebsd.org Subject: Re: Please pass out ports I maintain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 15:31:42 -0000 On Tue, Apr 13, 2010 at 05:01:33PM +0400, alecn2002 wrote: > Hi > > Looks like after 4-th child has born in my family I'll be unable to maintain ports anymore. > > Please pass ports to somebody who'd like to take them > > The list of ports I'm currently marked as maintainer is: > > kmymoney2-1.0.3_2 > luma-2.3_6 > py26-smbpasswd-1.0.1 > ruby18-freebase-0.9.6_4 > ruby18-freeride-0.9.6_4 > ruby18-htmltools-1.09 > ruby18-locale-0.2_2 > ruby18-rrb-0.1.1 I've reset the remainder of these. Thank you for your time with these ports. -- WXS From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 15:32:14 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A373C106564A; Tue, 13 Apr 2010 15:32:14 +0000 (UTC) (envelope-from julianelischer@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id ED22D8FC12; Tue, 13 Apr 2010 15:32:13 +0000 (UTC) Received: by bwz8 with SMTP id 8so4373887bwz.3 for ; Tue, 13 Apr 2010 08:32:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=kNeku5/dNednuORGSnDfzNM4nUSew4H36WSDkdLbVoo=; b=sGcVVjHHv2Iz6Q9tI2k0GkGTXJLHVHW4HFOYejtO4HlXrzUaJD3JwxL2glMntNuSTb nFBoIP5Fh/ccZcdQ+NRdFUCs1Jf6ws41JchDrQl890en/m2aApmNrj8Eb2/X/YsjIltv e0IBjnGkXbItNHL1EgyjRcpBKNRxOSlI7Tq7s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ZxEBcOqzXPvymcAkaPnbZEPCQrDxokTCfgAuRmFAvk3H/cepQ3ydund6WkrH2J7jOG GJM7uVBoBcpadG6un5H5JRclwJfbT2iwTJdx2ux+k7iOcVMxftQ+8u5SbZk5VS2ZtjmA fBrFOq3TPsjYw3XFIj5OPNADGP6yof3b0gv9E= Received: by 10.223.6.27 with SMTP id 27mr3580162fax.31.1271172732644; Tue, 13 Apr 2010 08:32:12 -0700 (PDT) Received: from julian-mac.elischer.org (h-67-100-89-137.snfccasy.static.covad.net [67.100.89.137]) by mx.google.com with ESMTPS id d13sm1884783fka.32.2010.04.13.08.32.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 08:32:11 -0700 (PDT) Sender: Julian Elischer Message-ID: <4BC48E79.4090502@elischer.org> Date: Tue, 13 Apr 2010 08:32:09 -0700 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10.4; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Lucas Holt References: <49684.1270905510@pcbsd.org> <4BC418B5.1010304@foolishgames.com> In-Reply-To: <4BC418B5.1010304@foolishgames.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Tue, 13 Apr 2010 16:15:27 +0000 Cc: Adam Vande More , Kris Moore , John Hixson , ports@freebsd.org, Garrett Cooper , "Sam Fourman Jr." , "Dave Fourman\(Gmail\)" , Matt Olander , Vanessa Kraus , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 15:32:14 -0000 On 4/13/10 12:09 AM, Lucas Holt wrote: > On 4/10/2010 3:18 PM, kris@pcbsd.org wrote > >> However for my more hard-core friends, nothing stopping you from >> running your own ports down >> the road, more power to ya! For doing something like embedded work or >> a server this makes total >> sense and I think it is a huge positive for FreeBSD, no reason to >> trash that or break it in any way. >> For the other 99.9% of society who want something "that just works" >> for day-to-day computing, >> something like PBI is very attractive. It would be great to have an OS >> that offers best of both worlds. >> >> -- >> Kris Moore > > There are only two possibilities with any package system. Either give > the user self packaged binaries containing all shared libraries or make > them update everything. Both have positives and negatives. We've been > working on a new package system in MidnightBSD for some time. When we > weighed this issue, it was decided that letting users have old binaries > sitting around was a bad idea. It encourages a user to sit on a package > for a year and not install security updates. The larger package size > also deters users from downloading updates in parts of the world which > have slow Internet connections. Remember the GDI+ update to windows > awhile back? There were many applications that had to be updated and > Microsoft had to release a scanner to search the drive for uses. There > side isn't always rosy. > > Obviously, there are also advantages to the larger PBI packages for > users. PC-BSD is certainly easy to use. > > At the end of the day, I think creating packages more frequently during > releases and pushing updates like many linux distros do makes more sense > in terms of security. FreeBSD has ten times the number of ports to build > than we do so obviously it's a problem to build packages that frequently. > > I don't want to butt in any more on this because it's not my place, but > I just felt it was important to bring another perspective. It may be thaat part of the answer is to do both. For me I want to have PBIs for the actual tools I use on the machine.. things like wine, openoffice, gimp, etc. I don't care if these are 'bleeding edge'. I just want them to work, and to keep working no matter what I do in my development environment. On the other had for stuff I'm working on, I want ot be able to get the newest libraries etc and keep them up to date. This means I run the dependency problem but I'm willing to upgrade everything and if it breaks occasionally, I'll fix it. regardless of whether my development environment is current;y broke or not, the tools I actually use on the machine will not be affected. So for me I see a reason tehat we should use BOTH schemes. > > Lucas > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 18:13:52 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34795106564A for ; Tue, 13 Apr 2010 18:13:52 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED4F8FC14 for ; Tue, 13 Apr 2010 18:13:51 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1O1kcK-000PIG-OF; Tue, 13 Apr 2010 14:13:50 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 6DB203E583F3; Tue, 13 Apr 2010 14:13:44 -0400 (EDT) Message-ID: <4BC4B44C.60006@FreeBSD.org> Date: Tue, 13 Apr 2010 14:13:32 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Tsurutani Naoki References: <4BC3E384.2090702@FreeBSD.org> <201004130436.AA01277@POLYMER5.scphys.kyoto-u.ac.jp> In-Reply-To: <201004130436.AA01277@POLYMER5.scphys.kyoto-u.ac.jp> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Spam-Score: -0.3 (/) Cc: =?ISO-2022-JP?B?Sm91a29fTHVtaWobJEJnUxsoQnZp?= , Gerald Pfeifer , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 18:13:52 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tsurutani Naoki wrote: > Greg Larkin wrote: > >> Can you run the following command for me on your system? >> >> ldconfig -r | grep gcc45 > > % ldconfig -r | grep gcc45 > search directories: [...] > > % ldconfig -r | grep libstdc++.so.6 > 80:-lstdc++.6 => /usr/lib/libstdc++.so.6 > 848:-lstdc++.6 => /usr/local/lib/compat/pkg/libstdc++.so.6 > 1146:-lstdc++.6 => /usr/local/lib/gcc/i386-portbld-freebsd8.0/3.4.6/libstdc++.so.6 > 1148:-lstdc++.6 => /usr/local/lib/gcc44/libstdc++.so.6 > 1159:-lstdc++.6 => /usr/local/lib/gcc45/libstdc++.so.6 > > Setting LD_LIBRARY_PATH=/usr/local/lib/gcc45 before running pdftk > can avoid this error. > I am not familiar with rpath, but something is wrong arround it, I think. > gcc can embed some rpath infomation when building pdftk, > or we must add some linker option about rpath in building pdftk. > In any case, pdftk must have runtime dependence on gcc45... > > > --- > $BDaC+D> turutani@scphys.kyoto-u.ac.jp Hi Tsurutani, Ok, I see why there's a problem now. My linker hints were set up in such a way that /usr/local/lib/gcc45 appeared before /usr/lib, so I didn't have the libstdc++.so.6 problem. However, that's not a normal configuration, so we have to fix this another way. Gerald, you ran into this problem a while back and posted a question about it here: http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23261.html There are some other folks with the same problem here (old thread): http://gcc.gnu.org/ml/gcc/2001-03/msg01069.html Did you ever decide on a resolution for this problem? Should I simply create a wrapper script for pdftk that sets LD_LIBRARY_PATH, or is the rpath solution better? Tsurutani, in the mean time, can you run pdftk with LD_LIBRARY_PATH set until we decide on the solution? Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLxLRM0sRouByUApARAvfDAJ93Bm4wyhUlpl7PTZR6Ulpg9J31SQCfTAIu 9QRjwZAlBepsnFpWuGuMvZ8= =KPDi -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 18:25:38 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 466E11065677 for ; Tue, 13 Apr 2010 18:25:38 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id 2053C8FC1B for ; Tue, 13 Apr 2010 18:25:37 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1O1knj-000PLk-S1; Tue, 13 Apr 2010 14:25:36 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 41F3A3E5859C; Tue, 13 Apr 2010 14:25:32 -0400 (EDT) Message-ID: <4BC4B712.2080109@FreeBSD.org> Date: Tue, 13 Apr 2010 14:25:22 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Tsurutani Naoki References: <4BBE88EB.2000708@FreeBSD.org> <201004101333.AA01274@POLYMER5.scphys.kyoto-u.ac.jp> In-Reply-To: <201004101333.AA01274@POLYMER5.scphys.kyoto-u.ac.jp> X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) Cc: =?ISO-2022-JP?B?Sm91a29fTHVtaWobJEJnUxsoQnZp?= , Gerald Pfeifer , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 18:25:38 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tsurutani Naoki wrote: [...] > 2. FreeBSD/amd64 8-STABLE, with LANG=ja_JP.eucJP : building failure. > gmake -C "/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text"; > gmake[2]: Entering directory `/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text' > /usr/local/bin/gcj45 -L/usr/local/lib -O2 -w --encoding=UTF-8 --classpath="/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs" -c Anchor.java -o Anchor.o > /usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text/markup/MarkupParser.java:186: error: String literal is not properly closed by a double-quote > if (value.startsWith("$B")(B) > ^^^ > ... > 112 problems (112 errors) > gmake[2]: *** [Anchor.o] Error 1 > gmake[2]: Leaving directory `/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs/com/lowagie/text' > gmake[1]: *** [itext] Error 2 > gmake[1]: Leaving directory `/usr/local/work/usr/ports/print/pdftk/work/pdftk-1.41/java_libs' > gmake: *** [java_libs] Error 2 > *** Error code 1 > (some messages are translated). Hi Tsurutani, As far as I can tell, this error is caused by the LANG setting which changes the line: if (value.startsWith("\"")) into something that results an unterminated string. I suppose the backslash loses its meaning as an escape character. I found some references to the same error in Google, posted by folks trying to compile software with different LANG settings. I haven't found a general fix yet, but maybe it can be done by building a character string from individual, unescaped characters, then converting them to a java.lang.String object for use in the .startsWith() function. If you could submit a PR to support building with LANG=ja_JP.eucJP, I would be very appreciative! Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLxLcS0sRouByUApARAm4aAKC2xbzaY34Q1GAPCv+mVifG7raC0QCgtjwZ eGEmwcVfVM5N2AbrfjDFJLs= =cfvI -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 20:31:21 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F8F41065672 for ; Tue, 13 Apr 2010 20:31:21 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 0CA1F8FC1E for ; Tue, 13 Apr 2010 20:31:20 +0000 (UTC) Received: by bwz8 with SMTP id 8so4706674bwz.3 for ; Tue, 13 Apr 2010 13:31:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=alB7akRNSdyBSZD1BGR1M8eJIDE3qdfG4Pu7rJUQam0=; b=GoY7xDrMYQ/KvxBKTEv3dQJ54+VVwyN0/6xycoxPOdspwcWS2RG399RrfO3Ew9Oun4 gQ3SM6rsTg1SAd3LENhbfmBS0+9cueegZ440LYG9BhupDQWO3i6kC0zoHcQYs9ZPiAKN +u8LCB8o/hwyg+fP5lCfTfHgq8DJ79Y0D+G/U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=uWaNPI4H174mIj2x1+L6wnc58QWyNR/ReinLrGlpPJJ9zU8pzvqnD1KHvUhiSQQ2pZ zIp69XIj2I7p5HniCCvosYiRUGTP5SQpntmlTikQFcL6VgtjKoXaCHquCryP+Iw7tpPe l+JLUUdzzvaK15t7iZ/CVk2+ZogLY+0r/R9xs= Received: by 10.204.15.134 with SMTP id k6mr13041bka.96.1271190679735; Tue, 13 Apr 2010 13:31:19 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id a11sm2487bkc.15.2010.04.13.13.31.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 13:31:19 -0700 (PDT) Date: Tue, 13 Apr 2010 22:31:20 +0200 From: Demelier David To: freebsd-ports@freebsd.org Message-ID: <20100413203120.GA70589@Abricot.malikania.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: libwpd needs gconf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 20:31:21 -0000 Hi freebsd-ports, I never saw that libwpd needs gconf. libwpd actually only needs libgsf to build. What including gconf and all these dependencies in it ? -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 22:14:54 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B56106564A; Tue, 13 Apr 2010 22:14:54 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id 654808FC12; Tue, 13 Apr 2010 22:14:54 +0000 (UTC) Received: by ywh31 with SMTP id 31so2170715ywh.3 for ; Tue, 13 Apr 2010 15:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=bCBCGPAX6qNtQdCYDzu+W5LFqwXZvlttM743/5sza10=; b=i8aWvDsm2Wp+R3WLPeb2w2tn4l7BQX25eW9qswhMnkCLWYR7OQdysmMugBP4I0xVxM mPr3+1R8l6Nj6zZlp+lFeBWqkvKSEWfivpEwS/+Makc/S15txYItW7S6U/8LjUiQjg3y 0rPG5JToRBzZ1cxX9SCEx8N6rEdJHgtpCJckk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=u1mt09xnUszvzD/jNreWZ2BzyegTaAWi8/JsPakKcejSTpZaYxxLlo4+mJFHGKd47Y 0tVsGJTKUwtuAsr375NCDFjBSkTYZlZEYsNb2MVIOGUBCnc4upabneAsuSG6IEyVflo+ dPC4Cgz9xlb/mnR3AmFDDN/VmgZckc7be0Svo= Received: by 10.150.214.13 with SMTP id m13mr2923430ybg.134.1271196893176; Tue, 13 Apr 2010 15:14:53 -0700 (PDT) Received: from [10.240.2.46] (db.kiwiplan.co.nz [202.27.222.237]) by mx.google.com with ESMTPS id 23sm1599494ywh.0.2010.04.13.15.14.50 (version=SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 15:14:52 -0700 (PDT) Message-ID: <4BC4ECD8.30706@gmail.com> Date: Wed, 14 Apr 2010 10:14:48 +1200 From: James Butler User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: Lucas Holt References: <49684.1270905510@pcbsd.org> <4BC418B5.1010304@foolishgames.com> In-Reply-To: <4BC418B5.1010304@foolishgames.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Kris Moore , FreeBSD Current Subject: Re: ports and PBIs X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 22:14:55 -0000 On 13/04/10 19:09, Lucas Holt wrote: > On 4/10/2010 3:18 PM, kris@pcbsd.org wrote > >> However for my more hard-core friends, nothing stopping you from >> running your own ports down >> the road, more power to ya! For doing something like embedded work or >> a server this makes total >> sense and I think it is a huge positive for FreeBSD, no reason to >> trash that or break it in any way. >> For the other 99.9% of society who want something "that just works" >> for day-to-day computing, >> something like PBI is very attractive. It would be great to have an OS >> that offers best of both worlds. >> >> -- >> Kris Moore > > There are only two possibilities with any package system. Either give > the user self packaged binaries containing all shared libraries or make > them update everything. Both have positives and negatives. We've been Only two possibilities? I remember reading about a third in a paper proposing an enhancement to pkgsrc, but now I can't find the paper :-( Basically this involves distributing and downloading separate packages as with pkg_add, but installing each one in an isolated directory so multiple conflicting versions can be present side-by-side. The package tools then arrange for each package to have symlinks to all the packages it depends on, in a private libdepends/ folder or something. So if I install package A1.1 which depends on B3.2, then I want to install C5.3 which depends on B4.0, I have a choice: to upgrade A to a version depending on B4.0 if one exists, or to install C5.3 with B4.0 alongside A1.1 and B3.2. I'll try to find the paper I'm recalling after work, until then I'll just have to wave my hands in the air. -James Butler > working on a new package system in MidnightBSD for some time. When we > weighed this issue, it was decided that letting users have old binaries > sitting around was a bad idea. It encourages a user to sit on a package > for a year and not install security updates. The larger package size > also deters users from downloading updates in parts of the world which > have slow Internet connections. Remember the GDI+ update to windows > awhile back? There were many applications that had to be updated and > Microsoft had to release a scanner to search the drive for uses. There > side isn't always rosy. > > Obviously, there are also advantages to the larger PBI packages for > users. PC-BSD is certainly easy to use. > > At the end of the day, I think creating packages more frequently during > releases and pushing updates like many linux distros do makes more sense > in terms of security. FreeBSD has ten times the number of ports to build > than we do so obviously it's a problem to build packages that frequently. > > I don't want to butt in any more on this because it's not my place, but > I just felt it was important to bring another perspective. > > Lucas > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 22:35:21 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F02C106564A for ; Tue, 13 Apr 2010 22:35:21 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [38.99.187.35]) by mx1.freebsd.org (Postfix) with ESMTP id EA8618FC0A for ; Tue, 13 Apr 2010 22:35:20 +0000 (UTC) Received: from [172.16.10.199] (unknown [172.16.10.199]) by mail.intertainservices.com (Postfix) with ESMTPA id 6B1605644E for ; Tue, 13 Apr 2010 18:35:19 -0400 (EDT) Message-ID: <4BC4F1A4.5050505@intertainservices.com> Date: Tue, 13 Apr 2010 18:35:16 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 6B1605644E.AF6FB X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: Subject: php 5.3 (cant compile php5-mbstring since upgrade) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 22:35:21 -0000 Hi, I've updated my php to 5.3 as instructed in the UPDATING file, however i can not compile php5-mbstrings, it cant find pcre headers (this is supposedly in the base dist now, so i deleted the old php5-pcre port it as instructed). --- cc -DHAVE_CONFIG_H -I. -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring -DPHP_ATOM_INC -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/include -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/main -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl/mbfl -I/usr/local/include -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl -I/usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl/mbfl -DHAVE_CONFIG_H -O2 -pipe -march=nocona -fno-strict-aliasing -c /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/libmbfl/nls/nls_tr.c -fPIC -DPIC -o libmbfl/nls/.libs/nls_tr.o /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:89:31: error: ext/pcre/php_pcre.h: No such file or directory /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c: In function '_php_mb_compile_regex': /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: error: 'pcre' undeclared (first use in this function) /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: error: (Each undeclared identifier is reported only once /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: error: for each function it appears in.) /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:916: error: 'retval' undeclared (first use in this function) /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:921: error: 'PCRE_CASELESS' undeclared (first use in this function) /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c: In function '_php_mb_match_regex': /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:931: error: 'pcre' undeclared (first use in this function) /usr/ports/converters/php5-mbstring/work/php-5.3.2/ext/mbstring/mbstring.c:931: error: expected expression before ')' token *** Error code 1 1 error *** Error code 1 Stop in /usr/ports/converters/php5-mbstring. Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 22:46:56 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55490106564A for ; Tue, 13 Apr 2010 22:46:56 +0000 (UTC) (envelope-from fluffy@freebsd.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8EBA18FC08 for ; Tue, 13 Apr 2010 22:46:55 +0000 (UTC) Received: from Fluffy.Khv.RU (dhcp-14.local.ael [192.168.100.14]) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id o3DMkrAG008919; Wed, 14 Apr 2010 09:46:53 +1100 (VLAST) (envelope-from fluffy@freebsd.org) Received: from Fluffy.Khv.RU (fluffy@localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.4/8.14.4/Fluffy/5.4.1) with ESMTP id o3DMkhSV026686; Wed, 14 Apr 2010 09:46:43 +1100 (VLAST) (envelope-from fluffy@freebsd.org) Received: (from fluffy@localhost) by Fluffy.Khv.RU (8.14.4/8.14.4/Submit) id o3DMkgOC026685; Wed, 14 Apr 2010 09:46:42 +1100 (VLAST) (envelope-from fluffy@freebsd.org) From: Dima Panov Organization: The FreeBSD Project To: freebsd-ports@freebsd.org Date: Wed, 14 Apr 2010 09:46:42 +1100 User-Agent: KMail/1.13.2 (FreeBSD/9.0-900010-CURRENT; KDE/4.4.2; amd64; ; ) References: <20100413203120.GA70589@Abricot.malikania.fr> In-Reply-To: <20100413203120.GA70589@Abricot.malikania.fr> X-Face: "RE-2'yS-N:*/7DHOjQ%Az<.+SG>K7B'k(&; qb0K4]Hv>J}"l9,=:m2_]-3S/}`b\]yA-g !y3en*Zl(i-86iM?Q[w@!=rW&JdT>KHW@dri>+qMcy42O, 5#izEqa-K+=B<@A X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (ns.ael.RU [192.168.1.1]); Wed, 14 Apr 2010 09:46:53 +1100 (VLAST) X-Spam-Status: No, score=-104.4 required=3.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ns.ael.RU Cc: Demelier David Subject: Re: libwpd needs gconf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 22:46:56 -0000 On Wednesday 14 April 2010 07:31:20 Demelier David wrote: > Hi freebsd-ports, > > I never saw that libwpd needs gconf. libwpd actually only needs libgsf > to build. What including gconf and all these dependencies in it ? devel/libgsf, which is conditionally dependency for libwpd -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 KDE@FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024 From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 22:47:54 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA791065762; Tue, 13 Apr 2010 22:47:54 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5FE4A8FC17; Tue, 13 Apr 2010 22:47:49 +0000 (UTC) Received: by gwaa12 with SMTP id a12so4043091gwa.13 for ; Tue, 13 Apr 2010 15:47:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=Lq3bqyKfHW4Hcv6J4Z1I924bDThPe3j4Q9kq5dqDlwM=; b=vELV0dktLeOYbuLjuPbeOkwI+2ZU0F4Mbv2JSFiUIV/Bs+a21crF+5Jbpd5tn/21sV XwTJKTDpFW3Ce1ANvy1aZD4fdDbuAPJHqe7f60u39CTMo3/tMLtD371GsqFQCce+TkOU u9hpYoM8Ta1JluHWYkUSnU3ZMvN8WdBHRd3PA= 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=VJMvOB+EK2xEmCQ9fhgZ2xOm49wVyEobe2IdyZPkq7U4H/MdDjJeyBTn/Hotv2vsm9 N2csHzjDZh3OTwf6uC5A7eEDPrsoiPjjWBZyLVIMENi6XZlno0H7XYmicTxu43x5UctH SbC1HYb4997UMSn2I6J1gH4MaMRtRJq8XGGtw= Received: by 10.100.26.33 with SMTP id 33mr10862723anz.2.1271198867700; Tue, 13 Apr 2010 15:47:47 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 34sm1510914yxf.0.2010.04.13.15.47.44 (version=SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 15:47:46 -0700 (PDT) Sender: Maho NAKATA Date: Wed, 14 Apr 2010 07:47:42 +0900 (JST) Message-Id: <20100414.074742.519459540419532564.chat95@mac.com> To: avg@icyb.net.ua From: Maho NAKATA In-Reply-To: <4BBDF7D1.6070709@icyb.net.ua> References: <4BBDC3E1.3070304@icyb.net.ua> <20100408093444.2c4acfa9@locust.local> <4BBDF7D1.6070709@icyb.net.ua> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, srandall52@gmail.com, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 22:47:55 -0000 Andriy are you a committer? If you are, you can submit patch to me and I'll approve. thanks! From: Andriy Gapon Subject: Re: openoffice.org-3.2.0-spadmin Date: Thu, 08 Apr 2010 18:35:45 +0300 > on 08/04/2010 17:34 Steve Randall said the following: >> On Thu, 08 Apr 2010 14:54:09 +0300 >> Andriy Gapon wrote: >> >>> Not sure if this is an upstream issue or something in editors/openoffice.org-3: >>> openoffice.org-3.2.0-spadmin is a symlink to openoffice.org-3.2.0 and running it >>> produces a "new document" startup window. >>> I believe that it should be a symlink to >>> ${LOCALBASE}/openoffice.org-3.2.0/openoffice.org3/program/spadmin which is the >>> actual openoffice.org printer configuration program which, for example, allows to >>> select which of the printers is to be used as a default one. >> >> There's an omission in the port Makefile. The problem is that the >> wrapper script /usr/local/bin/openoffice.org-3.2.0 contains a >> %%OOOVERSION%% that does not get replaced (with "3.2.0") prior to >> installing the file. Just make that change manually and it will work. > > Oh, I see what you say: > ... > oopath=/usr/local/openoffice.org-3.2.0/openoffice.org3 > program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` > ... > > Probably replace command for openoffice.org-wrapper file in post-install target > needs to grow the following substitution: > -e 's#%%OOOVERSION%%#${OOOVERSION}#g' > > -- > Andriy Gapon > _______________________________________________ > 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 Tue Apr 13 23:23:28 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 433C2106564A; Tue, 13 Apr 2010 23:23:28 +0000 (UTC) (envelope-from faber@zod.isi.edu) Received: from zod.isi.edu (zod.isi.edu [128.9.168.221]) by mx1.freebsd.org (Postfix) with ESMTP id 2413C8FC08; Tue, 13 Apr 2010 23:23:27 +0000 (UTC) Received: from zod.isi.edu (localhost [127.0.0.1]) by zod.isi.edu (8.14.4/8.14.4) with ESMTP id o3DN3MQv090263; Tue, 13 Apr 2010 16:03:22 -0700 (PDT) (envelope-from faber@zod.isi.edu) Received: (from faber@localhost) by zod.isi.edu (8.14.4/8.14.4/Submit) id o3DN3MiN090262; Tue, 13 Apr 2010 16:03:22 -0700 (PDT) (envelope-from faber) Date: Tue, 13 Apr 2010 16:03:22 -0700 From: Ted Faber To: Ion-Mihai Tetcu Message-ID: <20100413230322.GD84382@zod.isi.edu> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vSsTm1kUtxIHoa7M" Content-Disposition: inline In-Reply-To: <20100328163828.1f34e0e7@it.buh.tecnik93.com> User-Agent: Mutt/1.4.2.3i X-url: http://www.isi.edu/~faber Cc: stable@FreeBSD.org, questions@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 23:23:28 -0000 --vSsTm1kUtxIHoa7M Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Mar 28, 2010 at 04:38:28PM +0300, Ion-Mihai Tetcu wrote: > Hi, >=20 >=20 > As announced before, a few big commits, that touch some thousands ports > are being done: png, curl, x11, gnome, kde4. The target ETA is 6-7 > April.=20 I didn't see any mial, but figured I'd check. Are ports still unstable? --=20 Ted Faber http://www.isi.edu/~faber PGP: http://www.isi.edu/~faber/pubkeys.= asc Unexpected attachment on this mail? See http://www.isi.edu/~faber/FAQ.html#= SIG --vSsTm1kUtxIHoa7M Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvE+DoACgkQaUz3f+Zf+XvQkwCeJb3elPShmbqT6kYWpFPCZiD3 7w4An07zSxPu/oRYSYHeFBYplhGFDcDP =EC7j -----END PGP SIGNATURE----- --vSsTm1kUtxIHoa7M-- From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 23:25:40 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2E4041065670 for ; Tue, 13 Apr 2010 23:25:40 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id B65668FC14 for ; Tue, 13 Apr 2010 23:25:39 +0000 (UTC) Received: by wyb28 with SMTP id 28so1710042wyb.13 for ; Tue, 13 Apr 2010 16:25:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=AcEELiQ2JjNOsYqTZS6UsRxsY9cLKFTQN77NtdsspoA=; b=BfCqJw+3oMYGbri4+ie0RYc6UjpKuo7g2cpjkUw8DOcmeOveNPHg8YYsoWN+F6WFZE px5Z5NSytJEJw6lxmsNFux0o0M6qofzOJld4lsnzGs7woaiirNIFlpOg65g+Wt9Bit3U ysUJ7QliEAGc0N+yN8xTHMI9QsQfCSVR/FILc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=pZqoNeNDGARuJxYEBqFPzm/FdhPGuDjLTO6yW1ts7d6Fyxj1RFGAYQRcpbJ2VJjs4i cDFasC3bTzybs0x8VPKR9knAacym02MJ555NEWxOvwrdg6yfVMH7/oU0k7ZRor0MTPpO L4CwkKLqCr2qhCeF2BC563vWQn9j6tB6y0gdk= Received: by 10.216.160.8 with SMTP id t8mr4370247wek.101.1271201138250; Tue, 13 Apr 2010 16:25:38 -0700 (PDT) Received: from Abricot.malikania.fr (121.21.102-84.rev.gaoland.net [84.102.21.121]) by mx.google.com with ESMTPS id z34sm4434756wbv.2.2010.04.13.16.25.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 16:25:37 -0700 (PDT) Date: Wed, 14 Apr 2010 01:25:39 +0200 From: Demelier David To: Dima Panov Message-ID: <20100413232539.GB87250@Abricot.malikania.fr> References: <20100413203120.GA70589@Abricot.malikania.fr> <201004140946.42540.fluffy@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201004140946.42540.fluffy@freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: libwpd needs gconf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 23:25:40 -0000 On Wed, Apr 14, 2010 at 09:46:42AM +1100, Dima Panov wrote: > On Wednesday 14 April 2010 07:31:20 Demelier David wrote: > > Hi freebsd-ports, > > > > I never saw that libwpd needs gconf. libwpd actually only needs libgsf > > to build. What including gconf and all these dependencies in it ? > > devel/libgsf, which is conditionally dependency for libwpd > Yes, but in devel/libgsf running make missing does not shows gconf. But only in libwpd directory.. > -- > Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 > Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 > KDE@FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 > Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024 -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Tue Apr 13 23:59:12 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7437B1065673 for ; Tue, 13 Apr 2010 23:59:12 +0000 (UTC) (envelope-from fluffy@freebsd.org) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) by mx1.freebsd.org (Postfix) with ESMTP id B14B98FC1C for ; Tue, 13 Apr 2010 23:59:11 +0000 (UTC) Received: from Fluffy.Khv.RU (dhcp-14.local.ael [192.168.100.14]) by ns.ael.RU (8.14.3/8.14.3/Fluffy/5.3) with ESMTP id o3DNx9Lr013479; Wed, 14 Apr 2010 10:59:09 +1100 (VLAST) (envelope-from fluffy@freebsd.org) Received: from Fluffy.Khv.RU (fluffy@localhost [127.0.0.1]) by Fluffy.Khv.RU (8.14.4/8.14.4/Fluffy/5.4.1) with ESMTP id o3DNwx6U029063; Wed, 14 Apr 2010 10:58:59 +1100 (VLAST) (envelope-from fluffy@freebsd.org) Received: (from fluffy@localhost) by Fluffy.Khv.RU (8.14.4/8.14.4/Submit) id o3DNwx60029057; Wed, 14 Apr 2010 10:58:59 +1100 (VLAST) (envelope-from fluffy@freebsd.org) From: Dima Panov Organization: The FreeBSD Project To: Demelier David Date: Wed, 14 Apr 2010 10:58:58 +1100 User-Agent: KMail/1.13.2 (FreeBSD/9.0-900010-CURRENT; KDE/4.4.2; amd64; ; ) References: <20100413203120.GA70589@Abricot.malikania.fr> <201004140946.42540.fluffy@freebsd.org> <20100413232539.GB87250@Abricot.malikania.fr> In-Reply-To: <20100413232539.GB87250@Abricot.malikania.fr> X-Face: "RE-2'yS-N:*/7DHOjQ%Az<.+SG>K7B'k(&; qb0K4]Hv>J}"l9,=:m2_]-3S/}`b\]yA-g !y3en*Zl(i-86iM?Q[w@!=rW&JdT>KHW@dri>+qMcy42O, 5#izEqa-K+=B<@A X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (ns.ael.RU [192.168.1.1]); Wed, 14 Apr 2010 10:59:09 +1100 (VLAST) X-Spam-Status: No, score=-104.4 required=3.0 tests=ALL_TRUSTED,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on ns.ael.RU Cc: freebsd-ports@freebsd.org Subject: Re: libwpd needs gconf X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 13 Apr 2010 23:59:12 -0000 On Wednesday 14 April 2010 10:25:39 Demelier David wrote: > On Wed, Apr 14, 2010 at 09:46:42AM +1100, Dima Panov wrote: > > On Wednesday 14 April 2010 07:31:20 Demelier David wrote: > > > Hi freebsd-ports, > > > > > > I never saw that libwpd needs gconf. libwpd actually only needs > > > libgsf > > > > > > to build. What including gconf and all these dependencies in it ? > > > > devel/libgsf, which is conditionally dependency for libwpd > > Yes, but in devel/libgsf running make missing does not shows gconf. But > only in libwpd directory.. in devel/libgsf/Makefile: .if !defined(WITHOUT_GCONF) || exists(${LOCALBASE}/bin/gconftool-2) USE_GNOME+= gconf2 PLIST_SUB+= THUMB="" . if !defined(GSF_SLAVE) GCONF_SCHEMAS= gsf-office-thumbnailer.schemas . endif .else PLIST_SUB+= THUMB="@comment " .endif -- Dima "Red Fox" Panov @ Home | C73E 2B72 1FFD 61BD E206 1234 A626 76ED 93E3 B018 Khabarovsk, Russia | 2D30 2CCB 9984 130C 6F87 BAFC FB8B A09D D539 8F29 KDE@FreeBSD Team | FreeBSD committer since 10.08.2009 | FreeBSD since Sept 1995 Twitter.com:fluffy_khv | Skype:dima.panov | Jabber.org:fluffy.khv | ICQ:1745024 From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 01:46:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B94861065675 for ; Wed, 14 Apr 2010 01:46:54 +0000 (UTC) (envelope-from svyatoslav.lempert@gmail.com) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by mx1.freebsd.org (Postfix) with ESMTP id 7AB648FC16 for ; Wed, 14 Apr 2010 01:46:54 +0000 (UTC) Received: by gxk3 with SMTP id 3so3780617gxk.13 for ; Tue, 13 Apr 2010 18:46:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:received :message-id:subject:to:content-type; bh=0FVlWl6wCybBLB/whfQjXQVztmX+PKJtA85NGim7XRs=; b=X20u+7sbWEE2+KVLCFwxM/NE06q/0sjbr17aXgMiMGi4YPFcWl3l3OWxLkE6e/vAcR xd9RzlVJ9kkutpkpwLJPrGfeVAFHUaCBNWDBYEhJC/TeTQcuVWtggleHF632IZ8pS6sK cYrK3U7augK3OOJGT0gvbTKv8M9T6AewbYinA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=txXyhco7gJykQMekrP+b+YiBUlAR8QWtJp/s7u5kjIp036bLnExhOWx4GR1Ut//Cho ja1uqkB3XaMWOU+canQRAleoKJBoyI5dNTdSY7qbgJtmR9f/4ygK4/VS+NKD8DwF1EO6 2ISrUXTehSxgtuF9Kzqst0HPZwlYwq4wk1nZY= MIME-Version: 1.0 Received: by 10.231.34.65 with HTTP; Tue, 13 Apr 2010 18:23:15 -0700 (PDT) From: Svyatoslav Lempert Date: Wed, 14 Apr 2010 10:23:15 +0900 Received: by 10.101.189.8 with SMTP id r8mr12296229anp.104.1271208215836; Tue, 13 Apr 2010 18:23:35 -0700 (PDT) Message-ID: To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 01:46:54 -0000 Hello! We have problems for a considerable quantity of users which are linked to upgrade of major version PHP 5.2 to version 5.3 in port lang/php5 They are linked to considerable incompatibility of old scripts which should are corrected and rewrited for correct work under PHP 5.3.2. Also rather a significant amount of commercial scripts used coding by Zend Optimizer, and this software does not exist for PHP 5.3 and if it will be updated by developers only in the last queue (after upgrades for windows and linux-systems) as has the limited support for FreeBSD Please, do not break FreeBSD system as a stable platform for PHP web-hosting. See this topic http://forums.freebsd.org/showthread.php?t=13240 Patch published by lissyara create lang/php52 and all other php52-structure. Please include this port to ports tree, I tested this script, it works and intall PHP 5.2.12 via ports without problems. -- Svyatoslav From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 05:35:51 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3B051065670 for ; Wed, 14 Apr 2010 05:35:51 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 663D58FC1D for ; Wed, 14 Apr 2010 05:35:51 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 14F89FF1B45; Wed, 14 Apr 2010 00:39:02 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PFLij5sDTHyM; Wed, 14 Apr 2010 00:38:52 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id 357CEFED1F4; Wed, 14 Apr 2010 00:38:52 -0500 (CDT) Message-ID: <4BC5542C.4080500@twisted.net> Date: Wed, 14 Apr 2010 00:35:40 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: ports@FreeBSD.org References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> In-Reply-To: <20100407190533.C545C5A905F@jester1b.ixsystems.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 05:35:51 -0000 Hi, I have been running horde for the last 10 years constantly staying up-to-date with the ports and this recent upgrade just did me in. I'm running the following modules. I don't get a login page at all. I tried to research and some posters stated some really mundane things about having an extra space in the config etc.. horde-base-3.3.6_1 Common code-base used by Horde applications horde-chora-2.1_2 CVS web-viewer horde-imp-4.3.6,1 Webmail system for IMAP/POP3 mailboxes horde-ingo-1.2.3,1 Email-filter management application horde-kronolith-2.3.3_2,1 Calendar application horde-mimp-1.1.3,1 Mobile webmail system horde-mnemo-2.2.3_3,1 Notes and memos application horde-nag-2.3.4_2,1 Simple multiuser task list manager horde-turba-2.3.3 Contact management application FreeBSD 8.0-STABLE FreeBSD 8.0-STABLE #1: Sat Jan 23 20:44:06 CST 2010root@server:/usr/obj/usr/src/sys/ME amd64 When I go to login to the horde framework I'm getting the following errors in the web browsers: Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/share/pear/Log.php on line 169 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Notification.php on line 64 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 455 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 462 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms/datatree.php on line 82 Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Prefs.php on line 847 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/pear/Log.php:169) in /usr/local/www/horde/index.php on line 92 In the HTTP error logs, this is what is showing up: [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/share/pear/Log.php on line 169 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Notification.php on line 64 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 455 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms.php on line 462 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Perms/datatree.php on line 82 [Tue Apr 13 08:14:23 2010] [error] PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/www/horde/lib/Horde/Prefs.php on line 847 [Tue Apr 13 08:14:23 2010] [error] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/pear/Log.php:169) in /usr/local/www/horde/index.php on line 92 [Tue Apr 13 08:14:23 2010] [error] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/pear/Log.php:169) in Unknown on line 0 [Tue Apr 13 08:14:23 2010] [error] PHP Warning: Cannot modify header information - headers already sent by (output started at /usr/local/share/pear/Log.php:169) in Unknown on line 0 From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 06:06:32 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A6291065670 for ; Wed, 14 Apr 2010 06:06:32 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3943F8FC15 for ; Wed, 14 Apr 2010 06:06:31 +0000 (UTC) Received: (qmail 35371 invoked from network); 14 Apr 2010 06:06:29 -0000 Received: from atom.alexdupre.com (HELO ?192.168.178.12?) (sysadmin@alexdupre.com@192.168.178.12) by lab.alexdupre.com with ESMTPSA; 14 Apr 2010 06:06:29 -0000 Message-ID: <4BC55B66.8020409@FreeBSD.org> Date: Wed, 14 Apr 2010 08:06:30 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.1.9) Gecko/20100317 SeaMonkey/2.0.4 MIME-Version: 1.0 To: troy@twisted.net References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> In-Reply-To: <4BC5542C.4080500@twisted.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 06:06:32 -0000 Troy ha scritto: > When I go to login to the horde framework I'm getting the following > errors in the web browsers: > > Deprecated: Assigning the return value of new by reference is deprecated > in /usr/local/share/pear/Log.php on line 169 Disable the error logging to the web browser... > Warning: Cannot modify header information - headers already sent by > (output started at /usr/local/share/pear/Log.php:169) in > /usr/local/www/horde/index.php on line 92 ...and this will disappear. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 06:11:10 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E0F4106564A for ; Wed, 14 Apr 2010 06:11:10 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 41E688FC16 for ; Wed, 14 Apr 2010 06:11:09 +0000 (UTC) Received: (qmail 35708 invoked from network); 14 Apr 2010 06:11:08 -0000 Received: from atom.alexdupre.com (HELO ?192.168.178.12?) (sysadmin@alexdupre.com@192.168.178.12) by lab.alexdupre.com with ESMTPSA; 14 Apr 2010 06:11:08 -0000 Message-ID: <4BC55C7C.7090302@FreeBSD.org> Date: Wed, 14 Apr 2010 08:11:08 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.1.9) Gecko/20100317 SeaMonkey/2.0.4 MIME-Version: 1.0 To: Mike Jakubik References: <4BC4F1A4.5050505@intertainservices.com> In-Reply-To: <4BC4F1A4.5050505@intertainservices.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org Subject: Re: php 5.3 (cant compile php5-mbstring since upgrade) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 06:11:10 -0000 Mike Jakubik ha scritto: > I've updated my php to 5.3 as instructed in the UPDATING file, however i > can not compile php5-mbstrings, it cant find pcre headers (this is > supposedly in the base dist now, so i deleted the old php5-pcre port it > as instructed). Please, if you don't follow the UPDATING file (or if you follow in the reverse order), don't say you have followed it :-) If you have problems with pcre headers, it means you have updated php5 and then removed php5-pcre. To fix it, simply rebuild php5 again and continue. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 06:15:33 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12350106564A; Wed, 14 Apr 2010 06:15:33 +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 4C2B98FC16; Wed, 14 Apr 2010 06:15:31 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 0F56022C50D7; Wed, 14 Apr 2010 09:15:31 +0300 (EEST) Date: Wed, 14 Apr 2010 09:15:30 +0300 From: Ion-Mihai Tetcu To: Ted Faber Message-ID: <20100414091530.547b28ec@it.buh.tecnik93.com> In-Reply-To: <20100413230322.GD84382@zod.isi.edu> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com> <20100413230322.GD84382@zod.isi.edu> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/qJah=bG_U7XKX3obGagj72_"; protocol="application/pgp-signature" Cc: stable@FreeBSD.org, questions@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 06:15:33 -0000 --Sig_/qJah=bG_U7XKX3obGagj72_ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 13 Apr 2010 16:03:22 -0700 Ted Faber wrote: > On Sun, Mar 28, 2010 at 04:38:28PM +0300, Ion-Mihai Tetcu wrote: > > Hi, > >=20 > >=20 > > As announced before, a few big commits, that touch some thousands > > ports are being done: png, curl, x11, gnome, kde4. The target ETA > > is 6-7 April.=20 >=20 > I didn't see any mial, but figured I'd check. Are ports still > unstable? ATM no, as it's apparent from the message bellow. Update to that message: - Gnome and KDE are ready - Xorg is believed to be ready, an -exp run on pointy is beginning today. On Thu, 8 Apr 2010 13:23:08 -0700 Charlie Kester wrote: > On Sun 28 Mar 2010 at 06:38:28 PDT Ion-Mihai Tetcu wrote: =20 > >Hi, > > > > > >As announced before, a few big commits, that touch some thousands > >ports are being done: png, curl, x11, gnome, kde4. The target ETA is > >6-7 April. > > > >The first one was done, update of graphics/png (including a shared > >lib version bump), with about 5000 ports affected. > > > >We do _NOT_ recommend updating ports until this commits are all done, > >and the problems are fixed, except if you want to help testing / > >fixing. > > > >Before reporting failures, please take a look at ports@ list, and > >http://qat.tecnik93.com/index.php?action=3Dfailed_buildports&sort=3Dlast= _built > >to find out if the problem hasn't already been reported or even > >fixed. We also have two incremental builds on Pointy to catch the > >problems. > > > > > >Thank you, > > > >With hat: portmgr@ =20 >=20 >=20 > Sorry if this seems like nagging, but since we're now past the > original ETA can we get a current status report? Is the portstree > considered stable again, and if not, what's the revised ETA? =20 From: Ion-Mihai Tetcu To: Ion-Mihai Tetcu Cc: stable@freebsd.org, questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days Date: Mon, 5 Apr 2010 21:31:33 +0300 Just a status update: PNG and cURL are in, and png fall-outs are believed to be fixed. Xorg update has gone through an -exp run on Pointy and our xorg team is working on fixing the approx. 60 ports with problems. >>>> still work to do =20 I will begin -exp runs for Gnome and KDE updates tonight or tomorrow morning. >>> Gnome -exp done, there's a showstopper on amd64 that we weren't aware >>> of. about 40 fixesso far. An other -exp needed. =20 >>>> KDE in progress. =20 Packages status: - i386:=20 - 6 after png and curl - 7 after png and curl - an 8 incremental build is in progress and should be shortly finished >>>>finished =20 - 9 pacakges are from middle March >>> from 9 Apr. =20 - amd64: - 6 packages are post png and curl - 7 build is in progress and will be finished tomorrow - 8 last build was done in the middle of the png update/fixes; we won't run an other before Xorg, KDE and Gnome go in (for lack of resources). >>> in progress, with ports from yesterday =20 - 9 build in progress (with sources that are believed to fix the zlib problem). >>>> nope, still old packages. =20 In other words, if you wish to update without waiting for Xorg, Gnome and KDE now it's a good moment. >>> So no clear ETA yet, a few days more. =20 --=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_/qJah=bG_U7XKX3obGagj72_ Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEYEARECAAYFAkvFXYIACgkQJ7GIuiH/oeX0mQCgrA+vJtvqM340/gUKY18BSVC3 n+QAn23kkgp5CiCOH6hgKsL0r6JV0WQG =qCX5 -----END PGP SIGNATURE----- --Sig_/qJah=bG_U7XKX3obGagj72_-- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 06:27:11 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1E3AB106566B for ; Wed, 14 Apr 2010 06:27:11 +0000 (UTC) (envelope-from m@micheas.net) Received: from mail-yw0-f181.google.com (mail-yw0-f181.google.com [209.85.211.181]) by mx1.freebsd.org (Postfix) with ESMTP id D48A08FC0A for ; Wed, 14 Apr 2010 06:27:10 +0000 (UTC) Received: by ywh11 with SMTP id 11so2915008ywh.7 for ; Tue, 13 Apr 2010 23:27:09 -0700 (PDT) Received: by 10.150.174.9 with SMTP id w9mr6073575ybe.0.1271226429644; Tue, 13 Apr 2010 23:27:09 -0700 (PDT) Received: from [10.0.1.6] (c-24-5-79-127.hsd1.ca.comcast.net [24.5.79.127]) by mx.google.com with ESMTPS id 20sm1729555ywh.33.2010.04.13.23.27.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 13 Apr 2010 23:27:09 -0700 (PDT) From: Micheas Herman To: freebsd-ports@freebsd.org In-Reply-To: <4BC55B66.8020409@FreeBSD.org> References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Tue, 13 Apr 2010 23:27:06 -0700 Message-ID: <1271226426.28425.57098.camel@vcampaign> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: m@micheas.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 06:27:11 -0000 The fix for the second error is to enable output buffering in php.ini output_buffering = 4096 Should be a safe setting. The fix for the warning in /usr/local/share/pear/Log.php should be made by upgrading to pear-log package to 1.11.6 The bug is in pear/log 1.11.5 and earlier. Micheas On Wed, 2010-04-14 at 08:06 +0200, Alex Dupre wrote: > Troy ha scritto: > > When I go to login to the horde framework I'm getting the following > > errors in the web browsers: > > > > Deprecated: Assigning the return value of new by reference is deprecated > > in /usr/local/share/pear/Log.php on line 169 > > Disable the error logging to the web browser... > > > Warning: Cannot modify header information - headers already sent by > > (output started at /usr/local/share/pear/Log.php:169) in > > /usr/local/www/horde/index.php on line 92 > > ...and this will disappear. > -- Writing is easy; all you do is sit staring at the blank sheet of paper until drops of blood form on your forehead. -- Gene Fowler From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 06:47:04 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A33C21065680 for ; Wed, 14 Apr 2010 06:47:04 +0000 (UTC) (envelope-from john.c.prather@gmail.com) Received: from mail-pz0-f201.google.com (mail-pz0-f201.google.com [209.85.222.201]) by mx1.freebsd.org (Postfix) with ESMTP id 791FD8FC1B for ; Wed, 14 Apr 2010 06:47:04 +0000 (UTC) Received: by pzk39 with SMTP id 39so761367pzk.7 for ; Tue, 13 Apr 2010 23:47:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type:content-transfer-encoding; bh=ij7bvSAZD9g5PvIf2MB60eesVu/JhU7DpHrEaScv9pM=; b=tpc6VHv2g65nF6rdvS/jnWPREaCr25sntkn84OjMKtXQtzPYugOEH5NTxhwhQ2WmCo FC3ujFExMpP04WemwlZZ5kViTZ+GshD4RRrmZywqZuKm9Hvu8PaQMg4B4BI/D6BMmrzD nIUYBDk4kPYRyu9xFljZBH6VKNMq1ZeMa8x8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=wXiCdfrNaUGduueHJlvUue37+/gwDGi1H6muFdJJ73Y2t7vL0ZXRY6bNK3QTePO426 ywoCsZcfc9YsDnwvVR94RRmhxNEC1DYEYVaNJgdctpxxK0i5racuVMl021gwMd1vVLbR NOdhp4iRJCZgld9hhGXYPsSMKz/blhrmBh7x4= MIME-Version: 1.0 Received: by 10.140.135.13 with HTTP; Tue, 13 Apr 2010 23:19:04 -0700 (PDT) Date: Tue, 13 Apr 2010 23:19:04 -0700 Received: by 10.141.187.20 with SMTP id o20mr6518673rvp.13.1271225944717; Tue, 13 Apr 2010 23:19:04 -0700 (PDT) Message-ID: From: John Prather To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: State of gmime (mail/gmime24) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 06:47:04 -0000 Hello, I've been maintaining a port which provides a plugin for Pidgin (net-im/pidgin-sipe), which has recently introduced the option to build a telepathy plugin in addition to or instead of the purple plugin. Building the telepathy plugin causes gnu configure to require gmime 2.4 >=3D 2.4.16 (mail/gmime24 is 2.4.10 currently) or gmime 2.6 >=3D 2.5.2 (seems to be no 2.6 port yet). I've found that I can easily patch one of the bug fixes I found (https://bugzilla.gnome.org/show_bug.cgi?id=3D613653#c8) that the sipe developers deemed necessary into the 2.4.10 port, however I'm wary of going crazy with freebsd patches for 2.4.10 if we are going to have 2.4.16 out in the near future, or 2.6 >=3D 2.5.2 made available. =A0Also, there may be other important bug fixes, though the others which i found that the sipe developers were concerned with were all related to building on Windows. Do we feel that patching 2.4.10 with relatively simple patches would be a decent approach, or should we wait for either 2.4.16 release and the corresponding port update or 2.6 to be added into ports? =A0I partly feel we should wait for the correct versions to be made available, but it seems silly to wait weeks or months or more and deal with someone having to port a whole new release over such a simple fix. Here is what the patches look like which seem to apply nicely to 2.4.10 in mail/gmime24: (i'm sure the email turned tabs to spaces, but you can see the gist of it. I can post the unmangled patch files somewhere if they are desired) [root@bsdlaptop /usr/ports/mail/gmime24]# cat files/patch-gmime_gmime.c *** gmime/gmime.c.orig =A0Tue Apr 13 22:45:25 2010 --- gmime/gmime.c =A0 =A0 =A0 Tue Apr 13 22:46:09 2010 *************** *** 141,147 **** =A0{ =A0 =A0 =A0 =A0if (--initialized) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; ! =A0 =A0 =A0 =A0g_mime_charset_map_shutdown (); =A0 =A0 =A0 =A0g_mime_iconv_shutdown (); =A0} --- 141,148 ---- =A0{ =A0 =A0 =A0 =A0if (--initialized) =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; ! ! =A0 =A0 =A0 g_mime_object_shutdown(); =A0 =A0 =A0 =A0g_mime_charset_map_shutdown (); =A0 =A0 =A0 =A0g_mime_iconv_shutdown (); =A0} [root@bsdlaptop /usr/ports/mail/gmime24]# cat files/patch-gmime_gmime-object.c *** gmime/gmime-object.c.orig =A0 Tue Apr 13 22:46:38 2010 --- gmime/gmime-object.c =A0 =A0 =A0 =A0Tue Apr 13 22:48:48 2010 *************** *** 1061,1068 **** =A0 =A0 =A0 =A0g_free (bucket); =A0} ! static void ! type_registry_shutdown (void) =A0{ =A0 =A0 =A0 =A0g_hash_table_foreach (type_hash, type_bucket_foreach, NULL); =A0 =A0 =A0 =A0g_hash_table_destroy (type_hash); --- 1061,1068 ---- =A0 =A0 =A0 =A0g_free (bucket); =A0} ! void ! g_mime_object_shutdown (void) =A0{ =A0 =A0 =A0 =A0g_hash_table_foreach (type_hash, type_bucket_foreach, NULL); =A0 =A0 =A0 =A0g_hash_table_destroy (type_hash); *************** *** 1075,1080 **** =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; =A0 =A0 =A0 =A0type_hash =3D g_hash_table_new (g_mime_strcase_hash, g_mime_= strcase_equal); - - =A0 =A0 =A0 g_atexit (type_registry_shutdown); =A0} --- 1075,1078 ---- [root@bsdlaptop /usr/ports/mail/gmime24]# cat files/patch-gmime_gmime-objec= t.h *** gmime/gmime-object.h.orig =A0 Tue Apr 13 22:49:01 2010 --- gmime/gmime-object.h =A0 =A0 =A0 =A0Tue Apr 13 22:49:51 2010 *************** *** 94,99 **** --- 94,100 ---- =A0GType g_mime_object_get_type (void); =A0void g_mime_object_register_type (const char *type, const char *subtype, GType object_type); + void g_mime_object_shutdown (void); =A0GMimeObject *g_mime_object_new (GMimeContentType *content_type); =A0GMimeObject *g_mime_object_new_type (const char *type, const char *subty= pe); -- John Prather From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 07:17:06 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A44B7106566B; Wed, 14 Apr 2010 07:17:06 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id AE01C8FC1D; Wed, 14 Apr 2010 07:17:05 +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 KAA18165; Wed, 14 Apr 2010 10:17:00 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1O1wqJ-0000ER-OY; Wed, 14 Apr 2010 10:16:59 +0300 Message-ID: <4BC56BEA.6020904@icyb.net.ua> Date: Wed, 14 Apr 2010 10:16:58 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: Maho NAKATA References: <4BBDC3E1.3070304@icyb.net.ua> <20100408093444.2c4acfa9@locust.local> <4BBDF7D1.6070709@icyb.net.ua> <20100414.074742.519459540419532564.chat95@mac.com> In-Reply-To: <20100414.074742.519459540419532564.chat95@mac.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, srandall52@gmail.com, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 07:17:06 -0000 on 14/04/2010 01:47 Maho NAKATA said the following: > Andriy are you a committer? Different kind - an src one :-) > If you are, you can submit patch to me and I'll approve. > thanks! The patch: --- Makefile.orig 2010-04-14 10:13:44.064102203 +0300 +++ Makefile 2010-04-14 10:15:11.615310335 +0300 @@ -251,6 +251,7 @@ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%OOOTAG%%#${OOOTAG}#g' \ -e 's#%%OOODIR%%#${OOODIR}#g' \ + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ ${WRKDIR}/openoffice.org-wrapper @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ P.S. sorry for not recognizing you, our openoffice.org maintainer, in the other thread on stable@ :-) > From: Andriy Gapon > Subject: Re: openoffice.org-3.2.0-spadmin > Date: Thu, 08 Apr 2010 18:35:45 +0300 > >> on 08/04/2010 17:34 Steve Randall said the following: >>> On Thu, 08 Apr 2010 14:54:09 +0300 >>> Andriy Gapon wrote: >>> >>>> Not sure if this is an upstream issue or something in editors/openoffice.org-3: >>>> openoffice.org-3.2.0-spadmin is a symlink to openoffice.org-3.2.0 and running it >>>> produces a "new document" startup window. >>>> I believe that it should be a symlink to >>>> ${LOCALBASE}/openoffice.org-3.2.0/openoffice.org3/program/spadmin which is the >>>> actual openoffice.org printer configuration program which, for example, allows to >>>> select which of the printers is to be used as a default one. >>> There's an omission in the port Makefile. The problem is that the >>> wrapper script /usr/local/bin/openoffice.org-3.2.0 contains a >>> %%OOOVERSION%% that does not get replaced (with "3.2.0") prior to >>> installing the file. Just make that change manually and it will work. >> Oh, I see what you say: >> ... >> oopath=/usr/local/openoffice.org-3.2.0/openoffice.org3 >> program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` >> ... >> >> Probably replace command for openoffice.org-wrapper file in post-install target >> needs to grow the following substitution: >> -e 's#%%OOOVERSION%%#${OOOVERSION}#g' >> >> -- >> Andriy Gapon >> _______________________________________________ >> 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" >> -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 07:40:04 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 411EC106564A; Wed, 14 Apr 2010 07:40:04 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id D097D8FC13; Wed, 14 Apr 2010 07:40:03 +0000 (UTC) Received: by gyh20 with SMTP id 20so4302995gyh.13 for ; Wed, 14 Apr 2010 00:40:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=wMZ78U4hKk3mVAngr7DgZYUjGzI9uVee4DguhcgqkGg=; b=iVPLK2tNIiWu8pbzBBsH7hi92CA66a1EYr58JLDKqvIO33hD91avY8pCl+3qdfW4yY CyIuJSMGu4vf6b49KoGY51rbWyPQ6kxAhsCOf6nQvPSYA0wQpEPIMsIRa1EepIppgWao 18gwvhO3lToNnaQN7v6wKIXGJ269ChPpEAxgM= 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=aB8k1eargErlwkweT4iD7D+mkYCF71f+mFQZwZC8nlp3FZr/enczlsBl50UKI7xQr5 FGOQYjQjwn4bioE9QJvFviQBDFILLC/BeuUzw5cXcf9NxhbxGwtGow4cKrebaAjpq/gw TFVlR04CRZVlDekLR/4y/3BbDE4wv9s6xbL+A= Received: by 10.101.136.33 with SMTP id o33mr11157406ann.63.1271230802449; Wed, 14 Apr 2010 00:40:02 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 9sm13432yxf.47.2010.04.14.00.39.59 (version=SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 00:40:01 -0700 (PDT) Sender: Maho NAKATA Date: Wed, 14 Apr 2010 16:39:57 +0900 (JST) Message-Id: <20100414.163957.625859878544535218.chat95@mac.com> To: avg@icyb.net.ua From: Maho NAKATA In-Reply-To: <4BC56BEA.6020904@icyb.net.ua> References: <4BBDF7D1.6070709@icyb.net.ua> <20100414.074742.519459540419532564.chat95@mac.com> <4BC56BEA.6020904@icyb.net.ua> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Wed_Apr_14_16_39_57_2010_609)--" Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, srandall52@gmail.com, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 07:40:04 -0000 ----Next_Part(Wed_Apr_14_16_39_57_2010_609)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi Andriy I attached a new patch, just bumped portrevision. Please go ahead and commit. Please include "bump PORTREVISION", "approved by maho" in your commit log. Thanks From: Andriy Gapon Subject: Re: openoffice.org-3.2.0-spadmin Date: Wed, 14 Apr 2010 10:16:58 +0300 > on 14/04/2010 01:47 Maho NAKATA said the following: >> Andriy are you a committer? > > Different kind - an src one :-) > >> If you are, you can submit patch to me and I'll approve. >> thanks! > > The patch: > --- Makefile.orig 2010-04-14 10:13:44.064102203 +0300 > +++ Makefile 2010-04-14 10:15:11.615310335 +0300 > @@ -251,6 +251,7 @@ > @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ > -e 's#%%OOOTAG%%#${OOOTAG}#g' \ > -e 's#%%OOODIR%%#${OOODIR}#g' \ > + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ > -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ > ${WRKDIR}/openoffice.org-wrapper > @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ > > > P.S. sorry for not recognizing you, our openoffice.org maintainer, in the other > thread on stable@ :-) > >> From: Andriy Gapon >> Subject: Re: openoffice.org-3.2.0-spadmin >> Date: Thu, 08 Apr 2010 18:35:45 +0300 >> >>> on 08/04/2010 17:34 Steve Randall said the following: >>>> On Thu, 08 Apr 2010 14:54:09 +0300 >>>> Andriy Gapon wrote: >>>> >>>>> Not sure if this is an upstream issue or something in editors/openoffice.org-3: >>>>> openoffice.org-3.2.0-spadmin is a symlink to openoffice.org-3.2.0 and running it >>>>> produces a "new document" startup window. >>>>> I believe that it should be a symlink to >>>>> ${LOCALBASE}/openoffice.org-3.2.0/openoffice.org3/program/spadmin which is the >>>>> actual openoffice.org printer configuration program which, for example, allows to >>>>> select which of the printers is to be used as a default one. >>>> There's an omission in the port Makefile. The problem is that the >>>> wrapper script /usr/local/bin/openoffice.org-3.2.0 contains a >>>> %%OOOVERSION%% that does not get replaced (with "3.2.0") prior to >>>> installing the file. Just make that change manually and it will work. >>> Oh, I see what you say: >>> ... >>> oopath=/usr/local/openoffice.org-3.2.0/openoffice.org3 >>> program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` >>> ... >>> >>> Probably replace command for openoffice.org-wrapper file in post-install target >>> needs to grow the following substitution: >>> -e 's#%%OOOVERSION%%#${OOOVERSION}#g' >>> >>> -- >>> Andriy Gapon >>> _______________________________________________ >>> 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" >>> > > > -- > Andriy Gapon > ----Next_Part(Wed_Apr_14_16_39_57_2010_609)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename=patch Index: ports/editors/openoffice.org-3/Makefile =================================================================== RCS file: /home/pcvs/ports/editors/openoffice.org-3/Makefile,v retrieving revision 1.331 diff -u -r1.331 Makefile --- ports/editors/openoffice.org-3/Makefile 1 Apr 2010 00:48:45 -0000 1.331 +++ ports/editors/openoffice.org-3/Makefile 14 Apr 2010 07:38:39 -0000 @@ -7,7 +7,7 @@ PORTNAME?= openoffice.org PORTVERSION?= ${OOOVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES+= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/misc/moz/:mozsrc \ @@ -250,6 +250,7 @@ @${CP} ${FILESDIR}/openoffice.org-wrapper ${WRKDIR}/ @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%OOOTAG%%#${OOOTAG}#g' \ + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ -e 's#%%OOODIR%%#${OOODIR}#g' \ -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ ${WRKDIR}/openoffice.org-wrapper ----Next_Part(Wed_Apr_14_16_39_57_2010_609)---- From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 08:11:37 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3C4511065672; Wed, 14 Apr 2010 08:11:37 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 2B9BD8FC16; Wed, 14 Apr 2010 08:11:35 +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 LAA19709; Wed, 14 Apr 2010 11:11:27 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1O1xh1-0000Oh-26; Wed, 14 Apr 2010 11:11:27 +0300 Message-ID: <4BC578AE.1000204@icyb.net.ua> Date: Wed, 14 Apr 2010 11:11:26 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: Maho NAKATA References: <4BBDF7D1.6070709@icyb.net.ua> <20100414.074742.519459540419532564.chat95@mac.com> <4BC56BEA.6020904@icyb.net.ua> <20100414.163957.625859878544535218.chat95@mac.com> In-Reply-To: <20100414.163957.625859878544535218.chat95@mac.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, srandall52@gmail.com, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 08:11:37 -0000 on 14/04/2010 10:39 Maho NAKATA said the following: > Hi Andriy > > I attached a new patch, just bumped portrevision. Please go ahead and commit. > Please include "bump PORTREVISION", "approved by maho" in your commit log. As I said, I can't - I am an src committer, not ports. > From: Andriy Gapon > Subject: Re: openoffice.org-3.2.0-spadmin > Date: Wed, 14 Apr 2010 10:16:58 +0300 > >> on 14/04/2010 01:47 Maho NAKATA said the following: >>> Andriy are you a committer? >> Different kind - an src one :-) >> >>> If you are, you can submit patch to me and I'll approve. >>> thanks! >> The patch: >> --- Makefile.orig 2010-04-14 10:13:44.064102203 +0300 >> +++ Makefile 2010-04-14 10:15:11.615310335 +0300 >> @@ -251,6 +251,7 @@ >> @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ >> -e 's#%%OOOTAG%%#${OOOTAG}#g' \ >> -e 's#%%OOODIR%%#${OOODIR}#g' \ >> + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ >> -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ >> ${WRKDIR}/openoffice.org-wrapper >> @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ >> >> >> P.S. sorry for not recognizing you, our openoffice.org maintainer, in the other >> thread on stable@ :-) >> >>> From: Andriy Gapon >>> Subject: Re: openoffice.org-3.2.0-spadmin >>> Date: Thu, 08 Apr 2010 18:35:45 +0300 >>> >>>> on 08/04/2010 17:34 Steve Randall said the following: >>>>> On Thu, 08 Apr 2010 14:54:09 +0300 >>>>> Andriy Gapon wrote: >>>>> >>>>>> Not sure if this is an upstream issue or something in editors/openoffice.org-3: >>>>>> openoffice.org-3.2.0-spadmin is a symlink to openoffice.org-3.2.0 and running it >>>>>> produces a "new document" startup window. >>>>>> I believe that it should be a symlink to >>>>>> ${LOCALBASE}/openoffice.org-3.2.0/openoffice.org3/program/spadmin which is the >>>>>> actual openoffice.org printer configuration program which, for example, allows to >>>>>> select which of the printers is to be used as a default one. >>>>> There's an omission in the port Makefile. The problem is that the >>>>> wrapper script /usr/local/bin/openoffice.org-3.2.0 contains a >>>>> %%OOOVERSION%% that does not get replaced (with "3.2.0") prior to >>>>> installing the file. Just make that change manually and it will work. >>>> Oh, I see what you say: >>>> ... >>>> oopath=/usr/local/openoffice.org-3.2.0/openoffice.org3 >>>> program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` >>>> ... >>>> >>>> Probably replace command for openoffice.org-wrapper file in post-install target >>>> needs to grow the following substitution: >>>> -e 's#%%OOOVERSION%%#${OOOVERSION}#g' >>>> >>>> -- >>>> Andriy Gapon >>>> _______________________________________________ >>>> 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" >>>> >> >> -- >> Andriy Gapon >> -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 10:00:12 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12FB1106566C for ; Wed, 14 Apr 2010 10:00:12 +0000 (UTC) (envelope-from fenner@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DEFFD8FC1C for ; Wed, 14 Apr 2010 10:00:11 +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 o3EA0B0B032312 for ; Wed, 14 Apr 2010 10:00:11 GMT (envelope-from fenner@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3EA0BSA032305 for ports@freebsd.org; Wed, 14 Apr 2010 10:00:11 GMT (envelope-from fenner) Date: Wed, 14 Apr 2010 10:00:11 GMT From: Bill Fenner Message-Id: <201004141000.o3EA0BSA032305@freefall.freebsd.org> To: ports@freebsd.org Cc: Subject: Possibly unbuildable ports reminder X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 10:00:12 -0000 Dear porters, This is just a reminder to please periodically check the list of unbuildable ports at http://pointyhat.freebsd.org/errorlogs/ . A list by MAINTAINER is http://people.freebsd.org/~fenner/errorlogs/ so you can easily check the status of ports that you maintain. In addition, the list of ports with no MAINTAINER with build problems is http://people.freebsd.org/~fenner/errorlogs/ports@freebsd.org.html Since no one is responsible for these ports, the problem won't get fixed unless someone on this list takes the initiative. Thanks for your help! Bill "annoying port email" Fenner From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 10:09:08 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 239A01065673 for ; Wed, 14 Apr 2010 10:09:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id BF2478FC20 for ; Wed, 14 Apr 2010 10:09:07 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 7370D13C2; Wed, 14 Apr 2010 12:09:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1271239743; x= 1273054143; bh=oZ25Z0kHcMb5HEK8mtlS2Dh6w2phWyFDKlcGzRxOVSg=; b=j armO7XHkwbXaYF5wKoqx5Wa1Q/Zh//Vk/QeGfKKOt/XFRvH++IRPCO0j286bpLY4 CKPq8bvde4GSIUdXzhtLmug7eeOij3K5UQY6OFWY6WMZDflEIINTv3hdnYEk8/o8 5P6zM7zqDxCv8u3P3gX8WJys+ix2d3VI1HdWCfjzU4= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wduLWnprpl21; Wed, 14 Apr 2010 12:09:03 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 2261E13BC; Wed, 14 Apr 2010 12:09:03 +0200 (CEST) Date: Wed, 14 Apr 2010 12:09:02 +0200 From: Guido Falsi To: Svyatoslav Lempert Message-ID: <20100414100902.GB80702@megatron.madpilot.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 8.0-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 10:09:08 -0000 On Wed, Apr 14, 2010 at 10:23:15AM +0900, Svyatoslav Lempert wrote: > Hello! > > We have problems for a considerable quantity of users which are linked > to upgrade of major version PHP 5.2 to version 5.3 in port lang/php5 > They are linked to considerable incompatibility of old scripts which > should are corrected and rewrited for correct work under PHP 5.3.2. Can't you just downgrade the php port to the previous version? If you use any of the port management tools t update them you can configure them to ignore the php ports as long as your users still have not updated their apps for the new php version(but such a condiscending attitude toward users will slow down such migration indefinitely, at least that's what happens usually with users). -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 10:34:13 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 981F3106566B for ; Wed, 14 Apr 2010 10:34:13 +0000 (UTC) (envelope-from freebsd-ports.user@seibercom.net) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2B61A8FC1E for ; Wed, 14 Apr 2010 10:34:12 +0000 (UTC) Received: by qw-out-2122.google.com with SMTP id 5so2714730qwi.7 for ; Wed, 14 Apr 2010 03:34:12 -0700 (PDT) Received: by 10.224.79.136 with SMTP id p8mr2586624qak.121.1271241250485; Wed, 14 Apr 2010 03:34:10 -0700 (PDT) Received: from scorpio.seibercom.net (c-67-189-160-65.hsd1.ny.comcast.net [67.189.160.65]) by mx.google.com with ESMTPS id 2sm398473qwi.59.2010.04.14.03.34.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 03:34:09 -0700 (PDT) Received: from scorpio.seibercom.net (localhost [127.0.0.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 D416422831; Wed, 14 Apr 2010 06:34:07 -0400 (EDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.96 at scorpio.seibercom.net Date: Wed, 14 Apr 2010 06:34:06 -0400 From: Jerry To: freebsd-ports@freebsd.org, gnome@freebsd.org Message-ID: <20100414063406.5e7cd35f@scorpio.seibercom.net> Organization: seibercom.net X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd7.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR X-Face: %w26Xx*^+moP{$gQJ3pY@y!8g&-n%/zKp; aE#\*zy9L1X$QU7)|K"# QM:ob~"(eWt{P?#Ec;|v]#G"{{WZF-rt\4n1IS3I[w>Z Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: Unable to build: /usr/ports/x11-toolkits/gir-repository-gtk20 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: Wed, 14 Apr 2010 10:34:13 -0000 I have not been able to build the /usr/ports/x11-toolkits/gir-repository-gtk20 port. This is on a FreeBSD-7.3 system. A copy of the last build attempt follows. Script started on Wed Apr 14 05:30:33 2010 ===> Extracting for gir-repository-gtk20-0.6.5_3 => MD5 Checksum OK for gnome2/gir-repository-0.6.5.tar.bz2. => SHA256 Checksum OK for gnome2/gir-repository-0.6.5.tar.bz2. ===> Patching for gir-repository-gtk20-0.6.5_3 ===> Applying FreeBSD patches for gir-repository-gtk20-0.6.5_3 ===> gir-repository-gtk20-0.6.5_3 depends on executable: g-ir-scanner - found ===> gir-repository-gtk20-0.6.5_3 depends on file: /usr/local/share/gir-1.0/Atk-1.0.gir - found ===> gir-repository-gtk20-0.6.5_3 depends on file: /usr/local/share/gir-1.0/Pango-1.0.gir - found ===> gir-repository-gtk20-0.6.5_3 depends on executable: gmake - found ===> gir-repository-gtk20-0.6.5_3 depends on file: /usr/local/bin/intltool-extract - found ===> gir-repository-gtk20-0.6.5_3 depends on executable: pkg-config - found ===> gir-repository-gtk20-0.6.5_3 depends on shared library: atk-1.0.0 - found ===> gir-repository-gtk20-0.6.5_3 depends on shared library: glib-2.0.0 - found ===> gir-repository-gtk20-0.6.5_3 depends on shared library: gtk-x11-2.0.0 - found ===> gir-repository-gtk20-0.6.5_3 depends on shared library: pango-1.0.0 - found ===> Configuring for gir-repository-gtk20-0.6.5_3 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p checking for gawk... gawk checking whether gmake sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i386-portbld-freebsd7.3 checking host system type... i386-portbld-freebsd7.3 checking for style of include used by gmake... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... (cached) 262144 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... no checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.3 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gobject-introspection... yes checking for DBUS... yes checking for ATK... yes checking for PANGO... yes checking for PANGOXFT... yes checking for POPPLER... yes checking for GTK... yes checking for GDK... yes checking for GCONF... yes checking for SOUP... yes checking for BABL... yes checking for NAUTILUS... no checking for GNOMEKEYRING... yes checking for WEBKIT... yes checking for NOTIFY... yes checking for GNIO... no checking for CLUTTER... no checking for CLUTTERGTK... no checking for CLUTTERCAIRO... no checking for GSTREAMER... yes checking for GSTREAMER_PLUGINS_BASE... yes checking for GTKSOURCEVIEW... no checking for VTE... yes checking for GOOCANVAS... no checking for GSSDP... no checking for GUPNP... no checking for AVAHI... yes checking for UNIQUE... yes checking for GMENU... no checking for WNCK... yes configure: creating ./config.status config.status: creating Makefile config.status: creating gir/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands ===> Building for gir-repository-gtk20-0.6.5_3 gmake all-recursive gmake[1]: Entering directory `/usr/ports/x11-toolkits/gir-repository-gtk20/work/gir-repository-0.6.5' Making all in gir gmake[2]: Entering directory `/usr/ports/x11-toolkits/gir-repository-gtk20/work/gir-repository-0.6.5/gir' /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -march=athlon-mp -MT libgirepo_Gdk_custom_la-Gdk-custom.lo -MD -MP -MF .deps/libgirepo_Gdk_custom_la-Gdk-custom.Tpo -c -o libgirepo_Gdk_custom_la-Gdk-custom.lo `test -f './Gdk-custom.c' || echo './'`./Gdk-custom.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -march=athlon-mp -MT libgirepo_Gdk_custom_la-Gdk-custom.lo -MD -MP -MF .deps/libgirepo_Gdk_custom_la-Gdk-custom.Tpo -c ./Gdk-custom.c -fPIC -DPIC -o .libs/libgirepo_Gdk_custom_la-Gdk-custom.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/cairo -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -march=athlon-mp -MT libgirepo_Gdk_custom_la-Gdk-custom.lo -MD -MP -MF .deps/libgirepo_Gdk_custom_la-Gdk-custom.Tpo -c ./Gdk-custom.c -o libgirepo_Gdk_custom_la-Gdk-custom.o >/dev/null 2>&1 mv -f .deps/libgirepo_Gdk_custom_la-Gdk-custom.Tpo .deps/libgirepo_Gdk_custom_la-Gdk-custom.Plo /bin/sh ../libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -march=athlon-mp -avoid-version -rdynamic -o libgirepo-Gdk-custom.la -rpath /usr/local/lib libgirepo_Gdk_custom_la-Gdk-custom.lo -pthread -L/usr/local/lib -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lXfixes -lcairo -lX11 libtool: link: cc -shared .libs/libgirepo_Gdk_custom_la-Gdk-custom.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libpcre.so /usr/local/lib/libXfixes.so /usr/local/lib/libcairo.so /usr/local/lib/libpixman-1.so /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so /usr/local/lib/libexpat.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libXrender.so -lz -lm /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc -march=athlon-mp -pthread -pthread -pthread -Wl,-soname -Wl,libgirepo-Gdk-custom.so -o .libs/libgirepo-Gdk-custom.so libtool: link: ar cru .libs/libgirepo-Gdk-custom.a libgirepo_Gdk_custom_la-Gdk-custom.o libtool: link: ranlib .libs/libgirepo-Gdk-custom.a libtool: link: ( cd ".libs" && rm -f "libgirepo-Gdk-custom.la" && ln -s "../libgirepo-Gdk-custom.la" "libgirepo-Gdk-custom.la" ) /bin/sh ../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -march=athlon-mp -MT libgirepo_Gtk_custom_la-Gtk-custom.lo -MD -MP -MF .deps/libgirepo_Gtk_custom_la-Gtk-custom.Tpo -c -o libgirepo_Gtk_custom_la-Gtk-custom.lo `test -f './Gtk-custom.c' || echo './'`./Gtk-custom.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -march=athlon-mp -MT libgirepo_Gtk_custom_la-Gtk-custom.lo -MD -MP -MF .deps/libgirepo_Gtk_custom_la-Gtk-custom.Tpo -c ./Gtk-custom.c -fPIC -DPIC -o .libs/libgirepo_Gtk_custom_la-Gtk-custom.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -O2 -fno-strict-aliasing -pipe -march=athlon-mp -MT libgirepo_Gtk_custom_la-Gtk-custom.lo -MD -MP -MF .deps/libgirepo_Gtk_custom_la-Gtk-custom.Tpo -c ./Gtk-custom.c -o libgirepo_Gtk_custom_la-Gtk-custom.o >/dev/null 2>&1 mv -f .deps/libgirepo_Gtk_custom_la-Gtk-custom.Tpo .deps/libgirepo_Gtk_custom_la-Gtk-custom.Plo /bin/sh ../libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -march=athlon-mp -avoid-version -rdynamic -o libgirepo-Gtk-custom.la -rpath /usr/local/lib libgirepo_Gtk_custom_la-Gtk-custom.lo -pthread -L/usr/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lgio-2.0 -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpangoft2-1.0 -lXfixes -lcairo -lX11 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 libtool: link: cc -shared .libs/libgirepo_Gtk_custom_la-Gtk-custom.o -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libgdk_pixbuf-2.0.so /usr/local/lib/libpangocairo-1.0.so /usr/local/lib/libgio-2.0.so /usr/local/lib/libXinerama.so /usr/local/lib/libXi.so /usr/local/lib/libXrandr.so /usr/local/lib/libXcursor.so /usr/local/lib/libXcomposite.so /usr/local/lib/libXext.so /usr/local/lib/libXdamage.so /usr/local/lib/libpangoft2-1.0.so /usr/local/lib/libXfixes.so /usr/local/lib/libcairo.so /usr/local/lib/libpixman-1.so -lpng /usr/local/lib/libxcb-render-util.so /usr/local/lib/libxcb-render.so /usr/local/lib/libXrender.so /usr/local/lib/libX11.so /usr/local/lib/libxcb.so /usr/local/lib/libXau.so /usr/local/lib/libXdmcp.so /usr/local/lib/libpthread-stubs.so -lrpcsvc /usr/local/lib/libpango-1.0.so -lm /usr/local/lib/libfontconfig.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libexpat.so /usr/local/lib/libgobject-2.0.so /usr/local/lib/libgmodule-2.0.so /usr/local/lib/libglib-2.0.so /usr/local/lib/libintl.so /usr/local/lib/libiconv.so /usr/local/lib/libpcre.so -march=athlon-mp -pthread -pthread -pthread -Wl,-soname -Wl,libgirepo-Gtk-custom.so -o .libs/libgirepo-Gtk-custom.so libtool: link: ar cru .libs/libgirepo-Gtk-custom.a libgirepo_Gtk_custom_la-Gtk-custom.o libtool: link: ranlib .libs/libgirepo-Gtk-custom.a libtool: link: ( cd ".libs" && rm -f "libgirepo-Gtk-custom.la" && ln -s "../libgirepo-Gtk-custom.la" "libgirepo-Gtk-custom.la" ) /usr/local/bin/g-ir-scanner -v --namespace GdkPixbuf --nsversion=2.0 --strip-prefix=Gdk\ --add-include-path=. --add-include-path=. \ --include=Gio-2.0 \ --library=gdk_pixbuf-2.0 \ --libtool="/bin/sh ../libtool" \ --output GdkPixbuf-2.0.gir \ --pkg gobject-2.0 \ --pkg gio-2.0 \ --pkg gdk-pixbuf-2.0 \ ./GdkPixbuf-custom.c \ `pkg-config --variable=includedir gdk-pixbuf-2.0`/gtk-2.0/gdk-pixbuf/*.h Segmentation fault (core dumped) gmake[2]: *** [GdkPixbuf-2.0.gir] Error 139 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gir-repository-gtk20/work/gir-repository-0.6.5/gir' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gir-repository-gtk20/work/gir-repository-0.6.5' gmake: *** [all] Error 2 *** Error code 1 Stop in /usr/ports/x11-toolkits/gir-repository-gtk20. Script done on Wed Apr 14 05:30:45 2010 -- Jerry FreeBSD-Ports.user@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 10:43:18 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3136C1065670 for ; Wed, 14 Apr 2010 10:43:18 +0000 (UTC) (envelope-from m@micheas.net) Received: from mail-yw0-f181.google.com (mail-yw0-f181.google.com [209.85.211.181]) by mx1.freebsd.org (Postfix) with ESMTP id EB1008FC0A for ; Wed, 14 Apr 2010 10:43:17 +0000 (UTC) Received: by ywh11 with SMTP id 11so2999600ywh.7 for ; Wed, 14 Apr 2010 03:43:17 -0700 (PDT) Received: by 10.150.56.27 with SMTP id e27mr5982249yba.81.1271241797180; Wed, 14 Apr 2010 03:43:17 -0700 (PDT) Received: from [10.0.1.6] (c-24-5-79-127.hsd1.ca.comcast.net [24.5.79.127]) by mx.google.com with ESMTPS id 4sm53430ywd.58.2010.04.14.03.43.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 03:43:16 -0700 (PDT) From: Micheas Herman To: freebsd-ports@freebsd.org In-Reply-To: <20100414100902.GB80702@megatron.madpilot.net> References: <20100414100902.GB80702@megatron.madpilot.net> Content-Type: text/plain; charset="UTF-8" Date: Wed, 14 Apr 2010 03:43:14 -0700 Message-ID: <1271241794.28425.58703.camel@vcampaign> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: m@micheas.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 10:43:18 -0000 On Wed, 2010-04-14 at 12:09 +0200, Guido Falsi wrote: > On Wed, Apr 14, 2010 at 10:23:15AM +0900, Svyatoslav Lempert wrote: > > Hello! > > > > We have problems for a considerable quantity of users which are linked > > to upgrade of major version PHP 5.2 to version 5.3 in port lang/php5 > > They are linked to considerable incompatibility of old scripts which > > should are corrected and rewrited for correct work under PHP 5.3.2. > > Can't you just downgrade the php port to the previous version? That isn't really completely viable as there would then be no upgrade path to php 5.2.14 php, 5.2.13 was released in February of 2010 and is a security update to the 5.2.X line of php and based on past history I would expect 5.2.17 to be released. Some webapps are not going to be compatible with 5.3 for at least another 6 months maybe even 18 months. CiviCRM is not going to be compatible with 5.3 until the 3.2 branch is released some time this summer, which means a lot of Drupal and Joomla sites are not going to be able to upgrade to 5.3 until then. > > If you use any of the port management tools t update them you can > configure them to ignore the php ports as long as your users still > have not updated their apps for the new php version(but such a > condiscending attitude toward users will slow down such migration > indefinitely, at least that's what happens usually with users). But, also may leave servers unnecessarily exposed to security vulnerabilities. Personally, I see greater demand for php52 than php6 which does have a port. > > -- > Guido Falsi > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -- The difference between the right word and the almost right word is the difference between lightning and the lightning bug. -- Mark Twain From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 12:15:42 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9265106566B for ; Wed, 14 Apr 2010 12:15:42 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 49D5C8FC17 for ; Wed, 14 Apr 2010 12:15:42 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 445E61425; Wed, 14 Apr 2010 14:15:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1271247334; x= 1273061734; bh=JZJf9uZwKOIeB0OXsZ8BXrZ7lvQNMjaaLd4P++9cniE=; b=g 5TnBdUzcYDCgjLFF3mgEF7cc4Ybwxe4ow3DBR4d5BOmxdk2MIN60uAWr6MDkTKSJ eVbcdLkV3e6fMG4kUaVWNWEb6dAOa0bDSZDCYMHCIXIBnq1vgmKGKTRF4fYPiKZ3 awNJaZWbKUrhVgmlXyG4Vsi9Ew3lcxXUpnMvUgOm6E= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id PRJIv+8oHDGV; Wed, 14 Apr 2010 14:15:34 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 03249141F; Wed, 14 Apr 2010 14:15:33 +0200 (CEST) Date: Wed, 14 Apr 2010 14:15:33 +0200 From: Guido Falsi To: Micheas Herman Message-ID: <20100414121533.GC80702@megatron.madpilot.net> References: <20100414100902.GB80702@megatron.madpilot.net> <1271241794.28425.58703.camel@vcampaign> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1271241794.28425.58703.camel@vcampaign> X-Operating-System: FreeBSD 8.0-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-ports@freebsd.org Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 12:15:42 -0000 On Wed, Apr 14, 2010 at 03:43:14AM -0700, Micheas Herman wrote: > On Wed, 2010-04-14 at 12:09 +0200, Guido Falsi wrote: > > On Wed, Apr 14, 2010 at 10:23:15AM +0900, Svyatoslav Lempert wrote: > > > Hello! > > > > > > We have problems for a considerable quantity of users which are linked > > > to upgrade of major version PHP 5.2 to version 5.3 in port lang/php5 > > > They are linked to considerable incompatibility of old scripts which > > > should are corrected and rewrited for correct work under PHP 5.3.2. > > > > Can't you just downgrade the php port to the previous version? > > That isn't really completely viable as there would then be no > upgrade path to php 5.2.14 php, 5.2.13 was released in February > of 2010 and is a security update to the 5.2.X line of php and > based on past history I would expect 5.2.17 to be released. The maintainer of the php ports has already stated that maintaining the php port framework is a considerable burdern. I'm not him. I'm quite happy with the presenty situation since I run very few php webapps written by others(and various smallish ones written by myself). I can't really comment on his decisions. FreeBSD being a voluntary work effort he has the right to do whatever he likes. If you really need this you could try creating the needed ports. Basing your effort on the old verion of the existing ones should give you a good headstart. I really don't see any option from you. Anything that is in FreeBSD is there because some interested party made it happen. This is true for BASD since it's original conception at the Berkeley University in 1977(from the history I've studied at last). -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 14:59:12 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94A1B106566B; Wed, 14 Apr 2010 14:59:12 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [38.99.187.35]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0BB8FC15; Wed, 14 Apr 2010 14:59:12 +0000 (UTC) Received: from [172.16.10.199] (unknown [172.16.10.199]) by mail.intertainservices.com (Postfix) with ESMTPA id 8BC18564D9; Wed, 14 Apr 2010 10:59:10 -0400 (EDT) Message-ID: <4BC5D83A.7020200@intertainservices.com> Date: Wed, 14 Apr 2010 10:59:06 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Alex Dupre References: <4BC4F1A4.5050505@intertainservices.com> <4BC55C7C.7090302@FreeBSD.org> In-Reply-To: <4BC55C7C.7090302@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 8BC18564D9.AE755 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: ports@freebsd.org Subject: Re: php 5.3 (cant compile php5-mbstring since upgrade) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 14:59:12 -0000 On 4/14/2010 2:11 AM, Alex Dupre wrote: > Mike Jakubik ha scritto: >> I've updated my php to 5.3 as instructed in the UPDATING file, however i >> can not compile php5-mbstrings, it cant find pcre headers (this is >> supposedly in the base dist now, so i deleted the old php5-pcre port it >> as instructed). > > Please, if you don't follow the UPDATING file (or if you follow in the > reverse order), don't say you have followed it :-) > > If you have problems with pcre headers, it means you have updated php5 > and then removed php5-pcre. To fix it, simply rebuild php5 again and > continue. > You got me :) I guess i was feeling a little dyslexic yesterday. Thanks! From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 16:02:40 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC3DF1065672; Wed, 14 Apr 2010 16:02:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (unknown [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 55DC98FC0C; Wed, 14 Apr 2010 16:02:40 +0000 (UTC) Received: from beaver.home.critical.ch (80-218-151-34.dclient.hispeed.ch [80.218.151.34]) (authenticated bits=0) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with ESMTP id o3EG2aQS022658; Wed, 14 Apr 2010 18:02:36 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 14 Apr 2010 18:02:24 +0200 From: Emanuel Haupt To: freebsd-ports@FreeBSD.org Message-Id: <20100414180224.a0f03f37.ehaupt@FreeBSD.org> In-Reply-To: <20100406104558.60de59fa@scorpio.seibercom.net> References: <20100406104558.60de59fa@scorpio.seibercom.net> X-Mailer: Sylpheed 3.0.1 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Jerry , obrien@FreeBSD.org Subject: Re: Bash-4.1 release into ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 16:02:40 -0000 Jerry wrote: > Bash-4.1 was released on or about January 3, 2010. It is now at patch > level 5. I was just wondering if there are any plans to import it into > the ports system. Please try the following patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=145703 Emanuel From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 17:40:01 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00AE3106566B; Wed, 14 Apr 2010 17:40:00 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from blade2-ext.obspm.fr (blade2-ext.obspm.fr [145.238.186.8]) by mx1.freebsd.org (Postfix) with ESMTP id 705B08FC15; Wed, 14 Apr 2010 17:39:59 +0000 (UTC) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by blade2-ext.obspm.fr (8.13.8/8.13.8/SIO Observatoire de Paris - 15/11/07) with ESMTP id o3EHdugn019881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Apr 2010 19:39:58 +0200 Date: Wed, 14 Apr 2010 19:39:56 +0200 From: Albert Shih To: Alex Dupre Message-ID: <20100414173956.GA32161@obspm.fr> References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4BC55B66.8020409@FreeBSD.org> User-Agent: Mutt/1.5.20 (2009-06-14) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (blade2-ext.obspm.fr [145.238.186.20]); Wed, 14 Apr 2010 19:39:58 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.95.3 at blade2-ext.obspm.fr X-Virus-Status: Clean Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, ports-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 17:40:01 -0000 Le 14/04/2010 à 08:06:30+0200, Alex Dupre a écrit > Troy ha scritto: > > When I go to login to the horde framework I'm getting the following > > errors in the web browsers: > > > > Deprecated: Assigning the return value of new by reference is deprecated > > in /usr/local/share/pear/Log.php on line 169 > > Disable the error logging to the web browser... > > Well that's just solve the problem about the message. Not the problem about horde. For me after 2 hours of trying I can make horde working with PHP5.3 Anyone have succefully do that ? Regards. JAS -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Mer 14 avr 2010 19:38:44 CEST From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 17:45:13 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B334106564A; Wed, 14 Apr 2010 17:45:13 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from blade2-ext.obspm.fr (blade2-ext.obspm.fr [145.238.186.8]) by mx1.freebsd.org (Postfix) with ESMTP id A931F8FC1A; Wed, 14 Apr 2010 17:45:12 +0000 (UTC) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by blade2-ext.obspm.fr (8.13.8/8.13.8/SIO Observatoire de Paris - 15/11/07) with ESMTP id o3EHjAoZ022359 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 14 Apr 2010 19:45:11 +0200 Date: Wed, 14 Apr 2010 19:45:10 +0200 From: Albert Shih To: Alex Dupre Message-ID: <20100414174510.GB32161@obspm.fr> References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> <20100414173956.GA32161@obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100414173956.GA32161@obspm.fr> User-Agent: Mutt/1.5.20 (2009-06-14) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (blade2-ext.obspm.fr [145.238.186.20]); Wed, 14 Apr 2010 19:45:11 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.95.3 at blade2-ext.obspm.fr X-Virus-Status: Clean Cc: ports@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 17:45:13 -0000 Le 14/04/2010 à 19:39:56+0200, Albert Shih a écrit > Le 14/04/2010 à 08:06:30+0200, Alex Dupre a écrit > > Troy ha scritto: > > > When I go to login to the horde framework I'm getting the following > > > errors in the web browsers: > > > > > > Deprecated: Assigning the return value of new by reference is deprecated > > > in /usr/local/share/pear/Log.php on line 169 > > > > Disable the error logging to the web browser... > > > > > Well that's just solve the problem about the message. Not the problem about > horde. > > For me after 2 hours of trying I can make horde working with PHP5.3 > Sorry my answer is little short. This is what I've do: Upgrade all php5 ports following the /usr/ports/UPDATING --> work fine --> Horde don't work Upgrade all packages pecl/pear --> work fine --> Horde don't work Change php.ini --> Horde don't work When I say horde don't work that's mean I've got plenty of message about deprecated function if I don't disable the reporting in php.ini But in any case I just got a blank page in the firefox. Regards. JAS -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Mer 14 avr 2010 19:42:30 CEST From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 18:04:31 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77CD3106567F for ; Wed, 14 Apr 2010 18:04:31 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 840B48FC13 for ; Wed, 14 Apr 2010 18:04:30 +0000 (UTC) Received: from [77.41.96.17] (port=11995 helo=dc7700p.lissyara.su) by hosting.lissyara.su with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O26c0-00015j-Bc for freebsd-ports@freebsd.org; Wed, 14 Apr 2010 21:42:52 +0400 Message-ID: <4BC5FE94.3000205@lissyara.su> Date: Wed, 14 Apr 2010 21:42:44 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.9.1.9) Gecko/20100403 Thunderbird/3.0.4 MIME-Version: 1.0 CC: freebsd-ports@freebsd.org References: <20100414100902.GB80702@megatron.madpilot.net> <1271241794.28425.58703.camel@vcampaign> <20100414121533.GC80702@megatron.madpilot.net> In-Reply-To: <20100414121533.GC80702@megatron.madpilot.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2010 18:04:31 -0000 14.04.2010 16:15, Guido Falsi пишет: > The maintainer of the php ports has already stated that maintaining the > php port framework is a considerable burdern. > > I'm not him. I'm quite happy with the presenty situation since I > run very few php webapps written by others(and various smallish > ones written by myself). I can't really comment on his decisions. > FreeBSD being a voluntary work effort he has the right to do whatever > he likes. > > If you really need this you could try creating the needed ports. Basing > your effort on the old verion of the existing ones should give you a > good headstart. > > I really don't see any option from you. Anything that is in FreeBSD is > there because some interested party made it happen. > > This is true for BASD since it's original conception at the Berkeley > University in 1977(from the history I've studied at last). so many people want php5.2 in ports. I am ready to support this set of ports. but ale@ does not respond to my letters =) ========= I do not really important - it will take to the ports tree or not, I will in any case, I will support this patchset, but if it does not take it, I modify it to what is needed specifically for me, but not all (adding to it png1.2, Zend3.3.9 ....) From owner-freebsd-ports@FreeBSD.ORG Wed Apr 14 22:45:40 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F7D106567B; Wed, 14 Apr 2010 22:45:40 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5D2648FC1A; Wed, 14 Apr 2010 22:45:40 +0000 (UTC) Received: by gyh20 with SMTP id 20so332006gyh.13 for ; Wed, 14 Apr 2010 15:45:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=kI2lOtZpN1xIomt2pxOsv4J2RU7ciKP5U1NGp33+RzI=; b=Q58qmwkIwzh2brE1oyKY6SeayeyLNsjEeikKE9Ksdiv04BiUR+Vc7yJxt1JFvq0v5q hCzfvxc30kAg88gjoi8Pt5U03a930X1PlFcXd0QAC4z+PF1BoV2wEo/yziLHA1qA3fUt XD+9LRanQ9USWP/bQY8AeKLoqvliRp+l21aqI= 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=SToVGdoN8BNdCBW0J6j98nVU2b91csUFdSksGq1hA6dhwZeS/Ptlu0ueWsNMndkSaC C+JTh8AurUzUmOo8HfXhZpHxjxAS1TXFaUlCFz87BwoDvjxr7n5D8RiJGtma5WscwYFu Weq+YO6A42jUxQpcIpNc3xMHuduIi4fW6OgbM= Received: by 10.101.160.24 with SMTP id m24mr14532848ano.222.1271285138026; Wed, 14 Apr 2010 15:45:38 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 39sm208636yxd.24.2010.04.14.15.45.34 (version=SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 15:45:36 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 15 Apr 2010 07:45:33 +0900 (JST) Message-Id: <20100415.074533.119882392218663174.chat95@mac.com> To: avg@icyb.net.ua From: Maho NAKATA In-Reply-To: <4BC578AE.1000204@icyb.net.ua> References: <4BC56BEA.6020904@icyb.net.ua> <20100414.163957.625859878544535218.chat95@mac.com> <4BC578AE.1000204@icyb.net.ua> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, srandall52@gmail.com, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 14 Apr 2010 22:45:40 -0000 Hi Andriy, ah sorry, committed. Many thanks! From: Andriy Gapon Subject: Re: openoffice.org-3.2.0-spadmin Date: Wed, 14 Apr 2010 11:11:26 +0300 > on 14/04/2010 10:39 Maho NAKATA said the following: >> Hi Andriy >> >> I attached a new patch, just bumped portrevision. Please go ahead and commit. >> Please include "bump PORTREVISION", "approved by maho" in your commit log. > > As I said, I can't - I am an src committer, not ports. > >> From: Andriy Gapon >> Subject: Re: openoffice.org-3.2.0-spadmin >> Date: Wed, 14 Apr 2010 10:16:58 +0300 >> >>> on 14/04/2010 01:47 Maho NAKATA said the following: >>>> Andriy are you a committer? >>> Different kind - an src one :-) >>> >>>> If you are, you can submit patch to me and I'll approve. >>>> thanks! >>> The patch: >>> --- Makefile.orig 2010-04-14 10:13:44.064102203 +0300 >>> +++ Makefile 2010-04-14 10:15:11.615310335 +0300 >>> @@ -251,6 +251,7 @@ >>> @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ >>> -e 's#%%OOOTAG%%#${OOOTAG}#g' \ >>> -e 's#%%OOODIR%%#${OOODIR}#g' \ >>> + -e 's#%%OOOVERSION%%#${OOOVERSION}#g' \ >>> -e 's#%%INSTALLATION_BASEDIR%%#${INSTALLATION_BASEDIR}#g' \ >>> ${WRKDIR}/openoffice.org-wrapper >>> @${INSTALL_SCRIPT} ${WRKDIR}/openoffice.org-wrapper \ >>> >>> >>> P.S. sorry for not recognizing you, our openoffice.org maintainer, in the other >>> thread on stable@ :-) >>> >>>> From: Andriy Gapon >>>> Subject: Re: openoffice.org-3.2.0-spadmin >>>> Date: Thu, 08 Apr 2010 18:35:45 +0300 >>>> >>>>> on 08/04/2010 17:34 Steve Randall said the following: >>>>>> On Thu, 08 Apr 2010 14:54:09 +0300 >>>>>> Andriy Gapon wrote: >>>>>> >>>>>>> Not sure if this is an upstream issue or something in editors/openoffice.org-3: >>>>>>> openoffice.org-3.2.0-spadmin is a symlink to openoffice.org-3.2.0 and running it >>>>>>> produces a "new document" startup window. >>>>>>> I believe that it should be a symlink to >>>>>>> ${LOCALBASE}/openoffice.org-3.2.0/openoffice.org3/program/spadmin which is the >>>>>>> actual openoffice.org printer configuration program which, for example, allows to >>>>>>> select which of the printers is to be used as a default one. >>>>>> There's an omission in the port Makefile. The problem is that the >>>>>> wrapper script /usr/local/bin/openoffice.org-3.2.0 contains a >>>>>> %%OOOVERSION%% that does not get replaced (with "3.2.0") prior to >>>>>> installing the file. Just make that change manually and it will work. >>>>> Oh, I see what you say: >>>>> ... >>>>> oopath=/usr/local/openoffice.org-3.2.0/openoffice.org3 >>>>> program=`echo $0 | sed -e 's|.*-%%OOOVERSION%%-||'` >>>>> ... >>>>> >>>>> Probably replace command for openoffice.org-wrapper file in post-install target >>>>> needs to grow the following substitution: >>>>> -e 's#%%OOOVERSION%%#${OOOVERSION}#g' >>>>> >>>>> -- >>>>> Andriy Gapon >>>>> _______________________________________________ >>>>> 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" >>>>> >>> >>> -- >>> Andriy Gapon >>> > > > -- > Andriy Gapon > From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 05:26:47 2010 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A915C10656F9; Thu, 15 Apr 2010 05:26:47 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9C97D8FC08; Thu, 15 Apr 2010 05:26:46 +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 IAA17513; Thu, 15 Apr 2010 08:26:41 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1O2Hb7-0004hk-3P; Thu, 15 Apr 2010 08:26:41 +0300 Message-ID: <4BC6A390.8040805@icyb.net.ua> Date: Thu, 15 Apr 2010 08:26:40 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.24 (X11/20100321) MIME-Version: 1.0 To: Maho NAKATA References: <4BC56BEA.6020904@icyb.net.ua> <20100414.163957.625859878544535218.chat95@mac.com> <4BC578AE.1000204@icyb.net.ua> <20100415.074533.119882392218663174.chat95@mac.com> In-Reply-To: <20100415.074533.119882392218663174.chat95@mac.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 05:26:47 -0000 on 15/04/2010 01:45 Maho NAKATA said the following: > Hi Andriy, > ah sorry, committed. Many thanks! Actually I've learned that src committers can do ports commits too. But I am a noob and didn't know that, besides I didn't have the ports tree checked out. Thank you! -- Andriy Gapon From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 05:31:17 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 484011065670; Thu, 15 Apr 2010 05:31:17 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-yw0-f193.google.com (mail-yw0-f193.google.com [209.85.211.193]) by mx1.freebsd.org (Postfix) with ESMTP id DE57B8FC15; Thu, 15 Apr 2010 05:31:16 +0000 (UTC) Received: by ywh31 with SMTP id 31so516766ywh.3 for ; Wed, 14 Apr 2010 22:31:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=FNeg1bYQnGlDOhmENPHcgikUUWDBVMmMYvnJViemoO4=; b=jnrd5S3CJYKkYZs5mGNIVAkhp1A2hH7yff5HhnVY0in//MB8RYUKvgCSCdSC4k7exv FHe/x+Fp6pZam+Y8drGlEU82GRxULNu9bbw1r5BATlgUJYr4B8pkTnJzhfnFJOWFKxk2 exkrFuys+MG9Qyg1jC4RDmlFL9nK/zwrZ9ImU= 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=VRBaxQdRhrC+rcMHvgjzvvlWLxAwYb2cmeYq2EXV954WfSvIzAOlEbdA3GHeN3WlF2 yD0w+OC0cO0tPm0THc1FxrYz+ea7+/huyzWk0Lg50Bs95MgluBEtCgDfZq7J6lLJZui1 smi62JX8Vw4ycoWCvLI6s9pQVmxPOzfkcr2e4= Received: by 10.150.179.21 with SMTP id b21mr7905640ybf.217.1271309476158; Wed, 14 Apr 2010 22:31:16 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 8sm309900yxg.67.2010.04.14.22.31.12 (version=SSLv3 cipher=RC4-MD5); Wed, 14 Apr 2010 22:31:14 -0700 (PDT) Sender: Maho NAKATA Date: Thu, 15 Apr 2010 14:31:09 +0900 (JST) Message-Id: <20100415.143109.864843819430717521.chat95@mac.com> To: avg@icyb.net.ua From: Maho NAKATA In-Reply-To: <4BC6A390.8040805@icyb.net.ua> References: <4BC578AE.1000204@icyb.net.ua> <20100415.074533.119882392218663174.chat95@mac.com> <4BC6A390.8040805@icyb.net.ua> X-Mailer: Mew version 6.3 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, openoffice@FreeBSD.org Subject: Re: openoffice.org-3.2.0-spadmin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 05:31:17 -0000 From: Andriy Gapon Subject: Re: openoffice.org-3.2.0-spadmin Date: Thu, 15 Apr 2010 08:26:40 +0300 > on 15/04/2010 01:45 Maho NAKATA said the following: >> Hi Andriy, >> ah sorry, committed. Many thanks! > > Actually I've learned that src committers can do ports commits too. :) > But I am a noob and didn't know that, besides I didn't have the ports tree > checked out. For the next time, don't worry. thanks -- Nakata Maho http://accc.riken.jp/maho/ , JA OOO http://ja.openoffice.org/ Blog: http://blog.goo.ne.jp/nakatamaho/ , GPG key: http://accc.riken.jp/maho/maho.pgp.txt From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 07:17:17 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B08D61065676 for ; Thu, 15 Apr 2010 07:17:17 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 583548FC29 for ; Thu, 15 Apr 2010 07:17:17 +0000 (UTC) Received: (qmail 7108 invoked by uid 399); 15 Apr 2010 07:17:16 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 15 Apr 2010 07:17:16 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BC6BD7B.4040904@FreeBSD.org> Date: Thu, 15 Apr 2010 00:17:15 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100330 Thunderbird/3.0.4 MIME-Version: 1.0 To: obrien@freebsd.org References: <20100412222300.GA72952@dragon.NUXI.org> In-Reply-To: <20100412222300.GA72952@dragon.NUXI.org> X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: multipart/mixed; boundary="------------070907060503050804020703" Cc: ports@freebsd.org Subject: Re: [PATCH] upgrade Bash port to version 4.1. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 07:17:17 -0000 This is a multi-part message in MIME format. --------------070907060503050804020703 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 04/12/10 15:23, David O'Brien wrote: > Hi Folks, > > Bash 4.1 seems stable enough at PL5 to replace version 4.0 in > '/usr/ports/shells/bash'. Agreed, I tested the PL5 with your patch and it seems fine. Please consider the attached patch as well, that adds OPTIONS generally for the knobs already in the port, and a new option to use bash's readline instead of the base version. hth, Doug -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ --------------070907060503050804020703 Content-Type: text/plain; name="bash-options.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="bash-options.diff" diff -ur /usr/local/tmp/bash/Makefile ./Makefile --- /usr/local/tmp/bash/Makefile 2010-04-14 22:26:35.000000000 -0700 +++ ./Makefile 2010-04-14 22:24:48.000000000 -0700 @@ -31,6 +31,15 @@ IGNOREFILES= FAQ +OPTIONS= IMPLICITCD "Use directory name alone to cd into it" on \ + COLONBREAKSWORDS "Colons break words" on \ + HELP "Install the help files" on \ + INST_READL "Use readline from base, otherwise bash's" on \ + NLS "National Language Support" on \ + STATIC_BASH "Compile without shared libs" off + +.include + .if !defined(WITHOUT_IMPLICITCD) EXTRA_PATCHES+= ${PATCHDIR}/xpatch-implicitcd .endif @@ -87,6 +96,10 @@ PLIST_SUB+= NLS="" .endif +.if !defined(WITHOUT_INST_READL) +CONFIGURE_ARGS+= --with-installed-readline +.endif + CPPFLAGS+= ${PTHREAD_CFLAGS} \ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -95,8 +108,6 @@ LDFLAGS="${LDFLAGS}" \ YACC="bison -y" -.include - post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/bash.1 Only in .: work --------------070907060503050804020703-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 08:15:56 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3548106566B; Thu, 15 Apr 2010 08:15:56 +0000 (UTC) (envelope-from m.alberoni@cineca.it) Received: from avas-cineca-2.cineca.it (avas-cineca-2.cineca.com [130.186.81.105]) by mx1.freebsd.org (Postfix) with ESMTP id 1F4CE8FC08; Thu, 15 Apr 2010 08:15:55 +0000 (UTC) X-IronPort-AV: E=McAfee;i="5400,1158,5951"; a="58824674" Received: from cineca.mm.cineca.it ([130.186.10.200]) by avas-cineca-2.cineca.it with ESMTP; 15 Apr 2010 10:15:54 +0200 Received: from [192.168.64.38] (pdl-19-82.nat.cineca.it [130.186.19.82]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) as user m.alberoni@cineca.it by cineca.mm.cineca.it (Postfix) with ESMTP id A992E11B02D8; Thu, 15 Apr 2010 10:15:53 +0200 (MEST) Message-ID: <4BC6CB56.2030900@cineca.it> From: Marco Alberoni Organization: CINECA User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100412 Firefox/3.6.0 MIME-Version: 1.0 To: sylvio@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 15 Apr 2010 10:15:53 +0200 (MEST) Cc: ports@FreeBSD.org Subject: FreeBSD Port: amsn-0.98.1_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 08:15:56 -0000 Hello, sorry if I'm disturbing you again, are there any news about the port of Amsn version 0.98.3? Yours sincerely -- Marco Alberoni From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 08:39:54 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CDA81065670 for ; Thu, 15 Apr 2010 08:39:54 +0000 (UTC) (envelope-from c-s@c-s.li) Received: from server4.cyon.ch (server4.cyon.ch [194.126.200.14]) by mx1.freebsd.org (Postfix) with ESMTP id 14C208FC12 for ; Thu, 15 Apr 2010 08:39:53 +0000 (UTC) Received: from www-data by server4.cyon.ch with local (Exim 4.69) (envelope-from ) id 1O2Kc3-0002FZ-SY for freebsd-ports@freebsd.org; Thu, 15 Apr 2010 10:39:51 +0200 To: MIME-Version: 1.0 Date: Thu, 15 Apr 2010 10:39:51 +0200 From: Message-ID: X-Sender: c-s@c-s.li User-Agent: RoundCube Webmail/0.3.1 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: misc/tellico patches - No reaction from maintainer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 08:39:54 -0000 Hi everybody, A couple of months ago, I sent a patch to update misc/tellico but never got any reaction from its maintainer. Could somebody please have a look. http://www.freebsd.org/cgi/query-pr.cgi?pr=142191 many thanks, C-S From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 09:08:06 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 016B9106564A; Thu, 15 Apr 2010 09:08:06 +0000 (UTC) (envelope-from romain@blogreen.org) Received: from marvin.blogreen.org (unknown [IPv6:2a01:e35:2f7d:58c0::2]) by mx1.freebsd.org (Postfix) with ESMTP id 25D0F8FC18; Thu, 15 Apr 2010 09:08:05 +0000 (UTC) Received: by marvin.blogreen.org (Postfix, from userid 1001) id 23E60502C6; Thu, 15 Apr 2010 11:08:04 +0200 (CEST) Date: Thu, 15 Apr 2010 11:08:03 +0200 From: Romain =?iso-8859-1?Q?Tarti=E8re?= To: John Prather Message-ID: <20100415090803.GC44219@blogreen.org> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pAwQNkOnpTn9IO2O" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://romain.blogreen.org/pubkey.asc User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Marcus Alves Grando , freebsd-ports@freebsd.org Subject: Re: State of gmime (mail/gmime24) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 09:08:06 -0000 --pAwQNkOnpTn9IO2O Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable (To mnag@: I added you in cc, your opinion might enlighten us) Hi John, On Tue, Apr 13, 2010 at 11:19:04PM -0700, John Prather wrote: > I've been maintaining a port which provides a plugin for Pidgin > (net-im/pidgin-sipe), which has recently introduced the option to > build a telepathy plugin in addition to or instead of the purple > plugin. >=20 > Building the telepathy plugin causes gnu configure to require gmime > 2.4 >=3D 2.4.16 (mail/gmime24 is 2.4.10 currently) or gmime 2.6 >=3D 2.5.2 > (seems to be no 2.6 port yet). According to the GNOME ftp, none of gmime-2.4.16 and gmime-2.5.2 are available yet. http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/ http://ftp.gnome.org/pub/GNOME/sources/gmime/2.5/ For the records, the mail/gmime24 repocopy of mail/gmime2 was created because deskutils/tomboy depended on mail/gmime2-sharp but this port could not be installed anymore after a lang/mono update enforcing some basic security restrictions. Only the 2.4 series was updated according to this so I asked the maintainer of mail/gmime2 for an update to the 2.4 series. However, there a incompatibilities between the 2.2 and 2.4 series. We so created a new mail/gmime24 port that can be installed besides to the mail/gmime2 ports, in order to avoid breaking existing ports that depended on it. Since mail/gmime and mail/gmime-sharp ports have master/slave relationship, I continue to have a look on mail/gmime24 cause I maintain mail/gmime24-sharp, and the latest stable version (2.4.15) is available in the BSD# repo (and should therefore be pushed to FreeBSD ports in a short range of time): http://code.google.com/p/bsd-sharp/source/detail?r=3D785 > I've found that I can easily patch one of the bug fixes I found > (https://bugzilla.gnome.org/show_bug.cgi?id=3D613653#c8) that the sipe > developers deemed necessary into the 2.4.10 port, however I'm wary of > going crazy with freebsd patches for 2.4.10 if we are going to have > 2.4.16 out in the near future, or 2.6 >=3D 2.5.2 made available. =A0Also, > there may be other important bug fixes, though the others which i > found that the sipe developers were concerned with were all related to > building on Windows. I don't think the development version (2.5 series) will ever have a port. > Do we feel that patching 2.4.10 with relatively simple patches would > be a decent approach, or should we wait for either 2.4.16 release and > the corresponding port update or 2.6 to be added into ports? =A0I partly > feel we should wait for the correct versions to be made available, but > it seems silly to wait weeks or months or more and deal with someone > having to port a whole new release over such a simple fix. I would wait for a stable release upstream. However this patch is as you said =AB relatively simple =BB and is unlikely to break existing code. Since I am not the maintainer of mail/gmime{2,24}, I added mnag@ in Cc. He might be of good advices. I do not cut-off the rest of the original message for him. Thanks, Romain > Here is what the patches look like which seem to apply nicely to > 2.4.10 in mail/gmime24: >=20 > (i'm sure the email turned tabs to spaces, but you can see the gist of > it. I can post the unmangled patch files somewhere if they are > desired) >=20 > [root@bsdlaptop /usr/ports/mail/gmime24]# cat > files/patch-gmime_gmime.c > *** gmime/gmime.c.orig =A0Tue Apr 13 22:45:25 2010 > --- gmime/gmime.c =A0 =A0 =A0 Tue Apr 13 22:46:09 2010 > *************** > *** 141,147 **** > =A0{ > =A0 =A0 =A0 =A0if (--initialized) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; > ! > =A0 =A0 =A0 =A0g_mime_charset_map_shutdown (); > =A0 =A0 =A0 =A0g_mime_iconv_shutdown (); > =A0} > --- 141,148 ---- > =A0{ > =A0 =A0 =A0 =A0if (--initialized) > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; > ! > ! =A0 =A0 =A0 g_mime_object_shutdown(); > =A0 =A0 =A0 =A0g_mime_charset_map_shutdown (); > =A0 =A0 =A0 =A0g_mime_iconv_shutdown (); > =A0} > [root@bsdlaptop /usr/ports/mail/gmime24]# cat > files/patch-gmime_gmime-object.c > *** gmime/gmime-object.c.orig =A0 Tue Apr 13 22:46:38 2010 > --- gmime/gmime-object.c =A0 =A0 =A0 =A0Tue Apr 13 22:48:48 2010 > *************** > *** 1061,1068 **** > =A0 =A0 =A0 =A0g_free (bucket); > =A0} >=20 > ! static void > ! type_registry_shutdown (void) > =A0{ > =A0 =A0 =A0 =A0g_hash_table_foreach (type_hash, type_bucket_foreach, NULL= ); > =A0 =A0 =A0 =A0g_hash_table_destroy (type_hash); > --- 1061,1068 ---- > =A0 =A0 =A0 =A0g_free (bucket); > =A0} >=20 > ! void > ! g_mime_object_shutdown (void) > =A0{ > =A0 =A0 =A0 =A0g_hash_table_foreach (type_hash, type_bucket_foreach, NULL= ); > =A0 =A0 =A0 =A0g_hash_table_destroy (type_hash); > *************** > *** 1075,1080 **** > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0return; >=20 > =A0 =A0 =A0 =A0type_hash =3D g_hash_table_new (g_mime_strcase_hash, g_mim= e_strcase_equal); > - > - =A0 =A0 =A0 g_atexit (type_registry_shutdown); > =A0} > --- 1075,1078 ---- > [root@bsdlaptop /usr/ports/mail/gmime24]# cat files/patch-gmime_gmime-obj= ect.h > *** gmime/gmime-object.h.orig =A0 Tue Apr 13 22:49:01 2010 > --- gmime/gmime-object.h =A0 =A0 =A0 =A0Tue Apr 13 22:49:51 2010 > *************** > *** 94,99 **** > --- 94,100 ---- > =A0GType g_mime_object_get_type (void); >=20 > =A0void g_mime_object_register_type (const char *type, const char > *subtype, GType object_type); > + void g_mime_object_shutdown (void); >=20 > =A0GMimeObject *g_mime_object_new (GMimeContentType *content_type); > =A0GMimeObject *g_mime_object_new_type (const char *type, const char *sub= type); >=20 >=20 >=20 > -- > John Prather > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --=20 Romain Tarti=E8re http://people.FreeBSD.org/~romain/ pgp: 8234 9A78 E7C0 B807 0B59 80FF BA4D 1D95 5112 336F (ID: 0x5112336F) (plain text =3Dnon-HTML=3D PGP/GPG encrypted/signed e-mail much appreciated) --pAwQNkOnpTn9IO2O Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQGcBAEBAgAGBQJLxtdwAAoJELpNHZVREjNvHSUL/26KCXchrkQCjpKyIys2hhXU VhCoh+8CdG3Y0pAU9gd8pAkf2qjWeu1zw3kPKCmCVubl+W8Z04wwteq52wHz/A6M uffm4rR32w2Uq0cn8Qzo3afpNV+/Ftn49COtfifb/fStsHREFEv0oE8AIIlaOga5 GhaqugJeiiu/wppM4zSLG23sc3X9fPgm7vs9UhauRkF/RrFCPH8lQuIuilX69Q7o C7Atr2UGArN1Tlr/1SAvBaO6h7U5hHjTTdbk4zo5zvS5xbBXmSeydRRmQKYco75W yFS7F4EYMdkNPSksaal08EXj+J/GY2t9YSV0iBHaxVGxvbTIo6cQidJ5S0S2oAKS zgtprJRup+ecnGHmq5DvWdgu6FU4Hb5nF9BK4q665X3yMaO+CcKEHWU9rLvucSoe PAIgVy71QmdZ366kX21UB77+8/01jMJl+IvtUdVtZfEx6vACGwQMtlJQNfdClwhH 48Q+/MQg+sFv6/gpwQ3qOaiHu+KxwQANjlNS3/pUHQ== =7v+h -----END PGP SIGNATURE----- --pAwQNkOnpTn9IO2O-- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 10:33:06 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE3EB106566C for ; Thu, 15 Apr 2010 10:33:06 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 466D18FC12 for ; Thu, 15 Apr 2010 10:33:05 +0000 (UTC) Received: from lqc.issp.ac.ru [77.236.34.156:8573] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o3FAWASH043885 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 15 Apr 2010 14:32:10 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Thu, 15 Apr 2010 14:32:54 +0400 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; i386; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201004151432.54357.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 15 Apr 2010 14:32:10 +0400 (MSD) Cc: c-s@c-s.li Subject: Re: misc/tellico patches - No reaction from maintainer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 10:33:06 -0000 On Thu, 15 Apr 2010 10:39:51 +0200, c-s@c-s.li wrote: > Hi everybody, > A couple of months ago, I sent a patch to update misc/tellico but never > got any reaction from its maintainer. Could somebody please have a look. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=142191 > > many thanks, > C-S I'll take it From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 11:28:59 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8DD21065670 for ; Thu, 15 Apr 2010 11:28:59 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 437EF8FC25 for ; Thu, 15 Apr 2010 11:28:58 +0000 (UTC) Received: by bwz6 with SMTP id 6so1080904bwz.13 for ; Thu, 15 Apr 2010 04:28:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=2CcGO2PxaeCLL1dcYmvQ0q9fnsDMfjiE0JRZ2+N513s=; b=h6zFSr0dPqcudKsdWpDJmSLDQXZqBNrsBrfsIoP1b7Ro83V8A6UfIWX48fymCbeDSp uPikil0jA4HQcboRl6cNj3dLljUJbBuStIUrZUJ+WvNQkCcq3f5vbi4c8i+31QvJ+IoN cAvMBoSRu3LOw/z41lv7jxKIhX/DXglUnF5YA= 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=txF00j8dSD45JSp7SQ8USDY0ZmooW9U6GFlWRzkYKV5vlNAiS05R6jZE1cR0sq/pu7 JJexGwDiPFPKwg3pq5WNmQilIL7/YXa3Or/NuvF+wr3MpSf/UMttSAaiR/16PcLNVcRA f8Ce7t1Wl9hpHSEJ2/8flDD2mSg13vvHaPibQ= MIME-Version: 1.0 Received: by 10.239.182.72 with HTTP; Thu, 15 Apr 2010 04:28:57 -0700 (PDT) In-Reply-To: <201004151432.54357.makc@issp.ac.ru> References: <201004151432.54357.makc@issp.ac.ru> Date: Thu, 15 Apr 2010 13:28:57 +0200 Received: by 10.239.183.74 with SMTP id t10mr2419hbg.85.1271330937929; Thu, 15 Apr 2010 04:28:57 -0700 (PDT) Message-ID: From: Rene Ladan To: Max Brazhnikov Content-Type: text/plain; charset=ISO-8859-1 Cc: c-s@c-s.li, freebsd-ports@freebsd.org Subject: Re: misc/tellico patches - No reaction from maintainer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 11:28:59 -0000 2010/4/15 Max Brazhnikov : > On Thu, 15 Apr 2010 10:39:51 +0200, c-s@c-s.li wrote: >> Hi everybody, >> A couple of months ago, I sent a patch to update misc/tellico but never >> got any reaction from its maintainer. Could somebody please have a look. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=142191 >> >> many thanks, >> C-S > > I'll take it It looks like marcus@ still has it? Rene From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 11:40:36 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4BDB106566B for ; Thu, 15 Apr 2010 11:40:36 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 82F988FC18 for ; Thu, 15 Apr 2010 11:40:36 +0000 (UTC) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1O2NQw-000DX9-Ng; Thu, 15 Apr 2010 15:40:34 +0400 From: Boris Samorodov To: Alex Keda References: <20100414100902.GB80702@megatron.madpilot.net> <1271241794.28425.58703.camel@vcampaign> <20100414121533.GC80702@megatron.madpilot.net> <4BC5FE94.3000205@lissyara.su> Date: Thu, 15 Apr 2010 15:40:34 +0400 In-Reply-To: <4BC5FE94.3000205@lissyara.su> (Alex Keda's message of "Wed, 14 Apr 2010 21:42:44 +0400") Message-ID: <84574973@bb.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-ports@freebsd.org Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 11:40:36 -0000 On Wed, 14 Apr 2010 21:42:44 +0400 Alex Keda wrote: > I am ready to support this set of ports. Then send a PR for a new php52 port with you as a maintainer. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 12:10:05 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48DFD106566C; Thu, 15 Apr 2010 12:10:05 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7E44F8FC1B; Thu, 15 Apr 2010 12:10:04 +0000 (UTC) Received: from lqc.issp.ac.ru [77.236.34.156:61343] (HELO/EHLO lqc.issp.ac.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o3FC95wH048361 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 15 Apr 2010 16:09:05 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: Rene Ladan Date: Thu, 15 Apr 2010 16:09:49 +0400 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.5; i386; ; ) References: <201004151432.54357.makc@issp.ac.ru> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201004151609.49228.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 15 Apr 2010 16:09:05 +0400 (MSD) Cc: c-s@c-s.li, markus@freebsd.org, freebsd-ports@freebsd.org Subject: Re: misc/tellico patches - No reaction from maintainer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 12:10:05 -0000 On Thu, 15 Apr 2010 13:28:57 +0200, Rene Ladan wrote: > 2010/4/15 Max Brazhnikov : > > On Thu, 15 Apr 2010 10:39:51 +0200, c-s@c-s.li wrote: > >> Hi everybody, > >> A couple of months ago, I sent a patch to update misc/tellico but never > >> got any reaction from its maintainer. Could somebody please have a look. > >> > >> http://www.freebsd.org/cgi/query-pr.cgi?pr=142191 > >> > >> many thanks, > >> C-S > > > > I'll take it > > It looks like marcus@ still has it? Don't confuse marcus@ and markus@ :) Last time I've asked Markus he is not interested in maintaining ports. I've taken several ports from him already. Max From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 12:11:28 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A234C106566C for ; Thu, 15 Apr 2010 12:11:28 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 2563F8FC15 for ; Thu, 15 Apr 2010 12:11:27 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id 22so549117fge.13 for ; Thu, 15 Apr 2010 05:11:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=rnq20urqqEZ7yk9wMUNo3OWd59zufZvPQAjKAXfDjw8=; b=skMNx4a0Ih+jtP5/7qGg5NHcsdL95wmxO/Zkg0yu/qMgL/XucRr++QNnGLvX2jgUNd 2rVq5c+XviNG1GOhCY+V6/0YOHlHMO3ILF1og9bVXGf85Vmxz8W83behrAytDaRzRDZJ w+Bn6AzFKEUnr2dt9wuHH6dn7jSy4X8a7wypE= 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=dp0tkzx+NWMpiauPwWrEC3c2DpKgQgYHg4CYz01OdvdJZFhxgzqMcW0DDfGHBjGxcd BuqgBCgClP8tDgKap/bt/TCiJFgwCYm3TMGLKvPmojTw2XS9mND0AM+ux4DM6olGUdH1 rXndU/kJ/7txQR/oNl4mioAq+tjhAmYRtO9/g= MIME-Version: 1.0 Received: by 10.239.182.72 with HTTP; Thu, 15 Apr 2010 05:11:26 -0700 (PDT) In-Reply-To: References: <201004151432.54357.makc@issp.ac.ru> Date: Thu, 15 Apr 2010 14:11:26 +0200 Received: by 10.239.193.136 with SMTP id j8mr5344hbi.143.1271333486845; Thu, 15 Apr 2010 05:11:26 -0700 (PDT) Message-ID: From: Rene Ladan To: Max Brazhnikov Content-Type: text/plain; charset=ISO-8859-1 Cc: c-s@c-s.li, freebsd-ports@freebsd.org Subject: Re: misc/tellico patches - No reaction from maintainer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 12:11:28 -0000 2010/4/15 Rene Ladan : > 2010/4/15 Max Brazhnikov : >> On Thu, 15 Apr 2010 10:39:51 +0200, c-s@c-s.li wrote: >>> Hi everybody, >>> A couple of months ago, I sent a patch to update misc/tellico but never >>> got any reaction from its maintainer. Could somebody please have a look. >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=142191 >>> >>> many thanks, >>> C-S >> >> I'll take it > > It looks like marcus@ still has it? > Not a good day to remember names, it should be markus@ Rene > From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 12:15:18 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4714A106564A for ; Thu, 15 Apr 2010 12:15:18 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id ED7688FC1D for ; Thu, 15 Apr 2010 12:15:17 +0000 (UTC) Received: from [195.93.240.104] (port=61064 helo=lissyara.moskb.local) by hosting.lissyara.su with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O2NyV-0006Ra-Rn; Thu, 15 Apr 2010 16:15:15 +0400 Message-ID: <4BC70353.4010307@lissyara.su> Date: Thu, 15 Apr 2010 16:15:15 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.8.1.23) Gecko/20091202 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Boris Samorodov References: <20100414100902.GB80702@megatron.madpilot.net> <1271241794.28425.58703.camel@vcampaign> <20100414121533.GC80702@megatron.madpilot.net> <4BC5FE94.3000205@lissyara.su> <84574973@bb.ipt.ru> In-Reply-To: <84574973@bb.ipt.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-White-List: YES X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: freebsd-ports@freebsd.org Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 12:15:18 -0000 15.04.2010 15:40, Boris Samorodov пишет: > On Wed, 14 Apr 2010 21:42:44 +0400 Alex Keda wrote: > > >> I am ready to support this set of ports. >> > Then send a PR for a new php52 port with you as a maintainer. > > Ерфтлы! From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 12:15:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 287AC106564A for ; Thu, 15 Apr 2010 12:15:41 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id CE2098FC14 for ; Thu, 15 Apr 2010 12:15:40 +0000 (UTC) Received: from [195.93.240.104] (port=61066 helo=lissyara.moskb.local) by hosting.lissyara.su with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O2Nyt-0006S0-H9; Thu, 15 Apr 2010 16:15:39 +0400 Message-ID: <4BC7036B.7090509@lissyara.su> Date: Thu, 15 Apr 2010 16:15:39 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.8.1.23) Gecko/20091202 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: Boris Samorodov References: <20100414100902.GB80702@megatron.madpilot.net> <1271241794.28425.58703.camel@vcampaign> <20100414121533.GC80702@megatron.madpilot.net> <4BC5FE94.3000205@lissyara.su> <84574973@bb.ipt.ru> In-Reply-To: <84574973@bb.ipt.ru> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-White-List: YES X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Cc: freebsd-ports@freebsd.org Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 12:15:41 -0000 15.04.2010 15:40, Boris Samorodov пишет: > On Wed, 14 Apr 2010 21:42:44 +0400 Alex Keda wrote: > > >> I am ready to support this set of ports. >> > Then send a PR for a new php52 port with you as a maintainer. > > Sorry =) I say 'Thanks' =) From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 14:25:16 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 45600106566C for ; Thu, 15 Apr 2010 14:25:16 +0000 (UTC) (envelope-from mihai.militaru@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 90A538FC08 for ; Thu, 15 Apr 2010 14:25:15 +0000 (UTC) Received: (qmail invoked by alias); 15 Apr 2010 14:25:13 -0000 Received: from 89-45-24-235.citynet.botosani.ro (EHLO free.bsd369441.org) [89.45.24.235] by mail.gmx.com (mp-eu004) with SMTP; 15 Apr 2010 16:25:13 +0200 X-Authenticated: #45327653 X-Provags-ID: V01U2FsdGVkX1/DNqgo/KbDdhbWDCfbf4TMmKqdmp3sX4gJMcVFxK Nr67LXWy6u5NqC Date: Thu, 15 Apr 2010 17:24:51 +0300 From: Mihai Militaru To: freebsd-ports@freebsd.org Message-Id: <20100415172451.5f4649eb.mihai.militaru@gmx.com> X-Mailer: Sylpheed 3.0.1 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67000000000000004 Subject: OpenSSL with ZLIB support? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 14:25:16 -0000 Hey, I'm building an application (custom Makefile, not a port or something) which requires openssl with zlib compression - it uses the zlib BIO for compressing and encrypting files locally. The problem is: - If I use openssl from base, zlib support is not built-in. The application fails to link following a missing reference to BIO_zlib. - If I use openssl from ports, the application builds fine, on the other hand I get "connection refused" when a client tries to connect to this server. So, the solution would be either to be able to build the base system with OpenSSL using zlib, or find out how could I solve the "connection refused problem", I have no idea why that happens and can't find information about this exact problem. Any ideas? Thanks, Mihai -- Mihai Militaru From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 16:17:02 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 024AA106564A for ; Thu, 15 Apr 2010 16:17:02 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id B371A8FC15 for ; Thu, 15 Apr 2010 16:17:01 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.71) (envelope-from ) id 1O2RkR-0001Kh-4t for freebsd-ports@FreeBSD.org; Thu, 15 Apr 2010 20:16:59 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id A2B1DB860 for ; Thu, 15 Apr 2010 20:16:58 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 8CAD9B829; Thu, 15 Apr 2010 20:16:58 +0400 (MSD) Date: Thu, 15 Apr 2010 20:16:58 +0400 From: Dmitry Marakasov To: freebsd-ports@FreeBSD.org Message-ID: <20100415161658.GE10801@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: releasing awn port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 16:17:02 -0000 Hi! I'm releasing couple of my ports I don't have (actually never had) interest in maintaining: games/alephone x11/avant-window-navigator* Does anyone want to pick them up? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 16:33:34 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1353D1065673; Thu, 15 Apr 2010 16:33:34 +0000 (UTC) (envelope-from agabas@astabis.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 381D98FC31; Thu, 15 Apr 2010 16:33:33 +0000 (UTC) Received: by bwz6 with SMTP id 6so1415733bwz.13 for ; Thu, 15 Apr 2010 09:33:32 -0700 (PDT) Received: by 10.204.84.23 with SMTP id h23mr325371bkl.141.1271349211761; Thu, 15 Apr 2010 09:33:31 -0700 (PDT) Received: from nintu ([83.44.66.165]) by mx.google.com with ESMTPS id x16sm1194708bku.23.2010.04.15.09.33.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 09:33:30 -0700 (PDT) From: =?iso-8859-1?Q?Albert_Gab=E0s_|_Astabis?= To: "'Luiz Gustavo Costa'" References: <000801cad8bc$9c4fd7d0$d4ef8770$@com> <4BC0B646.7080801@luizgustavo.pro.br> In-Reply-To: <4BC0B646.7080801@luizgustavo.pro.br> Date: Thu, 15 Apr 2010 18:34:12 +0200 Message-ID: <000001cadcb9$7cb3d060$761b7120$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrY09jFM8h6BMKlTayYf/19ADPnRgD5MLhQ Content-Language: es X-Mailman-Approved-At: Thu, 15 Apr 2010 16:42:18 +0000 Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: RE: PHP 5.3.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 16:33:34 -0000 Dear Luiz, I used the porteasy but I can't recover the removed ports like: php5-pcre php5-dbase Are there any method to recover the entire ports tree for a concrete = date?? Regards -- Albert Gab=E0s - Astabis Information Risk Management Movil: +34 687 733 222 | Oficina: +34 932 417 962 Directo: +34 931 145 262 | Fax: +34 932 400 545 Emergencias en servidores: +34 668 887 123 SkypeID: albert.gabas Le informamos que los datos personales que facilite/ha facilitado = pasar=E1n a formar parte de un fichero responsabilidad de ASTABIS IRM, S.L. y que = tiene por finalidad gestionar las relaciones con usted. Tiene derecho al = acceso, rectificaci=F3n cancelaci=F3n y oposici=F3n en nuestro domicilio social = sito en la calle Balmes, 297 1=BA 2=AA de Barcelona o a la direcci=F3n de e-mail lopd@astabis.com Este mensaje se dirige exclusivamente a su destinatario y puede contener informaci=F3n privilegiada o confidencial. Si no es vd. el destinatario indicado, queda notificado que la utilizaci=F3n, divulgaci=F3n y/o copia = sin autorizaci=F3n est=E1 prohibida en virtud de la legislaci=F3n vigente. This message is intended exclusively for its addressee and may contain information that is confidential and protected by professional = privilege. If you are not the intended recipient you are hereby notified that any dissemination, copy or disclosure of this communication is strictly prohibited by law. -----Mensaje original----- De: Luiz Gustavo Costa [mailto:luizgustavo@luizgustavo.pro.br]=20 Enviado el: s=E1bado, 10 de abril de 2010 19:33 Para: Albert Gab=E0s | Astabis CC: ale@FreeBSD.org; ports@FreeBSD.org Asunto: Re: PHP 5.3.... Albert Gab=E0s | Astabis wrote: > Dear Ale, > > I have some problems with the latest iocube loader for php version = 5.3. > > I'm trying to downgrade the php to the 5.2 version, but I can't = complete the > downgrade due problems with pcre. > > How can I downgrade the 5.3 to 5.2 version if the php5-pcre has been > removed?? > > Regards > -- > Albert Gab=E0s - Astabis > Information Risk Management > > Movil: +34 687 733 222 | Oficina: +34 932 417 962 > Directo: +34 931 145 262 | Fax: +34 932 400 545 > > Emergencias en servidores: +34 668 887 123 > SkypeID: albert.gabas > > Le informamos que los datos personales que facilite/ha facilitado = pasar=E1n a > formar parte de un fichero responsabilidad de ASTABIS IRM, S.L. y que tiene > por finalidad gestionar las relaciones con usted. Tiene derecho al = acceso, > rectificaci=F3n cancelaci=F3n y oposici=F3n en nuestro domicilio = social sito en la > calle Balmes, 297 1=BA 2=AA de Barcelona o a la direcci=F3n de e-mail > lopd@astabis.com > > Este mensaje se dirige exclusivamente a su destinatario y puede = contener > informaci=F3n privilegiada o confidencial. Si no es vd. el = destinatario > indicado, queda notificado que la utilizaci=F3n, divulgaci=F3n y/o = copia sin > autorizaci=F3n est=E1 prohibida en virtud de la legislaci=F3n vigente. > > This message is intended exclusively for its addressee and may contain > information that is confidential and protected by professional = privilege. If > you are not the intended recipient you are hereby notified that any > dissemination, copy or disclosure of this communication is strictly > prohibited by law. > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" > =20 Hi Albert, you can use the "porteasy" (/usr/ports/ports-mgmt/porteasy): With porteasy you can use one old ports from CVS repository, example: # porteasy -p /tmp/ports -D '6 months ago' -v -u lang/php5 I create one post for this (sorry, only in portuguese):=20 http://www.luizgustavo.pro.br/blog/2010/02/22/porteasy-gerencia-de-ports-= no- freebsd/ Regards --=20 Luiz Gustavo Costa (Powered by BSD) *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ mundoUnix - Consultoria em Software Livre http://www.mundounix.com.br ICQ: 2890831 / MSN: contato@mundounix.com.br Tel: 55 (21) 2642-3799 / 75820594 Blog: http://www.luizgustavo.pro.br From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 17:04:27 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21CB51065742 for ; Thu, 15 Apr 2010 17:04:27 +0000 (UTC) (envelope-from smcafee@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id C84018FC16 for ; Thu, 15 Apr 2010 17:04:26 +0000 (UTC) Received: from nightbird.ws.pitbpa0.priv.collaborativefusion.com (nightbird.ws.pitbpa0.priv.collaborativefusion.com [192.168.2.163]) (AUTH: LOGIN smcafee, SSL: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Thu, 15 Apr 2010 13:04:26 -0400 id 0003F402.000000004BC7471A.0000FDC1 Message-ID: <4BC74719.1040503@collaborativefusion.com> Date: Thu, 15 Apr 2010 13:04:25 -0400 From: Sean McAfee User-Agent: Thunderbird 2.0.0.23 (X11/20100205) MIME-Version: 1.0 To: =?ISO-8859-1?Q?Albert_Gab=E0s_=7C_Astabis?= References: <000801cad8bc$9c4fd7d0$d4ef8770$@com> <4BC0B646.7080801@luizgustavo.pro.br> <000001cadcb9$7cb3d060$761b7120$@com> In-Reply-To: <000001cadcb9$7cb3d060$761b7120$@com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org Subject: Re: PHP 5.3.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 17:04:27 -0000 Albert Gabàs | Astabis wrote: > Dear Luiz, > > I used the porteasy but I can't recover the removed ports like: > > php5-pcre > php5-dbase > > Are there any method to recover the entire ports tree for a concrete date?? > > Regards > -- > Albert Gabàs - Astabis > Information Risk Management If you add: *default date=2010.04.08.12.00 to your ports supfile, then run csup, you'll have the tree as it existed at noon on April 8th (the day before php 5.3 was committed). -- Sean McAfee Senior Systems Engineer From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 17:38:22 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B212106566B for ; Thu, 15 Apr 2010 17:38:22 +0000 (UTC) (envelope-from mihai.militaru@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id B50798FC15 for ; Thu, 15 Apr 2010 17:38:21 +0000 (UTC) Received: (qmail invoked by alias); 15 Apr 2010 17:38:20 -0000 Received: from 89-45-24-235.citynet.botosani.ro (EHLO free.bsd369441.org) [89.45.24.235] by mail.gmx.com (mp-eu002) with SMTP; 15 Apr 2010 19:38:20 +0200 X-Authenticated: #45327653 X-Provags-ID: V01U2FsdGVkX1/XAa9TW9vXMaO4Dn/oRF5sX3zTs80GP4c7QyNVf3 eDtqsDAwFQtZ4O Date: Thu, 15 Apr 2010 20:37:30 +0300 From: Mihai Militaru To: freebsd-ports@freebsd.org Message-Id: <20100415203730.de6c85a2.mihai.militaru@gmx.com> X-Mailer: Sylpheed 3.0.1 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66000000000000003 Subject: Re: OpenSSL with ZLIB support? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 17:38:22 -0000 The solution I found was to copy and compile in my source: crypto/comp/c_zlib.c, from the openssl source tree (extracting the distfile) and include that in the sources that require it. It is a bit dirty, but in the end it is the same thing as creating my zlib BIOs, except that I don't create them myself. Copied everything in a source, except the parts found here whici I put in the corresponding header: #include #include #include #include #include #include BIO_METHOD *BIO_f_zlib(void); It would be interesting to find out why the ports OpenSSL can't be used to set-up a server, though. Cheers! -- Mihai From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 18:15:33 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C080106564A; Thu, 15 Apr 2010 18:15:33 +0000 (UTC) (envelope-from luizgustavo@luizgustavo.pro.br) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 766388FC15; Thu, 15 Apr 2010 18:15:32 +0000 (UTC) Received: by gyh20 with SMTP id 20so868505gyh.13 for ; Thu, 15 Apr 2010 11:15:32 -0700 (PDT) Received: by 10.101.121.19 with SMTP id y19mr698695anm.103.1271355330944; Thu, 15 Apr 2010 11:15:30 -0700 (PDT) Received: from localhost ([187.126.15.237]) by mx.google.com with ESMTPS id 30sm3624060anp.1.2010.04.15.11.15.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 11:15:28 -0700 (PDT) Date: Thu, 15 Apr 2010 15:15:42 -0300 From: "Luiz Gustavo S. Costa" To: Albert =?iso-8859-1?Q?Gab=E0s?= | Astabis Message-ID: <20100415181542.GA81595@desktop.luizgustavo.pro.br> References: <000801cad8bc$9c4fd7d0$d4ef8770$@com> <4BC0B646.7080801@luizgustavo.pro.br> <000001cadcb9$7cb3d060$761b7120$@com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <000001cadcb9$7cb3d060$761b7120$@com> X-Operating-System: FreeBSD/8.0-STABLE (i386) User-Agent: Mutt/1.5.20 (2009-06-14) Cc: ports@FreeBSD.org, ale@FreeBSD.org Subject: Re: PHP 5.3.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 18:15:33 -0000 you can use: porteasy -p /tmp/ports -D '2 months ago' -v -u devel/php5-pcre and porteasy -p /tmp/ports -D '2 months ago' -v -u databases/php5-dbase lang/php5 is installed as a dependency of these packages. See, I used the option '-p /tmp/ports' to specify a different path for portstree I have helped regards * Albert Gab=E0s | Astabis (agabas@astabis.com) wrote: > Dear Luiz, >=20 > I used the porteasy but I can't recover the removed ports like: >=20 > php5-pcre > php5-dbase >=20 > Are there any method to recover the entire ports tree for a concrete date= ?? >=20 > Regards > -- > Albert Gab=E0s - Astabis > Information Risk Management >=20 > Movil: +34 687 733 222 | Oficina: +34 932 417 962 > Directo: +34 931 145 262 | Fax: +34 932 400 545 >=20 > Emergencias en servidores: +34 668 887 123 > SkypeID: albert.gabas >=20 > Le informamos que los datos personales que facilite/ha facilitado pasar= =E1n a > formar parte de un fichero responsabilidad de ASTABIS IRM, S.L. y que tie= ne > por finalidad gestionar las relaciones con usted. Tiene derecho al acceso, > rectificaci=F3n cancelaci=F3n y oposici=F3n en nuestro domicilio social s= ito en la > calle Balmes, 297 1=BA 2=AA de Barcelona o a la direcci=F3n de e-mail > lopd@astabis.com >=20 > Este mensaje se dirige exclusivamente a su destinatario y puede contener > informaci=F3n privilegiada o confidencial. Si no es vd. el destinatario > indicado, queda notificado que la utilizaci=F3n, divulgaci=F3n y/o copia = sin > autorizaci=F3n est=E1 prohibida en virtud de la legislaci=F3n vigente. >=20 > This message is intended exclusively for its addressee and may contain > information that is confidential and protected by professional privilege.= If > you are not the intended recipient you are hereby notified that any > dissemination, copy or disclosure of this communication is strictly > prohibited by law. >=20 > -----Mensaje original----- > De: Luiz Gustavo Costa [mailto:luizgustavo@luizgustavo.pro.br]=20 > Enviado el: s=E1bado, 10 de abril de 2010 19:33 > Para: Albert Gab=E0s | Astabis > CC: ale@FreeBSD.org; ports@FreeBSD.org > Asunto: Re: PHP 5.3.... >=20 > Albert Gab=E0s | Astabis wrote: > > Dear Ale, > > > > I have some problems with the latest iocube loader for php version 5.3. > > > > I'm trying to downgrade the php to the 5.2 version, but I can't complete > the > > downgrade due problems with pcre. > > > > How can I downgrade the 5.3 to 5.2 version if the php5-pcre has been > > removed?? > > > > Regards > > -- > > Albert Gab=E0s - Astabis > > Information Risk Management > > > > Movil: +34 687 733 222 | Oficina: +34 932 417 962 > > Directo: +34 931 145 262 | Fax: +34 932 400 545 > > > > Emergencias en servidores: +34 668 887 123 > > SkypeID: albert.gabas > > > > Le informamos que los datos personales que facilite/ha facilitado pasar= =E1n > a > > formar parte de un fichero responsabilidad de ASTABIS IRM, S.L. y que > tiene > > por finalidad gestionar las relaciones con usted. Tiene derecho al acce= so, > > rectificaci=F3n cancelaci=F3n y oposici=F3n en nuestro domicilio social= sito en > la > > calle Balmes, 297 1=BA 2=AA de Barcelona o a la direcci=F3n de e-mail > > lopd@astabis.com > > > > Este mensaje se dirige exclusivamente a su destinatario y puede contener > > informaci=F3n privilegiada o confidencial. Si no es vd. el destinatario > > indicado, queda notificado que la utilizaci=F3n, divulgaci=F3n y/o copi= a sin > > autorizaci=F3n est=E1 prohibida en virtud de la legislaci=F3n vigente. > > > > This message is intended exclusively for its addressee and may contain > > information that is confidential and protected by professional privileg= e. > If > > you are not the intended recipient you are hereby notified that any > > dissemination, copy or disclosure of this communication is strictly > > prohibited by law. > > > > > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > =20 > Hi Albert, >=20 > you can use the "porteasy" (/usr/ports/ports-mgmt/porteasy): >=20 > With porteasy you can use one old ports from CVS repository, example: >=20 > # porteasy -p /tmp/ports -D '6 months ago' -v -u lang/php5 >=20 >=20 > I create one post for this (sorry, only in portuguese):=20 > http://www.luizgustavo.pro.br/blog/2010/02/22/porteasy-gerencia-de-ports-= no- > freebsd/ >=20 > Regards >=20 > --=20 > Luiz Gustavo Costa (Powered by BSD) > *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ > mundoUnix - Consultoria em Software Livre > http://www.mundounix.com.br > ICQ: 2890831 / MSN: contato@mundounix.com.br > Tel: 55 (21) 2642-3799 / 75820594 > Blog: http://www.luizgustavo.pro.br >=20 Luiz Gustavo Costa (Powered by BSD) *+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+*+ mundoUnix - Consultoria em Software Livre http://www.mundounix.com.br ICQ: 2890831 / MSN: contato@mundounix.com.br Tel: 55 (21) 2642-3799 / 75820594 Blog: http://www.luizgustavo.pro.br From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 17:10:44 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B76841065670 for ; Thu, 15 Apr 2010 17:10:44 +0000 (UTC) (envelope-from agabas@astabis.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 49EE78FC1B for ; Thu, 15 Apr 2010 17:10:44 +0000 (UTC) Received: by mail-bw0-f214.google.com with SMTP id 6so1454892bwz.13 for ; Thu, 15 Apr 2010 10:10:43 -0700 (PDT) Received: by 10.204.24.134 with SMTP id v6mr352308bkb.204.1271351442238; Thu, 15 Apr 2010 10:10:42 -0700 (PDT) Received: from nintu ([83.44.66.165]) by mx.google.com with ESMTPS id a11sm1227760bkc.15.2010.04.15.10.10.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 10:10:41 -0700 (PDT) From: =?iso-8859-1?Q?Albert_Gab=E0s_|_Astabis?= To: "'Sean McAfee'" References: <000801cad8bc$9c4fd7d0$d4ef8770$@com> <4BC0B646.7080801@luizgustavo.pro.br> <000001cadcb9$7cb3d060$761b7120$@com> <4BC74719.1040503@collaborativefusion.com> In-Reply-To: <4BC74719.1040503@collaborativefusion.com> Date: Thu, 15 Apr 2010 19:11:23 +0200 Message-ID: <000001cadcbe$ae6015b0$0b204110$@com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AcrcvbUsKNU6+B/5Rd6TWKxW/lUCAAAAE2tQ Content-Language: es X-Mailman-Approved-At: Thu, 15 Apr 2010 18:19:26 +0000 Cc: ports@FreeBSD.org Subject: RE: PHP 5.3.... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 17:10:44 -0000 Thank you very much Sean, it's a perfect solution! Regards -- Albert Gab=E0s - Astabis Information Risk Management -----Mensaje original----- De: Sean McAfee [mailto:smcafee@collaborativefusion.com]=20 Enviado el: jueves, 15 de abril de 2010 19:04 Para: Albert Gab=E0s | Astabis CC: ports@FreeBSD.org Asunto: Re: PHP 5.3.... Albert Gab=E0s | Astabis wrote: > Dear Luiz, >=20 > I used the porteasy but I can't recover the removed ports like: >=20 > php5-pcre > php5-dbase >=20 > Are there any method to recover the entire ports tree for a concrete date?? >=20 > Regards > -- > Albert Gab=E0s - Astabis > Information Risk Management If you add: *default date=3D2010.04.08.12.00 to your ports supfile, then run csup, you'll have the tree as it existed = at noon on April 8th (the day before php 5.3 was committed). --=20 Sean McAfee Senior Systems Engineer From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 19:24:58 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 11A82106566B; Thu, 15 Apr 2010 19:24:58 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [IPv6:2001:470:a803::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5C36C8FC08; Thu, 15 Apr 2010 19:24:57 +0000 (UTC) Received: from mail.geekcn.org (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id E64C9A56FE5; Fri, 16 Apr 2010 03:24:55 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by mail.geekcn.org (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with LMTP id 5HqhStlET1eE; Fri, 16 Apr 2010 03:24:50 +0800 (CST) Received: from delta.delphij.net (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id BE1E0A56FF8; Fri, 16 Apr 2010 03:24:49 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:subject:x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=GVW+60Y3RRBo998qf6X5twTTMVtcFlpYvnrzyCIJuEox/Y2yMwOG4j4ZgMO5u1Cry vx0IttfgQPSr3rdz+epGQ== Message-ID: <4BC767FE.4060504@delphij.net> Date: Thu, 15 Apr 2010 12:24:46 -0700 From: Xin LI Organization: The Geek China Organization User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100408 Thunderbird/3.0.4 ThunderBrowse/3.2.8.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, freebsd-net@freebsd.org X-Enigmail-Version: 1.0.1 OpenPGP: id=3FCA37C1; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Recent nc(1) changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 19:24:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Thanks to Dima Panov, we have now figured out a behavior change that could break some ports. I'd like to give some more details for the record. In the past, nc(1) would give a message like "Connection to xxx xxx port [tcp/*] succeeded" if either -v or -z is specified in stdout. In newer nc(1) from OpenBSD, this has been changed to stderr. In -CURRENT, we have followed OpenBSD's behavior. I think, that this behavior is more sensible since one can, say, filter stdout and stderr to two programs/logs to fill their need. This unfortunately would break some ports that uses nc -z's standard output as an indicator of whether the connection is succeeded. To solve this, one can modify the script to use "2>&1" when getting the output, which is compatible to the old nc(1) as well. Another change is that nc(1) now considers '-o' as deprecated. My plan is to remove this option before 9.0-RELEASE. Will this removal be a problem for anyone? Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJLx2f+AAoJEATO+BI/yjfBkKMH/2R4J82mJkWJkddZ/XjlmoQq VruKRMu06w3pXpqzMyqt0MXMII8v5x1jRrhusrZnNJ3dLXjpBHj9WqBYLVCskDdf 3etDE4gKK4DH2hhLuK4HOT4fM70OSN/18fDcpbZ7zrIRWoSheQXESZKy9po99y69 ENUhuxgyzDKzOqccArttJbiz6+jrcoDOjRf7ULnegIKaE4B58fAcpqO9A+6UZBHc Rh2OdnQgYI2wpKxihZiklgK7VDQx09Qvl+4UacDC08uu7rBh3cD09UziQHGjnicV MLhFSN/LGNNc2BVb0z4mFOtaP4efYu9Rxuyy1idOJCPg/HD/+2CECNlZm2BWRe8= =azZK -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 19:41:57 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87AAC106564A for ; Thu, 15 Apr 2010 19:41:57 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 4ABC38FC16 for ; Thu, 15 Apr 2010 19:41:56 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [88.130.197.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 73D018A1AE9; Thu, 15 Apr 2010 21:41:55 +0200 (CEST) Message-ID: <4BC76C02.6050304@bsdforen.de> Date: Thu, 15 Apr 2010 21:41:54 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: Xin LI References: <4BC767FE.4060504@delphij.net> In-Reply-To: <4BC767FE.4060504@delphij.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Recent nc(1) changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 19:41:57 -0000 On 15/04/2010 21:24, Xin LI wrote: > ... I'd say that the data loss (~1%) when I tried to use nc with UNIX sockets (on both ends) is much more troublesome than your changes. Even when I used lockf to synchronize socket access this loss occured and I have fallen back to using files for messaging in my scripts. Back then I thought I must have done something wrong, but I cannot think of anything. Obviously an option with disadvantages. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 19:49:08 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 166491065672 for ; Thu, 15 Apr 2010 19:49:08 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [IPv6:2001:470:a803::1]) by mx1.freebsd.org (Postfix) with ESMTP id 5E96F8FC19 for ; Thu, 15 Apr 2010 19:49:06 +0000 (UTC) Received: from mail.geekcn.org (tarsier.geekcn.org [211.166.10.233]) by tarsier.geekcn.org (Postfix) with ESMTP id B499EA57015; Fri, 16 Apr 2010 03:49:05 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([211.166.10.233]) by mail.geekcn.org (mail.geekcn.org [211.166.10.233]) (amavisd-new, port 10024) with LMTP id RSt-AlY9DrAS; Fri, 16 Apr 2010 03:49:00 +0800 (CST) Received: from delta.delphij.net (drawbridge.ixsystems.com [206.40.55.65]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTPSA id 0770DA57030; Fri, 16 Apr 2010 03:48:58 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=hMu0Dp0q0H2YO/tSpkpRq/rVALMWW6SsuQEHxN2wl3EqinvvMn5J870CfP1O8jrld nuIpkE7JHzQG9LhMI8wYw== Message-ID: <4BC76DA6.4050303@delphij.net> Date: Thu, 15 Apr 2010 12:48:54 -0700 From: Xin LI Organization: The Geek China Organization User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100408 Thunderbird/3.0.4 ThunderBrowse/3.2.8.1 MIME-Version: 1.0 To: Dominic Fandrey References: <4BC767FE.4060504@delphij.net> <4BC76C02.6050304@bsdforen.de> In-Reply-To: <4BC76C02.6050304@bsdforen.de> X-Enigmail-Version: 1.0.1 OpenPGP: id=3FCA37C1; url=http://www.delphij.net/delphij.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Recent nc(1) changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2010 19:49:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2010/04/15 12:41, Dominic Fandrey wrote: > On 15/04/2010 21:24, Xin LI wrote: >> ... > > I'd say that the data loss (~1%) when I tried to use nc with UNIX sockets > (on both ends) is much more troublesome than your changes. > Even when I used lockf to synchronize socket access this loss occured > and I have fallen back to using files for messaging in my scripts. Data loss? Sounds like a bug to me. Do you have any reproduction scripts? > Back then I thought I must have done something wrong, but I cannot think > of anything. > > Obviously an option with disadvantages. Cheers, - -- Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iQEcBAEBAgAGBQJLx22mAAoJEATO+BI/yjfBZ+0H/0bHxu91FXiU7vP89M9c16Vo OcImtJKlbJRwIszZtGgQW880/ePnMPS+YV0qhvGm7RAAjZBUf3L6xL/lFkEYjIfK YZCoq9SUT5TJNeLixeQZLdispIxYntFcBABwt61GXjDfvfBzm2CZXxFHE2gMYcbd gOpoIZ6ZsoULdJMQ8EEwQQtAegRL9uUBtv/49gJ010JUSye+8rVawlxXT1mNoMU4 vrFqMmosIP+NOm+Blm0F/BSh4FTUL+XgLfSZFEWzzzwMreQwM6cFUmMZEsc/0IjW DF4epM5J7VoV+xxWIw7aM6ojSHSrgIl7OXcAT9TSzdbJt44/iy/MP5G35JCCFsM= =uxnX -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 19:55:56 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB6141065670; Thu, 15 Apr 2010 19:55:56 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 876FB8FC1E; Thu, 15 Apr 2010 19:55:56 +0000 (UTC) Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 785491E05F; Thu, 15 Apr 2010 21:55:52 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id AD36A1604A; Thu, 15 Apr 2010 21:55:55 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id 9BA5116048; Thu, 15 Apr 2010 21:55:55 +0200 (CEST) Date: Thu, 15 Apr 2010 21:55:55 +0200 (CEST) From: Gerald Pfeifer To: Greg Larkin In-Reply-To: <4BC4B44C.60006@FreeBSD.org> Message-ID: References: <4BC3E384.2090702@FreeBSD.org> <201004130436.AA01277@POLYMER5.scphys.kyoto-u.ac.jp> <4BC4B44C.60006@FreeBSD.org> User-Agent: Alpine 1.99 (LSU 1142 2008-08-13) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: =?ISO-2022-JP?Q?Jouko=5FLumij=1B$BgS=1B=28Jvi?= , Tsurutani Naoki , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 19:55:56 -0000 On Tue, 13 Apr 2010, Greg Larkin wrote: > Ok, I see why there's a problem now. My linker hints were set up in > such a way that /usr/local/lib/gcc45 appeared before /usr/lib, so I > didn't have the libstdc++.so.6 problem. However, that's not a normal > configuration, so we have to fix this another way. > > Gerald, you ran into this problem a while back and posted a question > about it here: > http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23261.html > > There are some other folks with the same problem here (old thread): > http://gcc.gnu.org/ml/gcc/2001-03/msg01069.html > > Did you ever decide on a resolution for this problem? Should I simply > create a wrapper script for pdftk that sets LD_LIBRARY_PATH, or is the > rpath solution better? The way I have addressed this for C, C++ and from what I can tell all relevant Fortran users of USE_GCC= is by setting the following CFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS} LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS} in Mk/bsd.gcc.mk. Apparently pdftk does not use LDFLAGS (and it not using CFLAGS for Java code is somewhat expected). Is there some similar variable we could set for Java code? JFLAG, JAVAFLAGS,...? Or could you inject the use of CFLAGS or LDFLAGS during linking? Gerald From owner-freebsd-ports@FreeBSD.ORG Thu Apr 15 20:07:18 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0AD27106564A for ; Thu, 15 Apr 2010 20:07:18 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id C0D648FC13 for ; Thu, 15 Apr 2010 20:07:17 +0000 (UTC) Received: from mobileKamikaze.norad (unknown [88.130.197.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id 2D0858A1ADD; Thu, 15 Apr 2010 22:07:16 +0200 (CEST) Message-ID: <4BC771F3.7020608@bsdforen.de> Date: Thu, 15 Apr 2010 22:07:15 +0200 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-GB; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: d@delphij.net References: <4BC767FE.4060504@delphij.net> <4BC76C02.6050304@bsdforen.de> <4BC76DA6.4050303@delphij.net> In-Reply-To: <4BC76DA6.4050303@delphij.net> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Xin LI , freebsd-ports@freebsd.org Subject: Re: Recent nc(1) changes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 15 Apr 2010 20:07:18 -0000 On 15/04/2010 21:48, Xin LI wrote: > On 2010/04/15 12:41, Dominic Fandrey wrote: >> On 15/04/2010 21:24, Xin LI wrote: >>> ... > >> I'd say that the data loss (~1%) when I tried to use nc with UNIX sockets >> (on both ends) is much more troublesome than your changes. >> Even when I used lockf to synchronize socket access this loss occured >> and I have fallen back to using files for messaging in my scripts. > > Data loss? Sounds like a bug to me. Do you have any reproduction scripts? No, but I'll put something together over the weekend if you want to look at something. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 01:57:58 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 160731065673 for ; Fri, 16 Apr 2010 01:57:58 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (113901-app1.sourcehosting.net [72.32.213.11]) by mx1.freebsd.org (Postfix) with ESMTP id E2DFF8FC15 for ; Fri, 16 Apr 2010 01:57:57 +0000 (UTC) Received: from 68-189-245-235.dhcp.oxfr.ma.charter.com ([68.189.245.235] helo=cube.entropy.prv) by mail1.sourcehosting.net with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1O2aoc-000KTW-2J; Thu, 15 Apr 2010 21:57:55 -0400 Received: from [127.0.0.1] (fireball.entropy.prv [192.168.1.12]) by cube.entropy.prv (Postfix) with ESMTP id 2644A3E757B4; Thu, 15 Apr 2010 21:57:54 -0400 (EDT) Message-ID: <4BC7C420.8070802@FreeBSD.org> Date: Thu, 15 Apr 2010 21:57:52 -0400 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Gerald Pfeifer References: <4BC3E384.2090702@FreeBSD.org> <201004130436.AA01277@POLYMER5.scphys.kyoto-u.ac.jp> <4BC4B44C.60006@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 0.96.0 OpenPGP: id=1C940290 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.1 (/) Cc: =?ISO-8859-1?Q?Jouko=5FLumij=3Fvi?= , Tsurutani Naoki , FreeBSD Ports ML Subject: Re: CFT: print/pdftk port compiled with Java compiler from gcc 4.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: glarkin@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 01:57:58 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gerald Pfeifer wrote: > On Tue, 13 Apr 2010, Greg Larkin wrote: >> Ok, I see why there's a problem now. My linker hints were set up in >> such a way that /usr/local/lib/gcc45 appeared before /usr/lib, so I >> didn't have the libstdc++.so.6 problem. However, that's not a normal >> configuration, so we have to fix this another way. >> >> Gerald, you ran into this problem a while back and posted a question >> about it here: >> http://www.mail-archive.com/freebsd-ports@freebsd.org/msg23261.html >> >> There are some other folks with the same problem here (old thread): >> http://gcc.gnu.org/ml/gcc/2001-03/msg01069.html >> >> Did you ever decide on a resolution for this problem? Should I simply >> create a wrapper script for pdftk that sets LD_LIBRARY_PATH, or is the >> rpath solution better? > > The way I have addressed this for C, C++ and from what I can tell all > relevant Fortran users of USE_GCC= is by setting the following > > CFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS} > LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS} > > in Mk/bsd.gcc.mk. > > Apparently pdftk does not use LDFLAGS (and it not using CFLAGS for Java > code is somewhat expected). Is there some similar variable we could set > for Java code? JFLAG, JAVAFLAGS,...? Or could you inject the use of > CFLAGS or LDFLAGS during linking? > > Gerald Hi Gerald, Thank you for that pointer, and I'll have a look at the pdftk build process and see if I can do something equivalent during the compile and link phases. If I can get that work, then perhaps the gcc45+gcj patch will be ready to commit and we can leave gcc42+gcj behind! Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iD8DBQFLx8Qg0sRouByUApARAotDAKCYyKTnHJO9zJxkkhYyOO1T2F2gCQCeMywi YS0b3mvOj2ZKphjdqmqVtoE= =41Ip -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 00:33:52 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 905DB106568F; Fri, 16 Apr 2010 00:33:52 +0000 (UTC) (envelope-from william.dinoia@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 284BD8FC21; Fri, 16 Apr 2010 00:33:51 +0000 (UTC) Received: by vws13 with SMTP id 13so236716vws.13 for ; Thu, 15 Apr 2010 17:33:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:content-type :content-transfer-encoding; bh=e7aIPupt+vugdOb5QtO1lWpDtjprq85uGmXPUPOGCSo=; b=yAspFN99PEBPliu8EcfHbtTURDWynPWPKA7n2G3twIDQiNwZzbmQCUEBN8X9HOcU4I jRZuV5TOOz6wzDaPIGXamqYQ2AyPzGdzlcetCrIwdeUPO/ezQ40Y7HG8jmHdMUCxQaW+ PcFh4AmSC9vmk8InLXL3gI/CntJrqI0cLPies= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :content-type:content-transfer-encoding; b=WiTUkten7sGE5cp0fbuY/7DRhubf7l5Vzlp17pdgQZFO2OawpM5f/YchUFMYis+lLp 1nUTiYBh09ND1Lhf2WDeoJjWeoYOnpq/ISJnanA6TuBE9Cr+oIlnhwRNsiD48jpn5Qra nAeUshEcropEVwYIuLztCbeZj0Rv8UvDhH6os= Received: by 10.220.124.214 with SMTP id v22mr392608vcr.221.1271378031101; Thu, 15 Apr 2010 17:33:51 -0700 (PDT) Received: from M57p.229 (c-174-55-35-141.hsd1.pa.comcast.net [174.55.35.141]) by mx.google.com with ESMTPS id l10sm624075vcs.12.2010.04.15.17.33.49 (version=SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 17:33:49 -0700 (PDT) Message-ID: <4BC7B068.4030102@gmail.com> Date: Thu, 15 Apr 2010 20:33:44 -0400 From: William DiNoia User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100408 Thunderbird/3.0.4 MIME-Version: 1.0 To: vbox@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 16 Apr 2010 03:08:52 +0000 Cc: ports@FreeBSD.org Subject: FreeBSD Port: virtualbox-ose-3.1.6_2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 00:33:52 -0000 http://pynej.blogspot.com/2010/04/patch-for-virtualbox-not-working-on.html From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 05:24:35 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F633106567A for ; Fri, 16 Apr 2010 05:24:35 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 110948FC1B for ; Fri, 16 Apr 2010 05:24:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 5870150B58 for ; Fri, 16 Apr 2010 06:07:35 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sytUG+6JukJb for ; Fri, 16 Apr 2010 06:07:34 +0100 (BST) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id DA89150A7E for ; Fri, 16 Apr 2010 06:07:33 +0100 (BST) Message-ID: <4BC7F0AF.1010903@langille.org> Date: Fri, 16 Apr 2010 01:07:59 -0400 From: Dan Langille Organization: The FreeBSD Diary User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 05:24:35 -0000 I've been trying for two days to upgrade php5. I fail. history: http://forums.freebsd.org/showthread.php?t=13284 Short story: error: pcrelib/pcre.h: No such file or directory FreeBSD 8.0-STABLE #0: Tue Apr 13 19:28:24 BST 2010 Long story: [root@ngaio:/usr/ports/lang/php5-extensions] # make clean ===> Cleaning for php5-simplexml-5.3.2 ===> Cleaning for php5-extensions-1.4 [root@ngaio:/usr/ports/lang/php5-extensions] # make install ===> Found saved configuration for php5-extensions-1.4 ===> Extracting for php5-extensions-1.4 ===> Patching for php5-extensions-1.4 ===> php5-extensions-1.4 depends on file: /usr/local/include/php/main/php.h - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/bz2.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/ctype.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/dba.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/dom.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/gd.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/gettext.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/hash.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/iconv.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/json.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/mysql.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/openssl.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/pdo.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/pgsql.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/posix.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/session.so - found ===> php5-extensions-1.4 depends on file: /usr/local/lib/php/20090626/simplexml.so - not found ===> Verifying install for /usr/local/lib/php/20090626/simplexml.so in /usr/ports/textproc/php5-simplexml ===> Extracting for php5-simplexml-5.3.2 => MD5 Checksum OK for php-5.3.2.tar.bz2. => SHA256 Checksum OK for php-5.3.2.tar.bz2. ===> Patching for php5-simplexml-5.3.2 ===> php5-simplexml-5.3.2 depends on file: /usr/local/bin/phpize - found ===> php5-simplexml-5.3.2 depends on file: /usr/local/bin/autoconf-2.62 - found ===> php5-simplexml-5.3.2 depends on executable: pkg-config - found ===> php5-simplexml-5.3.2 depends on shared library: xml2.5 - found ===> PHPizing for php5-simplexml-5.3.2 Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626 ===> Configuring for php5-simplexml-5.3.2 checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking how to run the C preprocessor... cc -E checking for icc... no checking for suncc... no checking whether cc understands -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... yes checking build system type... i386-portbld-freebsd8.0 checking host system type... i386-portbld-freebsd8.0 checking target system type... i386-portbld-freebsd8.0 checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib checking for PHP extension directory... /usr/local/lib/php/20090626 checking for PHP installed headers prefix... /usr/local/include/php checking if debug is enabled... no checking if zts is enabled... no checking for re2c... no configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking whether to enable SimpleXML support... yes, shared checking libxml2 install dir... /usr/local checking for xml2-config path... /usr/local/bin/xml2-config checking whether libxml build works... yes checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd8.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no creating libtool appending configuration tag "CXX" to libtool checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... checking if c++ static flag works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd8.0 ld.so (cached) (cached) checking how to hardcode library paths into programs... unsupported configure: creating ./config.status config.status: creating config.h ===> Building for php5-simplexml-5.3.2 /bin/sh /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/libtool --mode=compile cc -I. -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -DPHP_ATOM_INC -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/include -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/main -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/simplexml.c -o simplexml.lo mkdir .libs cc -I. -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -DPHP_ATOM_INC -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/include -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/main -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/simplexml.c -fPIC -DPIC -o .libs/simplexml.o /bin/sh /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/libtool --mode=compile cc -I. -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -DPHP_ATOM_INC -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/include -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/main -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/sxe.c -o sxe.lo cc -I. -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -DPHP_ATOM_INC -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/include -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/main -I/usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/include/libxml2 -I/usr/local/include -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/sxe.c -fPIC -DPIC -o .libs/sxe.o In file included from /usr/local/include/php/ext/spl/spl_iterators.h:27, from /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/sxe.c:31: /usr/local/include/php/ext/pcre/php_pcre.h:27:26: error: pcrelib/pcre.h: No such file or directory In file included from /usr/local/include/php/ext/spl/spl_iterators.h:27, from /usr/ports/textproc/php5-simplexml/work/php-5.3.2/ext/simplexml/sxe.c:31: /usr/local/include/php/ext/pcre/php_pcre.h:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/ext/pcre/php_pcre.h:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/ext/pcre/php_pcre.h:44: error: expected specifier-qualifier-list before 'pcre' *** Error code 1 1 error *** Error code 1 Stop in /usr/ports/textproc/php5-simplexml. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. [root@ngaio:/usr/ports/lang/php5-extensions] # -- Dan Langille - http://langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 06:06:30 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A75106566B for ; Fri, 16 Apr 2010 06:06:30 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 54D268FC08 for ; Fri, 16 Apr 2010 06:06:30 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id 576FFFF1A72; Fri, 16 Apr 2010 01:09:53 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5ztGhIKXoQpz; Fri, 16 Apr 2010 01:09:42 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id C3475FED1F4; Fri, 16 Apr 2010 01:09:41 -0500 (CDT) Message-ID: <4BC7FE58.6050008@twisted.net> Date: Fri, 16 Apr 2010 01:06:16 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, m@micheas.net References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> <1271226426.28425.57098.camel@vcampaign> In-Reply-To: <1271226426.28425.57098.camel@vcampaign> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 06:06:30 -0000 Michaes, Thanks for the reply. I changed the output_buffering setting, but I already was running 1.11.6 of Pear.log and I'm still getting that warning. This is also showing up and appears to be the root of why horde is not working. Do you know how to fix this? *Fatal error*: Uncaught exception 'Exception' with message 'DateTime::__construct() [datetime.--construct]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'America/Chicago' for 'CDT/-5.0/DST' instead' in /usr/local/www/horde/lib/Horde/Date.php:537 Stack trace: #0 /usr/local/www/horde/lib/Horde/Date.php(537): DateTime->__construct() #1 /usr/local/www/horde/lib/Horde/Date.php(588): Horde_Date->format('Y-m-d H:i:s') #2 /usr/local/www/horde/lib/Horde/Alarm/sql.php(143): Horde_Date->sqlDateTime() #3 /usr/local/www/horde/lib/Horde/Alarm.php(275): Horde_Alarm_sql->_list(false, Object(Horde_Date)) #4 /usr/local/www/horde/lib/Horde/Alarm.php(301): Horde_Alarm->listAlarms(false, NULL, true, true) #5 /usr/local/www/horde/lib/Horde/Notification.php(209): H in */usr/local/www/horde/lib/Horde/Date.php* on line *537 * pear-Log-1.11.6 PEAR logging utilities On 04/14/2010 1:27 AM, Micheas Herman wrote: > The fix for the second error is to enable output buffering in php.ini > > output_buffering = 4096 > > Should be a safe setting. > > The fix for the warning in > /usr/local/share/pear/Log.php > > should be made by upgrading to pear-log package to 1.11.6 The bug is in > pear/log 1.11.5 and earlier. > > Micheas > > > > On Wed, 2010-04-14 at 08:06 +0200, Alex Dupre wrote: > >> Troy ha scritto: >> >>> When I go to login to the horde framework I'm getting the following >>> errors in the web browsers: >>> >>> Deprecated: Assigning the return value of new by reference is deprecated >>> in /usr/local/share/pear/Log.php on line 169 >>> >> Disable the error logging to the web browser... >> >> >>> Warning: Cannot modify header information - headers already sent by >>> (output started at /usr/local/share/pear/Log.php:169) in >>> /usr/local/www/horde/index.php on line 92 >>> >> ...and this will disappear. >> >> > From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 06:13:41 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D00461065672 for ; Fri, 16 Apr 2010 06:13:41 +0000 (UTC) (envelope-from troy@twisted.net) Received: from oz.twisted.net (oz.twisted.net [69.211.34.241]) by mx1.freebsd.org (Postfix) with ESMTP id 10D3A8FC25 for ; Fri, 16 Apr 2010 06:13:40 +0000 (UTC) Received: from oz.twisted.net (localhost [127.0.0.1]) by oz.twisted.net (Postfix) with ESMTP id EBFF7FF1A72; Fri, 16 Apr 2010 01:17:04 -0500 (CDT) X-Virus-Scanned: amavisd-new at example.com Received: from oz.twisted.net ([127.0.0.1]) by oz.twisted.net (oz.twisted.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RedW0OckqIqZ; Fri, 16 Apr 2010 01:16:54 -0500 (CDT) Received: from [172.16.0.5] (sindrome.twisted.net [172.16.0.5]) by oz.twisted.net (Postfix) with ESMTP id BA3BFFEE72B; Fri, 16 Apr 2010 01:16:53 -0500 (CDT) Message-ID: <4BC80008.4020003@twisted.net> Date: Fri, 16 Apr 2010 01:13:28 -0500 From: Troy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org, Albert.Shih@obspm.fr, m@micheas.net, beech@FreeBSD.org, thierry@thomas.as References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> <20100414173956.GA32161@obspm.fr> <20100414174510.GB32161@obspm.fr> In-Reply-To: <20100414174510.GB32161@obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: After horde 3.3.6_1 upgrade - Assigning the return value of new by reference is deprecated errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: troy@twisted.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 06:13:41 -0000 After making that change in php.ini output_buffering = 4096 I'm able to login but getting TONS of errors about assigning the value of new *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/share/pear/HTTP/Request.php* on line *412* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/share/pear/HTTP/Request.php* on line *736* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/share/pear/HTTP/Request.php* on line *749* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/share/pear/HTTP/Request.php* on line *794 **Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Block/Collection.php* on line *146* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Identity.php* on line *509* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Identity.php* on line *524* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/nag/lib/Driver.php* on line *134* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/nag/lib/Driver.php* on line *137* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/nag/lib/Driver.php* on line *140* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/History.php* on line *244* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Share.php* on line *117* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on line *81* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on line *99* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on line *123* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Share/datatree.php* on line *211* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Group.php* on line *158* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Group.php* on line *641* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/nag/lib/Driver/sql.php* on line *416* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/nag/lib/Driver/sql.php* on line *479* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/kronolith/lib/Driver.php* on line *201* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on line *352* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on line *373* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on line *402* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/kronolith/lib/Driver/sql.php* on line *456* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Maintenance.php* on line *140* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Maintenance.php* on line *334* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Maintenance.php* on line *430* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/kronolith/lib/Day.php* on line *100* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Block/Collection.php* on line *146* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/lib/Horde/Serialize.php* on line *248* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/mnemo/lib/api.php* on line *329* *Deprecated*: Assigning the return value of new by reference is deprecated in */usr/local/www/horde/mnemo/lib/api.php* on line *423* * * On 04/14/2010 12:45 PM, Albert Shih wrote: > Le 14/04/2010 à 19:39:56+0200, Albert Shih a écrit > >> Le 14/04/2010 à 08:06:30+0200, Alex Dupre a écrit >> >>> Troy ha scritto: >>> >>>> When I go to login to the horde framework I'm getting the following >>>> errors in the web browsers: >>>> >>>> Deprecated: Assigning the return value of new by reference is deprecated >>>> in /usr/local/share/pear/Log.php on line 169 >>>> >>> Disable the error logging to the web browser... >>> >>> >>> >> Well that's just solve the problem about the message. Not the problem about >> horde. >> >> For me after 2 hours of trying I can make horde working with PHP5.3 >> >> > Sorry my answer is little short. > > This is what I've do: > > Upgrade all php5 ports following the /usr/ports/UPDATING > > --> work fine > > --> Horde don't work > > Upgrade all packages pecl/pear > > --> work fine > > --> Horde don't work > > Change php.ini > > --> Horde don't work > > > When I say horde don't work that's mean > > I've got plenty of message about deprecated function if I don't > disable the reporting in php.ini > > But in any case I just got a blank page in the firefox. > > Regards. > > JAS > > > From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 06:32:38 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27A34106564A for ; Fri, 16 Apr 2010 06:32:38 +0000 (UTC) (envelope-from m@micheas.net) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id DFA7A8FC08 for ; Fri, 16 Apr 2010 06:32:37 +0000 (UTC) Received: by gyh20 with SMTP id 20so1193288gyh.13 for ; Thu, 15 Apr 2010 23:32:37 -0700 (PDT) Received: by 10.150.237.5 with SMTP id k5mr1386517ybh.228.1271399557001; Thu, 15 Apr 2010 23:32:37 -0700 (PDT) Received: from [10.0.1.6] (c-24-5-79-127.hsd1.ca.comcast.net [24.5.79.127]) by mx.google.com with ESMTPS id 20sm687408ywh.48.2010.04.15.23.32.35 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 15 Apr 2010 23:32:36 -0700 (PDT) From: Micheas Herman To: troy@twisted.net In-Reply-To: <4BC7FE58.6050008@twisted.net> References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> <1271226426.28425.57098.camel@vcampaign> <4BC7FE58.6050008@twisted.net> Content-Type: text/plain; charset="UTF-8" Date: Thu, 15 Apr 2010 23:32:33 -0700 Message-ID: <1271399553.15458.2927.camel@vcampaign> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: After horde 3.3.6_1 upgrade - php error cannot modify header information - headers already sent X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: m@micheas.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 06:32:38 -0000 On Fri, 2010-04-16 at 01:06 -0500, Troy wrote: > Michaes, > Thanks for the reply. I changed the output_buffering setting, but I > already was running 1.11.6 of Pear.log and I'm still getting that > warning. > > This is also showing up and appears to be the root of why horde is not > working. Do you know how to fix this? in php 5.3 date.timezone must be set to a valid time zone. http://us.php.net/manual/en/timezones.php gives you a list of valid time zones. That should work. > > Fatal error: Uncaught exception 'Exception' with message > 'DateTime::__construct() [ href='datetime.--construct'>datetime.--construct]: It is not safe > to rely on the system's timezone settings. You are *required* to use > the date.timezone setting or the date_default_timezone_set() function. > In case you used any of those methods and you are still getting this > warning, you most likely misspelled the timezone identifier. We > selected 'America/Chicago' for 'CDT/-5.0/DST' instead' > in /usr/local/www/horde/lib/Horde/Date.php:537 Stack trace: > #0 /usr/local/www/horde/lib/Horde/Date.php(537): > DateTime->__construct() > #1 /usr/local/www/horde/lib/Horde/Date.php(588): > Horde_Date->format('Y-m-d H:i:s') > #2 /usr/local/www/horde/lib/Horde/Alarm/sql.php(143): > Horde_Date->sqlDateTime() > #3 /usr/local/www/horde/lib/Horde/Alarm.php(275): > Horde_Alarm_sql->_list(false, Object(Horde_Date)) > #4 /usr/local/www/horde/lib/Horde/Alarm.php(301): > Horde_Alarm->listAlarms(false, NULL, true, true) > #5 /usr/local/www/horde/lib/Horde/Notification.php(209): H > in /usr/local/www/horde/lib/Horde/Date.php on line 537 > > > > > pear-Log-1.11.6 PEAR logging utilities > > > > On 04/14/2010 1:27 AM, Micheas Herman wrote: > > The fix for the second error is to enable output buffering in php.ini > > > > output_buffering = 4096 > > > > Should be a safe setting. > > > > The fix for the warning in > > /usr/local/share/pear/Log.php > > > > should be made by upgrading to pear-log package to 1.11.6 The bug is in > > pear/log 1.11.5 and earlier. > > > > Micheas > > > > > > > > On Wed, 2010-04-14 at 08:06 +0200, Alex Dupre wrote: > > > > > Troy ha scritto: > > > > > > > When I go to login to the horde framework I'm getting the following > > > > errors in the web browsers: > > > > > > > > Deprecated: Assigning the return value of new by reference is deprecated > > > > in /usr/local/share/pear/Log.php on line 169 > > > > > > > Disable the error logging to the web browser... > > > > > > > > > > Warning: Cannot modify header information - headers already sent by > > > > (output started at /usr/local/share/pear/Log.php:169) in > > > > /usr/local/www/horde/index.php on line 92 > > > > > > > ...and this will disappear. > > > > > > -- I do desire we may be better strangers. -- William Shakespeare, "As You Like It" From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 06:40:12 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 673BE1065674 for ; Fri, 16 Apr 2010 06:40:12 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2646F8FC1B for ; Fri, 16 Apr 2010 06:40:11 +0000 (UTC) Received: by gyh20 with SMTP id 20so1195822gyh.13 for ; Thu, 15 Apr 2010 23:40:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=elYZ7BPUGTBmuoOUN20Rore7y4bCu5FlvCbTRaeFN2E=; b=qi9GY+fedLo9cl4Cuoz86a5GQfV95iKLT4hij88ugXVcbE7m8IVb+ld0vrVYVOCGFx 7hAFaX4siZpZGw2O0IuKKTgG8/LyHcFCqyhX/tCQHFrAxwKtzuaTRLgWbQZHvnwxW5kG GR/IDs68ac5vpXe1n6uuOe2z8wAy8rAMqT8Z4= 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=BKJNxmS3HF/oXQMSgTHOQ9YFoUUsqxRUoDECStgPzxExWBcQ4ZabcAE9kpP+4/jJmt xokh4SuwbohPxBRPFgU1H9B5ieNj625k3nrLrifllJIlv4RzBEY7piVnTqpdKb5hZ9LG krR4VW5SN0pVJjRq3zkiq56A3pjd9GxYbadhY= MIME-Version: 1.0 Received: by 10.231.36.129 with HTTP; Thu, 15 Apr 2010 23:40:11 -0700 (PDT) In-Reply-To: <4BC7F0AF.1010903@langille.org> References: <4BC7F0AF.1010903@langille.org> Date: Fri, 16 Apr 2010 01:40:11 -0500 Received: by 10.91.137.18 with SMTP id p18mr704139agn.70.1271400011397; Thu, 15 Apr 2010 23:40:11 -0700 (PDT) Message-ID: From: Scot Hetzel To: Dan Langille Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 06:40:12 -0000 On Fri, Apr 16, 2010 at 12:07 AM, Dan Langille wrote: > I've been trying for two days to upgrade php5. I fail. > > history: > > http://forums.freebsd.org/showthread.php?t=13284 > > Short story: > > error: pcrelib/pcre.h: No such file or directory > > FreeBSD 8.0-STABLE #0: Tue Apr 13 19:28:24 BST 2010 > > A read thru the lang/php5/Makefile reveals that the missing pcrelib/pcre.h is caused by the port using the devel/pcre port, instead of the bundled pcre that is included in PHP: .if defined(WITH_BUNDLED_PCRE) CONFIGURE_ARGS+=--with-pcre-regex=yes PLIST_SUB+= PCRE="" .else LIB_DEPENDS+= pcre.0:${PORTSDIR}/devel/pcre CONFIGURE_ARGS+=--with-pcre-regex=${LOCALBASE} PLIST_SUB+= PCRE="@comment " .endif Make sure that the devel/php5-pcre port is uninstalled, and then install the php5 port by defining WITH_BUNDLED_PCRE. Scot From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 06:55:40 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8A71106566C; Fri, 16 Apr 2010 06:55:40 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 4FCC98FC21; Fri, 16 Apr 2010 06:55:40 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1O2fSl-0000nf-3Z>; Fri, 16 Apr 2010 08:55:39 +0200 Received: from telesto.geoinf.fu-berlin.de ([130.133.86.198]) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1O2fSl-0005qW-1h>; Fri, 16 Apr 2010 08:55:39 +0200 Message-ID: <4BC809EB.2090207@zedat.fu-berlin.de> Date: Fri, 16 Apr 2010 06:55:39 +0000 From: "O. Hartmann" Organization: Freie =?ISO-8859-15?Q?Universit=E4t_Berlin?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100415 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: 130.133.86.198 Cc: Subject: php5: php5-zip/php5-filter fail to upgrade after the portupdate of php5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 06:55:40 -0000 Both with php5-filter and php5-zip I run into trouble. After php5 got updated (I followed steps located in ports/UPDATING, but I guess I missed something) I can not upgrade the packages php5-zip php5-filter Both report an error in /usr/local/include/php/ext/pcre/php_pcre.h. I tried to move the above php_pcre.h to php_pcre.h.off with the success being unable to build anything. Reinstalling of ports pcre, phph5.5.X.X didn't result in success. What to do? Is there a remnant/old file/header out there? Thanks for the help. Regards, O. Hartmann ---- In file included from /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:30: /usr/local/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such file or directory In file included from /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:30: /usr/local/include/php/ext/pcre/php_pcre.h:37: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/ext/pcre/php_pcre.h:38: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /usr/local/include/php/ext/pcre/php_pcre.h:44: error: expected specifier-qualifier-list before 'pcre' /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c: In function 'php_zip_pcre': /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: 'pcre' undeclared (first use in this function) /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: (Each undeclared identifier is reported only once /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: for each function it appears in.) /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: 're' undeclared (first use in this function) /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:603: error: 'pcre_extra' undeclared (first use in this function) *** Error code 1 1 error *** Error code 1 Stop in /usr/ports/archivers/php5-zip. ===>>> make failed for archivers/php5-zip ===>>> Aborting update -- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 07:38:47 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88EB21065674; Fri, 16 Apr 2010 07:38:47 +0000 (UTC) (envelope-from vanilla@fatpipi.com) Received: from mail-qy0-f199.google.com (mail-qy0-f199.google.com [209.85.221.199]) by mx1.freebsd.org (Postfix) with ESMTP id 397BB8FC12; Fri, 16 Apr 2010 07:38:46 +0000 (UTC) Received: by qyk37 with SMTP id 37so1923068qyk.8 for ; Fri, 16 Apr 2010 00:38:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.79.133 with HTTP; Fri, 16 Apr 2010 00:09:00 -0700 (PDT) In-Reply-To: <4BC809EB.2090207@zedat.fu-berlin.de> References: <4BC809EB.2090207@zedat.fu-berlin.de> Date: Fri, 16 Apr 2010 15:09:00 +0800 Received: by 10.229.222.12 with SMTP id ie12mr1579189qcb.77.1271401740411; Fri, 16 Apr 2010 00:09:00 -0700 (PDT) Message-ID: From: Vanilla Hsu To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Subject: Re: php5: php5-zip/php5-filter fail to upgrade after the portupdate of php5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: v@fatpipi.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2010 07:38:47 -0000 try to uninstall all php5-* ports, and reinstall again. I guess there are some problem with old (php52) header files. 2010/4/16 O. Hartmann > Both with php5-filter and php5-zip I run into trouble. > > After php5 got updated (I followed steps located in ports/UPDATING, but I > guess I missed something) I can not upgrade the packages > > php5-zip > php5-filter > > Both report an error in /usr/local/include/php/ext/pcre/php_pcre.h. > > I tried to move the above php_pcre.h to php_pcre.h.off with the success > being unable to build anything. Reinstalling of ports pcre, phph5.5.X.X > didn't result in success. > > What to do? Is there a remnant/old file/header out there? > > > Thanks for the help. > > Regards, > > O. Hartmann > > > ---- > In file included from > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:30: > /usr/local/include/php/ext/pcre/php_pcre.h:29:18: error: pcre.h: No such > file or directory > In file included from > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:30: > /usr/local/include/php/ext/pcre/php_pcre.h:37: error: expected '=', ',', > ';', 'asm' or '__attribute__' before '*' token > /usr/local/include/php/ext/pcre/php_pcre.h:38: error: expected '=', ',', > ';', 'asm' or '__attribute__' before '*' token > /usr/local/include/php/ext/pcre/php_pcre.h:44: error: expected > specifier-qualifier-list before 'pcre' > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c: In function > 'php_zip_pcre': > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: > 'pcre' undeclared (first use in this function) > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: > (Each undeclared identifier is reported only once > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: > for each function it appears in.) > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:602: error: > 're' undeclared (first use in this function) > /usr/ports/archivers/php5-zip/work/php-5.3.2/ext/zip/php_zip.c:603: error: > 'pcre_extra' undeclared (first use in this function) > *** Error code 1 > 1 error > *** Error code 1 > > Stop in /usr/ports/archivers/php5-zip. > > ===>>> make failed for archivers/php5-zip > ===>>> Aborting update > > -- > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 08:00:43 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC98A106566C for ; Fri, 16 Apr 2010 08:00:43 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 116BA8FC1D for ; Fri, 16 Apr 2010 08:00:42 +0000 (UTC) Received: (qmail 688 invoked from network); 16 Apr 2010 08:00:37 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 16 Apr 2010 08:00:37 -0000 Message-ID: <4BC81924.2070305@FreeBSD.org> Date: Fri, 16 Apr 2010 10:00:36 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: Scot Hetzel References: <4BC7F0AF.1010903@langille.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, Dan Langille Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 08:00:43 -0000 Scot Hetzel ha scritto: > Make sure that the devel/php5-pcre port is uninstalled, and then > install the php5 port by defining WITH_BUNDLED_PCRE. No, no and no. I really cannot understand which is the difficult part in following the 20100409 UPDATING entry. Two simple *ordered* steps. In other words: You have to remove php5-pcre *BEFORE* updating php5 -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 09:51:21 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFD701065679; Fri, 16 Apr 2010 09:51:21 +0000 (UTC) (envelope-from ml@sd2i.com) Received: from h8h1.sd2i.net (h8h1.sd2i.net [94.23.110.6]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4A08FC15; Fri, 16 Apr 2010 09:51:21 +0000 (UTC) Received: from h8h1.sd2i.net (localhost [127.0.0.1]) by h8h1.sd2i.net (Postfix) with ESMTP id CA46C285CE; Fri, 16 Apr 2010 11:51:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sd2i.net; h=subject :mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s= selector1; bh=RdOW6elic6OIPw/Y8eJ0sFq4CBQ=; b=qwG8XM0Iboep1l7MlN vqghnYFtL0a3iAW3Y7drvm+hmrBtWqnRYMpWmdU8flHvwov9B+7FhkpTKw1j3J+s mdl70xPhjRP/KUzM4oKoeqjl/TPVCnukJEhOJeh3zaFE93IGQwXARHtawkW17Qo/ K5dGhH+so8vSW3BMR09oeReFM= Received: from [192.168.1.3] (unknown [212.147.81.218]) by h8h1.sd2i.net (Postfix) with ESMTPA id 6669B28449; Fri, 16 Apr 2010 11:51:19 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=iso-8859-1 From: ML In-Reply-To: <4BC81924.2070305@FreeBSD.org> Date: Fri, 16 Apr 2010 11:51:18 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <94472434-1243-4E19-B4C7-12B931105588@sd2i.com> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> To: Alex Dupre X-Mailer: Apple Mail (2.1078) Cc: ports@freebsd.org Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 09:51:22 -0000 Le 16 avr. 2010 =E0 10:00, Alex Dupre a =E9crit : > Scot Hetzel ha scritto: >> Make sure that the devel/php5-pcre port is uninstalled, and then >> install the php5 port by defining WITH_BUNDLED_PCRE. >=20 > No, no and no. I really cannot understand which is the difficult part = in > following the 20100409 UPDATING entry. Two simple *ordered* steps. >=20 > In other words: >=20 > You have to remove php5-pcre *BEFORE* updating php5 I'm not a port guru thus i wonder why not adding a CONFLICTS entry in = lang/php5/Makefile for this case ? This should force to remove php5-pcre = before install, right ? >=20 > --=20 > Alex Dupre > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" >=20 From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 10:23:34 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 163BA1065672; Fri, 16 Apr 2010 10:23:34 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id A9DE28FC0A; Fri, 16 Apr 2010 10:23:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 5173950B58; Fri, 16 Apr 2010 11:23:33 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7jlHwKo3qax7; Fri, 16 Apr 2010 11:23:32 +0100 (BST) Received: from smtp-auth.unixathome.org (smtp-auth.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) by nyi.unixathome.org (Postfix) with ESMTPSA id 51DC650A7E ; Fri, 16 Apr 2010 11:23:32 +0100 (BST) References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> Message-Id: From: Dan Langille To: Alex Dupre In-Reply-To: <4BC81924.2070305@FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7E18) Mime-Version: 1.0 (iPhone Mail 7E18) Date: Fri, 16 Apr 2010 06:23:26 -0400 Cc: "ports@freebsd.org" , Scot Hetzel Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 10:23:34 -0000 On Apr 16, 2010, at 4:00 AM, Alex Dupre wrote: > Scot Hetzel ha scritto: >> Make sure that the devel/php5-pcre port is uninstalled, and then >> install the php5 port by defining WITH_BUNDLED_PCRE. > > No, no and no. I really cannot understand which is the difficult > part in > following the 20100409 UPDATING entry. Two simple *ordered* steps. > > In other words: > > You have to remove php5-pcre *BEFORE* updating php5 > > -- > Alex Dupre Tried that. -- Dan Langille http://langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 14:06:41 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40197106564A for ; Fri, 16 Apr 2010 14:06:41 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 7AEF98FC12 for ; Fri, 16 Apr 2010 14:06:39 +0000 (UTC) Received: (qmail 29096 invoked from network); 16 Apr 2010 14:06:36 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 16 Apr 2010 14:06:36 -0000 Message-ID: <4BC86EEC.1010306@FreeBSD.org> Date: Fri, 16 Apr 2010 16:06:36 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: Dan Langille References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "ports@freebsd.org" , Scot Hetzel Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 14:06:41 -0000 Dan Langille ha scritto: > Tried that. Then you have a screwed up php installation. Remove every php port, rm -rf /usr/local/include/php and restart. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 14:32:20 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3778A106566C for ; Fri, 16 Apr 2010 14:32:20 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from spock-ext.obspm.fr (spock-ext.obspm.fr [145.238.186.3]) by mx1.freebsd.org (Postfix) with ESMTP id C4AF38FC21 for ; Fri, 16 Apr 2010 14:32:18 +0000 (UTC) Received: from obspm.fr (pcjas.obspm.fr [145.238.184.233]) by spock-ext.obspm.fr (8.14.3/8.14.3/DIO Observatoire de Paris - 15/04/10) with ESMTP id o3GEWF7S012988 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Apr 2010 16:32:16 +0200 Date: Fri, 16 Apr 2010 16:32:15 +0200 From: Albert Shih To: Troy Message-ID: <20100416143215.GA35357@obspm.fr> References: <201004071800.o37I01Du092056@repoman.freebsd.org> <20100407190533.C545C5A905F@jester1b.ixsystems.com> <4BC5542C.4080500@twisted.net> <4BC55B66.8020409@FreeBSD.org> <20100414173956.GA32161@obspm.fr> <20100414174510.GB32161@obspm.fr> <4BC80008.4020003@twisted.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4BC80008.4020003@twisted.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.4 (spock-ext.obspm.fr [145.238.186.20]); Fri, 16 Apr 2010 16:32:16 +0200 (CEST) X-Virus-Scanned: clamav-milter 0.95.3 at spock-ext.obspm.fr X-Virus-Status: Clean Cc: thierry@thomas.as, m@micheas.net, beech@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: After horde 3.3.6_1 upgrade - Assigning the return value of new by reference is deprecated errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 14:32:20 -0000 Le 16/04/2010 à 01:13:28-0500, Troy a écrit > After making that change in php.ini > output_buffering = 4096 > > I'm able to login but getting TONS of errors about assigning the value > of new But IMHO that's not the problem. If you don't like those messages you can just stop php to report. The first problem IMHO is event you do that (no message, no log) the software don't work. I've alway got a blank page. Event with a fresh install. Regards. -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Ven 16 avr 2010 16:30:52 CEST From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:02:20 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6CAD106564A; Fri, 16 Apr 2010 15:02:20 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 958B68FC1B; Fri, 16 Apr 2010 15:02:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 1B2CE50B69; Fri, 16 Apr 2010 16:02:19 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b6S62-A0Va7F; Fri, 16 Apr 2010 16:02:17 +0100 (BST) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id C092B50B59; Fri, 16 Apr 2010 16:02:16 +0100 (BST) Received: from 68.64.144.221 (SquirrelMail authenticated user dan) by nyi.unixathome.org with HTTP; Fri, 16 Apr 2010 11:02:17 -0400 Message-ID: <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> In-Reply-To: <4BC86EEC.1010306@FreeBSD.org> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> Date: Fri, 16 Apr 2010 11:02:17 -0400 From: "Dan Langille" To: "Alex Dupre" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "ports@freebsd.org" , Scot Hetzel , Dan Langille Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 15:02:21 -0000 On Fri, April 16, 2010 10:06 am, Alex Dupre wrote: > Dan Langille ha scritto: >> Tried that. > > Then you have a screwed up php installation. Remove every php port, rm > -rf /usr/local/include/php and restart. Good progress there. The install of php5-extensions completed. Only issue now: [dan@ngaio:~] $ which php /usr/local/bin/php [dan@ngaio:~] $ php PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20090626/spl.so' - Cannot open "/usr/local/lib/php/20090626/spl.so" in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20090626/pcre.so' - Cannot open "/usr/local/lib/php/20090626/pcre.so" in Unknown on line 0 and FYI: $ find /usr/local/lib/php -name spl.so /usr/local/lib/php/20060613/spl.so $ find /usr/local/lib/php -name pcre.so /usr/local/lib/php/20060613/pcre.so Should I have removed /usr/local/lib/php as well? -- Dan Langille -- http://langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:08:01 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B159106566C for ; Fri, 16 Apr 2010 15:08:01 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 51D818FC16 for ; Fri, 16 Apr 2010 15:07:59 +0000 (UTC) Received: (qmail 45105 invoked from network); 16 Apr 2010 15:07:58 -0000 Received: from unknown (HELO ale.andxor.it) (192.168.2.5) by andxor.it with SMTP; 16 Apr 2010 15:07:58 -0000 Message-ID: <4BC87D4D.3010402@FreeBSD.org> Date: Fri, 16 Apr 2010 17:07:57 +0200 From: Alex Dupre User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: Dan Langille References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> In-Reply-To: <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "ports@freebsd.org" , Scot Hetzel Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 15:08:01 -0000 Dan Langille ha scritto: > Should I have removed /usr/local/lib/php as well? Your installation was more screwed up than I thought :-) You can rm -rf /usr/local/lib/php/20060613/ and remove spl and pcre from /usr/local/etc/php/extensions.ini - or - remove again every php ports, rm -rf include/php lib/php etc/php and rebuild everything I think the former should be enough and should produce the same result as the latter. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:22:53 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E4DD106564A; Fri, 16 Apr 2010 15:22:53 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 901E28FC0A; Fri, 16 Apr 2010 15:22:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 3ABAC50B58; Fri, 16 Apr 2010 16:22:52 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qg7y8XWgRKYU; Fri, 16 Apr 2010 16:22:51 +0100 (BST) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id BAB1F50B56; Fri, 16 Apr 2010 16:22:50 +0100 (BST) Received: from 68.64.144.221 (SquirrelMail authenticated user dan) by nyi.unixathome.org with HTTP; Fri, 16 Apr 2010 11:22:51 -0400 Message-ID: <709d7371d4806c845c0e7155891e4787.squirrel@nyi.unixathome.org> In-Reply-To: <4BC87D4D.3010402@FreeBSD.org> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> <4BC87D4D.3010402@FreeBSD.org> Date: Fri, 16 Apr 2010 11:22:51 -0400 From: "Dan Langille" To: "Alex Dupre" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "ports@freebsd.org" , Scot Hetzel , Dan Langille Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 15:22:53 -0000 On Fri, April 16, 2010 11:07 am, Alex Dupre wrote: > Dan Langille ha scritto: >> Should I have removed /usr/local/lib/php as well? > > Your installation was more screwed up than I thought :-) I always try to exceed expectations. > > You can rm -rf /usr/local/lib/php/20060613/ and remove spl and pcre from > /usr/local/etc/php/extensions.ini > > - or - > > remove again every php ports, rm -rf include/php lib/php etc/php and > rebuild everything > > > I think the former should be enough and should produce the same result > as the latter. I have time. I will do the former. Just because it seems to be the right thing to do. I'll report back later. -- Dan Langille -- http://langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:25:36 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 912001065673; Fri, 16 Apr 2010 15:25:36 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 58D9C8FC0A; Fri, 16 Apr 2010 15:25:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 072FB50B58; Fri, 16 Apr 2010 16:25:35 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZzJc2p-DQEiI; Fri, 16 Apr 2010 16:25:34 +0100 (BST) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id BF57750B56; Fri, 16 Apr 2010 16:25:33 +0100 (BST) Received: from 68.64.144.221 (SquirrelMail authenticated user dan) by nyi.unixathome.org with HTTP; Fri, 16 Apr 2010 11:25:34 -0400 Message-ID: <74188305715c062b101e260f06c50649.squirrel@nyi.unixathome.org> In-Reply-To: <709d7371d4806c845c0e7155891e4787.squirrel@nyi.unixathome.org> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> <4BC87D4D.3010402@FreeBSD.org> <709d7371d4806c845c0e7155891e4787.squirrel@nyi.unixathome.org> Date: Fri, 16 Apr 2010 11:25:34 -0400 From: "Dan Langille" To: "Dan Langille" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "ports@freebsd.org" , Alex Dupre Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 15:25:36 -0000 On Fri, April 16, 2010 11:22 am, Dan Langille wrote: > > On Fri, April 16, 2010 11:07 am, Alex Dupre wrote: >> Dan Langille ha scritto: >>> Should I have removed /usr/local/lib/php as well? >> >> Your installation was more screwed up than I thought :-) > > I always try to exceed expectations. > >> >> You can rm -rf /usr/local/lib/php/20060613/ and remove spl and pcre from >> /usr/local/etc/php/extensions.ini >> >> - or - >> >> remove again every php ports, rm -rf include/php lib/php etc/php and >> rebuild everything >> >> >> I think the former should be enough and should produce the same result >> as the latter. > > I have time. I will do the former. Just because it seems to be the right > thing to do. I'll report back later. Latter. I meant latter. -- Dan Langille -- http://langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 15:41:38 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 906F1106566C; Fri, 16 Apr 2010 15:41:38 +0000 (UTC) (envelope-from dan@langille.org) Received: from nyi.unixathome.org (nyi.unixathome.org [64.147.113.42]) by mx1.freebsd.org (Postfix) with ESMTP id 28B8F8FC15; Fri, 16 Apr 2010 15:41:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id B714250B58; Fri, 16 Apr 2010 16:41:37 +0100 (BST) X-Virus-Scanned: amavisd-new at unixathome.org Received: from nyi.unixathome.org ([127.0.0.1]) by localhost (nyi.unixathome.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hlcfUV3OhZNb; Fri, 16 Apr 2010 16:41:36 +0100 (BST) Received: from nyi.unixathome.org (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 0260450B56; Fri, 16 Apr 2010 16:41:35 +0100 (BST) Received: from 68.64.144.221 (SquirrelMail authenticated user dan) by nyi.unixathome.org with HTTP; Fri, 16 Apr 2010 11:41:36 -0400 Message-ID: In-Reply-To: <74188305715c062b101e260f06c50649.squirrel@nyi.unixathome.org> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4BC86EEC.1010306@FreeBSD.org> <2f4c63ac38300917d08eccf4a4ccc65e.squirrel@nyi.unixathome.org> <4BC87D4D.3010402@FreeBSD.org> <709d7371d4806c845c0e7155891e4787.squirrel@nyi.unixathome.org> <74188305715c062b101e260f06c50649.squirrel@nyi.unixathome.org> Date: Fri, 16 Apr 2010 11:41:36 -0400 From: "Dan Langille" To: "Dan Langille" User-Agent: SquirrelMail/1.4.20-RC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: "ports@freebsd.org" , Dan Langille , Alex Dupre Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 15:41:38 -0000 On Fri, April 16, 2010 11:25 am, Dan Langille wrote: > > On Fri, April 16, 2010 11:22 am, Dan Langille wrote: >> >> On Fri, April 16, 2010 11:07 am, Alex Dupre wrote: >>> Dan Langille ha scritto: >>>> Should I have removed /usr/local/lib/php as well? >>> >>> Your installation was more screwed up than I thought :-) >> >> I always try to exceed expectations. >> >>> >>> You can rm -rf /usr/local/lib/php/20060613/ and remove spl and pcre >>> from >>> /usr/local/etc/php/extensions.ini >>> >>> - or - >>> >>> remove again every php ports, rm -rf include/php lib/php etc/php and >>> rebuild everything >>> >>> >>> I think the former should be enough and should produce the same result >>> as the latter. >> >> I have time. I will do the former. Just because it seems to be the >> right >> thing to do. I'll report back later. > > Latter. I meant latter. > Success. php runs. I'll check my other apps and see how this goes. :) -- Dan Langille -- http://langille.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 17:57:57 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32B8C106566C for ; Fri, 16 Apr 2010 17:57:57 +0000 (UTC) (envelope-from milki@rescomp.berkeley.edu) Received: from hal.rescomp.berkeley.edu (hal.Rescomp.Berkeley.EDU [169.229.70.150]) by mx1.freebsd.org (Postfix) with ESMTP id 1069B8FC1C for ; Fri, 16 Apr 2010 17:57:56 +0000 (UTC) Received: by hal.rescomp.berkeley.edu (Postfix, from userid 1070) id 0D323597DA5; Fri, 16 Apr 2010 10:41:02 -0700 (PDT) Date: Fri, 16 Apr 2010 10:41:02 -0700 From: milki To: freebsd-ports@freebsd.org Message-ID: <20100416174101.GJ50464@hal.rescomp.berkeley.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cW+P/jduATWpL925" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Looking for Maintainer for new port p5-TryCatch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 17:57:57 -0000 --cW+P/jduATWpL925 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, Is anyone willing to maintain this new port I submitted [0]? As I send in my email response, I won't be able to test the port with the resources I have on hand. Thanks. [0] http://www.freebsd.org/cgi/query-pr.cgi?pr=3D144885 --=20 milki milki@rescomp.berkeley.edu RSSP-IT programmers --cW+P/jduATWpL925 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iQEcBAEBAgAGBQJLyKEtAAoJEA6hoTBrQn1uVyMH/3RvyiqDqStOnjx6FzU9wrav XNkPVBfi8EifAn+Pl2VP2LOnQM7MHv+NlUUVgKvvR2VjUgqBprxEfVMGowvB81Wr 4QbMDsO3kcZElLinGqDRmME70T/UoHYVKLRzhi7Lrj7NzqZYhUHhVoCLWK2h3Whs n9ZBa9mX9OX+VZJY6idJeGe9/d+AkuIbNE7QD2wua/j4ZY7mSpGgfGjzgoMrPHVP odv4G+PoFetDeYF6xSzj6ckYFH1+mqFV8Gs5oRCLSDFIF0CgHNQZ3ReHdZsTNoi2 xsg2cQhrM6jd11eSvWHKwy00JiwZ4PSxOFvDxp5Lsa4D701C8aV/bj0MlFWUPwg= =UD45 -----END PGP SIGNATURE----- --cW+P/jduATWpL925-- From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 18:57:48 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7204D106564A for ; Fri, 16 Apr 2010 18:57:48 +0000 (UTC) (envelope-from kstewart@owt.com) Received: from smtp.owt.com (smtp.owt.com [64.146.239.50]) by mx1.freebsd.org (Postfix) with ESMTP id 31C468FC15 for ; Fri, 16 Apr 2010 18:57:48 +0000 (UTC) Received: from kstewart2.owt.com (kstewart2.owt.com [64.146.237.228]) (authenticated bits=0) by smtp.owt.com (8.13.8/8.13.8) with ESMTP id o3GIvkgK009083 for ; Fri, 16 Apr 2010 11:57:47 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=owt.com; s=default; t=1271444267; bh=gySv1atEZMIES/nGTCp5gTXSZ/qKrEpS6jzQzeMwn+4=; h=From:To:Subject:Date:MIME-Version:Content-Type: Content-Transfer-Encoding:Message-Id; b=KwF4kkytlhUa2uh6Ofsu4cZJ7C DWba1cQqHvtsDPo5ktgVnWUyWxXwOXr+VlIE3ldoguU3esUi3DUFjV5AkIVs9FkDOBn QvvXqnUyrAoMrz0Mli7vzbBP6elKzVSIXkkdaxwUrTH4NLQ0bDs4ADrdieUTZNvzW9+ 5slNQ8QHgt4= From: Kent Stewart To: freebsd-ports@freebsd.org Date: Fri, 16 Apr 2010 11:57:45 -0700 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201004161157.45992.kstewart@owt.com> Subject: Facile-1.1 PORTREVISION X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 18:57:48 -0000 I just encountered a problem with kdeedu-4. The response is use search Luke; however, facile needs to be rebuilt. It should be PORTREVISION so that a rebuild is forced. I have been waiting for the massive changes to settle down and only facile and mplayer have presented problems. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html From owner-freebsd-ports@FreeBSD.ORG Fri Apr 16 21:07:23 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F34C106564A for ; Fri, 16 Apr 2010 21:07:23 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx23.fluidhosting.com [204.14.89.6]) by mx1.freebsd.org (Postfix) with ESMTP id 280878FC0A for ; Fri, 16 Apr 2010 21:07:22 +0000 (UTC) Received: (qmail 26845 invoked by uid 399); 16 Apr 2010 21:07:22 -0000 Received: from localhost (HELO ?192.168.0.145?) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 16 Apr 2010 21:07:22 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BC8D18A.7060307@FreeBSD.org> Date: Fri, 16 Apr 2010 14:07:22 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org X-Enigmail-Version: 1.0.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: HEADS UP: The RC_SUBR and RC_SUBR_SUFFIX macros are no more X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 16 Apr 2010 21:07:23 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Greetings, As have probably noticed I've been working over the last weeks to remove the last vestiges of the RC_SUBR and RC_SUBR_SUFFIX macros from the tree. Thanks to pav committing version 1.636 of bsd.port.mk I was able to remove the sysutils/rc_subr port, and update the documentation in the Porter's Handbook accordingly. This is the culmination of work that was started almost 7 years ago to allow the ports to use what was then the new rc.d system. The "Heads up" aspect of this is that new scripts should not be added that contain the %%RC_SUBR%% or %%RC_SUBR_SUFFIX%% macros since they will no longer be expanded. The former should simply be written literally as /etc/rc.subr. The latter should not be used. There are a handful of ports that include rc.d scripts provided by the vendor that still have the %%RC_SUBR%% string in them, and patch that out themselves. I have already updated those ports to patch it with the literal /etc/rc.subr string. If you are working on a new port with similar circumstances the same solution should be used. Regards, Doug - -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (MingW32) iQEcBAEBCAAGBQJLyNGKAAoJEFzGhvEaGryEYTYH/AhVxj3Q+MLOzQ6n6EOUkBrd gRX1O3llZqUijuZQFN6QqtriKRPW8dZC450p+YxGHRewKc77b6wl+TzOLnuw3VOU A2gqq82pKnbAzrOsZVc28Zp09ViTvMhO5SC9YCBsywqpgLJV8hbu3s2uVliob0fQ DXVPrtGBBhsCtCAyNX0JEt2YW/rVeHIsXIFRXaMIjBopAVOCXt3KkCva4Gj1+jUV +iOMvS3w/00qYhbrrBJA1GZfMU06ADctDk1DxcGXgaK98YV88y5DlhtvX9zqXrFH 3j6LMehf1jNLjG9qO64ybFgpExpTz+f5jyq0/hklWGImQ9bdY5RRYQoIyF4sOq4= =703m -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 00:13:44 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC7C7106564A for ; Sat, 17 Apr 2010 00:13:44 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id AA6C08FC13 for ; Sat, 17 Apr 2010 00:13:43 +0000 (UTC) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.4/8.14.4) with ESMTP id o3H0DhZd030404 for ; Fri, 16 Apr 2010 17:13:43 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.4/8.14.4/Submit) id o3H0DhQE030403 for ports@freebsd.org; Fri, 16 Apr 2010 17:13:43 -0700 (PDT) (envelope-from obrien) Date: Fri, 16 Apr 2010 17:13:43 -0700 From: "David O'Brien" To: ports@freebsd.org Message-ID: <20100417001343.GA30272@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 9.0-CURRENT X-to-the-FBI-CIA-and-NSA: HI! HOW YA DOIN? User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Subject: Missing packages for 9-current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2010 00:13:44 -0000 $ ftp://FreeBSD.ISC.org/pub/FreeBSD/ports/amd64/packages-9-current/ ftp> ls 229 Entering Extended Passive Mode (|||48484|). 150 Here comes the directory listing. 226 Directory send OK. ftp> This has broken 'pkg_add -r'. Does anyone know when there will be 9-CURRENT packages again? -- -- David (obrien@FreeBSD.org) From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 02:48:26 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EAA7106564A for ; Sat, 17 Apr 2010 02:48:26 +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 26EA68FC18 for ; Sat, 17 Apr 2010 02:48:25 +0000 (UTC) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by worf.ds9.tecnik93.com (Postfix) with ESMTPSA id 6237C22C50C1; Sat, 17 Apr 2010 05:48:24 +0300 (EEST) Date: Sat, 17 Apr 2010 05:48:10 +0300 From: Ion-Mihai Tetcu To: Kent Stewart Message-ID: <20100417054810.7f117993@it.buh.tecnik93.com> In-Reply-To: <201004161157.45992.kstewart@owt.com> References: <201004161157.45992.kstewart@owt.com> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/O/ytUFjQB1n4IGHsnOl3pW3"; protocol="application/pgp-signature" Cc: freebsd-ports@freebsd.org Subject: Re: Facile-1.1 PORTREVISION X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Apr 2010 02:48:26 -0000 --Sig_/O/ytUFjQB1n4IGHsnOl3pW3 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 16 Apr 2010 11:57:45 -0700 Kent Stewart wrote: > I just encountered a problem with kdeedu-4. The response is use > search Luke; however, facile needs to be rebuilt. It should be > PORTREVISION so that a rebuild is forced.=20 >=20 > I have been waiting for the massive changes to settle down and only=20 > facile and mplayer have presented problems. >=20 What are this problems? --=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_/O/ytUFjQB1n4IGHsnOl3pW3 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iEUEARECAAYFAkvJIXcACgkQJ7GIuiH/oeXqJwCgog6iJig0WdQmqj5peMiBPZx2 qDQAmN+kYr6GzE/GlZwTN/jQUD2451w= =WsbW -----END PGP SIGNATURE----- --Sig_/O/ytUFjQB1n4IGHsnOl3pW3-- From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 06:58:20 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1128106564A for ; Sat, 17 Apr 2010 06:58:20 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id A329E8FC1B for ; Sat, 17 Apr 2010 06:58:20 +0000 (UTC) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1O31ys-0000qM-Qn for freebsd-ports@FreeBSD.org; Sat, 17 Apr 2010 08:58:18 +0200 Message-ID: <4BC95C07.8030009@gwdg.de> Date: Sat, 17 Apr 2010 08:58:15 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; de-DE; rv:1.9.1.9) Gecko/20100405 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Subject: Waiting for PR 144845 (lang/guile) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Apr 2010 06:58:21 -0000 Could anybody please commit PR 144845? It let us build lang/guile again. As far as I can see maintainer reviewed it on March, 30 ... http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144845 Thanks in advance, Rainer Hurling From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 07:40:51 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B27F0106566B; Sat, 17 Apr 2010 07:40:51 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 8BD4D8FC13; Sat, 17 Apr 2010 07:40:51 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o3H7enmX011624 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 Apr 2010 00:40:49 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o3H7en23011623; Sat, 17 Apr 2010 00:40:49 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA00668; Sat, 17 Apr 10 00:37:54 PDT Date: Sat, 17 Apr 2010 00:36:54 -0700 From: perryh@pluto.rain.com To: ale@freebsd.org Message-Id: <4bc96516.4Vt5HepOhUJuE9IP%perryh@pluto.rain.com> References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> In-Reply-To: <4BC81924.2070305@FreeBSD.org> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, swhetzel@gmail.com, dan@langille.org Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Apr 2010 07:40:51 -0000 Alex Dupre wrote: > Scot Hetzel ha scritto: > > Make sure that the devel/php5-pcre port is uninstalled, and > > then install the php5 port by defining WITH_BUNDLED_PCRE. > > No, no and no. I really cannot understand which is the > difficult part in following the 20100409 UPDATING entry. > Two simple *ordered* steps. > > In other words: > > You have to remove php5-pcre *BEFORE* updating php5 Even after reading this several times I don't get what the "No, no and no" refers to. Isn't your ordering: > remove php5-pcre *BEFORE* updating php5 _exactly_ the same as what Scot said to do: > > Make sure that the devel/php5-pcre port is uninstalled, > > and then > > install the php5 port ... From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 07:45:26 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DC67106564A for ; Sat, 17 Apr 2010 07:45:25 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (cl-506.trn-01.it.sixxs.net [IPv6:2001:1418:100:1f9::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2BCA28FC22 for ; Sat, 17 Apr 2010 07:45:24 +0000 (UTC) Received: (qmail 67947 invoked from network); 17 Apr 2010 07:45:22 -0000 Received: from atom.alexdupre.com (HELO ?192.168.178.12?) (sysadmin@alexdupre.com@192.168.178.12) by lab.alexdupre.com with ESMTPSA; 17 Apr 2010 07:45:22 -0000 Message-ID: <4BC96715.3020005@FreeBSD.org> Date: Sat, 17 Apr 2010 09:45:25 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; it; rv:1.9.1.9) Gecko/20100317 SeaMonkey/2.0.4 MIME-Version: 1.0 To: perryh@pluto.rain.com References: <4BC7F0AF.1010903@langille.org> <4BC81924.2070305@FreeBSD.org> <4bc96516.4Vt5HepOhUJuE9IP%perryh@pluto.rain.com> In-Reply-To: <4bc96516.4Vt5HepOhUJuE9IP%perryh@pluto.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, swhetzel@gmail.com, dan@langille.org Subject: Re: php5 upgrade woes X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Apr 2010 07:45:26 -0000 perryh@pluto.rain.com ha scritto: > Even after reading this several times I don't get what > the "No, no and no" refers to. Isn't your ordering: > >> remove php5-pcre *BEFORE* updating php5 > > _exactly_ the same as what Scot said to do: > >>> Make sure that the devel/php5-pcre port is uninstalled, >>> and then install the php5 port ... Yes, but you removed the important part. He said with WITH_BUNDLED_PCRE. This is wrong. WITH_BUDLED_PCRE is only a workaround for people using mod_php on apache 2.0. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 07:56:28 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73233106566C for ; Sat, 17 Apr 2010 07:56:28 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from hosting.lissyara.su (hosting.lissyara.su [77.221.149.162]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0AD8FC18 for ; Sat, 17 Apr 2010 07:56:27 +0000 (UTC) Received: from [77.41.96.17] (port=50763 helo=dc7700p.lissyara.su) by hosting.lissyara.su with esmtpa (Exim 4.71 (FreeBSD)) (envelope-from ) id 1O32t6-0005l5-UN for freebsd-ports@freebsd.org; Sat, 17 Apr 2010 11:56:24 +0400 Message-ID: <4BC969A0.4000804@lissyara.su> Date: Sat, 17 Apr 2010 11:56:16 +0400 From: Alex Keda User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.9.1.9) Gecko/20100403 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Description: if spam count > 60 - this is spam X-Spam-Count: 0 X-Descriptions: powered by www.lissyara.su X-Bounce-ID: hosting.lissyara.su Subject: Re: PHP 5.2 (lang/php52) port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2010 07:56:28 -0000 14.04.2010 05:23, Svyatoslav Lempert пишет: > Hello! > > We have problems for a considerable quantity of users which are linked > to upgrade of major version PHP 5.2 to version 5.3 in port lang/php5 > They are linked to considerable incompatibility of old scripts which > should are corrected and rewrited for correct work under PHP 5.3.2. > > Also rather a significant amount of commercial scripts used coding by > Zend Optimizer, and this software does not exist for PHP 5.3 and if > it will be updated by developers only in the last queue (after > upgrades for windows and linux-systems) as has the limited support for > FreeBSD > > Please, do not break FreeBSD system as a stable platform for PHP web-hosting. > > See this topic http://forums.freebsd.org/showthread.php?t=13240 > Patch published by lissyara create lang/php52 and all other > php52-structure. Please include this port to ports tree, I tested this > script, it works and intall PHP 5.2.12 via ports without problems. > http://www.freebsd.org/cgi/query-pr.cgi?pr=145772 I create 81 shar file for ports, and one diff for bsd.php.mk From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 15:47:50 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43558106564A for ; Sat, 17 Apr 2010 15:47:50 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 138D48FC0A for ; Sat, 17 Apr 2010 15:47:49 +0000 (UTC) Received: from pd6ml3no-ssvc.prod.shaw.ca ([10.0.153.149]) by pd5mo1no-svcs.prod.shaw.ca with ESMTP; 17 Apr 2010 09:47:49 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=1 a=wAGQQ9Az6v0A:10 a=VphdPIyG4kEA:10 a=a26r6MLpiQoA:10 a=kj9zAlcOel0A:10 a=+J+gTUrb/Bhkr9chPx4Sww==:17 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=cdOrFZPx5NF8_0xGOlEA:9 a=6AuxaSmDt--uGYdCO0ay_PiORMcA:4 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 Received: from unknown (HELO spqr.komquats.com) ([24.68.75.245]) by pd6ml3no-dmz.prod.shaw.ca with ESMTP; 17 Apr 2010 09:47:49 -0600 Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by spqr.komquats.com (Postfix) with ESMTP id 1CAE446EDA for ; Sat, 17 Apr 2010 08:47:48 -0700 (PDT) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.14.4/8.14.4) with ESMTP id o3HFlmHG094623 for ; Sat, 17 Apr 2010 08:47:48 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201004171547.o3HFlmHG094623@cwsys.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.2 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ Importance: high To: freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 17 Apr 2010 08:47:48 -0700 Sender: Cy.Schubert@komquats.com Subject: [HEADS UP] MIT-KRB5 Upgrade Coming X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Apr 2010 15:47:50 -0000 Hi Folks, I will be working on replacing the krb5 (1.6.3) and krb5-17 ports with a new krb5 port based on MIT KRB5 1.8 this weekend. The 1.6.3 and 1.7 ports will disappear as they do not support OpenSSL 1.0.0. Assuming my repocopy request has been implemented, I'm hoping to have the new krb5 1.8 committed by the end of this weekend. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org e**(i*pi)+1=0 From owner-freebsd-ports@FreeBSD.ORG Sat Apr 17 18:20:53 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C930B1065674 for ; Sat, 17 Apr 2010 18:20:53 +0000 (UTC) (envelope-from freebsd-ports.user@seibercom.net) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8247F8FC12 for ; Sat, 17 Apr 2010 18:20:53 +0000 (UTC) Received: by gwb1 with SMTP id 1so368334gwb.13 for ; Sat, 17 Apr 2010 11:20:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.12.18 with HTTP; Sat, 17 Apr 2010 11:20:52 -0700 (PDT) Date: Sat, 17 Apr 2010 14:20:52 -0400 Received: by 10.150.210.16 with SMTP id i16mr3550101ybg.70.1271528452611; Sat, 17 Apr 2010 11:20:52 -0700 (PDT) Message-ID: From: Gerard Seibert To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: timur@FreeBSD.org Subject: Update Samba X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.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, 17 Apr 2010 18:20:53 -0000 Does anyone happen to know when Samba will be updated to version "3.5.2"? -- Jerry FreeBSD-Ports.user@seibercom.net