From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 03:31:21 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 70784AA7 for ; Sun, 3 Feb 2013 03:31:21 +0000 (UTC) (envelope-from areilly@bigpond.net.au) Received: from nskntqsrv03p.mx.bigpond.com (nskntqsrv03p.mx.bigpond.com [61.9.168.237]) by mx1.freebsd.org (Postfix) with ESMTP id E81C7284 for ; Sun, 3 Feb 2013 03:31:20 +0000 (UTC) Received: from nskntcmgw08p ([61.9.169.168]) by nskntmtas03p.mx.bigpond.com with ESMTP id <20130203031541.HVDF10464.nskntmtas03p.mx.bigpond.com@nskntcmgw08p> for ; Sun, 3 Feb 2013 03:15:41 +0000 Received: from johnny.reilly.home ([124.188.162.192]) by nskntcmgw08p with BigPond Outbound id vfFh1k00F49NTNc01fFhnc; Sun, 03 Feb 2013 03:15:41 +0000 X-Authentication-Info: Submitted using ID areilly@bigpond.net.au X-Authority-Analysis: v=2.0 cv=FNuZNpUs c=1 sm=1 a=E3UA96qjU4/DKYBP5EH6OA==:17 a=wom5GMh1gUkA:10 a=rBw6BpehS4wA:10 a=kj9zAlcOel0A:10 a=Sv2sojjTAAAA:8 a=jsrbZVX7j60A:10 a=p6OS3gx4qZbMA9fJmvcA:9 a=CjuIK1q_8ugA:10 a=E3UA96qjU4/DKYBP5EH6OA==:117 Date: Sun, 3 Feb 2013 14:15:41 +1100 From: Andrew Reilly To: freebsd-ports@freebsd.org Subject: sysutils/nut vs 9-stable vs Eaton Ellipse MAX UPS - permissions problem? Message-ID: <20130203031541.GA24537@johnny.reilly.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 03:31:21 -0000 Hi all, Anyone have sysutils/nut successfully configured to talk to a UPS that relies on the usbhid-ups "driver" module? I've been beating my head against it for a couple of days: it tastes close, but still no cigar. The crux of the problem seems to be that usbhid-ups can't do what it needs to do to the usb device after it drops root privs and becomes user uucp, even though the various device files appear to be owned/permissioned appropriately. For example: $ sudo /usr/local/libexec/nut/usbhid-ups -a eaton -DDDDDDD Password: Network UPS Tools - Generic HID driver 0.37 (2.6.5-Unversioned directory) USB communication driver 0.31 0.000000 debug level is '7' 0.000727 upsdrv_initups... 0.000820 No appropriate HID device found 0.000831 No matching HID UPS found $ sudo /usr/local/libexec/nut/usbhid-ups -a eaton -DDDDDDD -u root Network UPS Tools - Generic HID driver 0.37 (2.6.5-Unversioned directory) USB communication driver 0.31 0.000000 debug level is '7' 0.000651 upsdrv_initups... 0.001164 Checking device (0463/FFFF) (/dev/usb//dev/ugen2.2) 0.727679 - VendorID: 0463 0.727702 - ProductID: ffff 0.727706 - Manufacturer: EATON 0.727710 - Product: Ellipse MAX 0.727713 - Serial Number: ADYM20019 0.727716 - Bus: /dev/usb 0.727720 Trying to match device 0.727752 Device matches 6.918371 HID descriptor, method 1: (9 bytes) => 09 21 10 01 21 01 22 72 03 6.918391 i=0, extra[i]=09, extra[i+1]=21 and on and on and on.... If I tweak the /usr/local/etc/rc.d/nut script so that the nut_prestart and nut_poststop functions call upsdrvctl with -u root, then the usbhid-ups driver appears to succeed and do its thing, but then the monitor complains of not being able to open usbhid-ups-eaton, which is presumably the monitoring socket, which winds up being owned by root, rather than uucp. Any pointers or suggestions gratefully accepted! -- Andrew Details: uname -a says: FreeBSD johnny.reilly.home 9.1-STABLE FreeBSD 9.1-STABLE #3 r246214: Sat Feb 2 12:41:06 EST 2013 root@johnny.reilly.home:/usr/obj/usr/src/sys/GENERIC amd64 nut has been installed from ports and is up-to-date. My main config files in /usr/local/etc/nut look like (comments elided): nut.conf: MODE=standalone ups.conf: [eaton] driver = usbhid-ups port = auto vendor = "EATON" product = "Ellipse MAX" vendorid = 0463 productid = ffff offdelay = 120 ondelay = 130 upsd.conf: (unchanged from install) upsd.users: [admin] password = my_ups_pass actions = SET instcmds = ALL [upsmon] password = my_ups_pass upsmon master upsmon.conf: MONITOR eaton@localhost 1 upsmon my_ups_pass master MINSUPPLIES 1 SHUTDOWNCMD "/sbin/shutdown -h +0" POLLFREQ 5 POLLFREQALERT 5 HOSTSYNC 15 DEADTIME 15 POWERDOWNFLAG /etc/killpower RBWARNTIME 43200 NOCOMMWARNTIME 300 FINALDELAY 5 From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 04:08:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6129D410 for ; Sun, 3 Feb 2013 04:08:34 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3C0D339A for ; Sun, 3 Feb 2013 04:08:34 +0000 (UTC) Received: by mail-da0-f42.google.com with SMTP id z17so2224894dal.1 for ; Sat, 02 Feb 2013 20:08:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=QWzDtb1dzHXjvjDBKrXYVXle1agt7069/GESlWtamXc=; b=HTZYwLa9B1LcEeoQEXtM0u+CLr9rGhxqc3ek0w7SRUYoq9bzcoqQ0pjwKsdPXKTA+E wWH5DBMxRMTYZQX1rv55D6Fb2MZ/LWQ5pDUqnNoQbYgr8AXusfDMKfs6tNmktRfwFaaO 3FuRbFIWSpE6vNTwguTaEZ8S8Bm43b2RoZmrFXc11X3doP1lNANB1FO7WZuu39D9kV3R RQjQrEOEsUADaAEJ5Bw+Mmgp8O4QUMUTbaVFDOa4RmEC6a6ggcYUbk2rOftuamO0T2w2 Z7k1FNASjro4PUxdRbsWxpSCGYsAk6wEUBAVXPqTLVEP8vTV2GeVyWLpXuQMCH7hp1Ie eHsw== MIME-Version: 1.0 X-Received: by 10.68.131.35 with SMTP id oj3mr45288357pbb.17.1359864507120; Sat, 02 Feb 2013 20:08:27 -0800 (PST) Sender: kob6558@gmail.com Received: by 10.67.2.65 with HTTP; Sat, 2 Feb 2013 20:08:26 -0800 (PST) Date: Sat, 2 Feb 2013 20:08:26 -0800 X-Google-Sender-Auth: AMB1GGN7gPEgEzkA8BjL83WmAwM Message-ID: Subject: libreoffice build fails on i386 From: Kevin Oberman To: "ports@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 04:08:34 -0000 I am unable to build libreoffice on an i386 system. It builds fine on amd64. All systems are running 9.1-stable, one from Jan. 10 and one from Jan. 27. Both using default compilers. I get a segment fault running the sot. [ build CUT ] sot_test_sot R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.7.2 && O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro && mkdir -p $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ $O/bin/cppunit/cppunittester $W/LinkTarget/CppunitTest/libtest_sot_test_sot.so --headless --protector unoexceptionprotector.so unoexceptionprotector --headless "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" -env:URE_INTERNAL_LIB_DIR=file://$O/lib -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/sot_test_sot.test.log 2>&1 || (cat $W/CppunitTest/sot_test_sot.test.log && echo; echo "Error: a unit test failed, please do one of:"; echo; echo "export DEBUGCPPUNIT=TRUE # for exception catching"; echo "export GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo "export VALGRIND=memcheck # for memory checking" ; echo "and retry." && false)) Segmentation fault (core dumped) I have the core file, but I suspect it is of no use unless I re-build with debug symbols. Has anyone else seen this? the prior build (before the boost update was fine. Boost updated without error. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 04:14:41 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 56AEA4C8 for ; Sun, 3 Feb 2013 04:14:41 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3D53E7 for ; Sun, 3 Feb 2013 04:14:40 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r134Ee2q009461 for ; Sat, 2 Feb 2013 20:14:40 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <510DE42F.40207@rawbw.com> Date: Sat, 02 Feb 2013 20:14:39 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: ports@freebsd.org Subject: Why the port build log file has terminal escape sequences? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 04:14:41 -0000 I redirect the log into the file: portupgrade -a 2>&1 | tee portupgrade.log However, log still has escape sequences as if it was printed to the terminal: ^[[0m^[[34m^[[1mGenerating moc_mainwindow.cpp^M ^[[0m^[[34m^[[1mGenerating subscriptionlistdelegate.moc^M ^[[0m^[[34m^[[1mGenerating knconfigwidgets.moc^M ^[[0m^[[34m^[[1mGenerating previewdialog.moc^M ^[[34m^[[1mGenerating entriescountdialog.moc^M I believe this started not long ago. What is wrong? Yuri From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 05:29:15 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 90844981 for ; Sun, 3 Feb 2013 05:29:15 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 34FDC799 for ; Sun, 3 Feb 2013 05:29:14 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 03 Feb 2013 00:29:10 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id CFL59660; Sun, 3 Feb 2013 00:29:08 -0500 Received: from 209-6-84-183.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.84.183]) by smtp04.lnh.mail.rcn.net with ESMTP; 03 Feb 2013 00:29:08 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20749.62883.749259.781697@jerusalem.litteratus.org> Date: Sun, 3 Feb 2013 00:29:07 -0500 To: Kevin Oberman Subject: libreoffice build fails on i386 In-Reply-To: References: X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 05:29:15 -0000 Kevin Oberman writes: > I am unable to build libreoffice on an i386 system. It builds fine on > amd64. All systems are running 9.1-stable, one from Jan. 10 and one > from Jan. 27. Both using default compilers. I get a segment fault > running the sot. > [ build CUT ] sot_test_sot > R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.7.2 > && O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro && mkdir -p > $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite > DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ > $O/bin/cppunit/cppunittester > $W/LinkTarget/CppunitTest/libtest_sot_test_sot.so --headless > --protector unoexceptionprotector.so unoexceptionprotector --headless > "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" > -env:URE_INTERNAL_LIB_DIR=file://$O/lib > -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/sot_test_sot.test.log > 2>&1 || (cat $W/CppunitTest/sot_test_sot.test.log && echo; echo > "Error: a unit test failed, please do one of:"; echo; echo "export > DEBUGCPPUNIT=TRUE # for exception catching"; echo "export > GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo > "export VALGRIND=memcheck # for memory checking" ; echo > "and retry." && false)) > Segmentation fault (core dumped) On a system running: FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64 with the port tree updated every midnight, attempts to build libreoffice (using "make -j 1") produce: Module 'xmlreader' delivered successfully. 0 files copied, 0 files unchanged ---------------------------------------------------------- : && LD_LIBRARY_PATH=/data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/cppuhelper/unxfbsd.pro/lib:/data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/solver/unxfbsd.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/solver/unxfbsd.pro/bin/cppunit/cppunittester ../../unxfbsd.pro/lib/libcppu_ifcontainer.so - start unit test #1 on library ../../unxfbsd.pro/lib/libcppu_ifcontainer.so ---------------------------------------------------------- /usr/local/bin/bash: line 1: 85393 Segmentation fault (core dumped) LD_LIBRARY_PATH=/data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/cppuhelper/unxfbsd.pro/lib:/data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/solver/unxfbsd.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}} /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/solver/unxfbsd.pro/bin/cppunit/cppunittester ../../unxfbsd.pro/lib/libcppu_unourl.so dmake: Error code 139, while making 'test1' OK (5) [ build ALL ] top level modules: bootstrap src.downloaded oovbaapi [ build ALL ] loaded modules: oovbaapi [ build CHK ] loaded modules: oovbaapi oovbaapi deliver Module 'oovbaapi' delivered successfully. 0 files copied, 0 files unchanged ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/cppuhelper/qa/unourl it seems that the error is inside 'cppuhelper', please re-run build inside this module to isolate the error and/or test your fix: ----------------------------------------------------------------------- This has been the case before and after boost changes. I have no idea if they are related, and have received no response to messages to office@. Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 09:01:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE1C9AFD for ; Sun, 3 Feb 2013 09:01:46 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr4.xs4all.nl (smtp-vbr4.xs4all.nl [194.109.24.24]) by mx1.freebsd.org (Postfix) with ESMTP id 34047DEF for ; Sun, 3 Feb 2013 09:01:45 +0000 (UTC) Received: from yokozuna.lan (a83-160-85-125.adsl.xs4all.nl [83.160.85.125]) by smtp-vbr4.xs4all.nl (8.13.8/8.13.8) with ESMTP id r1391cl1084361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 3 Feb 2013 10:01:39 +0100 (CET) (envelope-from mbeis@xs4all.nl) Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.5/8.14.5) with ESMTP id r1391crC003110; Sun, 3 Feb 2013 10:01:38 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Sun, 3 Feb 2013 10:01:38 +0100 (CET) From: Marco Beishuizen Sender: marco@yokozuna.lan To: Kevin Oberman Subject: Re: libreoffice build fails on i386 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by XS4ALL Virus Scanner Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marco Beishuizen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 09:01:46 -0000 On Sun, 3 Feb 2013, the wise Kevin Oberman wrote: > I am unable to build libreoffice on an i386 system. It builds fine on > amd64. All systems are running 9.1-stable, one from Jan. 10 and one > from Jan. 27. Both using default compilers. I get a segment fault > running the sot. > [ build CUT ] sot_test_sot > R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.7.2 > && O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro && mkdir -p > $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite > DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ > $O/bin/cppunit/cppunittester > $W/LinkTarget/CppunitTest/libtest_sot_test_sot.so --headless > --protector unoexceptionprotector.so unoexceptionprotector --headless > "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" > -env:URE_INTERNAL_LIB_DIR=file://$O/lib > -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/sot_test_sot.test.log > 2>&1 || (cat $W/CppunitTest/sot_test_sot.test.log && echo; echo > "Error: a unit test failed, please do one of:"; echo; echo "export > DEBUGCPPUNIT=TRUE # for exception catching"; echo "export > GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo > "export VALGRIND=memcheck # for memory checking" ; echo > "and retry." && false)) > Segmentation fault (core dumped) > > I have the core file, but I suspect it is of no use unless I re-build > with debug symbols. > > Has anyone else seen this? the prior build (before the boost update > was fine. Boost updated without error. I'm getting this too for some time now on 9.1-stable. My ports are up to date and tried yesterday again but no luck. My error message is: ... internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/sot/prj it seems that the error is inside 'sot', please re-run build inside this module to isolate the error and/or test your fix: ... Regards, Marco -- Intellect annuls Fate. So far as a man thinks, he is free. -- Ralph Waldo Emerson From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 09:22:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0713CE6E for ; Sun, 3 Feb 2013 09:22:01 +0000 (UTC) (envelope-from rde@tavi.co.uk) Received: from kipling.tavi.co.uk (kipling.tavi.co.uk [81.187.145.130]) by mx1.freebsd.org (Postfix) with ESMTP id B57C5E80 for ; Sun, 3 Feb 2013 09:22:00 +0000 (UTC) Received: from raksha.tavi.co.uk (raksha.tavi.co.uk [81.187.145.139]) by kipling.tavi.co.uk (Postfix) with ESMTP id 6F948C942F for ; Sun, 3 Feb 2013 09:16:10 +0000 (GMT) Date: Sun, 3 Feb 2013 09:16:10 +0000 From: Bob Eager To: freebsd-ports@freebsd.org Subject: Re: libreoffice build fails on i386 Message-ID: <20130203091610.69e8a55f@raksha.tavi.co.uk> In-Reply-To: References: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAMFBMVEUwXjFLc0vD0cS7y7zw9PDZ4tkWSRaVrZZ+m39qi2tXfVj////7+/utwK4IPggAOAAJUUA7AAABKklEQVQ4jWPYjQMwDFYJp0NKEKCNJmEf9h8CsimXiL2e33s3/e7F7K2Cs3f3dCMkQkMKj4YuCY3K3iR+e7fMaiSjvkX0/5cFGrWpe2uLzOpaExUVqMS/8PX/Re5ey960OLBTZpFA8+IlSBKPQ92zNyUUBsosN58uIY0k8f+/ONCoYytkVuhWzVwNkYiYbqk5M3NmOVBi41YZ8RsGF7shEtFb5KJ3r969CyixM7OTPeFUxG2IxLO8/9/SvqXlc+/x3h295YzLlj2nIRJQj//nRvc5TEIal8RsXBLVuCQwIgoq/u80DomP6HEOk/iOS+IJLonZOCT+ReOQ+Lkbh0QKLonbOCR+7MYhsRqHBJrVcIl/1TgklqKLQyQ+tGKIgyQOqXpjig94diZRAgAXmDX6jyWafAAAAABJRU5ErkJggg====== Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 09:22:01 -0000 On Sat, 2 Feb 2013 20:08:26 -0800 Kevin Oberman wrote: > I am unable to build libreoffice on an i386 system. It builds fine on > amd64. All systems are running 9.1-stable, one from Jan. 10 and one > from Jan. 27. Both using default compilers. I get a segment fault > running the sot. > [ build CUT ] sot_test_sot > R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.7.2 > && O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro && mkdir -p > $W/CppunitTest/ && (LD_LIBRARY_PATH="$O/lib":$O/lib/sqlite > DBGSV_ERROR_OUT=shell STAR_RESOURCEPATH=$O/bin/ > $O/bin/cppunit/cppunittester > $W/LinkTarget/CppunitTest/libtest_sot_test_sot.so --headless > --protector unoexceptionprotector.so unoexceptionprotector --headless > "-env:UNO_TYPES= file://$O/bin/udkapi.rdb file://$O/bin/types.rdb" > -env:URE_INTERNAL_LIB_DIR=file://$O/lib > -env:LO_LIB_DIR=file://$O/lib > $W/CppunitTest/sot_test_sot.test.log > 2>&1 || (cat $W/CppunitTest/sot_test_sot.test.log && echo; echo > "Error: a unit test failed, please do one of:"; echo; echo "export > DEBUGCPPUNIT=TRUE # for exception catching"; echo "export > GDBCPPUNITTRACE=\"gdb --args\" # for interactive debugging"; echo > "export VALGRIND=memcheck # for memory checking" ; echo > "and retry." && false)) > Segmentation fault (core dumped) > > I have the core file, but I suspect it is of no use unless I re-build > with debug symbols. > > Has anyone else seen this? the prior build (before the boost update > was fine. Boost updated without error. > I had exactly the same problem. I found other instances when Googling. I solved it for the moment by temporarily putting WITH_GCC=yes in make.conf, then cleaning and trying again. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 11:13:35 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 45D1259E for ; Sun, 3 Feb 2013 11:13:35 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22b.google.com (ia-in-x022b.1e100.net [IPv6:2607:f8b0:4001:c02::22b]) by mx1.freebsd.org (Postfix) with ESMTP id C10A224E for ; Sun, 3 Feb 2013 11:13:34 +0000 (UTC) Received: by mail-ia0-f171.google.com with SMTP id z13so7093658iaz.16 for ; Sun, 03 Feb 2013 03:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=BZYsvlsMrv29PVuVx0I2UP9Wd0n6caTNVWy2Y1A6Dno=; b=XirOwxbenIFL1YJaUMluFzqZbgtKwcZBvbMuasS6igtDAlXL9LzdZ+cSm4IRsmxyAK Tcj9iyR7o4NhiIllHNUhrUvi+OkgE/UBFg5pnfttX72p9iiiTz+zJgXmo3WoqNqzFO9w gPVb2UE3I8hog2gin2Nc9LtJXMGPjrm9PSAmUtsLmoK8O0Zs9Vui9NuizVFP1nB25O4I vUNjWoDsD5hdTpb8V8DklAmBBGQZoEsrI47ntF4io4GBFL3rgMt4bpZoOzxSKION7f10 WnRHEHW13WicVM9xojYJI+XREa/YeSscM0nSspSck0AJJWuMUZ5YV6q6ClqnPwf+eZO0 UW2A== X-Received: by 10.50.13.175 with SMTP id i15mr2791824igc.75.1359890014547; Sun, 03 Feb 2013 03:13:34 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Sun, 3 Feb 2013 03:13:04 -0800 (PST) In-Reply-To: <510DE42F.40207@rawbw.com> References: <510DE42F.40207@rawbw.com> From: Chris Rees Date: Sun, 3 Feb 2013 11:13:04 +0000 X-Google-Sender-Auth: ouKKxr8rTBds24iBMZyEucRS_j4 Message-ID: Subject: Re: Why the port build log file has terminal escape sequences? To: Yuri Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 11:13:35 -0000 On 3 February 2013 04:14, Yuri wrote: > I redirect the log into the file: portupgrade -a 2>&1 | tee portupgrade.log > However, log still has escape sequences as if it was printed to the > terminal: > ^[[0m^[[34m^[[1mGenerating moc_mainwindow.cpp^M > ^[[0m^[[34m^[[1mGenerating subscriptionlistdelegate.moc^M > ^[[0m^[[34m^[[1mGenerating knconfigwidgets.moc^M > ^[[0m^[[34m^[[1mGenerating previewdialog.moc^M > ^[[34m^[[1mGenerating entriescountdialog.moc^M > > I believe this started not long ago. > What is wrong? I guess this is a cmake/clang port? Cmake, clang and several other tools give colorised output. This is achieved with escape sequences. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 12:30:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BF9F5117 for ; Sun, 3 Feb 2013 12:30:46 +0000 (UTC) (envelope-from meta@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id 7D76C683 for ; Sun, 3 Feb 2013 12:30:45 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id 6F5C8614; Sun, 3 Feb 2013 21:30:54 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 03 Feb 2013 21:30:54 +0900 From: meta To: Subject: If a port requires xorg-server's source tree, how to write =?UTF-8?Q?Makefile=3F?= Message-ID: <0336581b388d19515ad10782529b1a48@vmeta.jp> X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/0.8.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 12:30:46 -0000 Hi, A few times I've already posted freebsd-ports list that I'm working for creating a port net/tigervnc. It is almost be done but I have a question. TigerVNC's source tree is not complete to make everything. We have to put freebsd-patched xorg-server's source tree into its tree. I tried like this. It builds fine with WITH_NEW_XORG and old xorg. Is this a bad idea? Should I take another way? post-extract: ${MAKE} -C ../../x11-servers/xorg-server patch ${CP} -R ../../x11-servers/xorg-server/work/xorg-server-${XORG_VERSION}/* \ ${WRKSRC}/unix/xserver/ post-clean: ${MAKE} -C ../../x11-servers/xorg-server clean This tarball is my temporary working port. http://www.club.kyutech.ac.jp/~meta/temp/tigervnc-port.tar.gz -- `whois vmeta.jp | nkf -w` meta TigerVNC project is to merge enhancements of all different VNCs and has unity in mind. For further information. Please see: http://article.gmane.org/gmane.network.tight-vnc.general/8610/ From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 13:43:53 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66D8F81B for ; Sun, 3 Feb 2013 13:43:53 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 1119184F for ; Sun, 3 Feb 2013 13:43:52 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 0C25E86202; Sun, 3 Feb 2013 14:43:49 +0100 (CET) Message-ID: <510E6995.6070600@bsdforen.de> Date: Sun, 03 Feb 2013 14:43:49 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: meta Subject: Re: If a port requires xorg-server's source tree, how to write Makefile? References: <0336581b388d19515ad10782529b1a48@vmeta.jp> In-Reply-To: <0336581b388d19515ad10782529b1a48@vmeta.jp> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 13:43:53 -0000 On 03/02/2013 13:30, meta wrote: > Hi, > > A few times I've already posted freebsd-ports list that I'm working for > creating a port net/tigervnc. It is almost be done but I have a question. > > TigerVNC's source tree is not complete to make everything. We have to > put freebsd-patched xorg-server's source tree into its tree. I tried > like this. It builds fine with WITH_NEW_XORG and old xorg. > > Is this a bad idea? Should I take another way? > > post-extract: > ${MAKE} -C ../../x11-servers/xorg-server patch > ${CP} -R ../../x11-servers/xorg-server/work/xorg-server-${XORG_VERSION}/* \ > ${WRKSRC}/unix/xserver/ > > post-clean: > ${MAKE} -C ../../x11-servers/xorg-server clean BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract See the Porters' Handbook section 5.8. 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 Feb 3 14:07:30 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B3310C43 for ; Sun, 3 Feb 2013 14:07:30 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x232.google.com (ia-in-x0232.1e100.net [IPv6:2607:f8b0:4001:c02::232]) by mx1.freebsd.org (Postfix) with ESMTP id 80FDE912 for ; Sun, 3 Feb 2013 14:07:30 +0000 (UTC) Received: by mail-ia0-f178.google.com with SMTP id y26so7045760iab.23 for ; Sun, 03 Feb 2013 06:07:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=TU5Sa51uCXvttSYUrbQ94mN4DHiQ0L6YmgztMrXcRqs=; b=VPB3l6m59d5b9ur3pNhHyJf9qDVFAacm/HyoBM/Q+oaCjavIvH6DWPRCzxfVz4Tel+ ZNJJpnudrbqg5yuvvKDqhTdTISy8pFki8+WAuP0xrb0S7VU/0sqiOpvfvT9d2bhqTvNb rMn7AIIFa6tpdELoAndCXjTMqO78KemBXx288uhsWW2joqBNpzdmxxQTVYD7ptmJjuak WvgXIpRh0GCSl++T2i6UEFgaJOxU61Loe9KcvlSxqU228LIhZPFCByqiCv6L0kqOKZBI T1ajzPwlIk9XIk+Ad+amrgXgUlbcnfJ+gSMsGvdnHgcrlENQ/PPRte5o50DAg62k3Npc TLZQ== MIME-Version: 1.0 X-Received: by 10.50.202.97 with SMTP id kh1mr3100897igc.15.1359900450137; Sun, 03 Feb 2013 06:07:30 -0800 (PST) Received: by 10.64.16.73 with HTTP; Sun, 3 Feb 2013 06:07:29 -0800 (PST) Received: by 10.64.16.73 with HTTP; Sun, 3 Feb 2013 06:07:29 -0800 (PST) In-Reply-To: <510E6995.6070600@bsdforen.de> References: <0336581b388d19515ad10782529b1a48@vmeta.jp> <510E6995.6070600@bsdforen.de> Date: Sun, 3 Feb 2013 14:07:29 +0000 Message-ID: Subject: Re: If a port requires xorg-server's source tree, how to write Makefile? From: Chris Rees To: Dominic Fandrey Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, meta X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:07:30 -0000 On 3 Feb 2013 13:44, "Dominic Fandrey" wrote: > > On 03/02/2013 13:30, meta wrote: > > Hi, > > > > A few times I've already posted freebsd-ports list that I'm working for > > creating a port net/tigervnc. It is almost be done but I have a question. > > > > TigerVNC's source tree is not complete to make everything. We have to > > put freebsd-patched xorg-server's source tree into its tree. I tried > > like this. It builds fine with WITH_NEW_XORG and old xorg. > > > > Is this a bad idea? Should I take another way? > > > > post-extract: > > ${MAKE} -C ../../x11-servers/xorg-server patch > > ${CP} -R ../../x11-servers/xorg-server/work/xorg-server-${XORG_VERSION}/* \ > > ${WRKSRC}/unix/xserver/ > > > > post-clean: > > ${MAKE} -C ../../x11-servers/xorg-server clean > > BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract > > See the Porters' Handbook section 5.8. I think you need :patch here, to get the patched version. Chris From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 14:23:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E67F3DF9 for ; Sun, 3 Feb 2013 14:23:20 +0000 (UTC) (envelope-from t.mueller1@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id B15BD987 for ; Sun, 3 Feb 2013 14:23:19 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=W5W6pGqk c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=XTEQzON8O_4A:10 a=gQ2wJAMMTgt0jkpbUXYA:9 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com header.from=mueller6724@bellsouth.net; sender-id=neutral Authentication-Results: smtp01.insight.synacor.com smtp.mail=t.mueller1@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:57744] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id C1/B9-08887-1D27E015; Sun, 03 Feb 2013 09:23:13 -0500 Date: Sun, 03 Feb 2013 09:23:13 -0500 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: security/gnupg Cc: Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:23:21 -0000 > /etc/make.conf, use OPTIONS_SET=list of options. You can also use UNSET in > the same way for the converse. Setting BATCH=yes stops the dialogs > appearing. > Chris I want to know what ports have settable options, and might miss some. I guess I could make showconfig-recursive |& tee showconfig.log , NetBSD pkgsrc has something that serves the same function. It's also possible to set an options for one or more but not all ports. I suppose, in the case of portmaster, I could run the command without a log file, answer n when prompted whether to do the build, then immediately run the same portmaster command again, but this time with a log file. I wish dialog could run on a separate screen and/or without the color. With NetBSD pkgsrc, I don't feel at all deprived for not having the dialog. Tom From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 14:28:45 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C91EA1AD for ; Sun, 3 Feb 2013 14:28:45 +0000 (UTC) (envelope-from t.mueller1@insightbb.com) Received: from mail.insightbb.com (smtp3.insight.synacor.com [208.47.185.25]) by mx1.freebsd.org (Postfix) with ESMTP id 871959CE for ; Sun, 3 Feb 2013 14:28:44 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=W5W6pGqk c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=eGa444r5jngA:10 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=rfZHRqKf99gA:10 a=FnIUHYMPAAAA:8 a=H0Y86boji7H1AZ_SwX4A:9 a=TG6KZ68mZ_cA:10 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com smtp.mail=t.mueller1@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com header.from=mueller6724@bellsouth.net; sender-id=neutral Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:54258] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 82/AA-08887-5147E015; Sun, 03 Feb 2013 09:28:37 -0500 Date: Sun, 03 Feb 2013 09:28:37 -0500 Message-ID: <82.AA.08887.5147E015@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Why the port build log file has terminal escape sequences? Cc: Chris Rees , Yuri X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:28:45 -0000 > On 3 February 2013 04:14, Yuri wrote: > > I redirect the log into the file: portupgrade -a 2>&1 | tee portupgrade.log > > However, log still has escape sequences as if it was printed to the > > terminal: > > ^[[0m^[[34m^[[1mGenerating moc_mainwindow.cpp^M > > ^[[0m^[[34m^[[1mGenerating subscriptionlistdelegate.moc^M > > ^[[0m^[[34m^[[1mGenerating knconfigwidgets.moc^M > > ^[[0m^[[34m^[[1mGenerating previewdialog.moc^M > > ^[[34m^[[1mGenerating entriescountdialog.moc^M > > I believe this started not long ago. > > What is wrong? > I guess this is a cmake/clang port? Cmake, clang and several other > tools give colorised output. This is achieved with escape sequences. > Chris A config dialog could also cause something like this but would normally be more severe. Tom From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 14:33:25 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BBCC726E; Sun, 3 Feb 2013 14:33:25 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s2.blu0.hotmail.com (blu0-omc3-s2.blu0.hotmail.com [65.55.116.77]) by mx1.freebsd.org (Postfix) with ESMTP id 76D839EF; Sun, 3 Feb 2013 14:33:25 +0000 (UTC) Received: from BLU0-SMTP124 ([65.55.116.74]) by blu0-omc3-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 06:33:19 -0800 X-EIP: [5l454sQkizDUYK4PeTbIawstXs/NqBH9] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP124.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 06:33:17 -0800 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3YzZKS1n20z2CG5m; Sun, 3 Feb 2013 09:33:16 -0500 (EST) Date: Sun, 3 Feb 2013 09:33:14 -0500 From: Carmel To: freebsd-ports@freebsd.org, kde@FreeBSD.org Subject: Build error: math/rocs X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 03 Feb 2013 14:33:18.0036 (UTC) FILETIME=[68778940:01CE021B] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:33:25 -0000 FreeBSD-8.3 STABLE amd64 I am unable to get the "math/rocs" port to build. I finishes with this error message: [ 1%] Built target rocs_GraphStructure_automoc usr/local/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" automoc4: process for /usr/ports/math/rocs/work/rocs-4.8.4/build/src/Plugins/GenerateGraph/ge= nerategraphwidget.moc failed: Unknown error pid to wait for: 0 returning failed.. *** Error code 1 1 error *** Error code 2 make -f src/Plugins/TransformEdges/CMakeFiles/rocs_transformedgesplugin_automoc.dir= /build.make src/Plugins/TransformEdges/CMakeFiles/rocs_transformedgesplugin_automoc.dir= /depend cd /usr/ports/math/rocs/work/rocs-4.8.4/build && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/ports/math/rocs/work/rocs-4.8.4 /usr/ports/math/rocs/work/r= ocs-4.8.4/src/Plugins/TransformEdges /usr/ports/math/rocs/work/rocs-4.8.4/b= uild /usr/ports/math/rocs/work/rocs-4.8.4/build/src/Plugins/TransformEdges = /usr/ports/math/rocs/work/rocs-4.8.4/build/src/Plugins/TransformEdges/CMake= Files/rocs_transformedgesplugin_automoc.dir/DependInfo.cmake --color=3D Scanning dependencies of target rocs_transformedgesplugin_automoc make -f src/Plugins/TransformEdges/CMakeFiles/rocs_transformedgesplugin_automoc.dir= /build.make src/Plugins/TransformEdges/CMakeFiles/rocs_transformedgesplugin_automoc.dir= /build cd /usr/ports/math/rocs/work/rocs-4.8.4/build/src/Plugins/TransformEdges && /usr/local/bin/automoc4 /usr/ports/math/rocs/work/rocs-4.8.4/build/src/P= lugins/TransformEdges/rocs_transformedgesplugin_automoc.cpp /usr/ports/math= /rocs/work/rocs-4.8.4/src/Plugins/TransformEdges /usr/ports/math/rocs/work/= rocs-4.8.4/build/src/Plugins/TransformEdges /usr/local/bin/moc-qt4 /usr/loc= al/bin/cmake Generating transformedgeswidget.moc usr/local/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error at "BOOST_JOIN" automoc4: process for /usr/ports/math/rocs/work/rocs-4.8.4/build/src/Plugins/TransformEdges/t= ransformedgeswidget.moc failed: Unknown error pid to wait for: 0 Generating moc_transformedgestoolsplugin.cpp returning failed.. *** Error code 1 1 error *** Error code 2 2 errors *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/math/rocs. The entire build log is available here: http://www.seibercom.net/logs/rocs.txt --=20 Carmel =E2=9C=8C carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 14:39:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 91B01431; Sun, 3 Feb 2013 14:39:38 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s13.blu0.hotmail.com (blu0-omc3-s13.blu0.hotmail.com [65.55.116.88]) by mx1.freebsd.org (Postfix) with ESMTP id 4E835A25; Sun, 3 Feb 2013 14:39:38 +0000 (UTC) Received: from BLU0-SMTP259 ([65.55.116.72]) by blu0-omc3-s13.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 06:38:32 -0800 X-EIP: [GDWAF2RVEFAPMh/ApxYyRUBntXUyq/wJ] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP259.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 06:38:31 -0800 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3YzZRT70xLz2CG5m; Sun, 3 Feb 2013 09:38:29 -0500 (EST) Date: Sun, 3 Feb 2013 09:38:29 -0500 From: Carmel To: freebsd-ports@freebsd.org, kde@FreeBSD.org Subject: "deskutils/kdepim4" build error X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 03 Feb 2013 14:38:31.0537 (UTC) FILETIME=[2353FE10:01CE021C] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:39:38 -0000 FreeBSD-8.3 STABLE Attempting to build the "deskutils/kdepim4" port results in an error. The is the end of the build report. =1B[0mreturning failed.. gmake[2]: *** [kleopatra/CMakeFiles/kleopatra_bin_automoc] Error 1 gmake[2]: Leaving directory `/usr/ports/deskutils/kdepim4/work/kdepim-4.8.4= /build' gmake[1]: *** [kleopatra/CMakeFiles/kleopatra_bin_automoc.dir/all] Error 2 gmake[1]: *** Waiting for unfinished jobs.... =1B[34m=1B[1mGenerating configagentdelegate.moc =1B[0m=1B[34m=1B[1mGenerating undostack.moc =1B[0m=1B[34m=1B[1mGenerating collectionaclpage.moc =1B[0m=1B[34m=1B[1mGenerating kmmainwin.moc =1B[0m=1B[34m=1B[1mGenerating xfaceconfigurator.moc =1B[0m=1B[34m=1B[1mGenerating kmreaderwin.moc =1B[0m=1B[34m=1B[1mGenerating configuredialog_p.moc =1B[0m=1B[34m=1B[1mGenerating mailserviceimpl.moc =1B[0m=1B[34m=1B[1mGenerating kmknotify.moc =1B[0m=1B[34m=1B[1mGenerating collectiontemplatespage.moc =1B[0m=1B[34m=1B[1mGenerating foldershortcutactionmanager.moc =1B[0mgmake[2]: Leaving directory `/usr/ports/deskutils/kdepim4/work/kdepim= -4.8.4/build' /usr/local/bin/cmake -E cmake_progress_report /usr/ports/deskutils/kdepim4/= work/kdepim-4.8.4/build/CMakeFiles=20 [ 1%] Built target kmailprivate_automoc gmake[1]: Leaving directory `/usr/ports/deskutils/kdepim4/work/kdepim-4.8.4= /build' gmake: *** [all] Error 2 *** Error code 1 The full build log is available here: http://www.seibercom.net/logs/kdepim4.txt --=20 Carmel =E2=9C=8C carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 14:55:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CF94B6B4 for ; Sun, 3 Feb 2013 14:55:01 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA10A87 for ; Sun, 3 Feb 2013 14:55:01 +0000 (UTC) Received: from [127.0.0.1] (graphics [62.49.197.51]) by dns1.vizion2000.net (Postfix) with ESMTP id 5B0E0119C79 for ; Sun, 3 Feb 2013 05:29:41 -0800 (PST) Message-ID: <510E781E.3010304@vizion2000.net> Date: Sun, 03 Feb 2013 06:45:50 -0800 From: David Southwell Organization: Vision Communications User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [!! SPAM] "deskutils/kdepim4" build error References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 14:55:01 -0000 On 2/3/2013 6:38 AM, Carmel wrote: > FreeBSD-8.3 STABLE > > Attempting to build the "deskutils/kdepim4" port results in an error. > The is the end of the build report. > > returning failed.. > gmake[2]: *** [kleopatra/CMakeFiles/kleopatra_bin_automoc] Error 1 > gmake[2]: Leaving directory `/usr/ports/deskutils/kdepim4/work/kdepim-4.8.4/build' > gmake[1]: *** [kleopatra/CMakeFiles/kleopatra_bin_automoc.dir/all] Error 2 > gmake[1]: *** Waiting for unfinished jobs.... > Generating configagentdelegate.moc > Generating undostack.moc > Generating collectionaclpage.moc > Generating kmmainwin.moc > Generating xfaceconfigurator.moc > Generating kmreaderwin.moc > Generating configuredialog_p.moc > Generating mailserviceimpl.moc > Generating kmknotify.moc > Generating collectiontemplatespage.moc > Generating foldershortcutactionmanager.moc > gmake[2]: Leaving directory `/usr/ports/deskutils/kdepim4/work/kdepim-4.8.4/build' > /usr/local/bin/cmake -E cmake_progress_report /usr/ports/deskutils/kdepim4/work/kdepim-4.8.4/build/CMakeFiles > [ 1%] Built target kmailprivate_automoc > gmake[1]: Leaving directory `/usr/ports/deskutils/kdepim4/work/kdepim-4.8.4/build' > gmake: *** [all] Error 2 > *** Error code 1 > > The full build log is available here: > > http://www.seibercom.net/logs/kdepim4.txt > No connection to: www.­seibercom.­net/­logs/­kdepim4.­txt David -- David Southwell ARPS AFIAP Photographic Arts Trained & experienced competition judge, mentor, trainer, lecturer, Advanced digital techniques, international project photography From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 15:12:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C804DBAC; Sun, 3 Feb 2013 15:12:43 +0000 (UTC) (envelope-from spil.oss@gmail.com) Received: from mail-ie0-x231.google.com (mail-ie0-x231.google.com [IPv6:2607:f8b0:4001:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 88E84B75; Sun, 3 Feb 2013 15:12:43 +0000 (UTC) Received: by mail-ie0-f177.google.com with SMTP id 16so4686713iea.8 for ; Sun, 03 Feb 2013 07:12:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:reply-to:date:message-id:subject:from:to :content-type; bh=zW4W2cGMaCkPPG6lYwfGjZJKnoWqyeAkI8ZyjoxUu1I=; b=mufO/Fz0wAKRhKIsTgwYioBgrEU790ZfR0ZobyI1eT6SlwqtfVSL006C29P986BzUz oE7wvPngns8z2g+brP32ltDdIQ6KrVI7WUdIuye6EJJYxR1HH4Ug+/0vB0GstJ0WCWAW denk54XcqyMNPBFY759G7NMzM/MxtPZeDP+ngmiB3u+QCKFYxbUyYCgY7MbY9b8Xk4ad 3p/lB7EYrkbTJXcOqg5yuUYrX8DuNWfWM/GMyLSo7iJ98qVnNeKtcPxuXhafKySyo+ax bb/QsEVGWk1yWXpVhrjzB0a2KrciFjK2RriCoBd2SwS6evdx5nHKil+lAgG4BRWysTWw D6Xw== MIME-Version: 1.0 X-Received: by 10.50.40.229 with SMTP id a5mr3062530igl.59.1359904363120; Sun, 03 Feb 2013 07:12:43 -0800 (PST) Received: by 10.42.152.133 with HTTP; Sun, 3 Feb 2013 07:12:43 -0800 (PST) Date: Sun, 3 Feb 2013 16:12:43 +0100 Message-ID: Subject: Re: Current status of www/apache24 From: Spil Oss To: freebsd-apache@freebsd.org, corsmith@gmail.com, freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: spil.oss@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 15:12:43 -0000 Hi Corey, Thanks for your effort! I've pulled https://github.com/corsmith/ports-wip to give it a run. Cross-posted this to freebsd-ports as I have seen requests for Apache 2.4 on IRC and it'll be helpful to those wanting Apache 2.4 before an official port is released. I've been testing the port you've created. It compiles fine with clang 3.1 on FreeBSD 9.1! I've run into a couple of snags though. Still, I've almost got a running Apache 2.4 on FreeBSD! That is, I've been able to serve some static files and php as a module works but I failed when migrating the full config for all vhosts with all the features that are used. 7 1. mod_watchdog configure: WARNING: "mod_watchdog is disabled but required for mod_heartbeat" I can't find an OPTION for heartbeat, so either watchdog shouldn't be an option or heartbeat should? Solved by enabling watchdog 2. /usr/local/bin/apxs The port installs apxs to /usr/local/bin where apache22 installs it in /usr/local/bin/apxs Other ports (lang/php5) expect apxs to be in /usr/local/sbin Solved by hardlinking apxs in /usr/local/sbin for now... 3. mod_unixd mod_unixd can't be disabled (not an option) or httpd won't start [core:crit] [pid 33064:tid 679494400] AH00136: Server MUST relinquish startup privileges before accepting connections. Please ensure mod_unixd or other system security module is loaded. AH00016: Configuration Failed Looks like unixd is required on Unix platforms and shouldn't be an option. Solved by enabling UNIXD 4. mod_so Should it be an option at all? I have it disabled yet I can load modules and httpd -l reports that mod_so is built-in Or is this option for building an external .so (which sounds a bit silly!) 5. mod_socache_shmdb If SSL is enabled one socache module must be enabled for a functional SSL daemon Some check for this in the Makefile would be helpful 6. mod_digest [Fri Feb 01 23:39:08.202525 2013] [auth_digest:notice] [pid 73983:tid 679494400] AH01757: generating secret for digest authentication ... [Fri Feb 01 23:39:08.202768 2013] [auth_digest:error] [pid 73983:tid 679494400] (78)Function not implemented: AH01762: Failed to create shared memory segment on file /var/run/authdigest_shm.73983 [Fri Feb 01 23:39:08.202818 2013] [auth_digest:error] [pid 73983:tid 679494400] (78)Function not implemented: AH01760: failed to initialize shm - all nonce-count checking, one-time nonces, and MD5-sess algorithm disabled [Fri Feb 01 23:39:08.202831 2013] [:emerg] [pid 73983:tid 679494400] AH00020: Configuration Failed, exiting Haven't figured this out at all yet. 7. MPM Now I checked I see that I didn't have any MPM enabled in the options, but this results in a default to worker-MPM. The port's Makefile.modules claims otherwise. .if !${PORT_OPTIONS:MMPM_EVENT} && !${PORT_OPTIONS:MMPM_PREFORK} && !${PORT_OPTIONS:MMPM_WORKER} IGNORE= At least one MPM must be selected. .endif I'll be trying to patch up the port and send you a patch (should be possible with cloning etc as well, but I have no functional Git dev env) Thanks! Spil. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 15:16:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2AE42C95 for ; Sun, 3 Feb 2013 15:16:23 +0000 (UTC) (envelope-from meta@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id E8425BF2 for ; Sun, 3 Feb 2013 15:16:21 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id 67A94B03; Mon, 4 Feb 2013 00:16:37 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 04 Feb 2013 00:16:37 +0900 From: meta To: Subject: Re: If a port requires xorg-server's source tree, how to write =?UTF-8?Q?Makefile=3F?= In-Reply-To: References: <0336581b388d19515ad10782529b1a48@vmeta.jp> <510E6995.6070600@bsdforen.de> Message-ID: <22017ed97e774dad087fc28655dec1a4@vmeta.jp> X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/0.8.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 15:16:23 -0000 2013-02-03 23:07, Chris Rees wrote: > On 3 Feb 2013 13:44, "Dominic Fandrey" wrote: >> BUILD_DEPENDS= >> ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract >> >> See the Porters' Handbook section 5.8. > > I think you need :patch here, to get the patched version. Thanks. The target :patch was corect. Actually writing it in PATCH_DEPENDS went well. -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 15:26:29 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B198FF0F for ; Sun, 3 Feb 2013 15:26:29 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 76D52CD4 for ; Sun, 3 Feb 2013 15:26:28 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id F3A9B86201; Sun, 3 Feb 2013 16:26:12 +0100 (CET) Message-ID: <510E8194.3080105@bsdforen.de> Date: Sun, 03 Feb 2013 16:26:12 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: libreoffice build fails on i386 References: In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Cc: "ports@FreeBSD.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 15:26:29 -0000 On 03/02/2013 05:08, Kevin Oberman wrote: > I am unable to build libreoffice on an i386 system. It builds fine on > amd64. All systems are running 9.1-stable, one from Jan. 10 and one > from Jan. 27. Both using default compilers. I get a segment fault > running the sot. This may not be a solution to your build problem. But I can offer you libreoffice packages: http://wiki.bsdforen.de/anwendungen/libreoffice_aus_inoffiziellen_paketen#freebsd_amd64i386_918374-releng_kamikaze -- 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 Feb 3 16:18:03 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25DD6D0D for ; Sun, 3 Feb 2013 16:18:03 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id D28B9E57 for ; Sun, 3 Feb 2013 16:18:02 +0000 (UTC) Received: from [127.0.0.1] (graphics [62.49.197.51]) by dns1.vizion2000.net (Postfix) with ESMTP id 62176119C52 for ; Sun, 3 Feb 2013 07:01:54 -0800 (PST) Message-ID: <510E8DB6.5010704@vizion2000.net> Date: Sun, 03 Feb 2013 08:17:58 -0800 From: David Southwell Organization: Vision Communications User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [!! SPAM] "deskutils/kdepim4" build error References: <510E781E.3010304@vizion2000.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:18:03 -0000 On 2/3/2013 7:21 AM, Carmel wrote: > On Sun, 03 Feb 2013 06:45:50 -0800 > David Southwell articulated: > >> David Southwell > No connection to: > www.­seibercom.­net/­logs/­kdepim4.­txt > > > You might want to try it again. It is working fine on both my PC and a > friend of mine's. In any case, I have attached the file to this email. > Have you done portupgrade -fr devel/boost-libs as per ports/UPDATING ? David -- David Southwell ARPS AFIAP Photographic Arts Trained & experienced competition judge, mentor, trainer, lecturer, Advanced digital techniques, international project photography From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 16:36:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 635E1824 for ; Sun, 3 Feb 2013 16:36:09 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s2.blu0.hotmail.com (blu0-omc3-s2.blu0.hotmail.com [65.55.116.77]) by mx1.freebsd.org (Postfix) with ESMTP id 05A77F00 for ; Sun, 3 Feb 2013 16:36:08 +0000 (UTC) Received: from BLU0-SMTP382 ([65.55.116.73]) by blu0-omc3-s2.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 08:36:08 -0800 X-EIP: [gtAVRrXmQJXI/gw6OIVCkjiEqUopASNZ] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP382.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 08:36:07 -0800 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3Yzd395tqpz2CG5m for ; Sun, 3 Feb 2013 11:36:05 -0500 (EST) Date: Sun, 3 Feb 2013 11:36:05 -0500 From: Carmel To: freebsd-ports@freebsd.org Subject: Re: [!! SPAM] "deskutils/kdepim4" build error In-Reply-To: <510E8DB6.5010704@vizion2000.net> References: <510E781E.3010304@vizion2000.net> <510E8DB6.5010704@vizion2000.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 03 Feb 2013 16:36:07.0389 (UTC) FILETIME=[90F190D0:01CE022C] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:36:09 -0000 On Sun=2C 03 Feb 2013 08:17:58 -0800 David Southwell articulated: > Have you done portupgrade -fr devel/boost-libs as per ports/UPDATING ? Yes=2C it was during that run that the build failed. I then did a 'make clean" and tried to build the port manually: "make install" but it still failed. --=20 Carmel =E2=9C=8C carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 16:40:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8AED4B74 for ; Sun, 3 Feb 2013 16:40:12 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id D5927F46 for ; Sun, 3 Feb 2013 16:40:11 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:43823] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r13GZuhW016850 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sun, 3 Feb 2013 20:35:57 +0400 (MSK) From: Max Brazhnikov To: kde-freebsd@kde.org, freebsd-ports@freebsd.org Subject: Re: [kde-freebsd] Build error: math/rocs Date: Sun, 3 Feb 2013 16:36:32 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201302031636.33372.makc@freebsd.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:40:12 -0000 On Sun, 3 Feb 2013 09:33:14 -0500, Carmel wrote: > I am unable to get the "math/rocs" port to build. I finishes with this > error message: Please rebuild devel/qt4-moc. It will also fix the problem with kdepim4. Max From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 16:44:58 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D227DCBE for ; Sun, 3 Feb 2013 16:44:58 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 98363FA0 for ; Sun, 3 Feb 2013 16:44:58 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r13GiwOr036148 for ; Sun, 3 Feb 2013 11:44:58 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r13Giw1N035939; Sun, 3 Feb 2013 11:44:58 -0500 (EST) (envelope-from portscout) Message-Id: <201302031644.r13Giw1N035939@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 3 Feb 2013 11:44:57 -0500 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:44:58 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-jaxml | 3.02 | 8.00 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 16:51:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE258FBF for ; Sun, 3 Feb 2013 16:51:38 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 91A4AFF5 for ; Sun, 3 Feb 2013 16:51:38 +0000 (UTC) Received: from [127.0.0.1] (graphics [62.49.197.51]) by dns1.vizion2000.net (Postfix) with ESMTP id 661DC119C52 for ; Sun, 3 Feb 2013 07:35:36 -0800 (PST) Message-ID: <510E95A1.1000507@vizion2000.net> Date: Sun, 03 Feb 2013 08:51:45 -0800 From: David Southwell Organization: Vision Communications User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [!! SPAM] Re: [!! SPAM] "deskutils/kdepim4" build error References: <510E781E.3010304@vizion2000.net> <510E8DB6.5010704@vizion2000.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:51:38 -0000 On 2/3/2013 8:36 AM, Carmel wrote: > On Sun, 03 Feb 2013 08:17:58 -0800 > David Southwell articulated: > >> Have you done portupgrade -fr devel/boost-libs as per ports/UPDATING ? > Yes, it was during that run that the build failed. I then did a 'make > clean" and tried to build the port manually: "make install" but it > still failed. > how about qt4-moc? ps did you check for typos? david -- David Southwell ARPS AFIAP Photographic Arts Trained & experienced competition judge, mentor, trainer, lecturer, Advanced digital techniques, international project photography From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 16:54:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F3E4186; Sun, 3 Feb 2013 16:54:09 +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 1897682; Sun, 3 Feb 2013 16:54:08 +0000 (UTC) Received: from p5dc3f385.dip.t-dialin.net ([93.195.243.133] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U22pN-0005vW-JK; Sun, 03 Feb 2013 17:54:01 +0100 Message-ID: <510E9629.1060206@gwdg.de> Date: Sun, 03 Feb 2013 17:54:01 +0100 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Max Brazhnikov Subject: Re: [kde-freebsd] Build error: math/rocs References: <201302031636.33372.makc@freebsd.org> In-Reply-To: <201302031636.33372.makc@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: kde-freebsd@kde.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 16:54:09 -0000 On 03.02.2013 17:36 (UTC+2), Max Brazhnikov wrote: > On Sun, 3 Feb 2013 09:33:14 -0500, Carmel wrote: >> I am unable to get the "math/rocs" port to build. I finishes with this >> error message: > > Please rebuild devel/qt4-moc. It will also fix the problem with kdepim4. Thanks for this hint. It works for me on 10.0-CURRENT r246241M amd64 with clang. > Max From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 17:32:25 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 39091202 for ; Sun, 3 Feb 2013 17:32:25 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s20.blu0.hotmail.com (blu0-omc3-s20.blu0.hotmail.com [65.55.116.95]) by mx1.freebsd.org (Postfix) with ESMTP id D7C8F236 for ; Sun, 3 Feb 2013 17:32:24 +0000 (UTC) Received: from BLU0-SMTP360 ([65.55.116.74]) by blu0-omc3-s20.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 09:32:18 -0800 X-EIP: [Ec8D4u/i7AKmEYrA++ujZeMNDmnSf+5u] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP360.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 09:32:17 -0800 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3YzfHz1vYtz2CG5m for ; Sun, 3 Feb 2013 12:32:15 -0500 (EST) Date: Sun, 3 Feb 2013 12:32:14 -0500 From: Carmel To: freebsd-ports@freebsd.org Subject: Re: [!! SPAM] Re: [!! SPAM] "deskutils/kdepim4" build error In-Reply-To: <510E95A1.1000507@vizion2000.net> References: <510E781E.3010304@vizion2000.net> <510E8DB6.5010704@vizion2000.net> <510E95A1.1000507@vizion2000.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 03 Feb 2013 17:32:17.0215 (UTC) FILETIME=[698434F0:01CE0234] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 17:32:25 -0000 On Sun=2C 03 Feb 2013 08:51:45 -0800 David Southwell articulated: > how about qt4-moc? That was just brought to my attention by another poster. Evidently it will fix the problem with kdepim4. Perhaps=2C this should be included in UPDATING. --=20 Carmel =E2=9C=8C carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 17:33:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AD7C297 for ; Sun, 3 Feb 2013 17:33:06 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x233.google.com (ie-in-x0233.1e100.net [IPv6:2607:f8b0:4001:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id 43092244 for ; Sun, 3 Feb 2013 17:33:06 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id k11so3651395iea.38 for ; Sun, 03 Feb 2013 09:33:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Gg8D6jmsuS1Pa9Ta83ZY18W4LbpPh2SKnCaEzZr9+UQ=; b=f7CYzK2NLc3Yr6kXO8Cq3yCoFuopI92yvKxu69WuE1dLTJm6eoYmne/LLLMRRe+lJp 2KtC0Kuk8H/tDevj8daKFS3fSu1Hu1ZjAPzYgWst75fV+dqkDP8kWnxjxX3/oNeGfkG1 XBTxoAadoBPoabVOliqwhtmaG91iPRlTt2PD9Is5N7ON+OHnAsC7pgBBOy8o7DmLqfnu odtRahFrsvi8MTd7VPFD2+2Uz+weyYTExKgJ462JRcA0A2XAIOzBivDgXbxsowcE6oYi x+Pp0o2QhAto6pw5XgYysnDXo+1Pb1aj4priQtwThh4uhiW0tX6uzTIivc/t5hovsiW1 58Lg== X-Received: by 10.50.202.97 with SMTP id kh1mr3397219igc.15.1359912786015; Sun, 03 Feb 2013 09:33:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.16.73 with HTTP; Sun, 3 Feb 2013 09:32:35 -0800 (PST) In-Reply-To: References: From: Chris Rees Date: Sun, 3 Feb 2013 17:32:35 +0000 Message-ID: Subject: Re: security/gnupg To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 17:33:06 -0000 On 3 February 2013 14:23, Thomas Mueller wrote: > >> /etc/make.conf, use OPTIONS_SET=list of options. You can also use UNSET in >> the same way for the converse. Setting BATCH=yes stops the dialogs >> appearing. > >> Chris > > I want to know what ports have settable options, and might miss some. > > I guess I could > make showconfig-recursive |& tee showconfig.log , NetBSD pkgsrc has something > that serves the same function. It's also possible to set an options for one > or more but not all ports. Yup, use UNIQUENAME_SET; sudo_SET= INSULTS for example; you can get UNIQUENAME with make -C /usr/ports/security/sudo -VUNIQUENAME > I suppose, in the case of portmaster, I could run the command without a log > file, answer n when prompted whether to do the build, then immediately run > the same portmaster command again, but this time with a log file. > > I wish dialog could run on a separate screen and/or without the color. You can also use make config-recursive if you want to configure all the ports. > With NetBSD pkgsrc, I don't feel at all deprived for not having the dialog. You could then set BATCH? Can you describe what exactly you do on NetBSD, and I can show you how to do it here? Chris From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 17:44:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6AB59584 for ; Sun, 3 Feb 2013 17:44:34 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2C2762BB for ; Sun, 3 Feb 2013 17:44:33 +0000 (UTC) Received: from [127.0.0.1] (graphics [62.49.197.51]) by dns1.vizion2000.net (Postfix) with ESMTP id 93A18119C52 for ; Sun, 3 Feb 2013 08:28:31 -0800 (PST) Message-ID: <510EA209.9050506@vizion2000.net> Date: Sun, 03 Feb 2013 09:44:41 -0800 From: David Southwell Organization: Vision Communications User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [!! SPAM] Re: [!! SPAM] Re: [!! SPAM] "deskutils/kdepim4" build error References: <510E781E.3010304@vizion2000.net> <510E8DB6.5010704@vizion2000.net> <510E95A1.1000507@vizion2000.net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 17:44:34 -0000 On 2/3/2013 9:32 AM, Carmel wrote: > On Sun, 03 Feb 2013 08:51:45 -0800 > David Southwell articulated: > >> how about qt4-moc? > That was just brought to my attention by another poster. Evidently it > will fix the problem with kdepim4. Perhaps, this should be included in > UPDATING. > Its best to do devel/boost-libs after qt4-moc. Did you check for typos? david -- David Southwell ARPS AFIAP Photographic Arts Trained & experienced competition judge, mentor, trainer, lecturer, Advanced digital techniques, international project photography From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 17:51:10 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A800E8DA for ; Sun, 3 Feb 2013 17:51:10 +0000 (UTC) (envelope-from jos@webrz.net) Received: from thetys.cloudzeeland.nl (webrz.xs4all.nl [82.95.248.216]) by mx1.freebsd.org (Postfix) with ESMTP id 59C14314 for ; Sun, 3 Feb 2013 17:51:09 +0000 (UTC) Received: from thetys.cloudzeeland.nl (thetys.cloudzeeland.nl [10.10.10.31]) by thetys.cloudzeeland.nl (Postfix) with ESMTP id 221C2164462E; Sun, 3 Feb 2013 18:47:32 +0100 (CET) Received: from [10.10.10.44] (unknown [82.176.127.71]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by thetys.cloudzeeland.nl (Postfix) with ESMTPSA id D41F81644552; Sun, 3 Feb 2013 18:47:31 +0100 (CET) Message-ID: <510EA387.6020206@webrz.net> Date: Sun, 03 Feb 2013 18:51:03 +0100 From: Jos Chrispijn User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Kurt Jaeger Subject: Re: pecl-APC-31.1.14 port References: <510D1D81.7050201@webrz.net> <20130202141631.GO8239@home.opsec.eu> In-Reply-To: <20130202141631.GO8239@home.opsec.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP on thetys.cloudzeeland.nl Cc: Jos Chrispijn , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 17:51:10 -0000 Kurt Jaeger: > It's messy, so please do: > > rm /usr/ports/distfiles/PECL/APC-3.1.14.tgz > > and reinstall. > > For the details: pecl-APC-3.1.14 was found to be buggy, and the maintainer > went back to 3.1.13 with the filename still as 3.1.14. See > > http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081025.html Thanks for the information, appreciate it I think it will be a good idea to inform us by such critical information by UPDATING document as well? Best regards, Jos Chrispijn From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 18:29:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6B95D22D for ; Sun, 3 Feb 2013 18:29:24 +0000 (UTC) (envelope-from mbeis@xs4all.nl) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id C9DA962D for ; Sun, 3 Feb 2013 18:29:23 +0000 (UTC) Received: from yokozuna.lan (a83-160-85-125.adsl.xs4all.nl [83.160.85.125]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id r13ITBcs012025 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 3 Feb 2013 19:29:16 +0100 (CET) (envelope-from mbeis@xs4all.nl) Received: from localhost (localhost [127.0.0.1]) by yokozuna.lan (8.14.5/8.14.5) with ESMTP id r13ITAEn069220; Sun, 3 Feb 2013 19:29:10 +0100 (CET) (envelope-from mbeis@xs4all.nl) Date: Sun, 3 Feb 2013 19:29:10 +0100 (CET) From: Marco Beishuizen Sender: marco@yokozuna.lan To: Bob Eager Subject: Re: libreoffice build fails on i386 In-Reply-To: <20130203091610.69e8a55f@raksha.tavi.co.uk> Message-ID: References: <20130203091610.69e8a55f@raksha.tavi.co.uk> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marco Beishuizen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 18:29:24 -0000 On Sun, 3 Feb 2013, the wise Bob Eager wrote: > I solved it for the moment by temporarily putting WITH_GCC=yes in > make.conf, then cleaning and trying again. Yes, this was it. Thanks for the tip! Regards, Marco -- Being owned by someone used to be called slavery -- now it's called commitment. From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 19:07:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 27F5ADE7 for ; Sun, 3 Feb 2013 19:07:57 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc3-s32.blu0.hotmail.com (blu0-omc3-s32.blu0.hotmail.com [65.55.116.107]) by mx1.freebsd.org (Postfix) with ESMTP id C648C74B for ; Sun, 3 Feb 2013 19:07:56 +0000 (UTC) Received: from BLU0-SMTP40 ([65.55.116.73]) by blu0-omc3-s32.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 11:07:50 -0800 X-EIP: [y5NybCHfF8w4YX9/DslJccBk/QGXMdfc] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([76.182.104.150]) by BLU0-SMTP40.phx.gbl over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sun, 3 Feb 2013 11:07:49 -0800 Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3YzhQD25RHz2CG5m for ; Sun, 3 Feb 2013 14:07:48 -0500 (EST) Date: Sun, 3 Feb 2013 14:07:47 -0500 From: Carmel To: freebsd-ports@freebsd.org Subject: Re: "deskutils/kdepim4" build error In-Reply-To: <510EA209.9050506@vizion2000.net> References: <510E781E.3010304@vizion2000.net> <510E8DB6.5010704@vizion2000.net> <510E95A1.1000507@vizion2000.net> <510EA209.9050506@vizion2000.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-OriginalArrivalTime: 03 Feb 2013 19:07:49.0882 (UTC) FILETIME=[C273C5A0:01CE0241] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 19:07:57 -0000 On Sun=2C 03 Feb 2013 09:44:41 -0800 David Southwell articulated: > Its best to do devel/boost-libs after qt4-moc. Why? --=20 Carmel =E2=9C=8C carmel_ny@hotmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 19:37:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BFC2544E for ; Sun, 3 Feb 2013 19:37:08 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7B2367EE for ; Sun, 3 Feb 2013 19:37:08 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id fb11so1101122pad.0 for ; Sun, 03 Feb 2013 11:37:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=8z6faL3GREJWPxmz2+TPIBulBznn193YwI2D+qpcSeQ=; b=HyOuSNsnwPgE3C2YwRXneH60uFv5iSubhKdptv0zR4oTJkFN0AliO4MT0n+LqCiZkk uuwj+zfwPg4oGAKD63mdYw1m7aRna2h7+1rMt9em+AEvuMhifWeEm3PTbKpI9aKIrAGx D1G3fPA/XJU4JJXoqVgXUhHaztbcFind+ykC0j5sScBI+wTauZ0kXbCiTCC4Y8tns/R4 JccdfXb4LK1Fcwz1nmCH7rVJVX9ERnLSYvI2F9KPqjskam1YTD89hXjrCW0kh+ArMW3f sXpIrM12Gs2RkVLX2NdfUgnghCP2nN/9vpD15PGXypFKqcj34yOSpvmHmUbIAMeKK1FL bV0A== MIME-Version: 1.0 X-Received: by 10.68.189.163 with SMTP id gj3mr49283159pbc.110.1359920222145; Sun, 03 Feb 2013 11:37:02 -0800 (PST) Received: by 10.67.2.65 with HTTP; Sun, 3 Feb 2013 11:37:02 -0800 (PST) In-Reply-To: References: <20130203091610.69e8a55f@raksha.tavi.co.uk> Date: Sun, 3 Feb 2013 11:37:02 -0800 Message-ID: Subject: Re: libreoffice build fails on i386 From: Kevin Oberman To: Marco Beishuizen Content-Type: text/plain; charset=UTF-8 Cc: Bob Eager , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 19:37:08 -0000 On Sun, Feb 3, 2013 at 10:29 AM, Marco Beishuizen wrote: > On Sun, 3 Feb 2013, the wise Bob Eager wrote: > >> I solved it for the moment by temporarily putting WITH_GCC=yes in >> make.conf, then cleaning and trying again. > > > Yes, this was it. Thanks for the tip! > > Regards, > Marco Worked for me, as well, though I have not done any testing. Thanks! -- R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sun Feb 3 21:52:24 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A811379C for ; Sun, 3 Feb 2013 21:52:24 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from argol.doit.wisc.edu (argol.doit.wisc.edu [144.92.197.212]) by mx1.freebsd.org (Postfix) with ESMTP id 88D32C14 for ; Sun, 3 Feb 2013 21:52:24 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from wanderer.tachypleus.net (adsl-76-208-68-53.dsl.mdsnwi.sbcglobal.net [76.208.68.53]) by smtpauth3.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0MHN003FBZF8TB00@smtpauth3.wiscmail.wisc.edu> for freebsd-ports@freebsd.org; Sun, 03 Feb 2013 15:52:22 -0600 (CST) X-Spam-PmxInfo: Server=avs-3, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.2.3.214215, SenderIP=76.208.68.53 X-Spam-Report: AuthenticatedSender=yes, SenderIP=76.208.68.53 X-Wisc-Sender: whitehorn@wisc.edu Message-id: <510EDC14.3030107@freebsd.org> Date: Sun, 03 Feb 2013 15:52:20 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 To: freebsd-ports@freebsd.org Subject: New version of TeX? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 21:52:24 -0000 Is there any hope for a new version of LaTeX in ports? Our teTeX version is really old; there have no real updates to it since February 2005 and it is becoming harder and harder to use without hand installation of new packages and patches. I realize there are various unofficial solutions, but they tend to break horribly when something in ports decides it needs TeX and partially overwrites a TeXlive installation with bits of teTeX. -Nathan From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 01:04:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6B3E71DE for ; Mon, 4 Feb 2013 01:04:12 +0000 (UTC) (envelope-from daniloegea@yahoo.com.br) Received: from nm33-vm2.bullet.mail.bf1.yahoo.com (nm33-vm2.bullet.mail.bf1.yahoo.com [72.30.239.202]) by mx1.freebsd.org (Postfix) with ESMTP id E2428273 for ; Mon, 4 Feb 2013 01:04:10 +0000 (UTC) Received: from [98.139.212.147] by nm33.bullet.mail.bf1.yahoo.com with NNFMP; 04 Feb 2013 01:04:04 -0000 Received: from [98.139.212.244] by tm4.bullet.mail.bf1.yahoo.com with NNFMP; 04 Feb 2013 01:04:04 -0000 Received: from [127.0.0.1] by omp1053.mail.bf1.yahoo.com with NNFMP; 04 Feb 2013 01:04:04 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 712764.83359.bm@omp1053.mail.bf1.yahoo.com Received: (qmail 73721 invoked by uid 60001); 4 Feb 2013 01:04:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.br; s=s1024; t=1359939844; bh=/N1D0G/AOP7QwuY2Ap7jGDrNTxa3xHGF9LpJWxruNdQ=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=JxCnyFR/a2VspDRL+SklxzWNzwA9KMwE4a/7yl5DjDwCVkq4lPQHO1KUyF/1zdgAAdL+VKX+gvw4IP4fKp+qWfovFoK9PBfRvosLhq3i6y6O6ZEUlVfosRLdFGxccXgcQhHL8B5PeT3t3cA+mCHDddbkp9Zj64g0So9fFCL+hx8= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=wYXyrAE3Cgjy+dDdhm9aqufDrWZdx0L7njW1DBuENq7haVMdJCgd2Cz2wnNMRsgVv4DPo6j1l4G7qM221x4LCfMCKsX5SvTVfzvdqkJvqLw7tvk/OVrlVhcH1Ua4gQi/Mq4nl3CZiVkM/Rwf+MM2sVa+Y3eOHjkiaP/6zLYUdb0=; X-YMail-OSG: XdpnI54VM1lgHYsFELcp6ac_Y6DNZ1lqlNVveM8rrSE3QGG u2kaEbw_dIXTDHAYyz7dnI5OlgOuwJqzsAQEGMsNc.TedaX93CE7Dh_3izP0 gfCH3me.xJ0bJuwOBVuH80opRZjwlMtjQ96ur1Z_OxcNfoqDqiisizkPvFTl bz7BB_bOn8AjpcLSbunhWRIxo6St0o8ibAWTnjHcXt6q7wkYOz01ZhhjiGC7 4w5KkGiTRpHgRTkZ1YD9diSOYkIp6MuzDIlCfY16QiWEHM7lpyDq.6oGZ8Od HJlqWgtLjDdj5TcNqkTK9W6kEgeII8lCyfG7ep_CsubOF0qT4HYL2SoRtvIx 7OMAQcB.YL2fNYxVfq7tPb8bSE3GizIsYNyLpd_1UYCbzIhRrif_0tpUyM54 HTPEnUuKCnxMJ6msyVd04Mrz6BSqmGweHRgpNF4ZiGzsG8RzEcH1yFkFIcbn nIRb1btgrsmBiLB4iIL8ulsAm0Bqx5pbU09BMBowjsamSbl3X3PWFzvQRYwQ 9kMhI56dTgOkIjs.yu0sb9D.cJFuBMmUaHhtR7Tfv64E92aP8bA2VWbk1uZK iMzOZWGuZth0iYhNzStPXS3lsGkRcJR7YZpCF5b3KeuaLbRKU7EqdmQ-- Received: from [201.55.128.238] by web162003.mail.bf1.yahoo.com via HTTP; Sun, 03 Feb 2013 17:04:04 PST X-Rocket-MIMEInfo: 001.001, V2VsbCwgdGhlcmUgaXMgdGhpcyBwcm9qZWN0wqBodHRwOi8vY29kZS5nb29nbGUuY29tL3AvZnJlZWJzZC10ZXhsaXZlLwEwAQEBAQ-- X-Mailer: YahooMailWebService/0.8.131.499 References: <510EDC14.3030107@freebsd.org> Message-ID: <1359939844.51356.YahooMailNeo@web162003.mail.bf1.yahoo.com> Date: Sun, 3 Feb 2013 17:04:04 -0800 (PST) From: Danilo Egea Subject: Re: New version of TeX? To: "freebsd-ports@freebsd.org" In-Reply-To: <510EDC14.3030107@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Danilo Egea List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:04:12 -0000 Well, there is this project=A0http://code.google.com/p/freebsd-texlive/ From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 01:16:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A600D4CD for ; Mon, 4 Feb 2013 01:16:48 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 07E772F3 for ; Mon, 4 Feb 2013 01:16:47 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fs12so4165643lab.11 for ; Sun, 03 Feb 2013 17:16:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=Omsi5ah2+MNj6xc54dgqzZ991Bp2r5OYxzNEC8tmkb0=; b=GQ2oR2L/xNWYPxLvXDu/EEkvw7wCgaUxd0o1ZLRfRHKU54O+tmWUwweJGXr6ZwYouo hT+lvgKjPwcPvNHnPNiR2BYMK5oCxMXMCjZo9ITSKx1Gw4HWd8OIrWCdFU7CU30QwEuR alTsx73as42I41CERYR9CWi2TOzgpQZwzHg6U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=Omsi5ah2+MNj6xc54dgqzZ991Bp2r5OYxzNEC8tmkb0=; b=nRxAymAyXZIrDo2pOjMlJhyoD9dUSM14NRXFz7jrJ/VLHVIbudHPn0HoncRfuFAGNu jsO3pl2NTz9O+9JNUrs/zbmoJg9q1pgBiSVP1DVlbwP/XOtq1uIzDyn3ce7GVIo/ZXjH W40/3gYVGgaMuglo4jeHlSkokMs7M3eZGCCYacN60QIkHqVcoSRz4W7TvxhGtL8WNWI6 OQFPGfeFVYbkX+wpmWU1nWHYgDT5pAAmHxpSJe0Kb9wkLko+PB6dZk31yINVZJfsTSnG Zl68RnwO/Mzn3qc3uiAwk4+hUcyMkdMJxE/mNMhKjQoGfdmDFMFXH8xmrtayB667BZQD ZXXQ== X-Received: by 10.152.106.5 with SMTP id gq5mr17762226lab.5.1359940607009; Sun, 03 Feb 2013 17:16:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Sun, 3 Feb 2013 17:16:16 -0800 (PST) In-Reply-To: <22017ed97e774dad087fc28655dec1a4@vmeta.jp> References: <0336581b388d19515ad10782529b1a48@vmeta.jp> <510E6995.6070600@bsdforen.de> <22017ed97e774dad087fc28655dec1a4@vmeta.jp> From: Eitan Adler Date: Sun, 3 Feb 2013 20:16:16 -0500 Message-ID: Subject: Re: If a port requires xorg-server's source tree, how to write Makefile? To: meta Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQm0smk8LBAPvG30Z8wJj+GD1W1KqQo/VoPnfNry+cr17NGB3uLQ093kf96L9SInYNl/AzZX Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:16:48 -0000 On 3 February 2013 10:16, meta wrote: > 2013-02-03 23:07, Chris Rees wrote: >> >> On 3 Feb 2013 13:44, "Dominic Fandrey" wrote: >>> >>> BUILD_DEPENDS= >>> ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract >>> >>> See the Porters' Handbook section 5.8. >> >> >> I think you need :patch here, to get the patched version. > > > Thanks. The target :patch was corect. > Actually writing it in PATCH_DEPENDS went well. Is xorg's source required to patch this port? -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 01:26:35 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DBC93ADC for ; Mon, 4 Feb 2013 01:26: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 B340D35B for ; Mon, 4 Feb 2013 01:26:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id CB3A35097A for ; Mon, 4 Feb 2013 01:26:34 +0000 (UTC) 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 NmlLXfxcV9Wv for ; Mon, 4 Feb 2013 01:26:34 +0000 (UTC) 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 6FD5550979 for ; Mon, 4 Feb 2013 01:26:34 +0000 (UTC) From: Dan Langille Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Ports moved but without CATEGORIES update Date: Sun, 3 Feb 2013 20:26:32 -0500 Message-Id: <650AE81F-AB47-4E49-9897-538E858B8E8D@langille.org> To: ports@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:26:35 -0000 FreshPorts told me about this situation. A few ports did not have their = CATEGORIES value updated. Thus, they are not in their CATEGORY. The ports are: id | category_id | name | category =20 -------+-------------+------------------------------+------------ 32308 | 91 | kde4-base-artwork | x11-themes 32311 | 52 | dragon | multimedia 32313 | 10 | p5-perlkde | devel 32315 | 25 | libkcompactdisc | audio 32318 | 10 | smokekde | devel 32320 | 25 | libkcddb | audio 32321 | 25 | kscd | audio 32322 | 3 | pairs | games 32323 | 10 | ruby-korundum | devel 32326 | 8 | krdc | net 32327 | 95 | kopete-kde4 | net-im 32332 | 20 | nepomuk-core | sysutils 32309 | 25 | kmix | audio 32310 | 10 | p5-perlqt | devel 32312 | 52 | kdemultimedia4-mplayerthumbs | multimedia 32314 | 10 | py-pykde4 | devel 32316 | 10 | smokeqt | devel 32317 | 10 | ruby-krossruby | devel 32319 | 25 | kio-audiocd | audio 32324 | 10 | ruby-qtruby | devel 32325 | 10 | py-pykdeuic4 | devel 32328 | 52 | kdemultimedia4-ffmpegthumbs | multimedia 32329 | 8 | krfb | net 32330 | 10 | smokegen | devel 32331 | 10 | py-krosspython | devel (25 rows) Sorry that this list is not in a more useful format. --=20 Dan Langille - http://langille.org From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 01:40:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 60132D92 for ; Mon, 4 Feb 2013 01:40:51 +0000 (UTC) (envelope-from meta@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2C9123F5 for ; Mon, 4 Feb 2013 01:40:49 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id 6C86D88F; Mon, 4 Feb 2013 10:41:05 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 04 Feb 2013 10:41:05 +0900 From: meta To: Subject: Re: If a port requires xorg-server's source tree, how to write =?UTF-8?Q?Makefile=3F?= In-Reply-To: References: <0336581b388d19515ad10782529b1a48@vmeta.jp> <510E6995.6070600@bsdforen.de> <22017ed97e774dad087fc28655dec1a4@vmeta.jp> Message-ID: X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/0.8.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 01:40:51 -0000 2013-02-04 10:16 Eitan Adler wrote: > On 3 February 2013 10:16, meta wrote: >> 2013-02-03 23:07, Chris Rees wrote: >>> >>> On 3 Feb 2013 13:44, "Dominic Fandrey" wrote: >>>> >>>> BUILD_DEPENDS= >>>> ${NONEXISTENT}:${PORTSDIR}/x11-servers/xorg-server:extract >>>> >>>> See the Porters' Handbook section 5.8. >>> >>> >>> I think you need :patch here, to get the patched version. >> >> >> Thanks. The target :patch was corect. >> Actually writing it in PATCH_DEPENDS went well. > > Is xorg's source required to patch this port? I think it is yes. Xorg's source has to be extracted and copied into its source tree before patch target. Then this port patches xorg's source which copied into port's source. -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 02:02:10 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A177E32B for ; Mon, 4 Feb 2013 02:02:10 +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 797776D8 for ; Mon, 4 Feb 2013 02:02:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by nyi.unixathome.org (Postfix) with ESMTP id 3CD3B50980 for ; Mon, 4 Feb 2013 02:02:09 +0000 (UTC) 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 yB37TkswAHw6 for ; Mon, 4 Feb 2013 02:02:08 +0000 (UTC) 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 78FFE5097E for ; Mon, 4 Feb 2013 02:02:08 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: Ports moved but without CATEGORIES update From: Dan Langille In-Reply-To: <650AE81F-AB47-4E49-9897-538E858B8E8D@langille.org> Date: Sun, 3 Feb 2013 21:02:06 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <6BEC8DEF-93B6-4494-ABAE-CE95E95BFFEE@langille.org> References: <650AE81F-AB47-4E49-9897-538E858B8E8D@langille.org> To: ports@freebsd.org X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 02:02:10 -0000 Hmm, checking manually, it appears that at least ONE of these is a false = positive. x11-themes/kde4-base-artwork is set correctly. Sorry. On Feb 3, 2013, at 8:26 PM, Dan Langille wrote: > FreshPorts told me about this situation. A few ports did not have = their CATEGORIES value updated. Thus, they are not in their CATEGORY. >=20 > The ports are: >=20 > id | category_id | name | category =20 > -------+-------------+------------------------------+------------ > 32308 | 91 | kde4-base-artwork | x11-themes > 32311 | 52 | dragon | multimedia > 32313 | 10 | p5-perlkde | devel > 32315 | 25 | libkcompactdisc | audio > 32318 | 10 | smokekde | devel > 32320 | 25 | libkcddb | audio > 32321 | 25 | kscd | audio > 32322 | 3 | pairs | games > 32323 | 10 | ruby-korundum | devel > 32326 | 8 | krdc | net > 32327 | 95 | kopete-kde4 | net-im > 32332 | 20 | nepomuk-core | sysutils > 32309 | 25 | kmix | audio > 32310 | 10 | p5-perlqt | devel > 32312 | 52 | kdemultimedia4-mplayerthumbs | multimedia > 32314 | 10 | py-pykde4 | devel > 32316 | 10 | smokeqt | devel > 32317 | 10 | ruby-krossruby | devel > 32319 | 25 | kio-audiocd | audio > 32324 | 10 | ruby-qtruby | devel > 32325 | 10 | py-pykdeuic4 | devel > 32328 | 52 | kdemultimedia4-ffmpegthumbs | multimedia > 32329 | 8 | krfb | net > 32330 | 10 | smokegen | devel > 32331 | 10 | py-krosspython | devel > (25 rows) >=20 > Sorry that this list is not in a more useful format. >=20 > --=20 > Dan Langille - http://langille.org >=20 --=20 Dan Langille - http://langille.org From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 02:14:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7ED2656A for ; Mon, 4 Feb 2013 02:14:07 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 398FA746 for ; Mon, 4 Feb 2013 02:14:06 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id B851461F9D; Mon, 4 Feb 2013 11:13:58 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 8CA334E62C; Mon, 4 Feb 2013 11:13:58 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.6]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 49BD54E622; Mon, 4 Feb 2013 11:13:58 +0900 (JST) Date: Mon, 04 Feb 2013 11:13:51 +0900 (JST) Message-Id: <20130204.111351.316326623.yasu@utahime.org> To: freebsd-ports@freebsd.org Subject: Please commit PRs From: Yasuhiro KIMURA X-Mailer: Mew version 6.5 on Emacs 24.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 02:14:07 -0000 Dear comitters, Would someone please commit following PRs? ports/175257 [PATCH] japanese/ruby-mecab: Add license information etc. ports/175258 [PATCH] japanese/mecab: add license information etc. ports/175271 [PATCH] japanese/lookup: take maintainership etc. ports/175294 [PATCH] japanese/nkf: add license information and etc. ports/175536 [MAINTAINER] japanese/mecab-ipadic: Fix wrong options save directory issue ports/175695 [PATCH] japanese/p5-MeCab: update to 0.995 and etc ports/175696 [PATCH] japanese/py-mecab: update to 0.995 and etc. Please keep in mind ports/175257, ports/175258, ports/175695 and ports/175696 shoud be commited together. Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 03:54:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F1234DA3 for ; Mon, 4 Feb 2013 03:54:02 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) by mx1.freebsd.org (Postfix) with ESMTP id 7A10BAE5 for ; Mon, 4 Feb 2013 03:54:02 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id j14so6310285lbo.10 for ; Sun, 03 Feb 2013 19:54:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=SiE410y1vxSospdpHVZSa4MyAsf6Ahal4aWdSRsjEXo=; b=X/QupTlytqdtPkJjgR4AM0wZ0orSVijeg17V5lMu3CV/sgTfxrMGJAJOsjJBTJZcxJ iD++H+yL4oj/52h48HjT4EoQbJCoDQwQaDdoFq3o62J7ZdAsnhjAHGd4DfJNlPkBDc1i o5tQDkFgwAsrXua4cnnEqJlzoFtpVVLT81PzI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=SiE410y1vxSospdpHVZSa4MyAsf6Ahal4aWdSRsjEXo=; b=dIkrczgNrZjOWTlvxSOPanjQQaHzxs0hLHJr3D2TZFykeJDgIMMy/cCmK+hB64XXei DJWlMv8h/uL1vQvIZbkAv+ygMAlY4oWuz79hdA4QDZUlvV2hhGe0OPHp7hauQXEltYwT TwXrkBNy5nWjo8P4G1Ig1+6+oG1GXDyDIgsW0L9wOeKwq1iu+6RhC4lSpMP2xaRJ3USf XnzAQHq0Zs0wEylzVYpopBG95HDlq/Fj/bd2K91X9lhBvEdyzJ92JDxyxXUm2U7LQUmF d6fruIp8IuAQ4LYazcOgrg4+nB56B2K3nNjQFe3k939mdFPF9p4d7ewgfKFHySZlVnEK V0xw== X-Received: by 10.152.147.103 with SMTP id tj7mr17985883lab.54.1359950041149; Sun, 03 Feb 2013 19:54:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Sun, 3 Feb 2013 19:53:31 -0800 (PST) In-Reply-To: <510EA387.6020206@webrz.net> References: <510D1D81.7050201@webrz.net> <20130202141631.GO8239@home.opsec.eu> <510EA387.6020206@webrz.net> From: Eitan Adler Date: Sun, 3 Feb 2013 22:53:31 -0500 Message-ID: Subject: Re: pecl-APC-31.1.14 port To: Jos Chrispijn Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlPHylQeIaN8u/UzOmnE3shAl00G604JmuLc4MFXLY+Las2blwfeTI9SgWRG3RIslQXgUwR Cc: Jos Chrispijn , Kurt Jaeger , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 03:54:03 -0000 On 3 February 2013 12:51, Jos Chrispijn wrote: > Kurt Jaeger: > >> It's messy, so please do: >> >> rm /usr/ports/distfiles/PECL/APC-3.1.14.tgz >> >> and reinstall. >> >> For the details: pecl-APC-3.1.14 was found to be buggy, and the maintainer >> went back to 3.1.13 with the filename still as 3.1.14. See >> >> http://lists.freebsd.org/pipermail/freebsd-ports/2013-February/081025.html > > Thanks for the information, appreciate it > I think it will be a good idea to inform us by such critical information by > UPDATING document as well? The issue was 'fixed' in the sense of the filename is now 3.1.13, so manual interference is not required. It is not fully correct though because PORTVERSION is still completely wrong. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 05:24:01 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 31C2A762 for ; Mon, 4 Feb 2013 05:24:01 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id E44F0DCF for ; Mon, 4 Feb 2013 05:24:00 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id r145O0xl012297 for ; Sun, 3 Feb 2013 21:24:00 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <510F45F0.5050205@rawbw.com> Date: Sun, 03 Feb 2013 21:24:00 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 Subject: Re: Why the port build log file has terminal escape sequences? References: <510DE42F.40207@rawbw.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 05:24:01 -0000 On 02/03/2013 03:13, Chris Rees wrote: > I guess this is a cmake/clang port? Cmake, clang and several other > tools give colorised output. This is achieved with escape sequences. I understand about colorized output. But aren't such tools normally expected to turn colors off when run not in terminal? This is achieved by checking isatty (ttyname(3)). Probably I should file such PR to cmake. This might be a regression there. Yuri From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 06:21:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ED5E1D23 for ; Mon, 4 Feb 2013 06:21:09 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id A6322EF9 for ; Mon, 4 Feb 2013 06:21:09 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 0492285FCF; Mon, 4 Feb 2013 07:21:07 +0100 (CET) Message-ID: <510F5352.8000101@bsdforen.de> Date: Mon, 04 Feb 2013 07:21:06 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Danilo Egea Subject: Re: New version of TeX? References: <510EDC14.3030107@freebsd.org> <1359939844.51356.YahooMailNeo@web162003.mail.bf1.yahoo.com> In-Reply-To: <1359939844.51356.YahooMailNeo@web162003.mail.bf1.yahoo.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 06:21:10 -0000 On 04/02/2013 02:04, Danilo Egea wrote: > Well, there is this project http://code.google.com/p/freebsd-texlive/ http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171571 -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 09:00:04 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A79183B for ; Mon, 4 Feb 2013 09:00:04 +0000 (UTC) (envelope-from roncompu@server28.firstfind.nl) Received: from webmail-mx01.firstfind.nl (webmail-mx01.firstfind.nl [109.235.74.47]) by mx1.freebsd.org (Postfix) with ESMTP id C43C038C for ; Mon, 4 Feb 2013 09:00:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by webmail-mx01.firstfind.nl (Postfix) with ESMTP id 6A8FCE037F for ; Mon, 4 Feb 2013 09:52:17 +0100 (CET) Received: from webmail-mx01.firstfind.nl ([127.0.0.1]) by localhost (webmail-mx01.firstfind.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id pyTwA2FC+cco for ; Mon, 4 Feb 2013 09:52:17 +0100 (CET) Received: from server28.firstfind.nl (server28.firstfind.nl [85.158.203.62]) by webmail-mx01.firstfind.nl (Postfix) with ESMTP id 11D03E0377 for ; Mon, 4 Feb 2013 09:52:17 +0100 (CET) Received: from server28.firstfind.nl (localhost [127.0.0.1]) by server28.firstfind.nl (8.14.3/8.14.3/Debian-9.4) with ESMTP id r148qGIa003802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 4 Feb 2013 09:52:16 +0100 Received: (from roncompu@localhost) by server28.firstfind.nl (8.14.3/8.14.3/Submit) id r148qG5r003801; Mon, 4 Feb 2013 09:52:16 +0100 Date: Mon, 4 Feb 2013 09:52:16 +0100 Message-Id: <201302040852.r148qG5r003801@server28.firstfind.nl> To: ports@freebsd.org Subject: 1111 X-PHP-Originating-Script: 2136:z.php From: <1111111111111111111@server28.firstfind.nl> X-Virus-Scanned: by amavisd-new MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 09:00:04 -0000 11111111111111111111 From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 11:06:03 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C101E6DF for ; Mon, 4 Feb 2013 11:06:03 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B2600C2A for ; Mon, 4 Feb 2013 11:06:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r14B631D027870 for ; Mon, 4 Feb 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r14B63v7027868 for freebsd-ports@FreeBSD.org; Mon, 4 Feb 2013 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Feb 2013 11:06:03 GMT Message-Id: <201302041106.r14B63v7027868@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 Subject: Current unassigned ports problem reports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 11:06:03 -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/175815 [update]: databases/tarantool up to latest o ports/175814 Boost-all cannot use libc++ f ports/175813 [patch] mail/dovecot2 doesn't detect libstemmer or ext o ports/175812 [patch] misc/findutils update to 4.5.11 f ports/175809 [PATCH] www/node, www/node-devel: fix build with nonde o ports/175807 New port: textproc/topic - topic markup pareser (repla o ports/175806 [patch] misc/saaghar fixed some issue with portlint(1) o ports/175804 cad/xcircuit update and maintainer change f ports/175798 FreeBSD 10 unable to build sysutils/fusefs-kmod o ports/175795 [maintainer] update devel/liblnk to 20130202 o ports/175787 [NEW PORT] devel/py27-robotframework-selenium2library: o ports/175786 [NEW PORT] devel/py27-robotframework: Robot Framework f ports/175779 [update]: audio/liblastfm update to latest new version o ports/175772 Update to finance/php-tclink o ports/175765 imspector ipfw support o ports/175748 New port: www/your-freedom A SOCKS proxy application f ports/175745 sysutils/coreutils build fails o ports/175744 [MAINTAINER] sysutils/gigolo: [SUMMARIZE CHANGES] f ports/175733 devel/libatomic_ops: Segmentation fault : install - o ports/175723 postfix+dovecot+ldap_sasl marked BROKEN o ports/175704 [patch] add new vuxml entry for dns/poweradmin o ports/175678 New port: misc/saghar o ports/175677 [update]: devel/eblob fix distinfo of github files f ports/175656 [patch] databases/sqlite3: update to 3.7.15.2 f ports/175642 www/wordpress: update to 3.5.1,1 o ports/175634 [PATCH] unbreak graphics/kdegraphics3 build when clang o ports/175631 support WITHOUT_GCC in games/lwjgl f ports/175623 [PATCH] graphics/geos: update to 3.3.7 f ports/175621 update net/dhcpcd o ports/175620 New port: devel/bashdb, Bash debugger o ports/175612 New port: devel/remake version of GNU make utility th f ports/175611 sysutils/zfs-periodic package do not enable cron to ho o ports/175601 [update]: science/massxpert up to latest version o ports/175559 [new port]: textproc/libflate Template library used to o ports/175552 [NEW PORT] devel/chruby: Changes the current Ruby o ports/175542 [PATCH] new port comms/ebook2cwgui o ports/175541 [PATCH] databases/py-swiftclient Fixed broken distfile o ports/175536 [MAINTAINER] japanese/mecab-ipadic: Fix wrong options f ports/175534 [patch] net-mgmt/rackmonkey: Fix a redirect o ports/175527 security/expiretable doesn't work in FreeBSD 9.x f ports/175523 pkgng: mail/dovecot2-pigeonhole conflicts with mail/do o ports/175497 sysutils/boxbackup rc.d files have wrong path f ports/175492 net-mgmt/zabbix2-frontend: Missing php5-gettext depend o ports/175488 [new port]: devel/libxs Open source lightweight messa o ports/175480 [MAINTAINER] dns/powerdns: update to 3.2 f ports/175457 [patch] net-mgmt/nagiosql update to 3.2.0 SP2 and othe o ports/175455 devel/bmake: update to 20121212 snapshot o ports/175451 update port www/cas o ports/175450 [patch] Get misc/gkx86info2 plugin to build on amd64 o ports/175444 Port Update: finance/frontaccounting Version update. f ports/175429 audio/clementine-player: build error o ports/175428 [MAINTAINER] www/drush: add more missing dependencies o ports/175398 fix patches in japanese/kon2-16dot o ports/175391 New port: textproc/xmlgen - generate XML in TCL o ports/175385 dns/fastresolve does not compile f ports/175380 [patch] mail/fetchyahoo: update to latest to work with f ports/175373 [patch] mail/getlive: need to update to latest CVS ver f ports/175359 [PATCH] finance/openerp-server: bump up version to 6.0 f ports/175358 [PATCH] finance/openerp-web: update to 6.0.4 o ports/175337 New port: devel/pecl-parsekit - static analysis o ports/175331 [PATCH] Many little spelling corrections f ports/175321 Update mail/postfixadmin to 2.3.6 f ports/175316 multimedia/xbmc 12.0.rc3 build error o ports/175310 [maintainer update] net-p2p/retroshare to 0.5.4d o ports/175308 [NEW PORT] graphics/linux-f10-sdl_ttf: SDL graphics dr o ports/175307 [NEW PORT] graphics/linux-f10-sdl_gfx: SDL graphics dr o ports/175274 [NEW PORT] audio/linux-f10-libsndfile: Reading and wri o ports/175266 port audio/libmtp is miscategorized: it should be sysu o ports/175263 [Maintainer update] sysutils/qjail new stuff added o ports/175234 update multimedia/qmmp, multimedia/qmmp-plugin-pack o ports/175233 devel/boehm-gc: GC does not scan static roots in share o ports/175229 x11-toolkit/swt-devel fails o ports/175228 [NEW PORT] devel/pecl-zookeeper: PHP extension for int o ports/175219 www/yabb upgrade o ports/175198 New port: www/py-djangotoolbox - A common API for runn o ports/175174 Update port: graphics/yed: new version 3.10.1 f ports/175162 [patch] lang/itcl -- update to 4.0.0 f ports/175141 [PATCH] games/uqm: Update to 0.7.0 o ports/175127 New port: sysutils/zogftw creates redundant backups on f ports/175121 devel/buildapp does not produce executable file f ports/175116 [PATCH] www/trafficserver: update to 3.2.0 o ports/175113 devel/freeocl: Port revision PORTREVISION=1 o ports/175107 devel/opencl: bug in CL/cl_ext.h (upstream): o ports/175103 [PATCH] security/unhide: update to 20121229 o ports/175095 [MAINTAINER] math/jakarta-commons-math3: update to 3.1 o ports/175068 [PATCH] net/proxychains: update to 4.4, take maintaine o ports/175063 maintainer update: sysutils/torque f ports/175000 comms/deforaos-phone upgrade to 0.3.11 f ports/174999 multimedia/deforaos-player patch for respecting PREFIX f ports/174998 deskutils/deforaos-todo patch for respecting PREFIX f ports/174997 print/deforaos-pdfviewer patch for respecting PREFIX f ports/174996 patch for multimedia/xbmc headless mode f ports/174995 audio/deforaos-mixer patch for respecting PREFIX f ports/174994 mail/deforaos-mailer upgrade to 0.1.6 f ports/174993 www/deforaos-surfer patch for respecting PREFIX f ports/174992 editors/deforaos-editor patch for respecting PREFIX f ports/174990 x11/deforaos-locker patch for respecting PREFIX o ports/174988 New port: net/tclsoap o ports/174982 New port: print/qpdf Command-line tools for transformi f ports/174967 Update games/sumwars to 0.5.6 o ports/174960 sysutils/fusefs-ntfs mkntfs fails because of "no block o ports/174956 security/sguil-client, port update o ports/174954 New port: security/php-openid-ldap, a PHP-based OpenID o ports/174951 [PATCH] games/vamos: added OptionsNG, icon, desktop en o ports/174947 [new port] ftp/php5-dav, php5 webdav module, allowing o ports/174940 [new port]: misc/valspeak, a filter that converts Engl o ports/174939 audio/timidity++*: fix LDFLAGS o ports/174911 [PATCH] cad/leocad: update to 0.79.1, take maintainers o ports/174901 [NEW PORT] cad/ldraw: LDraw parts library f ports/174898 graphics/openimageio: pkg: (openimageio-1.1.2) /usr/lo o ports/174883 databases/grass: cut: ../dist.amd64-portbld-freebsd10. o ports/174870 [PATCH] cad/qfsm: Changed comment, options, do-install o ports/174867 irc/unreal: Port Update to UnrealIRCD o ports/174863 [PATCH] cad/xcircuit: update to 3.7.46,1, take maintai o ports/174862 [PATCH] chinese/scim-pinyin: update to 0.5.92, take ma f ports/174860 [PATCH] ports-mgmt/porttools, ports-mgmt/portlint: Swi o ports/174844 [PATCH] cad/electric-ng: update to 9.03, take maintain o ports/174841 graphics/sane-frontends fails to build f ports/174836 [PATCH] sysutils/isomd5sum: update to 1.0.7 o ports/174823 [MAINTAINER] print/fontforge: update freetype2 version o ports/174819 games/exult: Update to 1.4.9 o ports/174815 [PATCH] print/cups-base: Fixed 3 fatal errors, icons, f ports/174803 irc/ircd-ratbox package assembly failure WITH_SERVICES o ports/174798 audio/soundtracker: request to add system menu item/en o ports/174795 x11-toolskits/open-motif: Installing open-motif-2.3.4. o ports/174794 [new port]: devel/libpo6 POSIX wrappers for C++ o ports/174793 [new port]: devel/cityhash Family of hash functions s ports/174788 www/squid32 fails to build when heimdal 1.5.2 installe f ports/174785 [PATCH] security/libntlm: update to 1.3 f ports/174764 [patch] upgrade databases/postgis to 1.5.8 (fixes comp f ports/174753 change to devel/boost-libs causes adverse effects o ports/174750 [NEW PORT] games/rocksndiamonds-data: Additional Playe o ports/174747 [NEW PORT] games/rnd_jue: Colorful Boulderdash'n'Emera o ports/174746 Segmentation fault in security/prelude-lml f ports/174742 mail/mailfront: patch update to mailfront-1.21 o ports/174732 security/fwknop Port Update o ports/174705 New port: devel/php5-ice f ports/174678 [PATCH] sysutils/usbhotkey: update to 0.4 o ports/174674 New port: devel/awscli - Universal Command Line Interf o ports/174669 Is INDEXFILE out of date? o ports/174667 [new port] sysutils/ksysguardd3 (KDE3 ksysguardd) o ports/174656 New port: audio/gtmixer Gtk2.0 graphical mixer o ports/174655 japanese/mutt-devel: mutt ja patch new version release o ports/174647 [NEW PORT] net/infinispan: Open source highly scalable o ports/174622 Update games/minecraft-client to 1.4.6 o ports/174621 Update games/minecraft-server to Version 1.4.6 o ports/174611 benchmarks/netperfmeter port update to version 1.3.0 o ports/174609 net/rsplib port update to version 3.0.1 o ports/174592 security/sguil-sensor, port update o ports/174591 security/sguil-server, update port f ports/174590 sysutils/bsdadminscripts : install broken f ports/174583 devel/libreadline-java: patch for UTF8 support o ports/174567 [PATCH]: Fix mxml linking on amd64 f ports/174553 editors/tea fails to upgrade from 'tea-33.3.0' to 'tea f ports/174547 [UPDATE]: devel/universalindentgui Update to new relea o ports/174540 www/linkchecker: update to 8.2 f ports/174487 mail/notmuch fails to build during portupgrade o ports/174482 [PATCH]: x11/slim Fix PAM error handling f ports/174457 [update] www/luakit to 2012.09.13-r1 o ports/174368 New port: lang/nimrod The Nimrod programming language. o ports/174308 [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile o ports/174306 [maintainer] news/nzbget: update to 9.0 f ports/174303 [PATCH] Update devel/libgta to version 1.0.4 o ports/174289 net/ssvnc build fails - configure: error: /usr/bin/cpp f ports/174246 [PATCH] audio/libdssialsacompat: Fixed download f ports/174237 databases/php5-redis - zAdd does not set the correct s f ports/174153 emulators/fceux: update to 2.2.0 f ports/174149 net-mgmt/nfdump configure fails o ports/174131 net/citrix_ica: Update port to 12.0.0.189834 f ports/174129 [Maintainer-Update] print/cups-bjnp to latest f ports/174118 graphics/pecl-gmagick o ports/174099 [PATCH] misc/wmweather+: update to 2.13, take maintain o ports/174093 games/odamex: update to 0.6.1 o ports/174069 [PATCH] misc/explosions: OptionsNG, added categories, o ports/174057 [PATCH] misc/cmatrix: OptionsNG, added license, mtx.pc o ports/174055 Default Linux ALSA configuration update request o ports/174022 [PATCH] games/gnurobots: Added OptionsNG, license, des f ports/174021 Port sysutils/coreutils won't build when NLS is disabl f ports/174018 Can't disable security/sshguard -b option o ports/174015 [PATCH] finance/venice: update to 0.751beta, take main o ports/173998 textproc/xalan-c from version 1.10 to 1.11 o ports/173996 net-mgmt/p5-Cflow: add support for net-mgmt/flow-tools o ports/173953 New port: net/u6rd User-space 6rd (RFC 5569) implement o ports/173910 [PATCH] games/robocode: update to 1.7.4.4, take mainta o ports/173888 [NEW PORT] games/sudoku-sensei: Enjoy playing with Sud o ports/173882 [PATCH] games/xsc: Changed Comment, added Deskop entri o ports/173881 [NEW PORT] games/vodovod: Cross-platform pipe connecti o ports/173880 [PATCH] games/pipenightdreams: Added Portdoss, Desktop o ports/173875 [PATCH] games/cuyo: update to 2.0.0,1, Added License, f ports/173858 sysutils/bsdadminscripts installs pkg_libchk that does o ports/173751 [PATCH] multimedia/gxmms update to 0.3.0 o ports/173750 [PATCH] multimedia/motion fix bktr o ports/173743 Fix build problem for mplayer/mencoder when DEBUG opti f ports/173726 [patch] games/stonesoup f ports/173638 net-mgmt/nagios_plugins [PATCH] Revised check_ircd.pl f ports/173624 net/quagga bgpd man page missing option "--no_kernel" o ports/173615 textproc/db2latex 0.8p1_1 has bad xls [patch] o ports/173581 new port submission, security/sagan o ports/173567 [NEW PORT] www/download-gemist o ports/173559 "portmaster math/lp_solve" fails when run from normal o ports/173558 conflicting hdf5 when first installing graphics/openim f ports/173543 net/ucarp / vlan interfaces o ports/173542 [PATCH] graphics/fracplanet: take maintainership, Make o ports/173534 [NEW PORT] games/wizznic: Implementation of the arcade f ports/173517 comms/spandsp-devel lacks build dependency for xsltpro o ports/173505 java/java3d does not compile f ports/173490 www/squid32 - missing kerberos helper f ports/173489 [PATCH] databases/mysqltuner: [SUMMARIZE CHANGES] o ports/173464 [PATCH] emulators/linux-pete-mesagpu: update to 1.77, o ports/173463 [PATCH] emulators/linux-peops-softgpu: update to 1.18, o ports/173462 [PATCH] emulators/linux-pete-xgl2gpu: update to 2.9, t o ports/173457 [NEW PORT] games/edgar: 2D platform game with a persis f ports/173446 lang/polyml: segfaults on startup on amd64 o ports/173438 lang/tuareg-mode.el f ports/173437 japanese/ddskk installation fails o ports/173436 [MAINTAINER] games/mopesnake: Makefile changed, added o ports/173431 [MAINTAINER] games/madbomber: Makefile changed, added o ports/173427 [MAINTAINER] games/iceicepenguin: Makefile changed, ad f ports/173412 failed to install lang/gnat-aux o ports/173402 [MAINTAINER] emulators/swine: Normal download from Git o ports/173397 [MAINTAINER] games/defendguin: Makefile changed, added f ports/173369 math/gnuplot+: avoid conflicts with math/gnuplot o ports/173368 [PATCH] games/glmaze: OptionsNG, changed Makefile, add f ports/173362 devel/ocaml-calendar Update to 2.03.2 o ports/173356 [MAINTAINER] games/blockrage: Changed Makefile, added o ports/173355 [MAINTAINER] games/black-box: Makefile changed, added o ports/173354 [MAINTAINER] games/barbie_seahorse_adventures: Makefil o ports/173352 [PATCH] games/gtkatlantic: OptionsNG, changed Makefile o ports/173351 [PATCH] games/4stattack: OptionsNG, Makefile simplifie o ports/173350 [PATCH] games/ppracer: OptionsNG, Makefile changed, ta o ports/173347 [MAINTAINER] games/BillardGL: Changed Makefile, added o ports/173346 [MAINTAINER] games/netwalk: Changed Makefile, added De o ports/173345 [MAINTAINER] games/nelly: Changed Makefile, nelly.in, o ports/173335 [PATCH] games/xarchon: OptionsNG, changed Makefile, pk o ports/173314 [PATCH] graphics/comix: OptionsNG, changed Makefile, p o ports/173282 New port: security/keepassx2 Cross Platform Password M o ports/173271 [MAINTAINER] games/kye: Fixed distfiles for Distilator o ports/173253 [bsd.sites.mk] Fix some broken links o ports/173241 devel/pmd fails to install f ports/173230 sysutils/parallel 20121022 complains about defined(@ar o ports/173194 [new port] java/eclipse-birt: BIRT plugin for Eclipse f ports/173191 lang/squeak: invalid dependency. o ports/173188 [PATCH] games/wordplay: Makefile changed, OptionsNG, t o ports/173184 [PATCH] games/abe: Makefile changed, removed pkg-plist o ports/173179 [PATCH] games/aop: Makefile changed, OptionsNG, take m o ports/173176 [PATCH] games/lmarbles: Makefile changed, OptionsNG, t o ports/173112 [update] multimedia/qmmp support 4 ports of ffmpeg o ports/173079 [NEW PORT] databases/pyspatialite Python interface to o ports/173034 update to security/kpcli v. 1.5, .kdbx support added o kern/173030 [atf] [patch] emulators/open-vm-tools: fix clang compi o ports/172982 [UPDATE] audio/linnya: update to 2.3.0 o ports/172981 [NEW PORT] devel/allegro-devel5: Cross-platform librar o ports/172967 [restore port] www/asterisk-gui for asterisk 1.6 to as o ports/172950 [PATCH] irc/psybnc update to 2.4-BETA1 o ports/172944 [NEW PORT] games/oneisenough: Economic development in o ports/172934 [PATCH] games/whichwayisup: Makefile changed, OptionsN o ports/172917 textproc/syck: LuaYAML-Testcases test-suite for lua ex o ports/172887 [PATCH] games/nuclearchess: Makefile changed, OptionsN o ports/172885 New port: misc/fbless text-mode fb2 books reader o ports/172863 [NEW PORT] net/pjsip: Multimedia communication library f ports/172837 lang/swi-pl compiles with databases/libiodbc f ports/172800 [PATCH] fix build/install for audio/hydrogen o ports/172780 New port: net/afpfs-ng an Apple Filing Protocol client o ports/172777 New port: net/libnfs a client library for accessing NF o ports/172775 New port: audio/libshairport a library for Airport Ext f ports/172750 graphics/luminance does not compile if graphics/libraw o ports/172716 emulators/tpm-emulator: Update to version 0.7.4 f ports/172713 ports-mgmt/portbuilder hangs building x11/xorg on i386 o ports/172696 [new port][patch] databases/mysq56 o ports/172688 audio/gmpc 11.8.16: playback buttons don't have icons o ports/172628 cannot build ports/INDEX f ports/172595 New port: net-p2p/pushpoold bitcoin push-mining pool s o ports/172547 bsd.destdir.mk fails when DESTDIR is set f ports/172477 [UPDATE] www/wordpress: Trim the headers f ports/172473 Fix for broken net/libtrace port f ports/172441 chinese/fcitx should be in 'textproc' instead of 'chin o ports/172439 [New Port] chinese/fcitx-table-yonh: Pinyin-like input o ports/172361 lang/gnustep-base fail to configure with clang f ports/172353 multimedia/mencoder does not build with clang on amd64 o ports/172331 [PATCH] games/castlevox: Makefile changed, OptionsNG, o ports/172319 [MAINTAINER] www/MT,russian/MT: update to 5.2 f ports/172272 www/speedtest-mini - port not working o ports/172168 [new port] comms/libdlo: the basis for the DisplayPort f ports/172147 sysutils/isomd5sum build fails with clang f ports/172141 [PATCH] deskutils/q4wine: update to 0.121, OptionsNG, f ports/172139 www/squid31 f ports/171950 devel/tnt: include/tnt/tnt_sparse_matrix_csr.h:97:3: e o ports/171945 sysutils/fusefs-smbnetfs crash since fusefs-libs updat o ports/171932 wrong excutable program installed in ports/biology/mop o ports/171921 New port: devel/ocltools: f ports/171917 databases/mantis: Database query failed. Error receive o ports/171912 [NEW PORT] devel/pear-channel-phpdoc: PEAR channel pea o ports/171903 net-mgmt/observium port should only provide dependenci f ports/171893 [BUG] sysutils/ezjail: ezjail_admin update -b (Cannot f ports/171886 [PATCH] multimedia/gpac-mp4box: [SUMMARIZE CHANGES] f ports/171878 textproc/libsphinxclient port is incompatible with sph o ports/171870 [NEW PORT] games/visualspell: Challenges players to us o ports/171869 [NEW PORT] games/multiplik12: Educational game for lea f ports/171868 [new port] net/remotebox: Open Source VirtualBox Clien o ports/171855 [NEW PORT] net-mgmt/node-statsd - Simple daemon for ea f ports/171850 Misleading pkg install option in sysutils/fusefs-kmod f ports/171849 databases/postgis: port switches compiler! GCC -> CLAN f ports/171818 Please add option for Python-integration to sysutils/b o ports/171801 www/sams: Problem with creating MySQL database from sq o ports/171792 patch: allow games/xmille to select starting player ra o ports/171760 New port: cad/sweethome3d o ports/171735 [NEW PORT] editors/py31-loook-devel: Simple Python too o ports/171734 [NEW PORT] editors/py27-loook: Simple Python tool that f ports/171707 multimedia/mplayer: i386 clang build error o ports/171675 [NEW PORT] games/cocos2d: Framework for building 2D ga f ports/171605 net-mgmt/netams 3.4.5 compilation error o ports/171603 [NEW PORT] games/py27-dcross: Blocks fall from the top o ports/171602 [NEW PORT] games/py27-cargocarrier: Collect cargo crat o ports/171576 [NEW PORT] games/py27-bombz: Simple 2D puzzle game wit o ports/171559 [NEW PORT] games/airstrike: 2d biplane dogfight game o ports/171552 [NEW PORT] games/traingame: Game about Trains f ports/171539 [patch] net-mgmt/nrpe2 small fixes o ports/171486 [NEW PORT] games/help_hannahs_horse: Pacman with a fas o ports/171431 [NEW PORT] games/asteroid: Modern version of the arcad o ports/171429 [NEW PORT] games/pyspacewar: Two ships duel in a gravi o ports/171398 [PATCH] devel/pecl-inclued: update to 0.1.3,1 o ports/171392 [NEW PORT] games/py27-super_mario_bros_python: Clone o o ports/171391 [NEW PORT] games/py27-pytowerdefense: Tower Defense Ga f ports/171388 news/hellanzb doesn't work anymore since Fbsd 9.0 f ports/171338 both databases/mariadb-scripts and databases/mariadb-s o ports/171332 [NEW PORT] games/py27-pythonsudoku: Text and graphical o ports/171323 [NEW PORT] games/hitori: Logic game similar to Sudoku o ports/171237 [NEW PORT] games/schiff: Steer your ship(s) with the k o ports/171236 [NEW PORT] games/schwarzweiss: Tank game for 2 players f ports/171231 audio/clementine-player starts only at the second time o ports/171224 [NEW PORT] games/bouncy: You are a hungry rabbit. Eat o ports/171176 new port: net/winexe f ports/171160 sysutils/loganalyzer depends on php5 s ports/171153 new version available for net-mgmt/coovachilli o ports/171149 new port: textproc/imsettings - a framework manages in o ports/171106 New Port: net/jdownloader - Download manager (java) o ports/171079 graphics/rawtherapee hangs x11 o ports/171019 [new port] science/isis3: USGS ISIS3 planetary mapping o ports/171017 [new port] astro/cspice: New scientific port: NASA/NAI o ports/170941 [NEW PORT] games/brickout: A ball-and-paddle game wher o ports/170939 [NEW PORT] games/popstar: Simple puzzle game involving o ports/170918 [NEW PORT] games/entombed: A one- or two-player maze g o ports/170887 [NEW PORT] games/fightorperish: A dungeon-crawling gam f ports/170882 sysutils/bacula-server - Feature Request - Change sysc o ports/170836 [NEW PORT] games/agendaroids: Vector-based rock-shooti o ports/170819 New port: net-mgmt/UniFi UniFi Wireless Controller o ports/170695 sysutils/fusefs-ntfs - instant reboot when mv from UFS o ports/170662 [NEW PORT] devel/pymunk: A easy-to-use pythonic 2d phy o ports/170661 [NEW PORT] graphics/py27-pyglet-devel: Cross-platform f ports/170641 x11-toolkits/open-motif: need mkcatdefs utility f ports/170616 gpk-update-viewer f ports/170542 sysutils/bsdadminscripts does not build correctly in m f ports/170537 devel/libftdi seems broken on i386 and amd64 o ports/170490 fix port: math/proofgeneral o ports/170448 [NEW PORT] devel/allegro5: Allegro 5 is a game program f ports/170381 x11/slim window manager gives dbus errors starting xfc f ports/170366 lang/libobjc2: update to 1.6.1 f ports/170357 net-mgmt/tcptrack Segmentation fault (core dumped) f ports/170344 [UPDATE] net/tcpflow: update to 1.2.8, take maintainer f ports/170339 www/node: segmentation violation in v8::internal::Hand o ports/170241 [PATCH] devel/libftdi: upgrade to 0.20 and fix automak f ports/170186 Update sysutils/modules to version 3.2.9 o ports/170185 sysutils/mgeupsd not correctly works. f ports/170100 astro/orsa: version 0.7.0 in ports hopelessly outdated o ports/170000 emulators/vmware-tools6: Can not install VMware Tools f ports/169876 devel/flyspray: Strict Standards: Non-static method Fl o ports/169741 [new port] devel/visualparadigm f ports/169716 net-mgmt/ndpmon several problems with build and instal o ports/169628 sysutils/devcpu-data f ports/169613 security/botan: Fix ECDSA for dns/powerdns and maybe o f ports/169521 astro/weatherspect: Exiting with SIGUse of uninitializ o ports/169519 net/cvsup: socksify and cvsup cannot be used together o ports/169492 [restore port] databases/pecl-sqlite must be restored o ports/169371 port graphics/sane-backends segfaults f ports/169333 [PATCH] sysutils/syslog-ng2: move sample config to EXA o ports/169322 New port: net/armsd: SMFv2/ARMS Service Adapter daemon f ports/169165 sysutils/fusefs-kmod: calling fchown(2) on sshfs files f ports/169032 Update net-im/qutim port to 0.3.0 f ports/168935 www/firefox-remote shares PORTNAME with www/firefox o ports/168926 Second '59.xxx' out of range 0..59 at security/snort-r o ports/168861 devel/tkcvs: tkdiff no longer runs correctly o ports/168647 Remove trailing spaces from all ports-related files s ports/168486 [PATCH] www/sams, warnings "strftime() [function.strft f ports/168466 [PATCH] www/sams, web-interface, needs GetHostnameSam. f ports/168407 [patch] lang/gauche: update to 0.9.3.2, unbreak o ports/168404 [NEW PORT] databases/dev-sqlite3: This is a developmen o ports/168328 [REPOCOPY] devel/codeblocks --> devel/codeblocks-devel f ports/168319 graphics/qiviewer: Not displaying image jpeg o ports/168266 New port: sysutils/logstash (log monitoring and collec o ports/168215 [PATCH] print/scribus-devel: update to 1.5.0 svn f ports/168161 [PATCH] sysutils/conky: update to 1.9.0 f ports/168160 ports-mgmt/jailaudit doesn't return a non-0 exit code o ports/168114 [NEW PORT] games/duckmaze: A game about a duck that is s ports/167955 [update] graphics/tinyows: Fix dependency to postgis f ports/167953 devel/pecl-xhprof patch for single core cpu f ports/167950 databases/memcachedb does not work on 10-CURRENT o ports/167759 [New Ports] x11-wm/e17-modules-ecomorph and x11-wm/eco f ports/167691 security/heimdal: problem compiling kerberos/heimdal f ports/167352 New port: devel/py-repoze.lru f ports/167090 sysutils/ezjail: Invalid command line option in ezjail f ports/167074 New Port: www/drupal7-ldap o ports/167042 New port: net-p2p/tahoe-lafs f ports/167031 security/heimdal ignore environment after process call f ports/166987 net/nss_ldap: ports/152982 causes nss_ldap to not func o ports/166826 New port: misc/libphidget The driver for Phidgets devi o ports/166812 New port: mail/bounceHammer o ports/166522 lang/f77: Fortran 77 compiler always exits with error f ports/166417 rc script for net/delegate (ports) o ports/166006 Problem with postfix and mail/mailman integration f ports/166004 www/squid31 3.1.19 crashes on first request o ports/165713 New port: net-mgmt/p5-FusionInventory-Agent-Task-NetDi o ports/165711 New port: net-mgmt/p5-FusionInventory-Agent-Task-SNMPQ f ports/165672 sysutils/bacula-server doesn't install all symlinks ne o ports/165586 New port german/lx-office-erp, sql-ledger fork with ex o ports/165565 New port: www/mod_auth_token Token-based authenticatio o ports/164306 update mail/mailagent to 3.1.77 and utmpx fix o ports/164197 smsd(comms/smstools3) doesn't read some configurations o ports/164060 net/ucarp doesn't work on FreeBSD 9.0-PRERELEASE o ports/164055 sysutils/zfs-periodic: Test if scrubbing is in process o ports/163955 input packet for interface are counted twice o ports/163850 New port: cad/linux-bricscad a ports/163665 [New Port]: devel/gerrit - Web based code review and p f ports/163126 security/sshguard changed from syslog.conf to daemon b o bin/162681 pkg_add(1): new installer does not add doc packages o ports/162607 little correction for comms/smstools3 o ports/162045 print/ghostview 1.5_2 coredumps on certain files f ports/161690 New port: games/prboom-plus Port of ID Software's Doom o ports/161578 devel/strace is not working f ports/161278 net/dante: getoutaddr(): address [...] selected, but n f ports/161070 infinite loop for graphics/xfig on 9.0-CURRENT s ports/160993 New port: security/sqlcipher f ports/159177 sysutils/muse on 8.2-STABLE o ports/159003 devel/cross-gcc attempts to use $PRFIX/../../ranlib on o ports/158983 [NEW PORT] devel/pecl-dtrace: PHP DTrace provider o ports/157544 Updates for databases/linux-oracle-instantclient-* a ports/157504 [new port] net-mgmt/zenpack-NetApp: Provides monitorin o ports/157107 conflict between mail/p5-Mail-SPF and mail/libspf2 o ports/156834 New port: games/fairymax-devel latest version of games o ports/155941 net/nepenthes: mwserv library support is not included f ports/155115 devel/doxygen: dependancy loop o ports/154352 [patch] multimedia/xmms: update using desktop and mime f ports/154118 graphics/ruby-rmagick: rmagick fails to automaticly re o ports/151747 new port: emulators/wine-fbsd64: request for (a variat o ports/151280 emulators/vmware-guestd6 port install error in /usr/po o ports/150425 www/squid31: rc.d/squid's squid_fib setting ineffectiv o ports/148996 net/cvsup-mirror doesn't use preassigned UID/GIDs o ports/147788 x11-drivers/xf86-video-radeonhd-devel 1.3.0.20091101_3 o ports/103751 databases/linux-oracle-instantclient-sqlplus: ldconfig 448 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 13:11:12 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A39CF0A for ; Mon, 4 Feb 2013 13:11:12 +0000 (UTC) (envelope-from hansprinzh@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 0984A1ADF for ; Mon, 4 Feb 2013 13:11:12 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.24]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MSFoz-1UPlQ40XzX-00TTwG for ; Mon, 04 Feb 2013 14:11:11 +0100 Received: (qmail invoked by alias); 04 Feb 2013 13:11:10 -0000 Received: from amnesix.ph2.physik.uni-goettingen.de (EHLO localhost) [134.76.86.247] by mail.gmx.net (mp024) with SMTP; 04 Feb 2013 14:11:10 +0100 X-Authenticated: #6518294 X-Provags-ID: V01U2FsdGVkX1+YY/MWpcyYGwSh6VaImmWmKAiQmjzMA/rq12gVIz oAFE7xXEqW+rOz Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: gahr@freebsd.org Subject: FreeBSD Port: lilypond-2.16.0 Date: Mon, 04 Feb 2013 14:11:09 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: Quoted-Printable From: "Hans Prinzhorn" Message-ID: User-Agent: Opera Mail/12.10 (Linux) X-Y-GMX-Trusted: 0 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 13:11:12 -0000 Hi, could you please update the port to LilyPond 2.16.2 from January, 4th? That would be very nice! King regards, Hans Prinzhorn -- = Erstellt mit Operas revolution=C3=A4rem E-Mail-Modul: http://www.opera.c= om/mail/ From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 13:20:39 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1BFC62A3 for ; Mon, 4 Feb 2013 13:20:39 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id D1BC21B65 for ; Mon, 4 Feb 2013 13:20:38 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:52433 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1U2LyO-002SDz-EP; Mon, 04 Feb 2013 14:20:37 +0100 Date: Mon, 4 Feb 2013 14:20:33 +0100 From: Pietro Cerutti To: Hans Prinzhorn Subject: Re: FreeBSD Port: lilypond-2.16.0 Message-ID: <20130204132033.GC63590@gahrfit.gahr.ch> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="S1BNGpv0yoYahz37" Content-Disposition: inline In-Reply-To: X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 13:20:39 -0000 --S1BNGpv0yoYahz37 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Feb-04, 14:11, Hans Prinzhorn wrote: > Hi, Hello Hans, > could you please update the port to LilyPond 2.16.2 from January, 4th? > That would be very nice! =46rom what I read on the lilypond website, 2.16.2 is a bug-fix release that is only relevant to people running on Windows. Quoting: " LilyPond 2.16.2 released! January 4, 2013 We are happy to announce the release of LilyPond 2.16.2. This release is mainly to correct a problem with lilypond-book running on Windows. We recommend that only people requiring this functionality upgrade to this version.=20 " For this reason I avoided updating our port. Is there any other reasons you want it updated? Regards, --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --S1BNGpv0yoYahz37 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEPtaAACgkQwMJqmJVx946SswCfUa8qF2hGISiA4xB7SV625PLC oaUAn0Lka6Vro3gRCsPMz76wxeUUTWjU =sHKv -----END PGP SIGNATURE----- --S1BNGpv0yoYahz37-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 14:32:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 53F059EA for ; Mon, 4 Feb 2013 14:32:44 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5451EE3 for ; Mon, 4 Feb 2013 14:32:44 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2N6L-0003vs-Iu for freebsd-ports@freebsd.org; Mon, 04 Feb 2013 15:32:53 +0100 Received: from e176060089.adsl.alicedsl.de ([85.176.60.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 15:32:53 +0100 Received: from rotkap by e176060089.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 15:32:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: pkgng - one "ervery day anoying" problem Date: Mon, 04 Feb 2013 15:32:09 +0100 Organization: yes Lines: 33 Message-ID: <9ct4u9-1mu.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e176060089.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 14:32:44 -0000 Hi there, from time to time I do this ,---- | portsnap fetch update && portupgrade --fetch-only --all --keep-going `---- Always, realy always(!)comes this message: ,---- | Stale dependency: de-libreoffice-3.5.7 --> nss-3.14 -- manually run 'pkgdb -F' to fix, or specify -O to force. `---- I get this every time - again and again. Well, I cannot run 'pkgdb -F' and pkg check does not help anyrthing. WHAT TO DO? Heino From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 16:07:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8ED34CF1 for ; Mon, 4 Feb 2013 16:07:55 +0000 (UTC) (envelope-from dnebdal@gmail.com) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 09C7E6A1 for ; Mon, 4 Feb 2013 16:07:54 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fs12so4701952lab.39 for ; Mon, 04 Feb 2013 08:07:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=85fxoF3DkLYEgM8t5IA6YtiIGb9msO2B7XtTwawWNOs=; b=K3TaS5XsHKw8Ym6ap3cEw2SuTcMclt47yX7KIjTmTjugK4SBuAT8keayQKZFbL7Bmy 7ZfsqWUdHFWtaqwJ9ognjg20Xie/YJqcQw0tMRUqOFWlVVAupMThzW7NQqML/kTIc5FI 6YwaybJN9aD97NJl3w/BnjnAupBGChPuBZ5aK/8a/MJNR+ST6y78y1XGJuAKNPED4WSv JjK9mZM1LO7aLADHVR4SV8T8E5Wxr1dvyiQLAG0HIIv2GtZzn78Opm8K+VQo6OWAcSxd cySxstF+gUl8c8aCcICIG7gpqUtBrTnmSDr748OyngbDjorbI4JGmh4TGqTNjxeUwYVs SY9Q== MIME-Version: 1.0 X-Received: by 10.152.108.203 with SMTP id hm11mr19677494lab.4.1359994073964; Mon, 04 Feb 2013 08:07:53 -0800 (PST) Received: by 10.112.18.134 with HTTP; Mon, 4 Feb 2013 08:07:53 -0800 (PST) In-Reply-To: <9ct4u9-1mu.ln1@news.hansenet.de> References: <9ct4u9-1mu.ln1@news.hansenet.de> Date: Mon, 4 Feb 2013 17:07:53 +0100 Message-ID: Subject: Re: pkgng - one "ervery day anoying" problem From: Daniel Nebdal To: rotkap@gmx.de Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Ports FreeBSD X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:07:55 -0000 You might want to look at this: https://github.com/pkgtools/pkgtools/issues/44 In the meantime, could you deinstall/reinstall libreoffice? No guarantees, but maybe it'll clean things up. -- Daniel Nebdal On Mon, Feb 4, 2013 at 3:32 PM, Heino Tiedemann wrote: > Hi there, > > > from time to time I do this > > > ,---- > | portsnap fetch update && portupgrade --fetch-only --all --keep-going > `---- > > > Always, realy always(!)comes this message: > > > ,---- > | Stale dependency: de-libreoffice-3.5.7 --> nss-3.14 -- manually run > 'pkgdb -F' to fix, or specify -O to force. > `---- > > > I get this every time - again and again. > > > Well, I cannot run 'pkgdb -F' > > and pkg check does not help anyrthing. > > > > > WHAT TO DO? > > > Heino > > _______________________________________________ > 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 Mon Feb 4 16:21:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 647E032B for ; Mon, 4 Feb 2013 16:21:39 +0000 (UTC) (envelope-from prvs=7402d8141=pschmehl_lists@tx.rr.com) Received: from ip-002.utdallas.edu (ip-002.utdallas.edu [129.110.20.108]) by mx1.freebsd.org (Postfix) with ESMTP id 3EAE3738 for ; Mon, 4 Feb 2013 16:21:39 +0000 (UTC) X-Group: None X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlcGACHfD1GBbgogSmdsb2JhbABFv08DAQEbBgIkJ4JeAoFjGhOIEQybAIZamgQEkHFhA4hmoSU X-IronPort-AV: E=Sophos;i="4.84,600,1355119200"; d="scan'208";a="114104202" Received: from zxtm01.utdallas.edu (HELO utd71538.utdallas.edu) ([129.110.10.32]) by ip-002.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Feb 2013 10:21:38 -0600 Date: Mon, 04 Feb 2013 10:21:35 -0600 From: Paul Schmehl To: FreeBSD Ports List Subject: I need help with git Message-ID: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=1997 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:21:39 -0000 I'm the maintainer for security/barnyard2. The software recently changed so that all distros are pulled from github. The developers made new commits, and now the port is broken, and I cannot figure out how to fix it. Here's the relevant code from the Makefile: PORTNAME= barnyard2 PORTVERSION= 1.11 CATEGORIES= security MAINTAINER= pauls@utdallas.edu COMMENT= Interpreter for Snort unified2 binary output files LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= firnsy GH_PROJECT= ${PORTNAME} GH_TAGNAME= master GH_COMMIT= 4dfdc80 The master tagname apparently gets moved to the new commit every time the developers commit changes. This is NOT what I want. I want the port to stay at the release version until a new version is released. I've tried everything I can think of to get this port to pull the commit I want. It does not work. I've tried changing the tagname to v2-1.11, v2-${PORTVERSION}, stable, dev-next, etc., etc. Nothing works. Here's the git site: If I pull master, I get commit f57e464. That's not what I want. Why doesn't this thing pull the commit I'm telling it to pull? I'm so frustrated by this I'm about to drop this port. I do NOT want to have to update the port every time the developers commit more code. That is NOT how software should work. Is there anyone who can tell me how to fix this problem so the port will remain at the release version until the next version is released no matter how many commits the developers make? -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 16:33:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3B1E96C6 for ; Mon, 4 Feb 2013 16:33:07 +0000 (UTC) (envelope-from chess@chessgriffin.com) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 151957DA for ; Mon, 4 Feb 2013 16:33:06 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 82EDD20AFE; Mon, 4 Feb 2013 11:33:00 -0500 (EST) Received: from web3.nyi.mail.srv.osa ([10.202.2.213]) by compute4.internal (MEProxy); Mon, 04 Feb 2013 11:33:00 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:subject:date:in-reply-to :references; s=smtpout; bh=m/ar+PMbeQhCwO5jWqlPRRHZhfA=; b=U6PUC W++gUwaXohpESvsvQaEzSRuY7qwiSc0VPYyzuyVjUM5ig70NwUTflilH+Yy+VPTa sY4Fo9DsWD6AwGkr/eNAStuzzkd45XnDwEHQ3AslWjjSJIBs6K4DsrUr/AOvWdH3 3Ua1UzNo6Zyja7feohnr7xtN419OJJoyRgTReA= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id 519F33A130E; Mon, 4 Feb 2013 11:33:00 -0500 (EST) Message-Id: <1359995580.31077.140661186661305.03542D95@webmail.messagingengine.com> X-Sasl-Enc: rqU9uxyzxU95nGmGbVDyHbjM/TM5hngS6j3dmigETa3k 1359995580 From: Chess Griffin To: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-1ec1891e Subject: Re: I need help with git Date: Mon, 04 Feb 2013 11:33:00 -0500 In-Reply-To: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:33:07 -0000 On Mon, Feb 4, 2013, at 11:21 AM, Paul Schmehl wrote: > I'm the maintainer for security/barnyard2. The software recently changed > so that all distros are pulled from github. The developers made new > commits, and now the port is broken, and I cannot figure out how to fix > it. > I am no git expert so this is just a guess but can you pull from a specific tag? https://github.com/firnsy/barnyard2/commits/v2-1.11 Looks like they tag the master branch at release. -- Chess Griffin From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 16:33:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2632B6C8 for ; Mon, 4 Feb 2013 16:33:08 +0000 (UTC) (envelope-from m@micheas.net) Received: from mail-lb0-f173.google.com (mail-lb0-f173.google.com [209.85.217.173]) by mx1.freebsd.org (Postfix) with ESMTP id AA55A7DC for ; Mon, 4 Feb 2013 16:33:07 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id gf7so6828632lbb.18 for ; Mon, 04 Feb 2013 08:33:06 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=kXpTbWRG6056N8u+KadyKbQGIiHZJ6q7WUqmnuGDzEw=; b=TxejWEJpWK/Hv7sHAhd+IhZv3aU+7bL31zWY6A0i7j/F8h7BU4pk2EhfCbyBVEjrkt ucjTnQaKlPbRXM8cMTKkQC3CDHMnafDHQZRHQeApGWCvLYNvEoWlk606phyT0w4FCzok z1sId1BOy1/1qA1TUZ9IDQlgPu82i7rftOX3PgnkQDfxKjNNQPwCOzeX/3NslaILgpVn mHZ9kuUx788q509erBtM8SQnoKvy2JwJWvOKe/GtYw7m63qb1+0pVTDw3Kp1kB3p5E20 USFy7R4Vx828PUZQ1JRgR+fUCdAKwCnMhV8PKraAlF9mi7m1ex0aeMQtDy6urtdFzd3z 8bzg== MIME-Version: 1.0 X-Received: by 10.152.103.48 with SMTP id ft16mr19941606lab.27.1359995586417; Mon, 04 Feb 2013 08:33:06 -0800 (PST) Received: by 10.112.75.33 with HTTP; Mon, 4 Feb 2013 08:33:06 -0800 (PST) In-Reply-To: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> Date: Mon, 4 Feb 2013 08:33:06 -0800 Message-ID: Subject: Re: I need help with git From: Micheas Herman To: Paul Schmehl X-Gm-Message-State: ALoCoQnsahHBhzG1SJvHdnoP3PdbAWavQebVPKbWfHfKp/h/ZKeh08EhmHzJ1dfkJBlOn3gFuYtf Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:33:08 -0000 On Monday, February 4, 2013, Paul Schmehl wrote: > I'm the maintainer for security/barnyard2. The software recently changed > so that all distros are pulled from github. The developers made new > commits, and now the port is broken, and I cannot figure out how to fix it. > > Here's the relevant code from the Makefile: > > PORTNAME= barnyard2 > PORTVERSION= 1.11 > CATEGORIES= security > > MAINTAINER= pauls@utdallas.edu > COMMENT= Interpreter for Snort unified2 binary output files > > LICENSE= GPLv2 > > USE_GITHUB= yes > GH_ACCOUNT= firnsy > GH_PROJECT= ${PORTNAME} > GH_TAGNAME= master You need to change th GH_TAGNAME to the release you want if you go to the repository on github and you can find the tags that the maintainers have added to the project. If you want a snapshot in time that is not tagged you could either request the authors tag it, or fork it on github tag it yourself and put your own account as the GH_ACCOUNT. > GH_COMMIT= 4dfdc80 Probably not needed if you specify a tag other than master. > > The master tagname apparently gets moved to the new commit every time the > developers commit changes. This is NOT what I want. I want the port to > stay at the release version until a new version is released. > > I've tried everything I can think of to get this port to pull the commit I > want. It does not work. I've tried changing the tagname to v2-1.11, > v2-${PORTVERSION}, stable, dev-next, etc., etc. Nothing works. > > Here's the git site: barnyard2/commits/master > > > > If I pull master, I get commit f57e464. That's not what I want. Why > doesn't this thing pull the commit I'm telling it to pull? > > I'm so frustrated by this I'm about to drop this port. I do NOT want to > have to update the port every time the developers commit more code. That > is NOT how software should work. > > Is there anyone who can tell me how to fix this problem so the port will > remain at the release version until the next version is released no matter > how many commits the developers make? > > -- > Paul Schmehl, Senior Infosec Analyst > As if it wasn't already obvious, my opinions > are my own and not those of my employer. > ********************************************* > "It is as useless to argue with those who have > renounced the use of reason as to administer > medication to the dead." Thomas Jefferson > "There are some ideas so wrong that only a very > intelligent person could believe in them." George Orwell > > ______________________________**_________________ > 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 Mon Feb 4 16:41:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C3989B7 for ; Mon, 4 Feb 2013 16:41:57 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 70787852 for ; Mon, 4 Feb 2013 16:41:57 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1U2P74-0006k8-8I; Mon, 04 Feb 2013 11:41:51 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id D469A19CADAD; Mon, 4 Feb 2013 11:41:45 -0500 (EST) Message-ID: <510FE4C9.2070003@FreeBSD.org> Date: Mon, 04 Feb 2013 11:41:45 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Paul Schmehl References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> In-Reply-To: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: I need help with git Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 04 Feb 2013 16:41:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2/4/13 11:21 AM, Paul Schmehl wrote: > I'm the maintainer for security/barnyard2. The software recently > changed so that all distros are pulled from github. The developers > made new commits, and now the port is broken, and I cannot figure > out how to fix it. > > Here's the relevant code from the Makefile: > > PORTNAME= barnyard2 PORTVERSION= 1.11 CATEGORIES= > security > > MAINTAINER= pauls@utdallas.edu COMMENT= Interpreter for > Snort unified2 binary output files > > LICENSE= GPLv2 > > USE_GITHUB= yes GH_ACCOUNT= firnsy GH_PROJECT= > ${PORTNAME} GH_TAGNAME= master GH_COMMIT= 4dfdc80 > > The master tagname apparently gets moved to the new commit every > time the developers commit changes. This is NOT what I want. I > want the port to stay at the release version until a new version is > released. > > I've tried everything I can think of to get this port to pull the > commit I want. It does not work. I've tried changing the tagname > to v2-1.11, v2-${PORTVERSION}, stable, dev-next, etc., etc. > Nothing works. > > Here's the git site: > > > If I pull master, I get commit f57e464. That's not what I want. > Why doesn't this thing pull the commit I'm telling it to pull? > > I'm so frustrated by this I'm about to drop this port. I do NOT > want to have to update the port every time the developers commit > more code. That is NOT how software should work. > > Is there anyone who can tell me how to fix this problem so the port > will remain at the release version until the next version is > released no matter how many commits the developers make? > Hi Paul, I just changed this line: GH_TAGNAME= master to this: GH_TAGNAME= v2-1.11 and it worked fine. FWIW, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEP5MkACgkQ0sRouByUApDsCwCePQYMCZ6/Avm0lUSbGazexoz5 kBkAnjLstH0h/pZ4y52BMZVgh9uFYFcv =5E4Z -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 16:44:19 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AE75EA9C for ; Mon, 4 Feb 2013 16:44:19 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 74A5E88C for ; Mon, 4 Feb 2013 16:44:19 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r14GiCbW018012 for ; Mon, 4 Feb 2013 11:44:12 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r14GiCcj017897; Mon, 4 Feb 2013 11:44:12 -0500 (EST) (envelope-from portscout) Message-Id: <201302041644.r14GiCcj017897@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 4 Feb 2013 11:44:12 -0500 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 16:44:19 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/pmd | 3.7 | 5.0.2 ------------------------------------------------+-----------------+------------ net/latd | 1.29 | 1.31 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 17:01:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D7E4A5CA for ; Mon, 4 Feb 2013 17:01:04 +0000 (UTC) (envelope-from prvs=7402d8141=pschmehl_lists@tx.rr.com) Received: from ip-002.utdallas.edu (ip-002.utdallas.edu [129.110.20.108]) by mx1.freebsd.org (Postfix) with ESMTP id AD13BA80 for ; Mon, 4 Feb 2013 17:01:04 +0000 (UTC) X-Group: None X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AloGAKzoD1GBbgogSmdsb2JhbABFhki5CAMBARsGAiQngh8BAQQBIxVBEAkCDgoCAhEVAgJDFAYTiAsGjnCbAZIPgSOMeoIiMmEDiGaKAZckgVCBMw X-IronPort-AV: E=Sophos;i="4.84,601,1355119200"; d="scan'208";a="114105846" Received: from zxtm01.utdallas.edu (HELO utd71538.utdallas.edu) ([129.110.10.32]) by ip-002.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Feb 2013 11:01:02 -0600 Date: Mon, 04 Feb 2013 11:00:59 -0600 From: Paul Schmehl To: Micheas Herman Subject: Re: I need help with git Message-ID: <0443BE287B6E84CF0E0690FA@utd71538.campus.ad.utdallas.edu> In-Reply-To: References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; size=2678 Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 17:01:04 -0000 --On February 4, 2013 8:33:06 AM -0800 Micheas Herman = wrote: > > > On Monday, February 4, 2013, Paul Schmehl wrote: > > I'm the maintainer for security/barnyard2. =C2=A0The software recently > changed so that all distros are pulled from github. =C2=A0The developers = made > new commits, and now the port is broken, and I cannot figure out how to > fix it. > > Here's the relevant code from the Makefile: > > PORTNAME=3D =C2=A0 =C2=A0 =C2=A0 barnyard2 > PORTVERSION=3D =C2=A0 =C2=A01.11 > CATEGORIES=3D =C2=A0 =C2=A0 security > > MAINTAINER=3D =C2=A0 =C2=A0 pauls@utdallas.edu > COMMENT=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0Interpreter for Snort unified2 = binary output files > > LICENSE=3D =C2=A0 =C2=A0 =C2=A0 =C2=A0GPLv2 > > USE_GITHUB=3D =C2=A0 =C2=A0 yes > GH_ACCOUNT=3D =C2=A0 =C2=A0 firnsy > GH_PROJECT=3D =C2=A0 =C2=A0 ${PORTNAME} > GH_TAGNAME=3D =C2=A0 =C2=A0 master > > > > > You need to change th GH_TAGNAME to the release you want if you go to the > repository on=C2=A0github and you can find the tags that the maintainers = have > added to the project. > > > If you want a snapshot in time that is not tagged you could either > request the authors tag it, or fork it on github tag it yourself and put > your own account as the GH_ACCOUNT. > So now I have to maintain a git repository just to maintain my port? No=20 thanks. I'll abandon it first. This is volunteer work. I'm not going to=20 double my workload just because the system changed and doesn't work as=20 expected. > > =C2=A0 > > GH_COMMIT=3D =C2=A0 =C2=A0 =C2=A04dfdc80 > > > > > > > Probably not needed if you specify a tag other than master.=C2=A0 > According to /usr/ports/Mk/bsd.sites.mk, GH_COMMIT is mandatory. # In order to use GitHub your port must define USE_GITHUB and the following # variables: # # GH_ACCOUNT - account name of the GitHub user hosting the project # default: not set, mandatory # # GH_PROJECT - name of the project on GitHub # default: ${PORTNAME} # # GH_TAGNAME - name of the tag to download (master, 2.0.1, ...) # default: ${DISTVERSION} # # GH_COMMIT - first 7 digits of the commit that generated GH_TAGNAME # (man git-describe(1)) # default: not set, mandatory # Never mind. I finally figured it out. I had to change GH_TAGNAME to=20 v2-${PORTVERSION}. Now it pulls the commit for the release version as=20 desired. --=20 Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 17:02:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1460368D for ; Mon, 4 Feb 2013 17:02:44 +0000 (UTC) (envelope-from freebsd@grem.de) Received: from mail.grem.de (outcast.grem.de [213.239.217.27]) by mx1.freebsd.org (Postfix) with SMTP id 66CA3A9D for ; Mon, 4 Feb 2013 17:02:42 +0000 (UTC) Received: (qmail 81766 invoked by uid 89); 4 Feb 2013 16:36:00 -0000 Received: from unknown (HELO bsd64.grem.de) (mg@grem.de@80.137.103.144) by mail.grem.de with ESMTPA; 4 Feb 2013 16:36:00 -0000 Date: Mon, 4 Feb 2013 17:36:02 +0100 From: Michael Gmelin To: Paul Schmehl Subject: Re: I need help with git Message-ID: <20130204173602.0a5816a5@bsd64.grem.de> In-Reply-To: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 17:02:44 -0000 On Mon, 04 Feb 2013 10:21:35 -0600 Paul Schmehl wrote: > I'm the maintainer for security/barnyard2. The software recently > changed so that all distros are pulled from github. The developers > made new commits, and now the port is broken, and I cannot figure out > how to fix it. Here's the relevant code from the Makefile: > PORTNAME= barnyard2 PORTVERSION= 1.11 CATEGORIES= > security MAINTAINER= pauls@utdallas.edu > COMMENT= Interpreter for Snort unified2 binary output files > LICENSE= GPLv2 > USE_GITHUB= yes > GH_ACCOUNT= firnsy > GH_PROJECT= ${PORTNAME} > GH_TAGNAME= master > GH_COMMIT= 4dfdc80 > The master tagname apparently gets moved to the new commit every time > the developers commit changes. This is NOT what I want. I want the > port to stay at the release version until a new version is released. > I've tried everything I can think of to get this port to pull the > commit I want. It does not work. I've tried changing the tagname to > v2-1.11, v2-${PORTVERSION}, stable, dev-next, etc., etc. Nothing > works. Here's the git site: > If I pull > master, I get commit f57e464. That's not what I want. Why doesn't > this thing pull the commit I'm telling it to pull? I'm so frustrated > by this I'm about to drop this port. I do NOT want to have to update > the port every time the developers commit more code. That is NOT how > software should work. Is there anyone who can tell me how to fix this > problem so the port will remain at the release version until the next > version is released no matter how many commits the developers make? Hi Paul, Could you revisit what I write to you about this a couple of months ago? I just tried changing GH_TAGNAME to v2-1.11 in Makefile and it just worked fine (by the way, that's what I suggested back then, you should never depend on "master", since it is a moving target) USE_GITHUB= yes GH_ACCOUNT= firnsy GH_PROJECT= ${PORTNAME} GH_TAGNAME= v2-1.11 GH_COMMIT= 4dfdc80 Are you sure there's nothing left in your build environment that stops you from building the port successfully? Cheers, -- Michael Gmelin From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 17:03:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9354B725 for ; Mon, 4 Feb 2013 17:03:32 +0000 (UTC) (envelope-from prvs=7402d8141=pschmehl_lists@tx.rr.com) Received: from ip-002.utdallas.edu (ip-002.utdallas.edu [129.110.20.108]) by mx1.freebsd.org (Postfix) with ESMTP id 6B651AAB for ; Mon, 4 Feb 2013 17:03:32 +0000 (UTC) X-Group: None X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlgGAKzoD1GBbgogSmdsb2JhbABFv1ADAQEbBgIkJ4IfAQEEATgCPwULCw4KLkMUBhOICwa8AI0ag1dhA4hmoSWBUA X-IronPort-AV: E=Sophos;i="4.84,601,1355119200"; d="scan'208";a="114105938" Received: from zxtm01.utdallas.edu (HELO utd71538.utdallas.edu) ([129.110.10.32]) by ip-002.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Feb 2013 11:03:31 -0600 Date: Mon, 04 Feb 2013 11:03:30 -0600 From: Paul Schmehl To: Michael Gmelin Subject: Re: I need help with git Message-ID: <28ECF2ED3D82C6FBA14CB469@utd71538.campus.ad.utdallas.edu> In-Reply-To: <20130204173602.0a5816a5@bsd64.grem.de> References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> <20130204173602.0a5816a5@bsd64.grem.de> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=1177 Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 17:03:32 -0000 --On February 4, 2013 5:36:02 PM +0100 Michael Gmelin wrote: > > Hi Paul, > > Could you revisit what I write to you about this a couple of months ago? > > I just tried changing GH_TAGNAME to v2-1.11 in Makefile and it just > worked fine (by the way, that's what I suggested back then, you should > never depend on "master", since it is a moving target) > > USE_GITHUB= yes > GH_ACCOUNT= firnsy > GH_PROJECT= ${PORTNAME} > GH_TAGNAME= v2-1.11 > GH_COMMIT= 4dfdc80 > > Are you sure there's nothing left in your build environment that stops > you from building the port successfully? > Somehow I missed your response. I figured it out before seeing your email though, but thanks for providing the correct answer. > Cheers, -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 17:04:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2CD597BF; Mon, 4 Feb 2013 17:04:16 +0000 (UTC) (envelope-from prvs=7402d8141=pschmehl_lists@tx.rr.com) Received: from ip-002.utdallas.edu (ip-002.utdallas.edu [129.110.20.108]) by mx1.freebsd.org (Postfix) with ESMTP id ED66CAB6; Mon, 4 Feb 2013 17:04:15 +0000 (UTC) X-Group: None X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlgGAKzoD1GBbgogSmdsb2JhbABFv1ADAQEbBgIkJ4IfAQEFOAI/EAsYLkMUGYgRDLtwBI4pgkhhA4hmoSU X-IronPort-AV: E=Sophos;i="4.84,601,1355119200"; d="scan'208";a="114105952" Received: from zxtm01.utdallas.edu (HELO utd71538.utdallas.edu) ([129.110.10.32]) by ip-002.utdallas.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 04 Feb 2013 11:04:14 -0600 Date: Mon, 04 Feb 2013 11:04:13 -0600 From: Paul Schmehl To: glarkin@FreeBSD.org Subject: Re: I need help with git Message-ID: <9B48C825DBA7C037E3323062@utd71538.campus.ad.utdallas.edu> In-Reply-To: <510FE4C9.2070003@FreeBSD.org> References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> <510FE4C9.2070003@FreeBSD.org> X-Mailer: Mulberry/4.1.0a1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline; size=2443 Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Schmehl List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 17:04:16 -0000 --On February 4, 2013 11:41:45 AM -0500 Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2/4/13 11:21 AM, Paul Schmehl wrote: >> I'm the maintainer for security/barnyard2. The software recently >> changed so that all distros are pulled from github. The developers >> made new commits, and now the port is broken, and I cannot figure >> out how to fix it. >> >> Here's the relevant code from the Makefile: >> >> PORTNAME= barnyard2 PORTVERSION= 1.11 CATEGORIES= >> security >> >> MAINTAINER= pauls@utdallas.edu COMMENT= Interpreter for >> Snort unified2 binary output files >> >> LICENSE= GPLv2 >> >> USE_GITHUB= yes GH_ACCOUNT= firnsy GH_PROJECT= >> ${PORTNAME} GH_TAGNAME= master GH_COMMIT= 4dfdc80 >> >> The master tagname apparently gets moved to the new commit every >> time the developers commit changes. This is NOT what I want. I >> want the port to stay at the release version until a new version is >> released. >> >> I've tried everything I can think of to get this port to pull the >> commit I want. It does not work. I've tried changing the tagname >> to v2-1.11, v2-${PORTVERSION}, stable, dev-next, etc., etc. >> Nothing works. >> >> Here's the git site: >> >> >> If I pull master, I get commit f57e464. That's not what I want. >> Why doesn't this thing pull the commit I'm telling it to pull? >> >> I'm so frustrated by this I'm about to drop this port. I do NOT >> want to have to update the port every time the developers commit >> more code. That is NOT how software should work. >> >> Is there anyone who can tell me how to fix this problem so the port >> will remain at the release version until the next version is >> released no matter how many commits the developers make? >> > > Hi Paul, > > I just changed this line: > > GH_TAGNAME= master > > to this: > > GH_TAGNAME= v2-1.11 > > and it worked fine. > Thanks, Greg. That is the correct answer. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 17:46:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E35D462D for ; Mon, 4 Feb 2013 17:46:18 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) by mx1.freebsd.org (Postfix) with ESMTP id 6C41EE88 for ; Mon, 4 Feb 2013 17:46:17 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id go11so6722783lbb.22 for ; Mon, 04 Feb 2013 09:46:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=dKurwm3orJLa5MO3aGz6Axwx1pw0SqnChsjsosu2MH4=; b=KB0u/awigakyq7oK86iSNYagh65Toh7nkt5+YTR0xCD21xE5a/xWqobAzRA2GTX7vh b8Hvz1aG4DBZhlgg3x3h1FRc38xxzT4Qx46QbmMmUN/Ga/7VXfp/OtVNC8UXnrwDk5/G YPoTJR9WQ3W4r6wMLIlJ0NeXolAogRNudh7W0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=dKurwm3orJLa5MO3aGz6Axwx1pw0SqnChsjsosu2MH4=; b=e5huDxOV1PQGLfquQgoKQBppbndLN9P6EIcPBb+IA6OU9PD/n0eQ/y88Z1wVZ79qWM 7YSbP4sgoPg5B2cHZWt/SzSgn+Oi9Nd3cPuOe9DW1o4FXs5o34L1z7h/2u1sFS62OJcP /UBte5AIz28dqH05EEycJVe0n9G0c9YR9KRcW2kqbfx96s6/9ajXK5V5zIG/i1UsiX8w UpaeeZSZ7udP6xzWnhU8YGzdiJ+/qla9brgdk5eAZh2CH2tECDeQkRzsEm9ESuD/Xo0i x+/QnBZnq+B24sMkJUTiUDchQSfT3sAx25SYGwsWkR2QKr7lNSRuDaR3t5TZL2RgwKon aJpA== X-Received: by 10.112.46.37 with SMTP id s5mr8552131lbm.67.1359999976938; Mon, 04 Feb 2013 09:46:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Mon, 4 Feb 2013 09:45:45 -0800 (PST) In-Reply-To: References: <8C.D8.08887.13E1D015@smtp01.insight.synacor.com> From: Eitan Adler Date: Mon, 4 Feb 2013 12:45:45 -0500 Message-ID: Subject: Re: security/gnupg To: Chris Rees Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkrj3Kd1wL3YF589zreR+Tg1LYsz6hOww9cjtFEUEjcxuDhAkGNgR3HhMiJ8hccnMVTEs3x Cc: Thomas Mueller , FreeBSD Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 17:46:18 -0000 On 2 February 2013 12:26, Chris Rees wrote: > On 2 Feb 2013 16:51, "Thomas Mueller" wrote: > /etc/make.conf, use OPTIONS_SET=list of options. You can also use UNSET in > the same way for the converse. Setting BATCH=yes stops the dialogs > appearing. BATCH does more than just stopping the dialog. It changes how patch(1) behaves, it adds BATCH=yes to the environment, disables some ports, etc. Instead define NO_DIALOG in /etc/make.conf -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 17:49:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 05C3F72A for ; Mon, 4 Feb 2013 17:49:04 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 92737EBE for ; Mon, 4 Feb 2013 17:49:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 47BF86003CD for ; Mon, 4 Feb 2013 18:49:02 +0100 (CET) X-Spam-Scanned: by amavisd-new at exwg.net Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mq+sKVt6A+Wu for ; Mon, 4 Feb 2013 18:49:01 +0100 (CET) Received: from elch.exwg.net (dslb-088-066-015-247.pools.arcor-ip.net [88.66.15.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Mon, 4 Feb 2013 18:49:01 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 5904D30876; Mon, 4 Feb 2013 18:49:01 +0100 (CET) Date: Mon, 4 Feb 2013 18:49:01 +0100 From: Christoph Moench-Tegeder To: freebsd-ports@freebsd.org Subject: Re: GNU style getopt problem Message-ID: <20130204174900.GA93932@elch.exwg.net> References: <1359717012393-5782884.post@n5.nabble.com> <20130201113618.GA2371@reindeer.exwg.net> <1359729522801-5782949.post@n5.nabble.com> <1359729741318-5782951.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1359729741318-5782951.post@n5.nabble.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 17:49:04 -0000 ## Beeblebrox (zaphod@berentweb.com): > Interesting - when I switch to bash and try it: > getopt --help 2> &1 | grep long > bash: syntax error near unexpected token `&' Ah, bash... > while this one gives no message - I guess I'll try a test with this. > $ getopt --help 2>&1 | grep long After I re-checked this: only "2>&1" is correct and (hopefully) portable, everything else "may or may not work", that is, fail on every other different platform/shell. Regards, Christoph -- Spare Space From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 18:19:59 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 27789193 for ; Mon, 4 Feb 2013 18:19:59 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f50.google.com (mail-ee0-f50.google.com [74.125.83.50]) by mx1.freebsd.org (Postfix) with ESMTP id B894617D for ; Mon, 4 Feb 2013 18:19:58 +0000 (UTC) Received: by mail-ee0-f50.google.com with SMTP id e51so3527946eek.9 for ; Mon, 04 Feb 2013 10:19:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:subject:message-id:mime-version :content-type:content-disposition:user-agent; bh=0u39XqTZ926EIzmtaKPtQxhRFtiKSCts2mI+8Qw8TMo=; b=rSWVKesYukRRj3Kzh1+UQeUGyIdMY2WwcgsbWPCbW079ouGnja9GdNAJhPhMtc7J5k YMktYrwDR5FDFbYvXvZ9RLHcUYbmLHf3SjKCrsZh3RaUmHlq16wlxXQydZfGEf+faMxo 81peMREZxisFWbap83Dz7DjKwy7Rlw1DiAUpdpY/7EUTHn8xQV1U0M5KqBnSgdc8Vayy 7q6vaVPJwhaMpOLuWa0MawDt1jkTcrQh3Mr6HR2HPdAs8mOAKMtrUtKzAusrh0jVTmcv RyUn4xttHDilxYWtgl/UTRuOnjpu/lHF3jvhyyDFpK+H9C6ZovNLHvf4IEL9UeS1PrJI RNKw== X-Received: by 10.14.193.131 with SMTP id k3mr75097607een.45.1360001991879; Mon, 04 Feb 2013 10:19:51 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q5sm28481485eeo.17.2013.02.04.10.19.48 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 04 Feb 2013 10:19:49 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 4 Feb 2013 19:19:47 +0100 From: Baptiste Daroussin To: ports@FreeBSD.org Subject: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130204181946.GF67687@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="L2Brqb15TUChFOBK" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:19:59 -0000 --L2Brqb15TUChFOBK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, I have some improvements to the ports tree to propose, and I'm looking for testers/opinions First let me explain: I want to introduce a new USE_FEATURES macro into the ports tree The goal of this macros is to be able to standardize how we call all the USE_* things as well as creating some "load on demand" code for a corresponding feature. What I expect in long term is to get a more readable bsd.port.mk & friends, meaning easier to maintain I except some performance improvements given that make will have to parse less things. I also expect less complexity if bsd.*.mk code. What will have is all/most of the code corresponding to a USE_SOMETHING right now will endup in a Mk/features/something.mk which will be loaded only if the ports defines: USE_FEATURES= something the loading is done at the very early stage of bsd.port.post.mk to allow one to load modify USE_FEATURES depending on some options etc. each features/*.mk is itself protected by a variable to avoid multi loading of the same file if a feature depends on another one the feature itself just have to ".include" the other one. As a proof of concept I made the following: USE_FEATURES= gmake (with a compatibility for USE_GMAKE to allow migration) USE_FEATURES= iconv (with a compatibility for USE_ICONV to allow migration) USE_FEATURES= motif (with no compatibility as I have switched all the USE_MOTIF ports to use it) USE_FEATURES= fise (with no compatibility as I have switched all the USE_FUSE to use it) USE_FEATURES= display (with no compatibilify as I have switched all the USE_DISPLAY to use it) USE_FEATURES= pathfix (which is the equivalent of USE_GNOME= gnomehack without the need to loading the whole bsd.gnome.mk) The very long term goal will be to switch as much code as possible to be turn into a feature (when it makes sens of course) The USE_FEATURES itself: http://people.freebsd.org/~bapt/features.diff The modified ports for the PoC: http://people.freebsd.org/~bapt/features-chase.diff regards, Bapt --L2Brqb15TUChFOBK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEP+8IACgkQ8kTtMUmk6Ex/IgCguOe+WKS63ugGlFsZ8QlinvgW klwAnA2IUFmEHGUA9MqteCreH8svZDE1 =yILF -----END PGP SIGNATURE----- --L2Brqb15TUChFOBK-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 18:53:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 94637FC8 for ; Mon, 4 Feb 2013 18:53:44 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx1.freebsd.org (Postfix) with ESMTP id 2820A3FA for ; Mon, 4 Feb 2013 18:53:43 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hm6so2061448wib.14 for ; Mon, 04 Feb 2013 10:53:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=nbMopmtkE+NOAT30zLbeq2Pa46ZryX87/h4msEL0mFQ=; b=OtEBP7dJ0iJJiqQ3Q02vUZsh7xDQocxyA7nhP0XlfOimRY23yKuPGhKlHEpniPEolV JVBiLNUof8kdgwBNXz4FC7MuV209ovyaMiEYWv0twYFYE7X8HD8HpcJZwPlgETjoI0BN YYuzMCP4Il83zzFfmNM16RWrikdNnBtJBmgqAlGoQt+eeRocCKW/DKATdmfqMsK6obVH k6JMkoblVRpjrhkMCj/QJFmBb4VzfnFU1yARIT/txrNt0NrxIvXfY6Fl99AjDRDdga+U RWnZM9WLuAdu+P1wPiz4QQbApcs/d5Eab3IjvKTifeTE2vT31fKKKbVBYA/te86yGYTk krHg== X-Received: by 10.194.76.237 with SMTP id n13mr37456851wjw.57.1360004022983; Mon, 04 Feb 2013 10:53:42 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:4c9d:37a8:bdad:c2fb? ([2001:980:d7ed:1:4c9d:37a8:bdad:c2fb]) by mx.google.com with ESMTPS id gz3sm21662913wib.2.2013.02.04.10.53.40 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 04 Feb 2013 10:53:41 -0800 (PST) Message-ID: <511003B3.90600@gmail.com> Date: Mon, 04 Feb 2013 19:53:39 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all References: <20130204181946.GF67687@ithaqua.etoilebsd.net> In-Reply-To: <20130204181946.GF67687@ithaqua.etoilebsd.net> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:53:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04-02-2013 19:19, Baptiste Daroussin wrote: > Hi, > > I have some improvements to the ports tree to propose, and I'm > looking for testers/opinions > > First let me explain: > > I want to introduce a new USE_FEATURES macro into the ports tree > > The goal of this macros is to be able to standardize how we call > all the USE_* things as well as creating some "load on demand" code > for a corresponding feature. > > What I expect in long term is to get a more readable bsd.port.mk & > friends, meaning easier to maintain > > I except some performance improvements given that make will have to > parse less things. > > I also expect less complexity if bsd.*.mk code. > > What will have is all/most of the code corresponding to a > USE_SOMETHING right now will endup in a Mk/features/something.mk > which will be loaded only if the ports defines: USE_FEATURES= > something > > the loading is done at the very early stage of bsd.port.post.mk to > allow one to load modify USE_FEATURES depending on some options > etc. > > each features/*.mk is itself protected by a variable to avoid multi > loading of the same file > > if a feature depends on another one the feature itself just have to > ".include" the other one. > This sounds like a good idea to me. > As a proof of concept I made the following: USE_FEATURES= gmake > (with a compatibility for USE_GMAKE to allow migration) > USE_FEATURES= iconv (with a compatibility for USE_ICONV to allow > migration) USE_FEATURES= motif (with no compatibility as I have > switched all the USE_MOTIF ports to use it) USE_FEATURES= fise > (with no compatibility as I have switched all the USE_FUSE to use > it) USE_FEATURES= display (with no compatibilify as I have switched > all the USE_DISPLAY to use it) USE_FEATURES= pathfix (which is the > equivalent of USE_GNOME= gnomehack without the need to loading the > whole bsd.gnome.mk) > > The very long term goal will be to switch as much code as possible > to be turn into a feature (when it makes sens of course) > Are you saying that some USE_BLAH=yes will stick around or do I misunderstand? Another question: for USE_BLAH=yes the logical transformation would be USE_FEATURES=BLAH but what about USE_FOO=BLAH ? Would USE_FEATURES=FOO/BLAH (possibly another separator) or USE_FEATURES=BLAH be more sensible? > The USE_FEATURES itself: > http://people.freebsd.org/~bapt/features.diff > > The modified ports for the PoC: > http://people.freebsd.org/~bapt/features-chase.diff > You could commit the header updates already if possible, which also makes the patch more readable. Regards, René -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iQIcBAEBAgAGBQJREAOzAAoJEKipqUGAIxKQLXsQAJDecygfd5cWSbKtt7P5yBGm 1xqPKiPI6bbyGzykob72woPFWK9bl0mS+JN0TYEaecHyQDyc59BauuaMJYWzveZS tXwW9pB6z5CdSy7jMtpD7OF2OofWCP3ZZU4XIkfqBUFXryM9OB083btx6asn3ygX l5FY1HG0RukhngCFOgrIer9SkAg0oJ89bL40NVOhXROV09MAdP3zGw/piojQXlyF TuaavqCKqLcHFUbw5yKvwFUkYRRECoAflob1Yi7pVKT9y9cXCQKnEB0Cwwv9QECL WWOKW3adPJ47HhoQYhJcVyyXAmP25J+k+WqBZxboY64ASIoj8HkVWHogOx917mDk nANm5q0ccaPI6yFvUkb0RKbtSbEChXM8ahiw7H6r79CKzh2GE5es+ZUVllAfmO/w Nz23w5aT43G8iYOmv42RSHgUOSxEQTGccumpWZPGABgEoubwXs4m/65TTl20NmRQ m/bVU0dDfiBIoVRuo1g4StM0wiW7ATh+ne/KJ0GR19qQ0DUsu9iC9+OeEF7Vko69 4Hp2Y0UVzjAniSAjVyK6nsWKlPQh88XeUWP5t/d7eD3KPEAWyv/yU65KhK33e+u/ MDHAuEfuOB5lBa9n8J3KMTdLb6yoQjudDnKRNhd8rxCX+UMq6wVxEO31nQnl2fll Y1yqj3eGdp1x2R9G0xC3 =qpKQ -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 18:56:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A4A5327F for ; Mon, 4 Feb 2013 18:56:55 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id 3FC6B66C for ; Mon, 4 Feb 2013 18:56:55 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0Lkmp0-1Ucry60vEy-00aVeA for ; Mon, 04 Feb 2013 19:56:54 +0100 Received: (qmail invoked by alias); 04 Feb 2013 18:56:53 -0000 Received: from e176060089.adsl.alicedsl.de (EHLO ahab.tihnet) [85.176.60.89] by mail.gmx.net (mp032) with SMTP; 04 Feb 2013 19:56:53 +0100 X-Authenticated: #1274221 X-Provags-ID: V01U2FsdGVkX1++m7hKmDq+Z0qcJyXdQpgRPP+XsJolkCsl4Xrqrz hQxDbCtSVbY9Qk Received: from localhost ([127.0.0.1] helo=ahab.tihnet) by ahab.tihnet with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U2RDn-000P57-31; Mon, 04 Feb 2013 19:56:51 +0100 From: Heino Tiedemann To: Daniel Nebdal Subject: Re: pkgng - one "ervery day anoying" problem Organization: yes References: <9ct4u9-1mu.ln1@news.hansenet.de> Date: Mon, 04 Feb 2013 19:56:50 +0100 In-Reply-To: (Daniel Nebdal's message of "Mon, 4 Feb 2013 17:07:53 +0100") Message-ID: <86sj5boqkt.fsf@ahab.tihnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:56:55 -0000 Daniel Nebdal wrote: > You might want to look at this: > https://github.com/pkgtools/pkgtools/issues/44 > In the meantime, could you deinstall/reinstall libreoffice? No > guarantees, but maybe it'll clean things up. I reinstalled it with -O , but the problem still there From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 18:59:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D8488356 for ; Mon, 4 Feb 2013 18:59:51 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 985FA699 for ; Mon, 4 Feb 2013 18:59:51 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2RGt-00074b-Os for freebsd-ports@freebsd.org; Mon, 04 Feb 2013 20:00:03 +0100 Received: from e176060089.adsl.alicedsl.de ([85.176.60.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 20:00:03 +0100 Received: from rotkap by e176060089.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 20:00:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: the new pkg - is there any wildcard support? Date: Mon, 04 Feb 2013 19:26:00 +0100 Organization: yes Lines: 23 Message-ID: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e176060089.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 18:59:51 -0000 Hi, ../ports/UPDATING: # pkg_delete -f kdemultimedia-4\* kdenetwork-4\* kde-workspace-4\* kde-runtime-4\* okay, the new pkg has no underline: # pkg delete -f kdemultimedia-4\* kdenetwork-4\* kde-workspace-4\* kde-runtime-4\* Package(s) not found! is there any wildcard support for the new pkg? Heino From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 19:02:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCE50519 for ; Mon, 4 Feb 2013 19:02:57 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id 369A46D9 for ; Mon, 4 Feb 2013 19:02:57 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fs12so4859048lab.25 for ; Mon, 04 Feb 2013 11:02:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=AQkjnozFs7d7JRwrM91jMHYVNAMReBKJJY1UODHzD9s=; b=bySaUEsDhXU5gPSz5iJKJ5LgWCJ9IBXq7Nw1Dxui2jLrGvc4ULXwFfEofrqahhaEJf E3EmMDs7QssndhcGxejyk/DnyQSFnFNBWGDH2cM+lZ6Orv9rVCwOt4aQUhSYO9I7eCeG 8FFzarYOcFZqUpes9mG8LH2t437wH0Wr61Jz8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=AQkjnozFs7d7JRwrM91jMHYVNAMReBKJJY1UODHzD9s=; b=j92VVGy3934CNagxrIMSZY1E3wzx4evrXrCZPHGuLv1PgHM2aIywqSYtrCipNgojjw YpgCoB3V4Ti3ZoLCTL12fKOBjzUF2SA/CSVK5xkJknjSCUoCRtvY9enzkaWNht8McxhS X4CXWjA9wXO/4gX5vcyDOw9ngDwbeD4eSjTsTTSULsvdGJfVkY6Yry9j4xyRruE4epfV w2Nd134CDAFHM7pOS7daVTbknBwpYn5AFZovgwykrcZdf3GkE5hjiKErT6VQlLbP8q9O Y6PTiApJpENYxSM2WqTR7LnjDhwcfNHzgk2/0kmX90aeO3KX3n8ARTZbg5m2nt67lasA L1oQ== X-Received: by 10.112.51.175 with SMTP id l15mr8448240lbo.5.1360004575930; Mon, 04 Feb 2013 11:02:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Mon, 4 Feb 2013 11:02:25 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Mon, 4 Feb 2013 14:02:25 -0500 Message-ID: Subject: Re: the new pkg - is there any wildcard support? To: rotkap@gmx.de Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQn0JDyxYMB0w36/VhA1faMJBlAfFzhkCGJHzMMKkvaMrGVVjES4t8m9hPDblsoBMdZaZQ4e Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 19:02:57 -0000 On 4 February 2013 13:26, Heino Tiedemann wrote: > # pkg delete -f kdemultimedia-4\* kdenetwork-4\* kde-workspace-4\* kde-runtime-4\* > Package(s) not found! > > > > is there any wildcard support for the new pkg? pkg help delete use the -g flag for glob or -x or -X for regex. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 19:08:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 33336839 for ; Mon, 4 Feb 2013 19:08:32 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id BE35E73A for ; Mon, 4 Feb 2013 19:08:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2RPM-00039W-FY for freebsd-ports@freebsd.org; Mon, 04 Feb 2013 20:08:48 +0100 Received: from e176060089.adsl.alicedsl.de ([85.176.60.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 20:08:48 +0100 Received: from rotkap by e176060089.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 20:08:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: Re: pkgng - one "ervery day anoying" problem Date: Mon, 04 Feb 2013 20:06:30 +0100 Organization: yes Lines: 11 Message-ID: References: <9ct4u9-1mu.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e176060089.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 19:08:32 -0000 Daniel Nebdal wrote: > You might want to look at this: > https://github.com/pkgtools/pkgtools/issues/44 > In the meantime, could you deinstall/reinstall libreoffice? No guarantees, > but maybe it'll clean things up. I did Does not solve the stale dependency - it is still there :( From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 19:08:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B5D3383A for ; Mon, 4 Feb 2013 19:08:32 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 6DACF73B for ; Mon, 4 Feb 2013 19:08:32 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2RPM-00039e-JA for freebsd-ports@freebsd.org; Mon, 04 Feb 2013 20:08:48 +0100 Received: from e176060089.adsl.alicedsl.de ([85.176.60.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 20:08:48 +0100 Received: from rotkap by e176060089.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 20:08:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: Re: pkgng - one "ervery day anoying" problem Date: Mon, 04 Feb 2013 20:07:55 +0100 Organization: yes Lines: 24 Message-ID: References: <9ct4u9-1mu.ln1@news.hansenet.de> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e176060089.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 19:08:32 -0000 Daniel Nebdal wrote: > You might want to look at this: > https://github.com/pkgtools/pkgtools/issues/44 > In the meantime, could you deinstall/reinstall libreoffice? No guarantees, > but maybe it'll clean things up. Even a pkgdb -fu does not help: # pkgdb -fu ---> Updating the pkgdb [Rebuilding the pkgdb in /var/db/pkg ... USING PKGNG - 856 packages found (-0 +856) ....................................................................................................100....................................................................................................200....................................................................................................300....................................................................................................400....................................................................................................500....................................................................................................600....................................................................................................700....................................................................................................800........................................................ done] # portupgrade --all USING PKGNG USING PKGNG Stale dependency: de-libreoffice-3.5.7 --> shared-mime-info-1.0_1 -- manually run 'pkgdb -F' to fix, or specify -O to force. It is like "writen in stone" :( Heino From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 19:17:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4C0A4B6F for ; Mon, 4 Feb 2013 19:17:06 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D43DD7C9 for ; Mon, 4 Feb 2013 19:17:05 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id c13so3381423eek.14 for ; Mon, 04 Feb 2013 11:16:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=kgWbAvkhmQ+qJ7BvfcKa5z7bD2wM8cHy9eWdqn8g4Sc=; b=KZg69rJ7qKXN6muJv7OKGR6X/sqsP0hMbbGGNqmenKx2LFQIyiEm31v36YyjqSaTCE 3Tv2pYU/DFGEsAwiaDFbVTvqRVxZtAD1j1PQEUUpTtzBPXdrBKxUbzY4QQOzfEK9bLvE X6+2IRLyk7ccWqUvkSQ94Jpg0hzWJsMj4I7sURnDPuJ93REitmMMMgEZTooxnhQCuF+/ aaqVp5TGamT1jek/FuvfIfAMym7CccZHTCCUc5fId5eIOSVlURoxTip+UUii6dxdGbTj /skFr0p8BnrQi4IsS6cltBBiG2iTd4A/UagD1NZhgvl9hHe+wNLspSE+yoabFIgMIDqO 6Mew== X-Received: by 10.14.220.1 with SMTP id n1mr74619209eep.16.1360005419481; Mon, 04 Feb 2013 11:16:59 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id 43sm28718514eed.10.2013.02.04.11.16.56 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 04 Feb 2013 11:16:57 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 4 Feb 2013 20:16:54 +0100 From: Baptiste Daroussin To: Eitan Adler Subject: Re: the new pkg - is there any wildcard support? Message-ID: <20130204191654.GG67687@ithaqua.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="reI/iBAAp9kzkmX4" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: rotkap@gmx.de, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 19:17:06 -0000 --reI/iBAAp9kzkmX4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 04, 2013 at 02:02:25PM -0500, Eitan Adler wrote: > On 4 February 2013 13:26, Heino Tiedemann wrot= e: > > # pkg delete -f kdemultimedia-4\* kdenetwork-4\* kde-workspace-4\* kde-= runtime-4\* > > Package(s) not found! > > > > > > > > is there any wildcard support for the new pkg? >=20 > pkg help delete >=20 > use the -g flag for glob or -x or -X for regex. in next version 1.1 pkg detect a * from cli and will auto actibate globbing regards, Bapt --reI/iBAAp9kzkmX4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEQCSYACgkQ8kTtMUmk6EyKZwCfbpHEz/aZm0x52Lxvy5b6FYUj bWkAn0rfxx9Nf5B+a25xU6vymoWUPSXe =q8EN -----END PGP SIGNATURE----- --reI/iBAAp9kzkmX4-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 19:20:59 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63879DBA for ; Mon, 4 Feb 2013 19:20:59 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id BA700804 for ; Mon, 4 Feb 2013 19:20:58 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c50so3302753eek.30 for ; Mon, 04 Feb 2013 11:20:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=r9zIWgD2l26EOENWZjqFlud9LBBRDvVJca/op2Mq30o=; b=uL2wgQPyF7hAa0zl1XVdz33Om6kcRQjtOC1lvjIZuuxD38TglEsQ/XQP/Vb9Id258n nvGIRINPxnzMVMbviQmierTl+yvR4K7qDzmKkDTplKi9bqNMWEwaMiPspaKtcgVVD4pN kZ0qdgJXEXrA2wrYnK7YYYyV+Qp0FWaOOZrLd1QqKbaPucLrYnfi6s8y0q76eeOPjtbP xW1YUpNgh9E3mfOhYcvzyL6I77SBMpLgNodGdOM6pqMZ+OFpja3gBM8RRKRhMSt64rrb 47JKHeDnIiGK+AtS4MM3A55PIPUm0x9METpQwxNuGV95uehrTcJ+KWo+4CaYXGTtpKj9 CeuQ== X-Received: by 10.14.4.69 with SMTP id 45mr3600052eei.0.1360005652051; Mon, 04 Feb 2013 11:20:52 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id d3sm28728019eeo.13.2013.02.04.11.20.47 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 04 Feb 2013 11:20:48 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 4 Feb 2013 20:20:46 +0100 From: Baptiste Daroussin To: =?iso-8859-1?Q?Ren=E9?= Ladan Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130204192046.GH67687@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="N8ia4yKhAKKETby7" Content-Disposition: inline In-Reply-To: <511003B3.90600@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 19:20:59 -0000 --N8ia4yKhAKKETby7 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 04, 2013 at 07:53:39PM +0100, Ren=E9 Ladan wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 04-02-2013 19:19, Baptiste Daroussin wrote: > > Hi, > >=20 > > I have some improvements to the ports tree to propose, and I'm > > looking for testers/opinions > >=20 > > First let me explain: > >=20 > > I want to introduce a new USE_FEATURES macro into the ports tree > >=20 > > The goal of this macros is to be able to standardize how we call > > all the USE_* things as well as creating some "load on demand" code > > for a corresponding feature. > >=20 > > What I expect in long term is to get a more readable bsd.port.mk & > > friends, meaning easier to maintain > >=20 > > I except some performance improvements given that make will have to > > parse less things. > >=20 > > I also expect less complexity if bsd.*.mk code. > >=20 > > What will have is all/most of the code corresponding to a > > USE_SOMETHING right now will endup in a Mk/features/something.mk > > which will be loaded only if the ports defines: USE_FEATURES=3D > > something > >=20 > > the loading is done at the very early stage of bsd.port.post.mk to > > allow one to load modify USE_FEATURES depending on some options > > etc. > >=20 > > each features/*.mk is itself protected by a variable to avoid multi > > loading of the same file > >=20 > > if a feature depends on another one the feature itself just have to > > ".include" the other one. > >=20 > This sounds like a good idea to me. >=20 > > As a proof of concept I made the following: USE_FEATURES=3D gmake > > (with a compatibility for USE_GMAKE to allow migration)=20 > > USE_FEATURES=3D iconv (with a compatibility for USE_ICONV to allow > > migration) USE_FEATURES=3D motif (with no compatibility as I have > > switched all the USE_MOTIF ports to use it) USE_FEATURES=3D fise > > (with no compatibility as I have switched all the USE_FUSE to use > > it) USE_FEATURES=3D display (with no compatibilify as I have switched > > all the USE_DISPLAY to use it) USE_FEATURES=3D pathfix (which is the > > equivalent of USE_GNOME=3D gnomehack without the need to loading the > > whole bsd.gnome.mk) > >=20 > > The very long term goal will be to switch as much code as possible > > to be turn into a feature (when it makes sens of course) > >=20 > Are you saying that some USE_BLAH=3Dyes will stick around or do I > misunderstand? The goal is to remove as much USE_* as possible, but I m sure but might be complicated >=20 > Another question: for USE_BLAH=3Dyes the logical transformation would be > USE_FEATURES=3DBLAH but what about USE_FOO=3DBLAH ? Would > USE_FEATURES=3DFOO/BLAH (possibly another separator) or > USE_FEATURES=3DBLAH be more sensible? USE_FEATURE=3D BLAH is best imho regards, bapt --N8ia4yKhAKKETby7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEQCg4ACgkQ8kTtMUmk6EzElgCfZ/taodyFRCkQ8e+QSxS7Hy86 ydMAn1C16SQx5TDslknxWACzxEfFv/Ce =wD9w -----END PGP SIGNATURE----- --N8ia4yKhAKKETby7-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 20:08:41 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 295FF6F2 for ; Mon, 4 Feb 2013 20:08:41 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1h.mail.yandex.net (forward1h.mail.yandex.net [IPv6:2a02:6b8:0:f05::10]) by mx1.freebsd.org (Postfix) with ESMTP id 9A29EA3D for ; Mon, 4 Feb 2013 20:08:40 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward1h.mail.yandex.net (Yandex) with ESMTP id 9514A9E1C52 for ; Tue, 5 Feb 2013 00:08:37 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 726341B40058 for ; Tue, 5 Feb 2013 00:08:37 +0400 (MSK) Received: from 93.91.2.200.tel.ru (93.91.2.200.tel.ru [93.91.2.200]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8a5qBnwb-8b54Z6te; Tue, 5 Feb 2013 00:08:37 +0400 Message-ID: <51101544.3070809@passap.ru> Date: Tue, 05 Feb 2013 00:08:36 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: New version of TeX? References: <510EDC14.3030107@freebsd.org> <1359939844.51356.YahooMailNeo@web162003.mail.bf1.yahoo.com> <510F5352.8000101@bsdforen.de> In-Reply-To: <510F5352.8000101@bsdforen.de> Content-Type: multipart/mixed; boundary="------------070002010103000202040006" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 20:08:41 -0000 This is a multi-part message in MIME format. --------------070002010103000202040006 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 04.02.2013 10:21, Dominic Fandrey пишет: > On 04/02/2013 02:04, Danilo Egea wrote: >> Well, there is this project http://code.google.com/p/freebsd-texlive/ > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171571 I use the patch from this PR together with the attached diff and portmaster seems to DTRT with dependencies. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve --------------070002010103000202040006 Content-Type: text/plain; charset=UTF-8; name="tex_conflicts.diff.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="tex_conflicts.diff.txt" SW5kZXg6IC91c3IvcG9ydHMvcHJpbnQvdGVUZVgvTWFrZWZpbGUKPT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQot LS0gL3Vzci9wb3J0cy9wcmludC90ZVRlWC9NYWtlZmlsZQkocmV2aXNpb24gMzEwNTA1KQor KysgL3Vzci9wb3J0cy9wcmludC90ZVRlWC9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAt MzQsNyArMzQsOCBAQAogIyAgICAgIGluIHByaW50L3RlVGVYLWJhc2UuCiBERVBFTkRTX0FS R1MrPQlCQVRDSD15ZXMKIAotQ09ORkxJQ1RTPQlsYXRleDJlLVswLTldKiB0ZXgtWzAtOV0q IGR2aXBzLVswLTldKiB4ZHZpLVswLTldKgorQ09ORkxJQ1RTPQlsYXRleDJlLVswLTldKiB0 ZXgtWzAtOV0qIGR2aXBzLVswLTldKiB4ZHZpLVswLTldKiBcCisJCXRleGxpdmUtWzAtOV0q CiAKIC5pZiBkZWZpbmVkKFdJVEhfTEVUVEVSU0laRSkKIEZMQVZPUis9CWxldHRlcgpJbmRl eDogL3Vzci9wb3J0cy9wcmludC90ZVRlWC1iYXNlL01ha2VmaWxlCj09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K LS0tIC91c3IvcG9ydHMvcHJpbnQvdGVUZVgtYmFzZS9NYWtlZmlsZQkocmV2aXNpb24gMzEw NTA1KQorKysgL3Vzci9wb3J0cy9wcmludC90ZVRlWC1iYXNlL01ha2VmaWxlCSh3b3JraW5n IGNvcHkpCkBAIC01Myw3ICs1Myw3IEBACiBDRkxBR1MrPQktSSR7TE9DQUxCQVNFfS9pbmNs dWRlIC1JJHtMT0NBTEJBU0V9L2luY2x1ZGUvbGlicG5nMTUKIFBLR01FU1NBR0U9CSR7V1JL RElSfS9wa2ctbWVzc2FnZQogQ09ORkxJQ1RTPQlqYS1wdGV4LWJhc2UtWzAtOV0qIGxhdGV4 MmUtWzAtOV0qIFwKLQkJdGV4LVswLTldKiBkdmlwcy1bMC05XSogeGR2aS1bMC05XSoKKwkJ dGV4LVswLTldKiBkdmlwcy1bMC05XSogeGR2aS1bMC05XSogdGV4bGl2ZS1iYXNlLVswLTld KgogCiBNQU4xPQl0aWUuMSBrcHNlYWNjZXNzLjEga3BzZXJlYWRsaW5rLjEgbXBvc3QuMSBc CiAJZG1wLjEgZHZpY29weS4xIGR2aWxqLjEgZHZpcGRmbS4xIFwKSW5kZXg6IC91c3IvcG9y dHMvcHJpbnQvdGVUZVgtdGV4bWYvTWFrZWZpbGUKPT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gL3Vzci9w b3J0cy9wcmludC90ZVRlWC10ZXhtZi9NYWtlZmlsZQkocmV2aXNpb24gMzEwNTA1KQorKysg L3Vzci9wb3J0cy9wcmludC90ZVRlWC10ZXhtZi9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpA QCAtMjQsNyArMjQsNyBAQAogCQkke0xPQ0FMQkFTRX0vc2hhcmUvZm9udHMvYW1zZm9udHMv ZG9jL2ZvbnRzL2Ftc2ZvbnRzLzAwUkVBRE1FOiR7UE9SVFNESVJ9L3ByaW50L2ZvbnQtYW1z Zm9udHMKIAogQ09ORkxJQ1RTPQlsYXRleDJlLVswLTldKiB0ZXgtWzAtOV0qIGR2aXBzLVsw LTldKiB4ZHZpLVswLTldKiBcCi0JCWphLXB0ZXh0LWJhc2UtWzAtOV0qCisJCWphLXB0ZXh0 LWJhc2UtWzAtOV0qIHRleGxpdmUtdGV4bWYtWzAtOV0qCiAKIC5pbmNsdWRlIDxic2QucG9y dC5wcmUubWs+CiAK --------------070002010103000202040006-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 20:29:57 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 15505DA2 for ; Mon, 4 Feb 2013 20:29:57 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 775D1B9E for ; Mon, 4 Feb 2013 20:29:56 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r14KTquv007250 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 4 Feb 2013 20:29:52 GMT (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r14KTquv007250 Authentication-Results: smtp.infracaninophile.co.uk/r14KTquv007250; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) Message-ID: <51101A38.40309@FreeBSD.org> Date: Mon, 04 Feb 2013 20:29:44 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: rotkap@gmx.de Subject: Re: pkgng - one "ervery day anoying" problem References: <9ct4u9-1mu.ln1@news.hansenet.de> In-Reply-To: X-Enigmail-Version: 1.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2QJDBCWUJWDTRAUJWHMAL" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: Heino Tiedemann , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 20:29:57 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2QJDBCWUJWDTRAUJWHMAL Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/02/2013 19:06, Heino Tiedemann wrote: > Daniel Nebdal wrote: >=20 >> You might want to look at this: >> https://github.com/pkgtools/pkgtools/issues/44 >> In the meantime, could you deinstall/reinstall libreoffice? No guarant= ees, >> but maybe it'll clean things up. >=20 >=20 > I did >=20 > Does not solve the stale dependency - it is still there :( Hi, Heino, This is a bug in portupgrade's pkgng integration: the whole 'pkgdb -Fu' thing shouldn't be necessary with pkgng's built-in sqlite database. Unfortunately the coding required to chop out the pkgdb related bits of portupgrade and replace them with equivalents via 'pkg check' isn't complete. I believe it needs some changes to 'pkg check' too, although I have no details on that. It's an annoying message, but inaccurate and you can just ignore it. You can use 'pkg check' and 'pkg info' to verify that liberoffice has the correct dependencies installed and that all those packages are correctly installed. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2QJDBCWUJWDTRAUJWHMAL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEQGj8ACgkQ8Mjk52CukIx6bQCfa4jFVpYcCY9skC5tF+Uo3ik1 JMkAnR3bhmOorU+W5HzsvuhfQwRiH+vg =epIU -----END PGP SIGNATURE----- ------enig2QJDBCWUJWDTRAUJWHMAL-- From owner-freebsd-ports@FreeBSD.ORG Mon Feb 4 22:01:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB7F82BC for ; Mon, 4 Feb 2013 22:01:12 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2962CC for ; Mon, 4 Feb 2013 22:01:12 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U2U6S-00038A-Sl for freebsd-ports@freebsd.org; Mon, 04 Feb 2013 23:01:28 +0100 Received: from e176060089.adsl.alicedsl.de ([85.176.60.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 23:01:28 +0100 Received: from rotkap by e176060089.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 04 Feb 2013 23:01:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: Re: pkgng - one "ervery day anoying" problem Date: Mon, 04 Feb 2013 22:42:10 +0100 Organization: yes Lines: 42 Message-ID: References: <9ct4u9-1mu.ln1@news.hansenet.de> <51101A38.40309@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: e176060089.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Feb 2013 22:01:12 -0000 Matthew Seaman wrote: > On 04/02/2013 19:06, Heino Tiedemann wrote: >> Daniel Nebdal wrote: >> >>> You might want to look at this: >>> https://github.com/pkgtools/pkgtools/issues/44 >>> In the meantime, could you deinstall/reinstall libreoffice? No guarantees, >>> but maybe it'll clean things up. >> >> >> I did >> >> Does not solve the stale dependency - it is still there :( > > Hi, Heino, > > This is a bug in portupgrade's pkgng integration: the whole 'pkgdb -Fu' > thing shouldn't be necessary with pkgng's built-in sqlite database. > Unfortunately the coding required to chop out the pkgdb related bits of > portupgrade and replace them with equivalents via 'pkg check' isn't > complete. I believe it needs some changes to 'pkg check' too, although > I have no details on that. > > It's an annoying message, but inaccurate and you can just ignore it. NO! portupgrade stops after thet message and does not upgrade anything! How should I ignore that? > You can use 'pkg check' and 'pkg info' to verify that liberoffice has > the correct dependencies installed and that all those packages are > correctly installed. Yes - but libreoffice is not the fact that I am talking about. like he has here https://github.com/pkgtools/pkgtools/issues/44 it is ANY stale dependency that stops portupgrade! Heino From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 01:02:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 767C675A for ; Tue, 5 Feb 2013 01:02:33 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 0F408CDE for ; Tue, 5 Feb 2013 01:02:32 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail06.adl2.internode.on.net with ESMTP; 05 Feb 2013 11:32:30 +1030 Message-ID: <511059BB.5000203@ShaneWare.Biz> Date: Tue, 05 Feb 2013 11:30:43 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Micheas Herman Subject: Re: I need help with git References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Paul Schmehl , FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 01:02:33 -0000 > >> GH_COMMIT= 4dfdc80 > > Probably not needed if you specify a tag other than master. >> If I pull master, I get commit f57e464. That's not what I want. >> Why doesn't this thing pull the commit I'm telling it to pull? I think the thing most people miss here is that GH_COMMIT doesn't effect what gets downloaded, it's not used like an svn rev number - it is only used to define WRKSRC When a github tarball gets extracted GH_COMMIT is part of the dir name. Which is why it is mandatory and needs to match the tag. It is just needed to work with the way github creates tarballs. It is inconvenient but github is only setup to let you download tarballs of specific tags not specific commits. If the main devs don't tag the specific points you want the only option is to fork and create your own tags. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 01:30:02 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EB1B89A7 for ; Tue, 5 Feb 2013 01:30:02 +0000 (UTC) (envelope-from notice@designsprize.com) Received: from mailout62.mail01.mtsvc.net (mailout62.mail01.mtsvc.net [216.70.64.126]) by mx1.freebsd.org (Postfix) with ESMTP id C0E8DD9F for ; Tue, 5 Feb 2013 01:30:02 +0000 (UTC) Received: from mailout34.mail01.mtsvc.net ([216.70.64.74] helo=n25.mail01.mtsvc.net) by mailout62.mail01.mtsvc.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U2XMC-0000nW-1W for ports@freebsd.org; Mon, 04 Feb 2013 20:29:56 -0500 Received: from 93-35-247-228.ip57.fastwebnet.it ([93.35.247.228]:58254) by n25.mail01.mtsvc.net with esmtpsa (SSLv3:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U2XM1-0004A5-Kj for ports@freebsd.org; Mon, 04 Feb 2013 20:29:49 -0500 Message-Id: From: "DesignPRWire" Subject: International Design Award & Competition: Last Call for Entries, Few Days Left to Submit your Products To: "ports" MIME-Version: 1.0 Date: Tue, 5 Feb 2013 02:29:49 +0100 X-Authenticated-User: 1021008 notice@designsprize.com X-Spam-Level: ******* X-Spam-Report: score=7.6 tests=ALL_TRUSTED, CMAE_1, DCC_CHECK, HTML_MESSAGE, TVD_RCVD_IP version=3.3.1 cmae=v=1.1 cv=j0YJDkrqmgY2wAcMgVp6kvLxCUx4B4dAm+Ir/D00kj0= c=0 sm=0 p=xfG0A2zmAAAA:8 a=vi_atk2rEbYA:10 a=WIsrgka-FVoA:10 a=BARQt+MtQ3RTkCAWre4Nug==:17 a=n4HQpjQvAAAA:8 a=WkyX0AbaAAAA:8 a=2v__E9m1AAAA:8 a=kc1uHWRpAAAA:8 a=6I5d2MoRAAAA:8 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Spam-Score: 7 X-MT-INTERNAL-ID: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 01:30:03 -0000 =EF=BB=BF Last Call for Entries and Submissions=20 Last day to submit: February 28, 2013. We would like to remind you that we are going to close our platform fo= r submissions on February 28, 2013. It is important that you start you= r submission now, as the process could take up to three weeks. TO SUBMIT YOUR PROJECTS, PLEASE REFER TO THE FOLLOWING URL:=20 http://www.adesignaward.com/registration.php?utm_source=3DNewsletter&u= tm_medium=3DEmail&utm_campaign=3DDesignPRWire=20 Please be reminded that submissions are accepted under 80 different aw= ard categories, details and more information could be obtained from ou= r website. --- Winners will be communicated on March 7, 2013 and the Public Exhibitio= n will take place on April 15, 2013 right after Milan Design Week (9-1= 4 April). Gala-Night will be on April 14, 2013. We also would like you to know that applications are now open for jury= membership positions (for professional, academic and focus group pane= ls), award sponsors, institutional patrons and media partners. Please = remember to apply before February 15, 2013. As you may already know, currently project nominations are subject to = a late entry fee of 375 Euros. Yet, there are no further fees for winn= ers and all the services such as exhibition, yearbook inclusion, certi= ficates and trophy will be provided free of charge including gala dinn= er participation. =20 --- Please find the following introduction useful for communicating A' Des= ign Awards with your collegues or friends: A=E2=80=99 (Prime) Design Award, Italy, is one of the world=E2=80=99s = top international design awards. In a world where there are millions o= f products and designs launch each year, the award was born out of the= desire to underline the best designs and well-designed products. A'Design Award aggressively pursues media opportunities for the winnin= g designs and taking part in the A' Design Award is a smart decision f= or added visibility and publicity. A' Design Awards winners will also = be included in the World Design Rankings. --- READ FURTHER DETAILS HERE:=20 http://www.whatisadesignaward.com/?utm_source=3DNewsletter&utm_medium=3D= Email&utm_campaign=3DDesignPRWire=20 SEE PREVIOUS YEARS' WINNERS HERE: http://www.designmag.org?utm_source=3DNewsletter&utm_medium=3DEmail&ut= m_campaign=3DDesignPRWire =20 FOR FURTHER DETAILS AND AN INTRODUCTION, PLEASE REFER TO:=20 http://www.whatisadesigncompetition.com/?utm_source=3DNewsletter&utm_m= edium=3DEmail&utm_campaign=3DDesignPRWire=20 QUESTIONS & COMMENTS? PLEASE - CONTACT US HERE:=20 http://www.adesignaward.com/contact.html?utm_source=3DNewsletter&utm_m= edium=3DEmail&utm_campaign=3DDesignPRWire=20 =20 =20 This email has been sent to ports@freebsd.org by Design-PR on behalf o= f A' Design Award and Competitions at 05/02/2013 02:29:48. Design-PR r= uns targetted communications campaigns on behalf of its clients. If yo= u would like to report misusage, or to register complaints or provide = feedbacks, please kindly contact us directly at:=20 http://design-pr.org/report.html You can quote the unique identifier for this email as 3ZN81-3ZN81-3ZN8= 1-3ZN81-3ZN81-3ZN81-3ZN81-3ZN81=20 To unsubscribe from design-pr.org design news announcements list pleas= e kindly visit:=20 http://design-pr.org/unsubscribe.php?C=3D2&EMAIL=3Dports@freebsd.org =20= From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 03:48:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 84F75E39 for ; Tue, 5 Feb 2013 03:48:51 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id 347A2337 for ; Tue, 5 Feb 2013 03:48:50 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r153mnW0028696 for ; Mon, 4 Feb 2013 22:48:49 -0500 (EST) (envelope-from andy@neu.net) Date: Mon, 4 Feb 2013 22:48:49 -0500 (EST) From: AN To: freebsd-ports@freebsd.org Subject: nessus build fails - fatal error: 'openssl/md2.h' file not found In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 03:48:51 -0000 FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #33 r246130: Wed Jan 30 15:00:08 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 Trying to build Nessus fails with: ===> Building for nessus-libnasl-2.2.9_1 cd nasl && make /bin/sh /usr/local/bin/libtool --silent --mode compile cc -pipe -O2 -pipe -fno-strict-aliasing `sh ./cflags` -c nasl_packet_forgery.c nasl_packet_forgery.c:859:29: warning: incompatible pointer types passing 'struct ip *' to parameter of type 'u_short *' (aka 'unsigned short *') [-Wincompatible-pointer-types] ip->ip_sum = np_in_cksum(ip, ip->ip_hl * 4); ^~ nasl_packet_forgery.c:1265:23: warning: implicit declaration of function 'bpf_next_tv' is invalid in C99 [-Wimplicit-function-declaration] if(bpf >= 0 && (pk = bpf_next_tv(bpf, &len, &tv)))flag++; ^ nasl_packet_forgery.c:1265:21: warning: incompatible integer to pointer conversion assigning to 'u_char *' (aka 'unsigned char *') from 'int' [-Wint-conversion] if(bpf >= 0 && (pk = bpf_next_tv(bpf, &len, &tv)))flag++; ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 warnings generated. /bin/sh /usr/local/bin/libtool --silent --mode compile cc -pipe -O2 -pipe -fno-strict-aliasing `sh ./cflags` -c nasl_socket.c /bin/sh /usr/local/bin/libtool --silent --mode compile cc -pipe -O2 -pipe -fno-strict-aliasing `sh ./cflags` -c nasl_crypto.c nasl_crypto.c:25:10: fatal error: 'openssl/md2.h' file not found #include ^ 1 error generated. *** [nasl_crypto.o] Error code 1 Stop in /usr/ports/security/nessus-libnasl/work/libnasl/nasl. *** [all] Error code 1 Stop in /usr/ports/security/nessus-libnasl/work/libnasl. *** [do-build] Error code 1 Stop in /usr/ports/security/nessus-libnasl. *** [lib-depends] Error code 1 Stop in /usr/ports/security/nessus. Should I file a PR? From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 06:39:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B06D01A4 for ; Tue, 5 Feb 2013 06:39:32 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 1AFC2987 for ; Tue, 5 Feb 2013 06:39:31 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r156dRNH033591 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 5 Feb 2013 06:39:27 GMT (envelope-from matthew@FreeBSD.org) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r156dRNH033591 Authentication-Results: smtp.infracaninophile.co.uk/r156dRNH033591; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) Message-ID: <5110A917.7070608@FreeBSD.org> Date: Tue, 05 Feb 2013 06:39:19 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: pkgng - one "ervery day anoying" problem References: <9ct4u9-1mu.ln1@news.hansenet.de> <51101A38.40309@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2LQBNNMNQXEXGHTMNKXGG" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 06:39:32 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2LQBNNMNQXEXGHTMNKXGG Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 04/02/2013 21:42, Heino Tiedemann wrote: > NO! portupgrade stops after thet message and does not upgrade > anything! How should I ignore that? Use portmaster instead? Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey ------enig2LQBNNMNQXEXGHTMNKXGG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEQqR4ACgkQ8Mjk52CukIzlMACeM9f0vajpPJuHeKRa9vFZ0jwp iosAn0dTmT6cKkTa+MUkUlH76pH/fdYP =nNOq -----END PGP SIGNATURE----- ------enig2LQBNNMNQXEXGHTMNKXGG-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 11:10:21 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3F5469A8; Tue, 5 Feb 2013 11:10:21 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 0688CE7F; Tue, 5 Feb 2013 11:10:20 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U2gPl-00031g-LK; Tue, 05 Feb 2013 11:10:13 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U2gPl-0006M3-7S; Tue, 05 Feb 2013 11:10:13 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r15BACOQ077275; Tue, 5 Feb 2013 11:10:12 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r15BACK9077274; Tue, 5 Feb 2013 11:10:12 GMT (envelope-from mexas) Date: Tue, 5 Feb 2013 11:10:12 GMT From: Anton Shterenlikht Message-Id: <201302051110.r15BACK9077274@mech-cluster241.men.bris.ac.uk> To: kde@freebsd.org Subject: ia64 -current misc/kdehier4 install fails: ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 11:10:21 -0000 On ia64 r244834 with ports at r311662 I'm updating misc/kdehier4: # pkg version -vX kdehier kdehier4-1.0.10 < needs updating (port has 1.0.11) # On install I get: # make install ===> Installing for kdehier4-1.0.11 ===> Generating temporary packing list ===> Checking if misc/kdehier4 already installed /bin/mkdir -p /usr/local/etc/dbus-1 install -o root -g wheel -m 444 /usr/ports/misc/kdehier4/work/session-kde4.conf /usr/local/etc/dbus-1 install -o root -g wheel -m 444 /usr/ports/misc/kdehier4/work/system-kde4.conf /usr/local/etc/dbus-1 /bin/ln -sf /usr/local/etc/pam.d /usr/local/kde4/etc/ /bin/ln -sf /usr/local/etc/polkit-1 /usr/local/kde4/etc/ /bin/ln -sf /usr/local/etc/rc.d /usr/local/kde4/etc/ /bin/ln -sf /usr/local/libdata/ldconfig /usr/local/kde4/libdata/ echo /usr/local/kde4/lib > /usr/local/libdata/ldconfig/kdehier4 /bin/ln -sf /usr/local/libdata/ldconfig32 /usr/local/kde4/libdata/ /bin/ln -sf /usr/local/libdata/pkgconfig /usr/local/kde4/libdata/ ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted *** [do-install] Error code 1 Please advise Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 11:15:43 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B0B12D56; Tue, 5 Feb 2013 11:15:43 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2A3ECF; Tue, 5 Feb 2013 11:15:43 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:54116 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1U2gUx-002wCE-Ed; Tue, 05 Feb 2013 12:15:36 +0100 Date: Tue, 5 Feb 2013 12:15:32 +0100 From: Pietro Cerutti To: Baptiste Daroussin Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130205111532.GD916@gahrfit.gahr.ch> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="fXStkuK2IQBfcDe+" Content-Disposition: inline In-Reply-To: <20130204181946.GF67687@ithaqua.etoilebsd.net> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 11:15:43 -0000 --fXStkuK2IQBfcDe+ Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Feb-04, 19:19, Baptiste Daroussin wrote: > Hi, >=20 > I have some improvements to the ports tree to propose, and I'm looking for > testers/opinions >=20 > First let me explain: >=20 > I want to introduce a new USE_FEATURES macro into the ports tree >=20 > The goal of this macros is to be able to standardize how we call all the = USE_* > things as well as creating some "load on demand" code for a corresponding > feature. >=20 > What I expect in long term is to get a more readable bsd.port.mk & friend= s, > meaning easier to maintain >=20 > I except some performance improvements given that make will have to parse= less > things. >=20 > I also expect less complexity if bsd.*.mk code. >=20 > What will have is all/most of the code corresponding to a USE_SOMETHING r= ight > now will endup in a Mk/features/something.mk which will be loaded only if= the > ports defines: > USE_FEATURES=3D something >=20 > the loading is done at the very early stage of bsd.port.post.mk to allow = one to > load modify USE_FEATURES depending on some options etc. >=20 > each features/*.mk is itself protected by a variable to avoid multi loadi= ng of > the same file >=20 > if a feature depends on another one the feature itself just have to ".inc= lude" > the other one. Very nice idea, I'm looking forward to taking advantage of it! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --fXStkuK2IQBfcDe+ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEQ6dMACgkQwMJqmJVx947DbwCgnakSqmLNfpxYxUDN5+qFu3Sf +asAnR1ii1pFHGVnlMxw4tASXTAMzvew =5qz7 -----END PGP SIGNATURE----- --fXStkuK2IQBfcDe+-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 12:09:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 82C8730E for ; Tue, 5 Feb 2013 12:09:09 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from mx.lissyara.su (mx.lissyara.su [91.227.18.11]) by mx1.freebsd.org (Postfix) with ESMTP id 409B52B6 for ; Tue, 5 Feb 2013 12:09:09 +0000 (UTC) Received: from [195.93.240.5] (port=1329 helo=lissyara.moskb.local) by mx.lissyara.su with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80 (FreeBSD)) (envelope-from ) id 1U2hKe-000AvT-8y for freebsd-ports@freebsd.org; Tue, 05 Feb 2013 16:09:00 +0400 Message-ID: <5110F65D.5020705@lissyara.su> Date: Tue, 05 Feb 2013 16:09:01 +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: freebsd-ports@freebsd.org Subject: [PKGNG] how display pkg list in repository Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit 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: mx.lissyara.su X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:09:09 -0000 > pkg search '*' not work how I can find all pkg? or install all pkg from repository? From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 12:14:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A8F39CCF for ; Tue, 5 Feb 2013 12:14:00 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 296F02F8 for ; Tue, 5 Feb 2013 12:14:00 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r15CDej1017406 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Tue, 5 Feb 2013 12:13:54 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r15CDej1017406 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1360066434; bh=kDOzmkqFJWWm2cdXSfLEtQIIYfADKXtRd4EojLWxSEk=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Tue,=2005=20Feb=202013=2012:13:39=20+0000|From:=20Matthew =20Seaman=20|To:=20freebsd-ports@ freebsd.org|Subject:=20Re:=20[PKGNG]=20how=20display=20pkg=20list= 20in=20repository|References:=20<5110F65D.5020705@lissyara.su>|In- Reply-To:=20<5110F65D.5020705@lissyara.su>; b=A3II8O7JsxQABy2shFbH7jOJ9RR0BmTwA04UE9jGIa0kGMTzsbOlWjpCvg9qM1mxd 6rt60EpWscFKcIv/Snn1Py9MCkGDki4d570+ezieofdHjwZkuM6P1lW6V/3H/lwuUJ tM/fJoLBzyPPvnGH2KpN8tIntlU3GVYouT1RN4WY= X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <5110F773.8080105@infracaninophile.co.uk> Date: Tue, 05 Feb 2013 12:13:39 +0000 From: Matthew Seaman Organization: Infracaninophile User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [PKGNG] how display pkg list in repository References: <5110F65D.5020705@lissyara.su> In-Reply-To: <5110F65D.5020705@lissyara.su> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:14:00 -0000 On 05/02/2013 12:09, Alex Keda wrote: >> pkg search '*' > not work pkg search -g '*' > how I can find all pkg? Use one or other of 'pkg search' (aimed mostly at human users) or 'pkg rquery' (aimed mostly as use in scripting). Both of these have a rich command-line syntax, so start by reading the manual pages. > or install all pkg from repository? pkg install -x . but that's unlikely to work: most collections of packages will have intrinsic conflicts. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 12:47:00 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 339898F1 for ; Tue, 5 Feb 2013 12:47:00 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 9C545702 for ; Tue, 5 Feb 2013 12:46:59 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:29951] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r15Ckn6I094151 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Tue, 5 Feb 2013 16:46:50 +0400 (MSK) From: Max Brazhnikov To: kde-freebsd@kde.org, mexas@bristol.ac.uk Subject: Re: [kde-freebsd] ia64 -current misc/kdehier4 install fails: ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted Date: Tue, 5 Feb 2013 12:47:27 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) References: <201302051110.r15BACK9077274@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201302051110.r15BACK9077274@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201302051247.27794.makc@freebsd.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 12:47:00 -0000 On Tue, 5 Feb 2013 11:10:12 GMT, Anton Shterenlikht wrote: > On ia64 r244834 with ports at r311662 > I'm updating misc/kdehier4: > > # pkg version -vX kdehier > kdehier4-1.0.10 < needs updating (port has 1.0.11) > # > > On install I get: > > # make install > ===> Installing for kdehier4-1.0.11 > ===> Generating temporary packing list > ===> Checking if misc/kdehier4 already installed > /bin/mkdir -p /usr/local/etc/dbus-1 > install -o root -g wheel -m 444 /usr/ports/misc/kdehier4/work/session-kde4.conf /usr/local/etc/dbus-1 > install -o root -g wheel -m 444 /usr/ports/misc/kdehier4/work/system-kde4.conf /usr/local/etc/dbus-1 > /bin/ln -sf /usr/local/etc/pam.d /usr/local/kde4/etc/ > /bin/ln -sf /usr/local/etc/polkit-1 /usr/local/kde4/etc/ > /bin/ln -sf /usr/local/etc/rc.d /usr/local/kde4/etc/ > /bin/ln -sf /usr/local/libdata/ldconfig /usr/local/kde4/libdata/ > echo /usr/local/kde4/lib > /usr/local/libdata/ldconfig/kdehier4 > /bin/ln -sf /usr/local/libdata/ldconfig32 /usr/local/kde4/libdata/ > /bin/ln -sf /usr/local/libdata/pkgconfig /usr/local/kde4/libdata/ > ln: /usr/local/kde4/libdata//pkgconfig: Operation not permitted > *** [do-install] Error code 1 It seems you didn't follow instructions for previous kdehier4 update. Anyway, move everything from /usr/local/kde4/libdata/{pkgconfig, ldconfig, ldconfig32} to /usr/local/libdata/{pkgconfig, ldconfig, ldconfig32}, deinstall kdehier, remove /usr/local/kde4/libdata/{pkgconfig, ldconfig, ldconfig32} and then try again. Max From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 13:40:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F3072851 for ; Tue, 5 Feb 2013 13:40:43 +0000 (UTC) (envelope-from peter@netkey.at) Received: from xena.netkey.at (xena.netkey.at [83.64.50.179]) by mx1.freebsd.org (Postfix) with ESMTP id B02E699B for ; Tue, 5 Feb 2013 13:40:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by xena.netkey.at (Postfix) with ESMTP id 72DE9D18406 for ; Tue, 5 Feb 2013 14:32:03 +0100 (CET) Received: from xena.netkey.at ([127.0.0.1]) by localhost (xena.netkey.at [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 93283-09 for ; Tue, 5 Feb 2013 14:31:54 +0100 (CET) Received: from [192.168.2.43] (unknown [192.168.2.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: peter@netkey.at) by xena.netkey.at (Postfix) with ESMTPSA id BE6FAD18404 for ; Tue, 5 Feb 2013 14:31:54 +0100 (CET) From: Peter Klett Organization: netkey information technology gmbh To: freebsd-ports@freebsd.org Subject: FreeBSD Port net-p2p/retroshare Update Date: Tue, 5 Feb 2013 14:31:18 +0100 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201302051431.18716.peter@netkey.at> X-Virus-Scanned: Maia Mailguard X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 13:40:44 -0000 Hello, may I kindly bring this to your attention: http://www.freebsd.org/cgi/query-pr.cgi?pr=175310 Thank you Peter From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 13:57:21 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 71D9CB83 for ; Tue, 5 Feb 2013 13:57:21 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.49.45]) by mx1.freebsd.org (Postfix) with ESMTP id 518B4A5C for ; Tue, 5 Feb 2013 13:57:20 +0000 (UTC) Received: by syn.atarininja.org (Postfix, from userid 1001) id 187845C3A; Tue, 5 Feb 2013 08:57:20 -0500 (EST) Date: Tue, 5 Feb 2013 08:57:20 -0500 From: Wesley Shields To: Shane Ambler Subject: Re: I need help with git Message-ID: <20130205135720.GB4031@atarininja.org> References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> <511059BB.5000203@ShaneWare.Biz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <511059BB.5000203@ShaneWare.Biz> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Paul Schmehl , Micheas Herman , FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 13:57:21 -0000 On Tue, Feb 05, 2013 at 11:30:43AM +1030, Shane Ambler wrote: > > > > >> GH_COMMIT= 4dfdc80 > > > > Probably not needed if you specify a tag other than master. > > >> If I pull master, I get commit f57e464. That's not what I want. > >> Why doesn't this thing pull the commit I'm telling it to pull? > > I think the thing most people miss here is that GH_COMMIT doesn't > effect what gets downloaded, it's not used like an svn rev number > - it is only used to define WRKSRC > > When a github tarball gets extracted GH_COMMIT is part of the dir name. > > Which is why it is mandatory and needs to match the tag. It is just > needed to work with the way github creates tarballs. It is inconvenient > but github is only setup to let you download tarballs of specific tags > not specific commits. If the main devs don't tag the specific points you > want the only option is to fork and create your own tags. I don't know if we have a way to express this in the ports framework but you absolutely can grab a tarball of a repo at any specific commit on github even if it is not tagged. This is the URL to grab ironbee/libhtp at 234fd5bab1225e483ea263a5a15faebed0bd61b9: https://github.com/ironbee/libhtp/archive/234fd5bab1225e483ea263a5a15faebed0bd61b9.tar.gz -- WXS From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 15:03:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 84DE8395 for ; Tue, 5 Feb 2013 15:03:38 +0000 (UTC) (envelope-from fodillemlinkarim@gmail.com) Received: from mail-ia0-x22c.google.com (ia-in-x022c.1e100.net [IPv6:2607:f8b0:4001:c02::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 48F2FEE3 for ; Tue, 5 Feb 2013 15:03:38 +0000 (UTC) Received: by mail-ia0-f172.google.com with SMTP id u8so240415iag.17 for ; Tue, 05 Feb 2013 07:03:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=SRDpdnIWrKLUEJPZUukYWHbvM2MvJ/0zOQSo+6XouSo=; b=QCm+89XLXlFIfgn/oiiey/fnO9wxz/p/YIWwSaev/u88zzclIWDrKISK9oKNZgGrPB 2UXQmszZc6P1bmBbqkdcycB1OWhodP7wafZo4K3y82N7Zl+p9di1xajr/YzDpChZsj5Z jNgUiP9fp+X80FqJ91YwrAg7UQt35lu0Jh1UUVvRK4Da5j3vLYcayZVfGGZxc50OjpPQ Gys2lRWNY3oGxSYVST/sViApliycaTLWvZEI+ZQDnC8GAt3WxG2IasLIdZ8g17+wkoMX 5PYzxxvqATluXqv6P52da44uQ7X2D85yJOrRKk9el/Uviko0wb/OMs8JH5dCB6SUw/23 JY3w== X-Received: by 10.50.151.238 with SMTP id ut14mr13551424igb.72.1360076616918; Tue, 05 Feb 2013 07:03:36 -0800 (PST) Received: from [192.168.1.73] ([208.85.112.101]) by mx.google.com with ESMTPS id ig8sm22943382igc.10.2013.02.05.07.03.34 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Feb 2013 07:03:35 -0800 (PST) Message-ID: <51111F3E.3030701@gmail.com> Date: Tue, 05 Feb 2013 10:03:26 -0500 From: Karim Fodil-Lemelin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: WindowMaker 0.95.3 Port broken in 7.x Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 15:03:38 -0000 Hi, For those still sporting 7.x systems with updated ports (as of yesterday 04/02/2013)) and using windowmaker (I guess if your old school, might as well do it right ;) then you probably got greeted with a lovely broken port message when trying to compile your favorite window manager. I googled around and found that the same patch that was made for WindowMaker 0.95.2 fixed the port for me. I can confirm that after applying the patch (and commenting the BROKEN= part in the ports makefile) I could compile and run the latest wmaker on FreeBSD 7.4. Here is the original email thread: http://freebsd.1045724.n5.nabble.com/PATCH-proposal-for-x11-wm-windowmaker-td5576336.html And the patch itself: kfl@pluto[x11-wm] #cat ~/patch-have_sys_select_h --- ../WindowMaker-0.95.2-pre-patch/configure 2012-03-19 08:51:13.000000000 +0100 +++ ./configure 2012-03-19 08:51:28.000000000 +0100 @@ -11555,7 +11555,7 @@ ;; *-*-freebsd*|*-k*bsd-gnu*) WM_OSDEP="bsd" - CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD" + CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD -DHAVE_SYS_SELECT_H" ;; *-*-netbsd*) WM_OSDEP="bsd" Hopefully this might save someone else time :) Karim. PS: I am not on freebsd-ports mailing list so reply directly if needed. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 15:18:27 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 823F285D for ; Tue, 5 Feb 2013 15:18:27 +0000 (UTC) (envelope-from wrpestman@gmail.com) Received: from mail-ea0-f180.google.com (mail-ea0-f180.google.com [209.85.215.180]) by mx1.freebsd.org (Postfix) with ESMTP id 2255CFCB for ; Tue, 5 Feb 2013 15:18:26 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id c1so114253eaa.11 for ; Tue, 05 Feb 2013 07:18:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:content-type:content-transfer-encoding; bh=PlE5L6btW0Guwr+zWFVAY2g060SgP+EdXdtE1seQKJ4=; b=QnlbXrW8PAh8c7XDl5MXzXrKzOLfT+seOJ3A85ulzT+cLaFLdFJ37WOmxnCfj4PLQc nx+U6rhWXgtlDT9DsS2m68XHZy+tPyQm4CKaVHnTHRoUkfcf7pL8tG3/xFviXbe7oo9c lEoBapJjzNuOeOucCXmXKnHQsw0SFGwW+IlfHAcns+ieuHz9MGdbE8XCoKXXebfw9lrz 9Y+qFbmvcEfdNwy6R/YMaSbs5jcIXBzgPpCjF0GcQRZFEGG4IQBuJFoM5RbmoUP3OKvM 3misc1YArlSlI8YY8L+vFfffbfPY2xgr70DbuG0roImPViN6TBQuAnhw9ALoVgNuc3ze wtMw== X-Received: by 10.14.1.195 with SMTP id 43mr85175625eed.31.1360077506189; Tue, 05 Feb 2013 07:18:26 -0800 (PST) Received: from specht.amerika.nl (ip149-212-212-87.adsl2.static.versatel.nl. [87.212.212.149]) by mx.google.com with ESMTPS id f49sm32528137eep.12.2013.02.05.07.18.24 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 05 Feb 2013 07:18:25 -0800 (PST) Message-ID: <51112257.8000805@gmail.com> Date: Tue, 05 Feb 2013 16:16:39 +0100 From: Wiebe Pestman User-Agent: Thunderbird 2.0.0.24 (X11/20100515) MIME-Version: 1.0 To: edwin@mavetju.org Subject: FreeBSD Port: nos-ttb-0.9.5_3 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 15:18:27 -0000 Dear Edwin, Recently they changed the layout of Teletekst in Holland. As a consequence of this it is not possible anymore to browse Teletekst-pages through the program nos-ttb. Will there be an adapted version in the near future? Best regards, Wiebe pestman From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 15:56:20 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 13ACA3B5; Tue, 5 Feb 2013 15:56:20 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43]) by mx1.freebsd.org (Postfix) with ESMTP id 3143B2C0; Tue, 5 Feb 2013 15:56:18 +0000 (UTC) Received: by mail-wg0-f43.google.com with SMTP id e12so250008wge.10 for ; Tue, 05 Feb 2013 07:56:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=kkbtOBb2781KaLWxQM+8EJlhYeg7hVg6gvYFWSD6//8=; b=PKIcNuXbWecFVjj/J+G3bMFkmFcvID9/eNoavhxXjuiu812gF+wL+BA+9R5gB9cJ7D elQaAWbfd7dtwPYD1G+vMGrQmtvr2C4itdzQicbP7Ziztol0GbmLAand5g8DqAXsNlBO d4rqoPU3wa2KUnKoBs9+RUSwzUH767QhPHXrkb4Emius8bfTrZElS/ibvVh7gGSucavk yYoy2OlByXbrBllAmWxdzbojCu1T9dr8cK6gykk1zjRvCSfAcQJupi4LeIRyrvqEMB5g ZlY5+5nvVG2z8fWl1soZsicuuHW6gekDKoIlS4SjeezT1Wa0wam1LwuAOl6spB/H/Wrh ADVA== MIME-Version: 1.0 X-Received: by 10.180.83.227 with SMTP id t3mr18261058wiy.2.1360079778090; Tue, 05 Feb 2013 07:56:18 -0800 (PST) Received: by 10.194.168.228 with HTTP; Tue, 5 Feb 2013 07:56:18 -0800 (PST) In-Reply-To: <20130205111532.GD916@gahrfit.gahr.ch> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <20130205111532.GD916@gahrfit.gahr.ch> Date: Tue, 5 Feb 2013 17:56:18 +0200 Message-ID: Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all From: Alexander Yerenkow To: gahr@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 15:56:20 -0000 You could see my thoughts back then about similar possibilities: https://github.com/pkgng/pkgng/issues/100 Regards, Alexander Yerenkow From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 15:59:50 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2311449E; Tue, 5 Feb 2013 15:59:50 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 685642F0; Tue, 5 Feb 2013 15:59:49 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a12so153482eaa.13 for ; Tue, 05 Feb 2013 07:59:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=mZQBq6jAYrZs+LtRUhacwOwFOmbfsOhGqwsBU9TlA4g=; b=XkQxfHuScZ5TyYxucc7OyOErE6BRteFThUjWtUaRhAAg2vtZqcZHHEO4z41InEpe7h 0xRz0gHYrRtT004P84AnQ/cb0YgVggZB3uXPm/6ESnXNS+a046pn1ei0kDYK/aOB/OD9 8QiWs91yZ3LeIpsIhJ5YufPvOecZq2e8f4h2WbntbGusO5xZOvdyK1d/D8Yz8LrjJalc awtD/anjArGsunvk0m/7MzveVooNz9S8bjMnUnGJXxwBfBK8svvWykwKmRLA+sQ9lCIu ZiFUWYrB/49+05V7lUOSF8hHC+ZqLy7zFo6WwVzrdn850WQbsWLM4Q8Uetu/CqVTR3p9 5jIQ== X-Received: by 10.14.219.5 with SMTP id l5mr86344551eep.7.1360079988126; Tue, 05 Feb 2013 07:59:48 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id j46sm29327219eeo.3.2013.02.05.07.59.45 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 07:59:46 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 5 Feb 2013 16:59:44 +0100 From: Baptiste Daroussin To: Alexander Yerenkow Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130205155943.GD88651@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <20130205111532.GD916@gahrfit.gahr.ch> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="g7w8+K/95kPelPD2" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, gahr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 15:59:50 -0000 --g7w8+K/95kPelPD2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 05:56:18PM +0200, Alexander Yerenkow wrote: > You could see my thoughts back then about similar possibilities: >=20 > https://github.com/pkgng/pkgng/issues/100 >=20 Nope this is not yet that, what you ask is provides/requires somehow that w= ill come but later :) regards, Bapt --g7w8+K/95kPelPD2 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERLG8ACgkQ8kTtMUmk6EwJlQCgkSRfFQMRd2xch6vycChBA3DM d+EAn10wvMsbpfcSwasaf9VfCwjNioNX =juUa -----END PGP SIGNATURE----- --g7w8+K/95kPelPD2-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 16:09:46 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E69A372E for ; Tue, 5 Feb 2013 16:09:46 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id 86DA6377 for ; Tue, 5 Feb 2013 16:09:46 +0000 (UTC) Received: from pcjas.obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.14.3/8.14.3/SIO Observatoire de Paris - 07/2009) with ESMTP id r15G9iD9013214 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 5 Feb 2013 17:09:45 +0100 Date: Tue, 5 Feb 2013 17:09:44 +0100 From: Albert Shih To: ports@FreeBSD.org Subject: LibreOffice 3.6.5 on amd Message-ID: <20130205160944.GA47236@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) X-Miltered: at smtp-int-m.obspm.fr with ID 51112EC8.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 51112EC8.000/145.238.184.233/pcjas.obspm.fr/pcjas.obspm.fr/ X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 16:09:47 -0000 Hi all, Not very important for me but just informe you the libreoffice 3.6.5 ports didn't build on FreeBSD 9.1-STABLE #1 r246113 with [ build MOD ] basebmp [ build MOD ] basegfx [ build JAR ] unoil [ build LNK ] Library/libofficebean.so /usr/bin/ld: cannot find -ljawt clang++: error: linker command failed with exit code 1 (use -v to see invocation) gmake[2]: *** [/tmp/lobuild/workdir/unxfbsd.pro/LinkTarget/Library/libofficebean.so] Erreur 1 gmake[2]: *** Attente des tâches non terminées.... 6 warnings generated. Hope that's help the maintainers. Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: mar 5 fév 2013 17:05:39 CET From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 16:12:02 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 82F96800 for ; Tue, 5 Feb 2013 16:12:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 17F943C5 for ; Tue, 5 Feb 2013 16:12:01 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id l10so194951eei.31 for ; Tue, 05 Feb 2013 08:12:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=f1ExYe+4HzqHH1cSH75KCOvkIlpflfF3w3hoiBjwuOk=; b=lFGUKKbW5DKS4NQBoTwEfuwhqCdMpwhskKzN8+vjqP4x5bkonezTDnmeyJKmlvT8Tz lPqPFDCJdaFm/G//AStwBWkK++KIim/onzL6nNPTga/YkCDpx+HSwD/2PWFP8syLtcZw rZPnlm5C1Jj+DFzcni2nnItrHwMxrwQJelIffz06YdJTKe2m5/e9VkVyLp4rLHw8ZXhW ZVNcSIfT1Uwb6ODQp0Alf48zwombxFuCseXucZh/9RC7RyCzQSXCeQwlcnCYSL4Lc/2E Ezj/Yqfy4Qr3Fn7A3BtU/H1vS1lm2F2f4X77nZBdINtdGdXp/xm1KZb5kP6+Fls7pHHq GOXQ== X-Received: by 10.14.198.198 with SMTP id v46mr85959461een.4.1360080721020; Tue, 05 Feb 2013 08:12:01 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id f49sm32730777eep.12.2013.02.05.08.11.59 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 08:11:59 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 5 Feb 2013 17:11:57 +0100 From: Baptiste Daroussin To: Albert Shih Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130205161157.GE88651@ithaqua.etoilebsd.net> References: <20130205160944.GA47236@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vmttodhTwj0NAgWp" Content-Disposition: inline In-Reply-To: <20130205160944.GA47236@pcjas.obspm.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 16:12:02 -0000 --vmttodhTwj0NAgWp Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 05:09:44PM +0100, Albert Shih wrote: > Hi all, >=20 > Not very important for me but just informe you the libreoffice 3.6.5 ports > didn't build on=20 >=20 > FreeBSD 9.1-STABLE #1 r246113 >=20 > with=20 >=20 > [ build MOD ] basebmp > [ build MOD ] basegfx > [ build JAR ] unoil > [ build LNK ] Library/libofficebean.so > /usr/bin/ld: cannot find -ljawt > clang++: error: linker command failed with exit code 1 (use -v to see inv= ocation) > gmake[2]: *** > [/tmp/lobuild/workdir/unxfbsd.pro/LinkTarget/Library/libofficebean.so] Er= reur 1 > gmake[2]: *** Attente des t=E2ches non termin=E9es.... 6 warnings generat= ed. >=20 > Hope that's help the maintainers. >=20 > Regards. >=20 > JAS Apparently there is a problem building with the java option activated can y= ou try building without java? Anyway most of the time java is not needed with libreoffice. regards, Bapt --vmttodhTwj0NAgWp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERL00ACgkQ8kTtMUmk6Ey1qwCgl6vsIbmlM02nFA48SWrC9ecx YRIAoJtCwEI7EoW1p7mDdKRn8BHzOA0x =QY1Y -----END PGP SIGNATURE----- --vmttodhTwj0NAgWp-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 16:17:01 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A9FB5AEB for ; Tue, 5 Feb 2013 16:17:01 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 69D8B633 for ; Tue, 5 Feb 2013 16:17:01 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U2lCc-000C9E-Dm; Tue, 05 Feb 2013 17:16:58 +0100 Date: Tue, 5 Feb 2013 17:16:58 +0100 From: Kurt Jaeger To: Albert Shih Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130205161658.GR8239@home.opsec.eu> References: <20130205160944.GA47236@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130205160944.GA47236@pcjas.obspm.fr> Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 16:17:01 -0000 Hi! > [ build LNK ] Library/libofficebean.so > /usr/bin/ld: cannot find -ljawt Same here: http://www.freebsd.org/cgi/query-pr.cgi?pr=175856 -- pi@opsec.eu +49 171 3101372 7 years to go ! From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 16:28:58 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A6FE0115; Tue, 5 Feb 2013 16:28:58 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx1.freebsd.org (Postfix) with ESMTP id D2E72711; Tue, 5 Feb 2013 16:28:57 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hm6so445562wib.2 for ; Tue, 05 Feb 2013 08:28:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=k+xnCcyydbXBUhPCU26N/kSYBb8FIWAVz+qCQuhBiek=; b=FZLlx09Wxm4GTdHnskAGp98iY2e9NYK3Ao2m6fyO20Z+RLfK6VixSlxkeCNESBYS6V 3zMrxGQbchMyuuc+dgytkayigOK1rjqkdrA/PkjfydRhkLE6X+nkPITCG02Smu5trtMf bt83KGxoeXqKcQUTXu/1Mi0lU9f1cHsEF3bhBGmGOKIYkA2e7bh4gBOf3hwLX7Q3b488 rvV7+U7lvHjq0bsp8PP7L65BV1oL7RPDpXBrcEQrrxwksTgRCDiGeYMeVGrvNarEQJ4E nMSrdAsw8MtchPmYLuDFB4bXaEGqXUXgMFsi3Z1XWYkWii6R6OpeMsxuonV85BHqPKZ+ q6NA== MIME-Version: 1.0 X-Received: by 10.180.83.227 with SMTP id t3mr18501844wiy.2.1360081731053; Tue, 05 Feb 2013 08:28:51 -0800 (PST) Received: by 10.194.168.228 with HTTP; Tue, 5 Feb 2013 08:28:50 -0800 (PST) Received: by 10.194.168.228 with HTTP; Tue, 5 Feb 2013 08:28:50 -0800 (PST) In-Reply-To: <20130205155943.GD88651@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <20130205111532.GD916@gahrfit.gahr.ch> <20130205155943.GD88651@ithaqua.etoilebsd.net> Date: Tue, 5 Feb 2013 18:28:50 +0200 Message-ID: Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all From: Alexander Yerenkow To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: ports@freebsd.org, gahr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 16:28:58 -0000 Yes, I understand that :) Just thought this discussion could be right place to make some proposals/ideas. Regards, Alexander Yerenkow From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 16:30:16 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63E2F2E2; Tue, 5 Feb 2013 16:30:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) by mx1.freebsd.org (Postfix) with ESMTP id C0E97737; Tue, 5 Feb 2013 16:30:15 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id c13so155483eaa.30 for ; Tue, 05 Feb 2013 08:30:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=EFtegd19sL89wXRWPE8Nx1lSSBcymB6giSF2lPE5HfU=; b=Jpnc1MksBJAJ+wFmI/LFmfeYvrn5iD+vPOwnmL1UnM4DWlYQxPUzeRBo9UixqiGdF8 Sz/wr5xjfK846Pwxz64/FNjJr6NdETDnyuUF5ipi1FvJuB9w+Btu0t8CCgFp+8fxHZqg a5f08gHCKFpsX7/YcMk/4H6u8U83mNsCe20gnmOcXzMrQcSrqmK+GK/WtyS7cOfeSXOw uhT+wm+Ls7Ay9MlV2x564EMUKJgTUMN98/V/ZSSOj4XgCUFCQe188xGXTtym3lr3RTLG RIvhmXylLakRKTKEINAJg98sEb0ehpDMJdFJkYnsjzEYro8RVhy8auE/fhhvEPOvRUA6 fw2Q== X-Received: by 10.14.219.5 with SMTP id l5mr86628404eep.7.1360081814881; Tue, 05 Feb 2013 08:30:14 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q5sm32802053eep.11.2013.02.05.08.30.13 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 08:30:13 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 5 Feb 2013 17:30:11 +0100 From: Baptiste Daroussin To: Alexander Yerenkow Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130205163011.GF88651@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <20130205111532.GD916@gahrfit.gahr.ch> <20130205155943.GD88651@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="TeJTyD9hb8KJN2Jy" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org, gahr@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 16:30:16 -0000 --TeJTyD9hb8KJN2Jy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 06:28:50PM +0200, Alexander Yerenkow wrote: > Yes, I understand that :) Just thought this discussion could be right pla= ce > to make some proposals/ideas. >=20 > Regards, Alexander Yerenkow Bring a proof of concept with your proposal :) I have too much on my side to be able to implement someone else proposals :) But would be happy to help seeing it being implemented regards, Bapt --TeJTyD9hb8KJN2Jy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERM5MACgkQ8kTtMUmk6ExSAACfTTWMv9BBJxWDvunIst6Jpuxk c/oAoL0jb37tXxgXwTwcF3AweIlU8BvJ =XE/T -----END PGP SIGNATURE----- --TeJTyD9hb8KJN2Jy-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 17:39:19 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EC20B7CF for ; Tue, 5 Feb 2013 17:39:19 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 30845B79 for ; Tue, 5 Feb 2013 17:39:18 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 05 Feb 2013 12:39:12 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BXO06089; Tue, 5 Feb 2013 12:39:12 -0500 Received: from 209-6-84-183.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.84.183]) by smtp04.lnh.mail.rcn.net with ESMTP; 05 Feb 2013 12:39:10 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20753.17342.626893.841592@jerusalem.litteratus.org> Date: Tue, 5 Feb 2013 12:39:10 -0500 To: Robert Huff Subject: more LibreOffice breakage In-Reply-To: <201302051731.r15HV5Ub059716@jerusalem.litteratus.org> References: <201302051731.r15HV5Ub059716@jerusalem.litteratus.org> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 17:39:20 -0000 On a system (4 cores, 8 gbytes RAM) running FreeBSD 10.0-CURRENT #0: Sun Dec 30 12:52:09 EST 2012 amd64 attempting to build LibreOffice with the default OPTIONS repeatably produces: ===Building for libreoffice-3.6.5 gmake -r -f /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/Makefile.top all gmake[1]: Entering directory `/data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2' cd packimages && unset MAKEFLAGS && \ /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/solenv/bin/build.pl -P4 --all -- -P4 && \ gmake -j 4 -rs testtools depends on tail_build[cpputools] testtools depends on tail_build[ure] testtools depends on tail_build[io] testtools depends on tail_build[javaunohelper] pyuno depends on tail_build[cpputools] pyuno depends on tail_build[tools] helpcontent2 depends on tail_build[xmlhelp] ============= (1/40) Building module solenv ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/solenv/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/solenv: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build ALL ] top level modules: solenv [ build ALL ] loaded modules: solenv [ build CHK ] loaded modules: solenv [ build SLC ] loaded modules: solenv solenv deliver ============= (2/40) Building module extras ============= ============= (3/40) Building module xml2cmp ============= ============= (4/40) Building module soltools ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/www-graf Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/xml2cmp/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/xml2cmp: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/mkdepend Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Flowers Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/adjustvisibility Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/unx/source/bitmaps Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/testhxx Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/wordbook Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/support [ build ALL ] top level modules: xml2cmp [ build ALL ] loaded modules: xml2cmp [ build CHK ] loaded modules: xml2cmp [ build SLC ] loaded modules: xml2cmp Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/report/lang xml2cmp deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/javadep Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/samples-nonfree/advertisement/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/cpp Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Cities Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/giparser Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/htmlexpo Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/soltools/checkdll Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/personal/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/labels/lang soltools deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/gallery_sound Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/forms Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/forms/lang Module 'soltools' delivered successfully. 0 files copied, 11 files unchanged Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Fauna Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/bullets Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/samples/documentation/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/autotext Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/presnt/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/forms/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/rulers Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Landscapes Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/officorr Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/presnt/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Plants Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Statues Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/samples/advertisement/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/autotext/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/samples/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/officorr/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Buildings Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/personal Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/layout/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/presnt/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/desktop/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/misc_config Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/educate --------------------------------------- nothing to zip for activated languages! --------------------------------------- Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/fax/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/www-back Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/offimisc/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/palettes Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/agenda/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/gallery_system Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Objects Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/educate/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/samples-nonfree/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/labels/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/finance Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Travel Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/presnt Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Humans Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories-nonfree Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/database Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/letter/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/layout Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/sounds Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/educate/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/layout/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/bitmap Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/templates/wizard/styles/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/finance/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/offimisc/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Elements/Bullets2 Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/layout Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/misc/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Draws/People Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/misc/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Celebration Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/misc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates-nonfree/officorr/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/offimisc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/finance/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/FoodsandDrinks Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/gallery/accessories/Photos/Space Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/samples-nonfree/documentation/lang Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/common/labels Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/extras/source/premium/templates/personal/lang ============= (5/40) Building module libcmis ============= ============= (6/40) Building module external ============= ============= (7/40) Building module officecfg ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/libcmis Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/external/gcc3_specific Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/officecfg/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/officecfg: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T libcmis deliver extras deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/external/glibc Module 'libcmis' delivered successfully. 0 files copied, 23 files unchanged Module 'extras' delivered successfully. 0 files copied, 34 files unchanged external deliver Module 'external' delivered successfully. 0 files copied, 16 files unchanged ============= (8/40) Building module sal ============= ============= (9/40) Building module xsltml ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sal/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sal: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/xsltml MediaWiki Publisher extension disabled. xsltml deliver Module 'xsltml' delivered successfully. 0 files copied, 0 files unchanged [ build ALL ] top level modules: officecfg [ build ALL ] loaded modules: officecfg [ build CHK ] loaded modules: officecfg [ build SLC ] loaded modules: officecfg officecfg deliver [ build MOD ] sal [ build ALL ] top level modules: sal [ build ALL ] loaded modules: sal [ build CUT ] Module_DLL [ build CUT ] sal_bytesequence [ build CUT ] sal_osl_condition [ build CUT ] sal_osl_file [ build CUT ] sal_osl_module [ build CUT ] sal_osl_old_test_file [ build CUT ] sal_osl_security [ build CUT ] sal_osl_thread [ build CUT ] sal_osl_process [ build CUT ] sal_rtl_alloc [ build CUT ] sal_rtl_cipher [ build CUT ] sal_rtl_crc32 [ build CUT ] sal_rtl_doublelock [ build CUT ] sal_rtl_locale [ build CUT ] sal_rtl_ostringbuffer [ build CUT ] sal_rtl_oustringbuffer [ build CUT ] sal_rtl_strings [ build CUT ] sal_tcwf [ build CUT ] sal_types [ build CUT ] sal_osl_mutex [ build CUT ] sal_osl_profile [ build CUT ] sal_osl_setthreadname [ build CUT ] sal_rtl_math [ build CHK ] sal [ build CHK ] loaded modules: sal [ build SLC ] loaded modules: sal sal deliver ============= (10/40) Building module store ============= ============= (11/40) Building module l10ntools ============= ============= (12/40) Building module salhelper ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/store/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/store: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/l10ntools/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/l10ntools: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/salhelper/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/salhelper: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] store [ build MOD ] salhelper [ build ALL ] top level modules: store [ build ALL ] loaded modules: store [ build CHK ] loaded modules: store [ build SLC ] loaded modules: store [ build ALL ] top level modules: salhelper [ build ALL ] loaded modules: salhelper [ build CHK ] loaded modules: salhelper [ build SLC ] loaded modules: salhelper store deliver salhelper deliver ============= (13/40) Building module registry ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/registry/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/registry: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] l10ntools [ build ALL ] top level modules: l10ntools [ build ALL ] loaded modules: l10ntools [ build CHK ] loaded modules: l10ntools [ build SLC ] loaded modules: l10ntools l10ntools deliver ============= (14/40) Building module readlicense_oo ============= ============= (15/40) Building module setup_native ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/readlicense_oo/docs/readme Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/setup_native/scripts/source Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/readlicense_oo Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/setup_native/source/mac readlicense_oo deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/setup_native/source/ulfconv ===================================================================== [ build MOD ] registry Delivering LICENSE files Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/setup_native/scripts ===================================================================== [ build ALL ] top level modules: registry [ build ALL ] loaded modules: registry [ build CHK ] loaded modules: registry [ build SLC ] loaded modules: registry ===================================================================== registry deliver ============= (16/40) Building module idlc ============= ============= (17/40) Building module codemaker ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/idlc/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/idlc: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Delivering README files Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/codemaker/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/codemaker: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T ===================================================================== Module 'readlicense_oo' delivered successfully. 0 files copied, 10 files unchanged setup_native deliver Module 'setup_native' delivered successfully. 0 files copied, 51 files unchanged [ build ALL ] top level modules: idlc [ build ALL ] loaded modules: idlc [ build CHK ] loaded modules: idlc [ build SLC ] loaded modules: idlc idlc deliver [ build ALL ] top level modules: codemaker [ build ALL ] loaded modules: codemaker [ build CHK ] loaded modules: codemaker [ build SLC ] loaded modules: codemaker codemaker deliver ============= (18/40) Building module udkapi ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/udkapi/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/udkapi: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build ALL ] top level modules: udkapi [ build ALL ] loaded modules: udkapi [ build CHK ] loaded modules: udkapi [ build SLC ] loaded modules: udkapi udkapi deliver ============= (19/40) Building module offapi ============= ============= (20/40) Building module ridljar ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/offapi/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/offapi: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ridljar/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ridljar: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build ALL ] top level modules: ridljar [ build ALL ] loaded modules: ridljar [ build CHK ] loaded modules: ridljar [ build SLC ] loaded modules: ridljar ridljar deliver ============= (21/40) Building module jurt ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/jurt/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/jurt: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build ALL ] top level modules: jurt [ build ALL ] loaded modules: jurt [ build CHK ] loaded modules: jurt [ build SLC ] loaded modules: jurt jurt deliver [ build ALL ] top level modules: offapi [ build ALL ] loaded modules: offapi [ build CHK ] loaded modules: offapi [ build SLC ] loaded modules: offapi offapi deliver ============= (22/40) Building module cppu ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/cppu/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/cppu: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] cppu [ build ALL ] top level modules: cppu [ build ALL ] loaded modules: cppu [ build CUT ] cppu_qa_any [ build CUT ] cppu_qa_recursion [ build CUT ] cppu_qa_reference [ build CUT ] cppu_qa_unotype [ build CUT ] cppu_test_cppumaker [ build CHK ] cppu [ build CHK ] loaded modules: cppu [ build SLC ] loaded modules: cppu cppu deliver ============= (23/40) Building module xmlreader ============= ============= (24/40) Building module jvmaccess ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/xmlreader/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/xmlreader: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/jvmaccess/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/jvmaccess: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] xmlreader [ build MOD ] jvmaccess [ build ALL ] top level modules: xmlreader [ build ALL ] loaded modules: xmlreader [ build CHK ] loaded modules: xmlreader [ build SLC ] loaded modules: xmlreader [ build ALL ] top level modules: jvmaccess [ build ALL ] loaded modules: jvmaccess [ build CHK ] loaded modules: jvmaccess [ build SLC ] loaded modules: jvmaccess xmlreader deliver jvmaccess deliver ============= (25/40) Building module cppuhelper ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/cppuhelper/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/cppuhelper: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] cppuhelper [ build ALL ] top level modules: cppuhelper [ build ALL ] loaded modules: cppuhelper [ build CUT ] cppuhelper_cppu_ifcontainer [ build CUT ] cppuhelper_cppu_unourl [ build CHK ] cppuhelper [ build CHK ] loaded modules: cppuhelper [ build SLC ] loaded modules: cppuhelper cppuhelper deliver ============= (26/40) Building module rdbmaker ============= ============= (27/40) Building module ucbhelper ============= ============= (28/40) Building module bridges ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/rdbmaker/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/rdbmaker: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ucbhelper/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/ucbhelper: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/inc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/unotypes Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/shared Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/jni_uno Not building jni-uno bridge because Java is disabled Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno [ build ALL ] top level modules: rdbmaker [ build ALL ] loaded modules: rdbmaker [ build CHK ] loaded modules: rdbmaker [ build SLC ] loaded modules: rdbmaker rdbmaker deliver ============= (29/40) Building module sysui ============= ============= (30/40) Building module remotebridges ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/cleanversion [ build MOD ] ucbhelper [ build ALL ] top level modules: ucbhelper [ build ALL ] loaded modules: ucbhelper [ build CHK ] loaded modules: ucbhelper [ build SLC ] loaded modules: ucbhelper Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/remotebridges/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/remotebridges: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T ucbhelper deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_powerpc64 Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/share Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_aix_powerpc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_arm Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_intel Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/suse Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_macosx_intel [ build MOD ] remotebridges Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/freedesktop [ build ALL ] top level modules: remotebridges [ build ALL ] loaded modules: remotebridges [ build CHK ] loaded modules: remotebridges [ build SLC ] loaded modules: remotebridges remotebridges deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_solaris_sparc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/mandriva Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_s390 Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/debian Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_solaris_intel Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/slackware Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_s390x Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/solaris Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_ios_arm Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/macosx Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_mips Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/desktop/util Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/cc50_solaris_sparc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_m68k Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_hppa Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_ia64 Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/cc50_solaris_intel Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_sparc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/sysui/util Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/cc5_solaris_sparc64 /usr/local/bin/perl checksize.pl Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_x86-64 Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_powerpc Checking:../unxfbsd.pro/ ok. sysui deliver Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_macosx_powerpc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/bridges/source/cpp_uno/gcc3_linux_alpha ============= (31/40) Building module comphelper ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/comphelper/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/comphelper: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Module 'sysui' delivered successfully. 0 files copied, 15 files unchanged bridges deliver Module 'bridges' delivered successfully. 0 files copied, 2 files unchanged [ build MOD ] comphelper [ build ALL ] top level modules: comphelper [ build ALL ] loaded modules: comphelper [ build CUT ] comphelper_test [ build CHK ] comphelper [ build CHK ] loaded modules: comphelper [ build SLC ] loaded modules: comphelper comphelper deliver ============= (32/40) Building module jvmfwk ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/jvmfwk/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/jvmfwk: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] jvmfwk [ build ALL ] top level modules: jvmfwk [ build ALL ] loaded modules: jvmfwk [ build CHK ] loaded modules: jvmfwk [ build SLC ] loaded modules: jvmfwk jvmfwk deliver ============= (33/40) Building module stoc ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/stoc/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/stoc: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T [ build MOD ] stoc [ build ALL ] top level modules: stoc [ build ALL ] loaded modules: stoc [ build CHK ] loaded modules: stoc [ build SLC ] loaded modules: stoc stoc deliver ============= (34/40) Building module cli_ure ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/cli_ure/inc Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/cli_ure/version cli_ure deliver Module 'cli_ure' delivered successfully. 0 files copied, 5 files unchanged ============= (35/40) Building module tail_build ============= Entering /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/tail_build/prj gbuild module /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/tail_build: gmake -f Makefile -j4 -rs all slowcheck gb_PARTIALBUILD=T [ build CMP ] animations/source/animcore/animcore [ build MOD ] basegfx [ build MOD ] binaryurp [ build MOD ] configmgr [ build MOD ] dtrans [ build MOD ] eventattacher [ build MOD ] hwpfilter sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' [ build MOD ] i18nutil [ build MOD ] package [ build MOD ] regexp [ build INM ] scp2/accessories [ build PKG ] scp2/accessories_par [ build INM ] scp2/base [ build INM ] scp2/calc [ build INM ] scp2/canvas [ build INM ] scp2/draw [ build PKG ] scp2/extensions_par [ build PKG ] scp2/graphicfilter_par [ build PKG ] scp2/impress_par [ build PKG ] scp2/math_par [ build PKG ] scp2/onlineupdate_par [ build IMO ] scp2/ooo [ build PKG ] scp2/python_par [ build PKG ] scp2/sdkoo_par [ build PKG ] scp2/smoketest_par [ build PKG ] scp2/ure_par [ build PKG ] scp2/ure_standalone_par [ build PKG ] scp2/writer_par [ build PKG ] scp2/xsltfilter_par [ build PKG ] scp2/gnome_par [ build LNK ] Executable/pdf2xml [ build LNK ] Executable/pdfunzip [ build LNK ] Library/pdfimport.uno.so [ build XHC ] presenter-screen en-US Segmentation fault (core dumped) gmake[2]: *** [/tmp/lobuild/workdir/unxfbsd.pro/Extension/presenter-screen/root/help/en-US.done] Error 139 gmake[2]: *** Waiting for unfinished jobs.... ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 512 occurred while making /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/tail_build/prj it seems that the error is inside 'tail_build', please re-run build inside this module to isolate the error and/or test your fix: build_error.log should contain the captured output of the failed module(s) ----------------------------------------------------------------------- "build_error.log": log for /data/port-work/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/tail_build/prj [ build CMP ] animations/source/animcore/animcore [ build MOD ] basegfx [ build MOD ] binaryurp [ build MOD ] configmgr [ build MOD ] dtrans [ build MOD ] eventattacher [ build MOD ] hwpfilter sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' sed: 2: "/Prepend/d ": unused label 'dummy' [ build MOD ] i18nutil [ build MOD ] package [ build MOD ] regexp [ build INM ] scp2/accessories [ build PKG ] scp2/accessories_par [ build INM ] scp2/base [ build INM ] scp2/calc [ build INM ] scp2/canvas [ build INM ] scp2/draw [ build PKG ] scp2/extensions_par [ build PKG ] scp2/graphicfilter_par [ build PKG ] scp2/impress_par [ build PKG ] scp2/math_par [ build PKG ] scp2/onlineupdate_par [ build IMO ] scp2/ooo [ build PKG ] scp2/python_par [ build PKG ] scp2/sdkoo_par [ build PKG ] scp2/smoketest_par [ build PKG ] scp2/ure_par [ build PKG ] scp2/ure_standalone_par [ build PKG ] scp2/writer_par [ build PKG ] scp2/xsltfilter_par [ build PKG ] scp2/gnome_par [ build LNK ] Executable/pdf2xml [ build LNK ] Executable/pdfunzip [ build LNK ] Library/pdfimport.uno.so [ build XHC ] presenter-screen en-US Segmentation fault (core dumped) gmake[2]: *** [/tmp/lobuild/workdir/unxfbsd.pro/Extension/presenter-screen/root/help/en-US.done] Error 139 gmake[2]: *** Waiting for unfinished jobs.... Help, please? Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 17:41:54 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0B81889E for ; Tue, 5 Feb 2013 17:41:54 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id C0164BF6 for ; Tue, 5 Feb 2013 17:41:53 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r15Hfl4i033066 for ; Tue, 5 Feb 2013 12:41:47 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r15HflL7033057; Tue, 5 Feb 2013 12:41:47 -0500 (EST) (envelope-from portscout) Message-Id: <201302051741.r15HflL7033057@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 5 Feb 2013 12:41:47 -0500 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 17:41:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ net/liveMedia | 2012.12.18 | 2013.02.05 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 18:10:04 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37E25FE9; Tue, 5 Feb 2013 18:10:04 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-we0-x22b.google.com (mail-we0-x22b.google.com [IPv6:2a00:1450:400c:c03::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 2C303DB5; Tue, 5 Feb 2013 18:10:03 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u54so393744wey.30 for ; Tue, 05 Feb 2013 10:10:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=X5OMAZIQ/75vo4nbQQQWrCqgYOb1UvyrKNbnecSn6Do=; b=A8TZMljhfnInDUiXjlxkIaoGIsxvBehOJ5YesGNv7lNmkjEz3h1eDpeX3BcrMb1aqo DO3cMxCsQZh81xYve5wDprGFfrxU7/lgHioZbWQO4mdrGZiKXjKnzjt0Snm0V1rggwLv EHo7FK5XPSHaSwBhZhGdLJ/codLpJyguKpWZCjstekrI62agd16eIUN0FE+2YenHlAxA IzcXBhMvK8+nnS5h1AQmKTnDdxBbcRNgiSKsIT0slaemtYLf3u80cC4LFhpmOaF4l8Q/ /dCiOKN+GOGCHvYxrMSO/OKOWxsTp9oAM6lWFwV1QbqmZpvXdbhYo4Y67Tpstava+ctt WeNA== MIME-Version: 1.0 X-Received: by 10.180.101.98 with SMTP id ff2mr258382wib.0.1360087799306; Tue, 05 Feb 2013 10:09:59 -0800 (PST) Received: by 10.216.172.197 with HTTP; Tue, 5 Feb 2013 10:09:59 -0800 (PST) In-Reply-To: References: Date: Tue, 5 Feb 2013 20:09:59 +0200 Message-ID: Subject: Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9) From: Kimmo Paasiala To: Chris Rees Content-Type: text/plain; charset=UTF-8 Cc: Brooks Davis , FreeBSD , Stefan Bethke , Dimitry Andric , FreeBSD Ports , Mark Linimon X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 18:10:04 -0000 On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala wrote: > On Sun, Feb 3, 2013 at 7:22 PM, Chris Rees wrote: >> On 3 February 2013 17:15, Stefan Bethke wrote: >>> >>> Am 03.02.2013 um 10:57 schrieb Chris Rees : >>> >>>> On 3 February 2013 03:55, Kimmo Paasiala wrote: >>>>> >>>>> There is no PR yet with my fix and therefor no commit to ports tree >>>>> that would fix the problem. I'll file a PR soon (TM). >>>> >>>> The problem was in base, and is fixed there. >>> >>> Huh? With -current r246283, I still get a segfault from sudo unless I have Kimmo's patch. >>> >>> Is there some confusion about which problem is addressed by Kimmo's patch? >>> >> >> Hm, perhaps it might be necessary then. >> >> Kimmo, please would you submit the patch you had as a PR? I'm sure >> Wesley would appreciate the hint. >> >> Chris > > I'll file a PR when I have recovered from a nasty flu. Right now I'm > not fit for thinking... > > I changed the title of this thread to a better one. > > -Kimmo It looks like the port was updated just recently to a new version that has its own problems that are no longer related strnvis(3). I'll have to give up for now. (freebsd-ports added to cc:) -Kimmo From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 19:52:57 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 995939D5 for ; Tue, 5 Feb 2013 19:52:57 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4740F32A for ; Tue, 5 Feb 2013 19:52:57 +0000 (UTC) Received: from pi by home.opsec.eu with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U2oZc-000CUt-GT for ports@freebsd.org; Tue, 05 Feb 2013 20:52:56 +0100 Date: Tue, 5 Feb 2013 20:52:56 +0100 From: Kurt Jaeger To: ports@freebsd.org Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130205195256.GS8239@home.opsec.eu> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161658.GR8239@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130205161658.GR8239@home.opsec.eu> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 19:52:57 -0000 Hi! > > [ build LNK ] Library/libofficebean.so > > /usr/bin/ld: cannot find -ljawt > > Same here: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=175856 Pointer to http://lists.freebsd.org/pipermail/freebsd-office/2013-February/001706.html from jkim@ says: cd /var/db/pkg pkg_delete libcmis-0.1.0_1 and reinstall. Tested, works for me. I'm a happy camper 8-) -- pi@opsec.eu +49 171 3101372 7 years to go ! From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 21:30:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3EA0AF8E for ; Tue, 5 Feb 2013 21:30:22 +0000 (UTC) (envelope-from frank_s@bellsouth.net) Received: from fmailhost04.isp.att.net (fmailhost04.isp.att.net [204.127.217.104]) by mx1.freebsd.org (Postfix) with ESMTP id 1A34E935 for ; Tue, 5 Feb 2013 21:30:21 +0000 (UTC) Received: from ace.nina.org (adsl-98-70-38-223.gnv.bellsouth.net[98.70.38.223]) by isp.att.net (frfwmhc04) with SMTP id <20130205213020H0400aq9mae>; Tue, 5 Feb 2013 21:30:20 +0000 X-Originating-IP: [98.70.38.223] Date: Tue, 5 Feb 2013 16:30:19 -0500 (EST) From: Frank Seltzer X-X-Sender: frank_s@Ace.nina.org To: freebsd-ports Subject: Missing libiconv in libtorrent-rasterbar-16 breaks deluge Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 21:30:22 -0000 Following the instructions in UPDATING to upgrade deluge, I deinstalled libtorrent-rasterbar-15* and ran portupgrade -r deluge. No errors during the build. Trying to start deluge after the upgrade I am getting this error message: ImportError: /usr/local/lib/libtorrent-rasterbar.so.7: Undefined symbol "libiconv" and deluge quits. root@Ace:/usr/ports # ldd /usr/local/lib/libtorrent-rasterbar.so.7 /usr/local/lib/libtorrent-rasterbar.so.7: libboost_system.so.5 => /usr/local/lib/libboost_system.so.5 (0x281ae000) libssl.so.6 => /usr/lib/libssl.so.6 (0x281b2000) libcrypto.so.6 => /lib/libcrypto.so.6 (0x281fc000) libGeoIP.so.5 => /usr/local/lib/libGeoIP.so.5 (0x2835f000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x28ca9000) libm.so.5 => /lib/libm.so.5 (0x28395000) libc.so.7 => /lib/libc.so.7 (0x2806d000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x283b0000) libthr.so.3 => /lib/libthr.so.3 (0x283bb000) No mention of libiconv. Checked the Makefile and found: USE_ICONV= yes The configure summary says: External libraries: system libgeoip: yes system libiconv: no Nothing relevant in make.conf: Ace /home/frank_s % cat /etc/make.conf RUBY_DEFAULT_VER=1.9 # added by use.perl 2013-02-05 07:27:04 PERL_VERSION=5.14.2 I have exhausted my debug fu. Does anyone know why libiconv isn't there? Thanks, Frank From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:02:25 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 75FBD777 for ; Tue, 5 Feb 2013 22:02:25 +0000 (UTC) (envelope-from swall@redcom.com) Received: from smtp1.redcom.com (smtp1.redcom.com [192.86.3.143]) by mx1.freebsd.org (Postfix) with ESMTP id 2290EA95 for ; Tue, 5 Feb 2013 22:02:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.redcom.com (Postfix) with ESMTP id 1C185AC41 for ; Tue, 5 Feb 2013 16:56:23 -0500 (EST) X-Virus-Scanned: amavisd-new at redcom.com Received: from smtp1.redcom.com ([127.0.0.1]) by localhost (smtp1.redcom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id n9Guu1UQ-iai for ; Tue, 5 Feb 2013 16:56:20 -0500 (EST) Received: from pie.redcom.com (pie [192.168.33.15]) by smtp1.redcom.com (Postfix) with ESMTP id 28D88AF5E for ; Tue, 5 Feb 2013 16:56:20 -0500 (EST) Received: from exch-01.redcom.com (exch-01.redcom.com [192.168.32.17]) by pie.redcom.com (8.11.7p1+Sun/8.10.2) with ESMTP id r15LuJ606140 for ; Tue, 5 Feb 2013 16:56:20 -0500 (EST) Received: from exch-01.redcom.com ([192.168.32.17]) by exch-01 ([192.168.32.17]) with mapi; Tue, 5 Feb 2013 16:56:19 -0500 From: "Wall, Stephen" To: "freebsd-ports@freebsd.org" Date: Tue, 5 Feb 2013 16:56:16 -0500 Subject: openssl DIST_SUBDIR change Thread-Topic: openssl DIST_SUBDIR change Thread-Index: Ac4D6580663O59RNS8en5he8Te7rMg== Message-ID: <401084E5E73F4241A44F3C9E6FD79428A0A9F6EC@exch-01> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:02:25 -0000 Is the recent name change in the openssl port's DIST_SUBDIR intentional, or= a leftover from some intermediate test stage of the port? Seems like an o= dd change to make on purpose... > DIST_SUBDIR=3D ${DISTNAME}2 Also, FYI for anyone who cares, the OpenSSL project has released a security= update, version 1.0.1d. See http://www.mail-archive.com/openssl-announce@openssl.org/msg00124.html = for details. --=20 Stephen P. Wall Stephen_Wall@redcom.com (585) 924-7550 REDCOM Laboratories, Inc. One Redcom Center Victor, NY 14564 USA From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:06:21 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5764D955; Tue, 5 Feb 2013 22:06:21 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [212.12.50.234]) by mx1.freebsd.org (Postfix) with ESMTP id 04AF5ABC; Tue, 5 Feb 2013 22:06:20 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id 96BB9123747; Tue, 5 Feb 2013 22:06:12 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9) From: Stefan Bethke In-Reply-To: Date: Tue, 5 Feb 2013 23:06:11 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <7A12B6B7-BE3F-4E0A-99C5-61348CA7E028@lassitu.de> References: To: "miwi@freebsd.org" , freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.1499) Cc: Kimmo Paasiala X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:06:21 -0000 Am 05.02.2013 um 19:09 schrieb Kimmo Paasiala : > On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala = wrote: >> On Sun, Feb 3, 2013 at 7:22 PM, Chris Rees wrote: >>> On 3 February 2013 17:15, Stefan Bethke wrote: >>>>=20 >>>> Am 03.02.2013 um 10:57 schrieb Chris Rees : >>>>=20 >>>>> On 3 February 2013 03:55, Kimmo Paasiala = wrote: >>>>>>=20 >>>>>> There is no PR yet with my fix and therefor no commit to ports = tree >>>>>> that would fix the problem. I'll file a PR soon (TM). >>>>>=20 >>>>> The problem was in base, and is fixed there. >>>>=20 >>>> Huh? With -current r246283, I still get a segfault from sudo unless = I have Kimmo's patch. >>>>=20 >>>> Is there some confusion about which problem is addressed by Kimmo's = patch? >>>>=20 >>>=20 >>> Hm, perhaps it might be necessary then. >>>=20 >>> Kimmo, please would you submit the patch you had as a PR? I'm sure >>> Wesley would appreciate the hint. >>>=20 >>> Chris >>=20 >> I'll file a PR when I have recovered from a nasty flu. Right now I'm >> not fit for thinking... >>=20 >> I changed the title of this thread to a better one. >>=20 >> -Kimmo >=20 > It looks like the port was updated just recently to a new version that > has its own problems that are no longer related strnvis(3). I'll have > to give up for now. >=20 > (freebsd-ports added to cc:) I can confirm that with the new port version on a two day old current, = the module doesn't work: $ uname -a FreeBSD freebsd-current.lassitu.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 = r246283: Sun Feb 3 16:55:16 CET 2013 = root@freebsd-current.lassitu.de:/usr/obj/usr/src/sys/GENERIC amd64 $ pkg info|grep pam pam_ssh_agent_auth-0.9.4 PAM module which permits authentication = via ssh-agent $ sudo ls sudo: unable to initialize PAM: No error: 0 If I downgrade to the previous port version (and apply Kimmo's patch), = it's working properly. Stefan --=20 Stefan Bethke Fon +49 151 14070811 From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:28:11 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A6082E21; Tue, 5 Feb 2013 22:28:11 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [212.12.50.234]) by mx1.freebsd.org (Postfix) with ESMTP id 4F7A0C1E; Tue, 5 Feb 2013 22:28:11 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id 4EC4B123842; Tue, 5 Feb 2013 22:28:10 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: stable/9 r245439 breaks security/pam_ssh_agent_auth on stable/9 (WAS: CLANG 3.2 breaks security/pam_ssh_agent_auth on stable/9) From: Stefan Bethke In-Reply-To: <7A12B6B7-BE3F-4E0A-99C5-61348CA7E028@lassitu.de> Date: Tue, 5 Feb 2013 23:28:09 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <7A12B6B7-BE3F-4E0A-99C5-61348CA7E028@lassitu.de> To: "miwi@freebsd.org" , freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.1499) Cc: Kimmo Paasiala X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:28:11 -0000 Am 05.02.2013 um 23:06 schrieb Stefan Bethke : > Am 05.02.2013 um 19:09 schrieb Kimmo Paasiala : >=20 >> On Tue, Feb 5, 2013 at 12:36 AM, Kimmo Paasiala = wrote: >>> On Sun, Feb 3, 2013 at 7:22 PM, Chris Rees = wrote: >>>> On 3 February 2013 17:15, Stefan Bethke wrote: >>>>>=20 >>>>> Am 03.02.2013 um 10:57 schrieb Chris Rees : >>>>>=20 >>>>>> On 3 February 2013 03:55, Kimmo Paasiala = wrote: >>>>>>>=20 >>>>>>> There is no PR yet with my fix and therefor no commit to ports = tree >>>>>>> that would fix the problem. I'll file a PR soon (TM). >>>>>>=20 >>>>>> The problem was in base, and is fixed there. >>>>>=20 >>>>> Huh? With -current r246283, I still get a segfault from sudo = unless I have Kimmo's patch. >>>>>=20 >>>>> Is there some confusion about which problem is addressed by = Kimmo's patch? >>>>>=20 >>>>=20 >>>> Hm, perhaps it might be necessary then. >>>>=20 >>>> Kimmo, please would you submit the patch you had as a PR? I'm sure >>>> Wesley would appreciate the hint. >>>>=20 >>>> Chris >>>=20 >>> I'll file a PR when I have recovered from a nasty flu. Right now I'm >>> not fit for thinking... >>>=20 >>> I changed the title of this thread to a better one. >>>=20 >>> -Kimmo >>=20 >> It looks like the port was updated just recently to a new version = that >> has its own problems that are no longer related strnvis(3). I'll have >> to give up for now. >>=20 >> (freebsd-ports added to cc:) >=20 > I can confirm that with the new port version on a two day old current, = the module doesn't work: > $ uname -a > FreeBSD freebsd-current.lassitu.de 10.0-CURRENT FreeBSD 10.0-CURRENT = #0 r246283: Sun Feb 3 16:55:16 CET 2013 = root@freebsd-current.lassitu.de:/usr/obj/usr/src/sys/GENERIC amd64 > $ pkg info|grep pam > pam_ssh_agent_auth-0.9.4 PAM module which permits authentication = via ssh-agent > $ sudo ls > sudo: unable to initialize PAM: No error: 0 >=20 > If I downgrade to the previous port version (and apply Kimmo's patch), = it's working properly. Here's a slightly different error message on 9-stable: $ uname -a FreeBSD diesel.lassitu.de 9.1-STABLE FreeBSD 9.1-STABLE #7 r245996: Sun = Jan 27 22:36:05 CET 2013 = root@diesel.lassitu.de:/usr/obj/usr/src/sys/DIESEL amd64 stb@diesel:~$ sudo ls sudo: unable to initialize PAM: No such file or directory Stefan --=20 Stefan Bethke Fon +49 151 14070811 From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:33:46 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CC7827D; Tue, 5 Feb 2013 22:33:46 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 84AB7CD9; Tue, 5 Feb 2013 22:33:46 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U2qnW-0001yb-Rj; Tue, 05 Feb 2013 22:15:26 +0000 Received: from cpc1-aztw9-0-0-cust540.18-1.cable.virginmedia.com ([82.33.90.29] helo=mech-aslap239.men.bris.ac.uk) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U2qnW-0001xt-Cj; Tue, 05 Feb 2013 22:15:26 +0000 Received: from mech-aslap239.men.bris.ac.uk (localhost [127.0.0.1]) by mech-aslap239.men.bris.ac.uk (8.14.6/8.14.5) with ESMTP id r15MFPnP071164; Tue, 5 Feb 2013 22:15:25 GMT (envelope-from mexas@mech-aslap239.men.bris.ac.uk) Received: (from mexas@localhost) by mech-aslap239.men.bris.ac.uk (8.14.6/8.14.5/Submit) id r15MFPFb071163; Tue, 5 Feb 2013 22:15:25 GMT (envelope-from mexas) Date: Tue, 5 Feb 2013 22:15:25 GMT From: Anton Shterenlikht Message-Id: <201302052215.r15MFPFb071163@mech-aslap239.men.bris.ac.uk> To: johans@FreeBSD.org Subject: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:33:46 -0000 Hi BUZI# pkg check -Ba pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.so.2.12.4.3 not found BUZI# I thought there was something wrong with my installation, so I rebuilt the port: ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for calc-2.12.4.3_1 pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.so.2.12.4.3 not found Installing calc-2.12.4.3_1... done ===>>> Re-installation of calc-2.12.4.3_1 complete The libraries seem in order: BUZI# ls -al /usr/local/lib/libcalc.so* lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so -> libcalc.so.2.12.4.3 lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.2 -> libcalc.so.2.12.4.3 lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.2.12 -> libcalc.so.2.12.4.3 lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.2.12.4 -> libcalc.so.2.12.4.3 -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.so.2.12.4.3 BUZI# BUZI# ls -al /usr/local/lib/libcustcalc.so* lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.so -> libcustcalc.so.2.12.4.3 lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.so.2 -> libcustcalc.so.2.12.4.3 lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.so.2.12 -> libcustcalc.so.2.12.4.3 lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.so.2.12.4 -> libcustcalc.so.2.12.4.3 -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustcalc.so.2.12.4.3 BUZI# I've pkg-1.0.7 installed. Is the problem with pkg? Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:50:50 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26C3C2DC; Tue, 5 Feb 2013 22:50:50 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0C2D79; Tue, 5 Feb 2013 22:50:48 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d4so386956eek.22 for ; Tue, 05 Feb 2013 14:50:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=FVPtn7KONk5hlCIhctJxL4lh+2vJMrzCcm+/wtYJjCg=; b=Obe/ZQeB00B4TGLRziPn39KT3NkciJ7qqTBBRSytY67aQ2KVNfKKDIL9zBpdqHh0un UMCBIm4N3Rb74frz9P7d9pFCFlOjuHVOeGofvN1RUWipYQRg9sDLw0xdBFZ5HswbYHpD gzT8eyNt+yUl8tfvbDM5+1hyYMh2QO0grQRXGWs3+huZ0RbryNfrW/Gbuzx7XxwKG/az tWzNPl79mNqsSfCFnueBK5EI+Kguc8SEygsZw2uwQuXSbqXQCZTRI3qZyEBcRUW+fXID 35U3UlDNuRxLCxyI7ZlVEmHTH3L3XJ8ohQ25GRuiqtZu/ySH3VdSH+BwsjDVGp54OcfQ VOLw== X-Received: by 10.14.215.131 with SMTP id e3mr26023410eep.32.1360104642300; Tue, 05 Feb 2013 14:50:42 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id 44sm33994543eek.5.2013.02.05.14.50.40 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 14:50:41 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 5 Feb 2013 23:50:39 +0100 From: Baptiste Daroussin To: Anton Shterenlikht Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found Message-ID: <20130205225038.GJ88651@ithaqua.etoilebsd.net> References: <201302052215.r15MFPFb071163@mech-aslap239.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="aznLbwQ42o7LEaqN" Content-Disposition: inline In-Reply-To: <201302052215.r15MFPFb071163@mech-aslap239.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: johans@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:50:50 -0000 --aznLbwQ42o7LEaqN Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: >=20 > Hi >=20 > BUZI# pkg check -Ba > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= 12.4.3 not found > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= o.2.12.4.3 not found > BUZI# >=20 > I thought there was something wrong with my installation, > so I rebuilt the port: >=20 > =3D=3D=3D> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > =3D=3D=3D> Registering installation for calc-2.12.4.3_1 > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= 12.4.3 not found > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= o.2.12.4.3 not found > Installing calc-2.12.4.3_1... done >=20 > =3D=3D=3D>>> Re-installation of calc-2.12.4.3_1 complete >=20 > The libraries seem in order: >=20 > BUZI# ls -al /usr/local/lib/libcalc.so* > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so = -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2 -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12 -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12.4 -> libcalc.so.2.12.4.3 > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12.4.3 > BUZI#=20 >=20 > BUZI# ls -al /usr/local/lib/libcustcalc.so* > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2 -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12 -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12.4 -> libcustcalc.so.2.12.4.3 > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12.4.3 > BUZI#=20 >=20 > I've pkg-1.0.7 installed. > Is the problem with pkg? Do you have shlib activated? regards, Bapt --aznLbwQ42o7LEaqN Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERjL4ACgkQ8kTtMUmk6EygMACgoxL2qBG00Jv6AAw6ins5199f uyIAnAqgupr6hzrdXe348csFZFgmmvBU =uOCy -----END PGP SIGNATURE----- --aznLbwQ42o7LEaqN-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 22:52:44 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1AD3C422 for ; Tue, 5 Feb 2013 22:52:44 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by mx1.freebsd.org (Postfix) with ESMTP id A90EDD9B for ; Tue, 5 Feb 2013 22:52:43 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id n13so292573eaa.36 for ; Tue, 05 Feb 2013 14:52:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=D7WlKV+yOqENxIPrT8m0BGr5dBHHOFWpMx5Da+eE8+g=; b=jorYA6TeMjCsx7cGypSZbQNhMB2JDOJzSARsYrsWprbIQOCES8+DQIBBuA7jmKCiYw UKAcHc/aJw9MVWd5RXgyuZ5OtC8nw/iqRXJ8/QpOJSiPaU2ZHSmCrV6qoVtPTlGaTKNp Co6rMTUdKJOl6K109px+/oXmHyVIlUUbGPatkll5SiBkGeja6d9tdBYmy/alvqwTh0nK eJUJnMQJvfqXaE62UiFNiRMr23GxtcY5Q10+PKPkSCi36GruYxCUaMPvA8TCcNoCW4o6 hql6kxkfkKf+p7nA0Xs2p/vFteoLqd9UoOxuy7UsUZm38NBuK8HuLS2IULjjdqHmRTE7 KquQ== X-Received: by 10.14.173.65 with SMTP id u41mr89981573eel.13.1360104755932; Tue, 05 Feb 2013 14:52:35 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id h5sm34009048eem.1.2013.02.05.14.52.34 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 14:52:35 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 5 Feb 2013 23:52:32 +0100 From: Baptiste Daroussin To: Frank Seltzer Subject: Re: Missing libiconv in libtorrent-rasterbar-16 breaks deluge Message-ID: <20130205225232.GK88651@ithaqua.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pN9MePJoZbRKbUk1" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 22:52:44 -0000 --pN9MePJoZbRKbUk1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 04:30:19PM -0500, Frank Seltzer wrote: > Following the instructions in UPDATING to upgrade deluge, I deinstalled= =20 > libtorrent-rasterbar-15* and ran portupgrade -r deluge. No errors during= =20 > the build. Trying to start deluge after the upgrade I am getting this=20 > error message: >=20 > ImportError: /usr/local/lib/libtorrent-rasterbar.so.7: Undefined symbol= =20 > "libiconv" >=20 > and deluge quits. >=20 > root@Ace:/usr/ports # ldd /usr/local/lib/libtorrent-rasterbar.so.7 > /usr/local/lib/libtorrent-rasterbar.so.7: > libboost_system.so.5 =3D> /usr/local/lib/libboost_system.so.5 (0= x281ae000) > libssl.so.6 =3D> /usr/lib/libssl.so.6 (0x281b2000) > libcrypto.so.6 =3D> /lib/libcrypto.so.6 (0x281fc000) > libGeoIP.so.5 =3D> /usr/local/lib/libGeoIP.so.5 (0x2835f000) > libstdc++.so.6 =3D> /usr/lib/libstdc++.so.6 (0x28ca9000) > libm.so.5 =3D> /lib/libm.so.5 (0x28395000) > libc.so.7 =3D> /lib/libc.so.7 (0x2806d000) > libgcc_s.so.1 =3D> /lib/libgcc_s.so.1 (0x283b0000) > libthr.so.3 =3D> /lib/libthr.so.3 (0x283bb000) >=20 > No mention of libiconv. Checked the Makefile and found: >=20 > USE_ICONV=3D yes >=20 > The configure summary says: >=20 > External libraries: > system libgeoip: yes > system libiconv: no >=20 > Nothing relevant in make.conf: >=20 > Ace /home/frank_s % cat /etc/make.conf > RUBY_DEFAULT_VER=3D1.9 > # added by use.perl 2013-02-05 07:27:04 > PERL_VERSION=3D5.14.2 >=20 > I have exhausted my debug fu. Does anyone know why libiconv isn't there? >=20 -liconv has probably disappeared while linking the library, sorry I haven't= been able to check yet. regards, Bapt --pN9MePJoZbRKbUk1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERjTAACgkQ8kTtMUmk6Ex+rACgsV+J/EACM8BhyQrly9EgdekI G5EAnicC9++TMtFwCoQdf08hZ4iN3fsm =qz/p -----END PGP SIGNATURE----- --pN9MePJoZbRKbUk1-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 23:20:00 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0EBAE8F1; Tue, 5 Feb 2013 23:20:00 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) by mx1.freebsd.org (Postfix) with ESMTP id 53511E65; Tue, 5 Feb 2013 23:19:59 +0000 (UTC) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id 42FA037B49C; Tue, 5 Feb 2013 17:10:19 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3Z11j63LsjzJXJ; Tue, 5 Feb 2013 17:10:18 -0600 (CST) Date: Tue, 5 Feb 2013 17:10:18 -0600 From: "Matthew D. Fuller" To: Baptiste Daroussin Subject: Re: svn commit: r311718 - in head: audio/hydrogen databases/adstudio databases/p5-DBD-Oracle databases/xapian-bindings10 devel/gauche-gaunit devel/linux-js devel/linuxthreads devel/ros-common devel/rub... Message-ID: <20130205231018.GA210@over-yonder.net> References: <201302051507.r15F7Bbl020778@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201302051507.r15F7Bbl020778@svn.freebsd.org> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.21-fullermd.4 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.6 at thyme.infocus-llc.com X-Virus-Status: Clean Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 23:20:00 -0000 On Tue, Feb 05, 2013 at 03:07:11PM +0000 I heard the voice of Baptiste Daroussin, and lo! it spake thus: > > Log: > Mark as deprecated a bunch of ports that are marked as broken for more than 6 > month without a fix > > Modified: > head/audio/hydrogen/Makefile > > Modified: head/audio/hydrogen/Makefile > ============================================================================== > --- head/audio/hydrogen/Makefile Tue Feb 5 14:45:14 2013 (r311717) > +++ head/audio/hydrogen/Makefile Tue Feb 5 15:07:10 2013 (r311718) > @@ -16,6 +16,8 @@ LIB_DEPENDS+= sndfile:${PORTSDIR}/audio/ > tar:${PORTSDIR}/devel/libtar \ > lrdf:${PORTSDIR}/textproc/liblrdf > > +DEPRECATED= Broken for more than 6 month > +EXPIRATION_DATE= 2013-03-05 > BROKEN= does not install has been around for this since Oct, with no maintainer response. Though it's a little hard to get the meat out of it, since it includes a shar not a patch. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 23:21:39 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B50F79CD for ; Tue, 5 Feb 2013 23:21:39 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f181.google.com (mail-ea0-f181.google.com [209.85.215.181]) by mx1.freebsd.org (Postfix) with ESMTP id 19FBEE7F for ; Tue, 5 Feb 2013 23:21:38 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id i13so330750eaa.40 for ; Tue, 05 Feb 2013 15:21:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=0Hk17YlHEUGUHHzpYcPkghpr1ptkF9kRXaMkxEoTGnA=; b=IR3FbfXuJBFQXHLY9BRsKUPNKRNntOGYJJcO8QTQ7HpDZrIg5/eLINtjmtDDYSChJ6 GeEgWRlK9rTY/8jCRSjMOO+uIJUGn0Sd7ZylLp0VwX0ESkBaqop8CYolotWcYluKneyY TRgRBcIAGi2lbl9aKjIMuyqpWt4R7ozW3EQaljYG1x68dQhr/XduwZfx7+Cb3QSdrSqB Tu1RhlA+Jgx97lYZq1Or11mZsTq8sHDVyfPs5SCGrPoFV+rZUhWaPKx7a5xdj/suNWLr MsRJrFfQGrGD8oa2dfLs/eFmG04fLqRvFYZy9gMvIcsjM8/q7kplE2gmuVTiW1AdYViI vYIw== X-Received: by 10.14.174.73 with SMTP id w49mr89933154eel.17.1360106492544; Tue, 05 Feb 2013 15:21:32 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q42sm24819142eem.14.2013.02.05.15.21.31 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 15:21:31 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 00:21:29 +0100 From: Baptiste Daroussin To: "Matthew D. Fuller" Subject: Re: svn commit: r311718 - in head: audio/hydrogen databases/adstudio databases/p5-DBD-Oracle databases/xapian-bindings10 devel/gauche-gaunit devel/linux-js devel/linuxthreads devel/ros-common devel/rub... Message-ID: <20130205232129.GL88651@ithaqua.etoilebsd.net> References: <201302051507.r15F7Bbl020778@svn.freebsd.org> <20130205231018.GA210@over-yonder.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WuT04sMzYDXq8et0" Content-Disposition: inline In-Reply-To: <20130205231018.GA210@over-yonder.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 23:21:39 -0000 --WuT04sMzYDXq8et0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 05:10:18PM -0600, Matthew D. Fuller wrote: > On Tue, Feb 05, 2013 at 03:07:11PM +0000 I heard the voice of > Baptiste Daroussin, and lo! it spake thus: > >=20 > > Log: > > Mark as deprecated a bunch of ports that are marked as broken for mor= e than 6 > > month without a fix > >=20 > > Modified: > > head/audio/hydrogen/Makefile > >=20 > > Modified: head/audio/hydrogen/Makefile > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D > > --- head/audio/hydrogen/Makefile Tue Feb 5 14:45:14 2013 (r311717) > > +++ head/audio/hydrogen/Makefile Tue Feb 5 15:07:10 2013 (r311718) > > @@ -16,6 +16,8 @@ LIB_DEPENDS+=3D sndfile:${PORTSDIR}/audio/ > > tar:${PORTSDIR}/devel/libtar \ > > lrdf:${PORTSDIR}/textproc/liblrdf > > =20 > > +DEPRECATED=3D Broken for more than 6 month > > +EXPIRATION_DATE=3D 2013-03-05 > > BROKEN=3D does not install >=20 > has been > around for this since Oct, with no maintainer response. Though it's a > little hard to get the meat out of it, since it includes a shar not a > patch. >=20 Thanks for the pointer I'll have a look and undeprecate if it works regards, Bapt --WuT04sMzYDXq8et0 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERk/kACgkQ8kTtMUmk6Ex1CwCgtfvdBp9HNy43040LFDbEXx14 FHgAnRtYQS9/UJfJub2vE2DLvCFOx71z =LpgE -----END PGP SIGNATURE----- --WuT04sMzYDXq8et0-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 23:24:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6D89BA87 for ; Tue, 5 Feb 2013 23:24:18 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by mx1.freebsd.org (Postfix) with ESMTP id 016B7E9F for ; Tue, 5 Feb 2013 23:24:17 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id d17so377644eek.38 for ; Tue, 05 Feb 2013 15:24:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=HdBiyNtdO0/vh+jXKUnEJJMeq7nd9E/F/6gBc1p6epY=; b=Eav1rSColPhQVgzF5fGqdh5smN9CIHy0XRvL/lnPHlF0gaRJvGLHNc6QFGFN4Rx3ls bSLULhFgxv8mK/9/afgOena36h3qLylGeYSWfzDIOL33HovU7Ztz9GA697CMLORWgQvo l5Yjh6Er6MtdinhohwYjwLKZf9WcBfRXjRx6Wd4d414NbwFqqX2HaN7OeSWy6pO0s4gU BmhgvGiI/w1G7TNSdMSvCW84TEHnXFYYz7eL/1xqoar0IWayzJ2qp2T3C7x1e0HgJgOa TRdhIhTOfkghm2HR2H3We1lKdIY7YNRKdEz5Sqg+ByqSlbiJLnQbZ07xfUIN62OY36Ek 6EUA== X-Received: by 10.14.209.131 with SMTP id s3mr89738625eeo.26.1360106650745; Tue, 05 Feb 2013 15:24:10 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id f49sm34067692eep.12.2013.02.05.15.24.09 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 15:24:09 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 00:24:07 +0100 From: Baptiste Daroussin To: =?iso-8859-1?Q?Ren=E9?= Ladan Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130205232407.GM88651@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="F7w+4yMapWozG0Ib" Content-Disposition: inline In-Reply-To: <511003B3.90600@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 23:24:18 -0000 --F7w+4yMapWozG0Ib Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Feb 04, 2013 at 07:53:39PM +0100, Ren=E9 Ladan wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > On 04-02-2013 19:19, Baptiste Daroussin wrote: > > Hi, > >=20 > > I have some improvements to the ports tree to propose, and I'm > > looking for testers/opinions > >=20 > > First let me explain: > >=20 > > I want to introduce a new USE_FEATURES macro into the ports tree > >=20 > > The goal of this macros is to be able to standardize how we call > > all the USE_* things as well as creating some "load on demand" code > > for a corresponding feature. > >=20 > > What I expect in long term is to get a more readable bsd.port.mk & > > friends, meaning easier to maintain > >=20 > > I except some performance improvements given that make will have to > > parse less things. > >=20 > > I also expect less complexity if bsd.*.mk code. > >=20 > > What will have is all/most of the code corresponding to a > > USE_SOMETHING right now will endup in a Mk/features/something.mk > > which will be loaded only if the ports defines: USE_FEATURES=3D > > something > >=20 > > the loading is done at the very early stage of bsd.port.post.mk to > > allow one to load modify USE_FEATURES depending on some options > > etc. > >=20 > > each features/*.mk is itself protected by a variable to avoid multi > > loading of the same file > >=20 > > if a feature depends on another one the feature itself just have to > > ".include" the other one. > >=20 > This sounds like a good idea to me. >=20 > > As a proof of concept I made the following: USE_FEATURES=3D gmake > > (with a compatibility for USE_GMAKE to allow migration)=20 > > USE_FEATURES=3D iconv (with a compatibility for USE_ICONV to allow > > migration) USE_FEATURES=3D motif (with no compatibility as I have > > switched all the USE_MOTIF ports to use it) USE_FEATURES=3D fise > > (with no compatibility as I have switched all the USE_FUSE to use > > it) USE_FEATURES=3D display (with no compatibilify as I have switched > > all the USE_DISPLAY to use it) USE_FEATURES=3D pathfix (which is the > > equivalent of USE_GNOME=3D gnomehack without the need to loading the > > whole bsd.gnome.mk) > >=20 > > The very long term goal will be to switch as much code as possible > > to be turn into a feature (when it makes sens of course) > >=20 > Are you saying that some USE_BLAH=3Dyes will stick around or do I > misunderstand? >=20 > Another question: for USE_BLAH=3Dyes the logical transformation would be > USE_FEATURES=3DBLAH but what about USE_FOO=3DBLAH ? Would > USE_FEATURES=3DFOO/BLAH (possibly another separator) or > USE_FEATURES=3DBLAH be more sensible? >=20 patch has been updated to be able to support the following: USE_FEATURES=3D foo:bla that will 1/ load foo.mk, 2/ create a variable: FEATURE_foo=3D bla So that you can do virtually any thing you want :) regards, Bapt --F7w+4yMapWozG0Ib Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlERlJcACgkQ8kTtMUmk6ExREwCgt59r+B0PbNcpLwt3hPutIcNx ZJsAnRSa1CF1WkSp0r84+BUI9NPa2Ab4 =h9Y0 -----END PGP SIGNATURE----- --F7w+4yMapWozG0Ib-- From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 23:42:48 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B90C3D06; Tue, 5 Feb 2013 23:42:48 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from thyme.infocus-llc.com (server.infocus-llc.com [206.156.254.44]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0BFF22; Tue, 5 Feb 2013 23:42:48 +0000 (UTC) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by thyme.infocus-llc.com (Postfix) with ESMTPSA id D9D0737B4AC; Tue, 5 Feb 2013 17:42:47 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3Z12Qb1yTWzJYM; Tue, 5 Feb 2013 17:42:47 -0600 (CST) Date: Tue, 5 Feb 2013 17:42:47 -0600 From: "Matthew D. Fuller" To: Baptiste Daroussin Subject: Re: svn commit: r311718 - in head: audio/hydrogen databases/adstudio databases/p5-DBD-Oracle databases/xapian-bindings10 devel/gauche-gaunit devel/linux-js devel/linuxthreads devel/ros-common devel/rub... Message-ID: <20130205234247.GB210@over-yonder.net> References: <201302051507.r15F7Bbl020778@svn.freebsd.org> <20130205231018.GA210@over-yonder.net> <20130205232129.GL88651@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130205232129.GL88651@ithaqua.etoilebsd.net> X-Editor: vi X-OS: FreeBSD User-Agent: Mutt/1.5.21-fullermd.4 (2010-09-15) X-Virus-Scanned: clamav-milter 0.97.6 at thyme.infocus-llc.com X-Virus-Status: Clean Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 23:42:48 -0000 On Wed, Feb 06, 2013 at 12:21:29AM +0100 I heard the voice of Baptiste Daroussin, and lo! it spake thus: > > Thanks for the pointer I'll have a look and undeprecate if it works I believe it's the bit toward the end of the patch that actually matters. See also a few mails about it on -ports last July, esp. . I used the patch attached to the ticket linked in that mail sometime earlier last year, and it installed OK (though with the plist issues I noted there). Apparently they're ignoring it, since the next release won't use scons anymore, but there's no release of that yet. 'm pretty sure I never heard back from the maintainer on that mail either, though last year was kinda a blur... -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream. From owner-freebsd-ports@FreeBSD.ORG Tue Feb 5 23:48:06 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C799FE40 for ; Tue, 5 Feb 2013 23:48:06 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com [209.85.217.174]) by mx1.freebsd.org (Postfix) with ESMTP id 29593F71 for ; Tue, 5 Feb 2013 23:48:05 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id l12so714133lbo.19 for ; Tue, 05 Feb 2013 15:48:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=M93Lvy0t0MwPxTKAfYQl1XgRYoelru47ZFIW+y4zul8=; b=YjIMRjW1t0kY7LR5WG5G8xbZWSHQYx0QvJ0NhUQ8kl2cPYgRYqDtDJIkhJ/WZryQx5 9SMVQT2je10ZJK6FoCeKt3BTpigEo3iT/pydUMdZzZZEt99BLMHnGAZXcr+qMddukXtK zxIoKyPe3bs81eCdsuA+n9pGE87H/1GBDq174= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=M93Lvy0t0MwPxTKAfYQl1XgRYoelru47ZFIW+y4zul8=; b=NeKy5pcjMzFgY0TakFdi60QfRZk9HdQcy7H4Zh9qD9BVsA7p+mI2+z8laX7K4uDKAw DvLjFALeXW2LLqop3QXHUFXVAdsecQlTMFUmeAT98LfJN0qwrY8KBzbMILJQ1G9+kXoB 5TyLwucPI5hIJpppmXeEhgpSIjb1eIZOV3yc5E0aYufl/lzDe8oUOqdw85MQ476fUuld DIzi4b3B3uJKXHgUaRKT7un0EfbJrXnvgeIASQhQPGzuS0SSqQUN7NXMpP+mJ9II0DAk /wTAAVGVd5oY6k2sF2CvKQt649hSw28y5pZdEzeFQ3NpU9EdI7pVw6Zy6EY95BtbZxYE S1QA== X-Received: by 10.112.87.66 with SMTP id v2mr10800025lbz.130.1360108084677; Tue, 05 Feb 2013 15:48:04 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Tue, 5 Feb 2013 15:47:34 -0800 (PST) In-Reply-To: <20130205232407.GM88651@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> From: Eitan Adler Date: Tue, 5 Feb 2013 18:47:34 -0500 Message-ID: Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmxVaEbt0PE3UIrn3QUtc2CT2WOfQjSC92kBmvOo3darSfLzDxPekkyVKXVbQVtGRic4pLF Cc: freebsd-ports@freebsd.org, =?UTF-8?Q?Ren=C3=A9_Ladan?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2013 23:48:06 -0000 On 5 February 2013 18:24, Baptiste Daroussin wrote: > On Mon, Feb 04, 2013 at 07:53:39PM +0100, Ren=C3=A9 Ladan wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> On 04-02-2013 19:19, Baptiste Daroussin wrote: >> > Hi, >> > >> > I have some improvements to the ports tree to propose, and I'm >> > looking for testers/opinions >> > >> > First let me explain: >> > >> > I want to introduce a new USE_FEATURES macro into the ports tree >> > >> > The goal of this macros is to be able to standardize how we call >> > all the USE_* things as well as creating some "load on demand" code >> > for a corresponding feature. >> > >> > What I expect in long term is to get a more readable bsd.port.mk & >> > friends, meaning easier to maintain >> > >> > I except some performance improvements given that make will have to >> > parse less things. >> > >> > I also expect less complexity if bsd.*.mk code. >> > >> > What will have is all/most of the code corresponding to a >> > USE_SOMETHING right now will endup in a Mk/features/something.mk >> > which will be loaded only if the ports defines: USE_FEATURES=3D >> > something >> > >> > the loading is done at the very early stage of bsd.port.post.mk to >> > allow one to load modify USE_FEATURES depending on some options >> > etc. >> > >> > each features/*.mk is itself protected by a variable to avoid multi >> > loading of the same file >> > >> > if a feature depends on another one the feature itself just have to >> > ".include" the other one. >> > >> This sounds like a good idea to me. >> >> > As a proof of concept I made the following: USE_FEATURES=3D gmake >> > (with a compatibility for USE_GMAKE to allow migration) >> > USE_FEATURES=3D iconv (with a compatibility for USE_ICONV to all= ow >> > migration) USE_FEATURES=3D motif (with no compatibility as I have >> > switched all the USE_MOTIF ports to use it) USE_FEATURES=3D fise >> > (with no compatibility as I have switched all the USE_FUSE to use >> > it) USE_FEATURES=3D display (with no compatibilify as I have switche= d >> > all the USE_DISPLAY to use it) USE_FEATURES=3D pathfix (which i= s the >> > equivalent of USE_GNOME=3D gnomehack without the need to loading the >> > whole bsd.gnome.mk) >> > >> > The very long term goal will be to switch as much code as possible >> > to be turn into a feature (when it makes sens of course) >> > >> Are you saying that some USE_BLAH=3Dyes will stick around or do I >> misunderstand? >> >> Another question: for USE_BLAH=3Dyes the logical transformation would be >> USE_FEATURES=3DBLAH but what about USE_FOO=3DBLAH ? Would >> USE_FEATURES=3DFOO/BLAH (possibly another separator) or >> USE_FEATURES=3DBLAH be more sensible? >> > > patch has been updated to be able to support the following: > > USE_FEATURES=3D foo:bla > that will 1/ load foo.mk, 2/ create a variable: FEATURE_foo=3D bla > > So that you can do virtually any thing you want :) IMHO this is pointless extra processing. I'd prefer to see FEATURE_foo be manually inserted. --=20 Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 01:20:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E33D3D6E for ; Wed, 6 Feb 2013 01:20:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BFB442B0 for ; Wed, 6 Feb 2013 01:20:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r161KcLg096289 for ; Wed, 6 Feb 2013 01:20:38 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r161Kcjw096287 for freebsd-ports@freebsd.org; Wed, 6 Feb 2013 01:20:38 GMT (envelope-from bdrewery) Received: (qmail 25521 invoked from network); 5 Feb 2013 19:20:36 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Feb 2013 19:20:36 -0600 Message-ID: <5111AFE1.8090603@FreeBSD.org> Date: Tue, 05 Feb 2013 19:20:33 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: rotkap@gmx.de Subject: Re: pkgng - one "ervery day anoying" problem References: <9ct4u9-1mu.ln1@news.hansenet.de> In-Reply-To: X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2TUQKBTDOBLFLJFDAGFPA" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:20:38 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2TUQKBTDOBLFLJFDAGFPA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/4/2013 1:07 PM, Heino Tiedemann wrote: > Daniel Nebdal wrote: >=20 >> You might want to look at this: >> https://github.com/pkgtools/pkgtools/issues/44 >> In the meantime, could you deinstall/reinstall libreoffice? No guarant= ees, >> but maybe it'll clean things up. >=20 >=20 > Even a pkgdb -fu does not help: >=20 > # pkgdb -fu > ---> Updating the pkgdb > [Rebuilding the pkgdb in /var/db/pkg ... USING PKGNG= > - 856 packages found (-0 +856) ........................................= =2E...........................................................100........= =2E......................................................................= =2E....................200...............................................= =2E....................................................300...............= =2E......................................................................= =2E.............400......................................................= =2E.............................................500......................= =2E......................................................................= =2E......600.............................................................= =2E......................................700.............................= =2E......................................................................= 800........................................................ done] > # portupgrade --all=20 > USING PKGNG > USING PKGNG > Stale dependency: de-libreoffice-3.5.7 --> shared-mime-info-1.0_1 -- ma= nually run 'pkgdb -F' to fix, or specify -O to force. >=20 >=20 >=20 > It is like "writen in stone" :( >=20 > Heino Just install the missing dependencies first and then 'pkgdb -uf'. make -C /usr/ports/misc/shared-mime-info install clean pkgdb -uf --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2TUQKBTDOBLFLJFDAGFPA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJREa/hAAoJEG54KsA8mwz5CQUP/38F5ZojFxp6wxsHjMXs+kcu o1ziTYIFi4ug0rbgeX6W4IswjnDczx6Zkme/1knFsmbrJvNY1riE5OjH+5JtvWiW TBCxaSQ5aVo/rJD44CpQ4fo/G/pdq9hsM3vP4cpPjxH415B69j/f5/UxziCI3SJw cq6mrwF5qKytoZoiZ9iEUDoeUQvtovmk0IeO+Zh2A6TKUNJL21uObGVvjm1QhW5j F8jKvM2JlgywXO+5TNGnzpWLMmJxMDLXX60BoC0nQbOclq1z22nYuOoDaEkxIO58 py/vUFkWt3ESYUbPHHVI1ZtmrHaQ0MUiGvfbqSZE5iUaw7VFJBmGiqAXVEDkJvHV u1Bm2cebc/mxaiUs6k8cs6EwjtoX/xYY5I/Wfq5SMH2ZYGatpAuCTzJkrh2UrBSr AER3f4bZ5t9Qu/fR5U6fnXLOicmX49kqAWmP9N+2iOAp4+cE2yMRcFwXdA8aYPwx JyS4bkmUvsoSxh3tgVOPknN2F6uvn8UnIwcBknbXOyvt/BspRxw66SDZYGBEt9VV xuuPs7XznFnWUfyhZGL3PXyeBIH1oV+0KhJX9VEOD/MGJZqxT7icEOx1zlKuoTCs 4YjQuGwCXQO6jk64O751ovAaYlrQf2gRYYcPIKj+HYzgcC2KWqsX+cu1OaLm3aH+ OvYC27/Ef3PGxL1Gegl7 =ak2f -----END PGP SIGNATURE----- ------enig2TUQKBTDOBLFLJFDAGFPA-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 01:22:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 79D69E12 for ; Wed, 6 Feb 2013 01:22:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 604452C3 for ; Wed, 6 Feb 2013 01:22:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r161MYQo096337 for ; Wed, 6 Feb 2013 01:22:34 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r161MYiJ096334 for freebsd-ports@freebsd.org; Wed, 6 Feb 2013 01:22:34 GMT (envelope-from bdrewery) Received: (qmail 65515 invoked from network); 5 Feb 2013 19:22:32 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Feb 2013 19:22:32 -0600 Message-ID: <5111B056.7050607@FreeBSD.org> Date: Tue, 05 Feb 2013 19:22:30 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Matthew Seaman Subject: Re: pkgng - one "ervery day anoying" problem References: <9ct4u9-1mu.ln1@news.hansenet.de> <51101A38.40309@FreeBSD.org> In-Reply-To: <51101A38.40309@FreeBSD.org> X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2ACFLKKEGALFCIUENKSJK" Cc: rotkap@gmx.de, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:22:34 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2ACFLKKEGALFCIUENKSJK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/4/2013 2:29 PM, Matthew Seaman wrote: > On 04/02/2013 19:06, Heino Tiedemann wrote: >> Daniel Nebdal wrote: >> >>> You might want to look at this: >>> https://github.com/pkgtools/pkgtools/issues/44 >>> In the meantime, could you deinstall/reinstall libreoffice? No guaran= tees, >>> but maybe it'll clean things up. >> >> >> I did >> >> Does not solve the stale dependency - it is still there :( >=20 > Hi, Heino, >=20 > This is a bug in portupgrade's pkgng integration: the whole 'pkgdb -Fu'= > thing shouldn't be necessary with pkgng's built-in sqlite database. > Unfortunately the coding required to chop out the pkgdb related bits of= > portupgrade and replace them with equivalents via 'pkg check' isn't > complete. I believe it needs some changes to 'pkg check' too, although= > I have no details on that. Yup it's a combination of that. pkg-check needs a way to just list missing dependencies so portupgrade can fix it via ports. Portupgrade also should stop using a redundant pkgdb on top of pkg(8), but that is a bigger task I have not gotten to yet. >=20 > It's an annoying message, but inaccurate and you can just ignore it. > You can use 'pkg check' and 'pkg info' to verify that liberoffice has > the correct dependencies installed and that all those packages are > correctly installed. Pretty much yes, just making sure the dependencies are installed should fix it. >=20 > Cheers, >=20 > Matthew >=20 --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2ACFLKKEGALFCIUENKSJK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJREbBWAAoJEG54KsA8mwz5tlwP/1nZUHApFv7xv6VYIFqriKGP LFJd2CGZY1xZy949FiRdnc1wOHHzGQRaDuIttGatW0bGIZbe19n6u1d+mqdg9s7Q 65f6gEKi+NRWOMRv5mffTcG9o9lXdwNSnH9OkK5wpLg2BsehMUSrBRtHB2YIlRxa Zf4E8OrWbX+0bBKMhWXqvBAhpkc04yUafREqnncNivlr2jWZWCxZM3KHybA7yDWh aJbGdrngnC7bt8LKaBwhhAHF7ungnyIV9EQ34q3NJExRfZaBc2LjeNuKLCFUfpQk FC5z9KXxDZOx0EXCsnEOy2kDOsjEpdZkx2fRxt61fqA+eQ/cQZj+S2Gwe1POLYSJ XWfW74GWXZnBmITCD9Dwc5RK1alFr5Azztp0bSJQBcPkMmYWy3FiMwuSMWOkixOO MuvBroPdrRF7Ug8aruDPoSSlAvE95+l8x2X75kEOF9zTNcYAWy97Dgxa5lzYsjs+ TQnNZyS+p9y8M0Qs522nMzBhK1OE0J07YZ4ct6Oq5EWdlb27oPytb5s6aYsmJvhw 6Zk9Du/j22jBVgVSFvNNTgDctbl2Gtkli5sbzbbWgpmFxM+jxdPF3bpp3DMhG/1V 0NZr0CumNkXEJURwn7n1V1/oYQ77q0jpRxbOFGAwnKKMe12bKemPwYD9bDLdjbp0 ZamwblhYSQWYcMVqO0zp =n58t -----END PGP SIGNATURE----- ------enig2ACFLKKEGALFCIUENKSJK-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 01:26:18 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C1EFAF9C for ; Wed, 6 Feb 2013 01:26:18 +0000 (UTC) (envelope-from snoopy@groupemusik.com) Received: from fipqcsb01.cogeco.net (proxy.cogeco.ca [216.221.81.96]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC582FB for ; Wed, 6 Feb 2013 01:26:16 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvcCALWvEVEYMkkO/2dsb2JhbAANOL5bBASBHYNRQTw0AlkBBwEBr1uDMZAXjjKDKQOIZpcQihk X-IronPort-AV: E=Sophos;i="4.84,612,1355115600"; d="scan'208";a="208034349" Received: from 24-50-73-14.ri.cgocable.ca (HELO [10.145.2.50]) ([24.50.73.14]) by fipqcsb01.cogeco.net with ESMTP; 05 Feb 2013 20:25:01 -0500 Message-ID: <5111B0EC.50401@groupemusik.com> Date: Tue, 05 Feb 2013 20:25:00 -0500 From: "Bernard Therriault (maison)" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: mi@aldan.algebra.com Subject: FreeBSD Port: minidlna-1.0.24_2,1 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:26:18 -0000 Hello sorry to take your time Just wandering if you will update to minidlna-1.0.25 soon Myself I have problems with "broken pipe" with version 1.0.24 After some googling, it looks like after the upgrade this problem is gone Thank you very much for your attention, Bernard Therriault From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 01:49:57 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0E0E93F4 for ; Wed, 6 Feb 2013 01:49:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D7E7C3E3 for ; Wed, 6 Feb 2013 01:49:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r161num5000278 for ; Wed, 6 Feb 2013 01:49:56 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r161nuM1000277 for ports@freebsd.org; Wed, 6 Feb 2013 01:49:56 GMT (envelope-from bdrewery) Received: (qmail 34955 invoked from network); 5 Feb 2013 19:49:54 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Feb 2013 19:49:54 -0600 Message-ID: <5111B6C0.1000408@FreeBSD.org> Date: Tue, 05 Feb 2013 19:49:52 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: awarecons Subject: Re: ports-mgmt/portupgrade ISSUE portinstall recursive dependency error References: In-Reply-To: X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2HUNODVTVHIXGRMKMVVFA" Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:49:57 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2HUNODVTVHIXGRMKMVVFA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 1/5/2013 9:38 AM, awarecons wrote: > # $FreeBSD: ports/ports-mgmt/portupgrade/Makefile,v 1.285 2012/12/11 > 17:07:46 svnexp Exp $ >=20 > # portupgrade -Nv java/openjdk7 > ---> Session started at: Sat, 05 Jan 2013 19:27:12 +0400 > [Gathering depends for java/openjdk7 > ..................(java/javavmwrapper)..(lang/gcc)..........(lang/gcc)-= --> > Session ended at: Sat, 05 Jan 2013 19:27:18 +0400 (consumed 00:00:06) > /usr/local/sbin/portupgrade:898:in `get_all_depends': recursive > dependency (RecursiveDependencyError) > from /usr/local/sbin/portupgrade:921:in `get_all_depends' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each' > from /usr/local/sbin/portupgrade:920:in `get_all_depends' > from /usr/local/sbin/portupgrade:921:in `get_all_depends' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each' > from /usr/local/sbin/portupgrade:920:in `get_all_depends' > from /usr/local/sbin/portupgrade:921:in `get_all_depends' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' > from /usr/local/lib/ruby/1.8/set.rb:195:in `each' > from /usr/local/sbin/portupgrade:920:in `get_all_depends' > from /usr/local/sbin/portupgrade:937:in `get_notinstalled_depends' > from /usr/local/sbin/portupgrade:813:in `main' > from /usr/local/sbin/portupgrade:791:in `each' > from /usr/local/sbin/portupgrade:791:in `main' > from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `call' > from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `parse_in_order' > from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `catch' > from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `parse_in_order' > from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `catch' > from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order' > from /usr/local/lib/ruby/1.8/optparse.rb:1248:in `order!' > from /usr/local/lib/ruby/1.8/optparse.rb:1241:in `order' > from /usr/local/sbin/portupgrade:576:in `main' > from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' > from /usr/local/sbin/portupgrade:237:in `new' > from /usr/local/sbin/portupgrade:237:in `main' > from /usr/local/sbin/portupgrade:2371 >=20 > Repeatable on any new port. > Appeared after last update of portupgrade, previous version worked fin= e. Did you get this worked out? I have not had any other reports of this issue. The only change in the last version was to no longer support older db formats. This should not be a problem though as I put in code 6+ months ago to handle this situation. Your failure does not look related. You can really force rebuild: rm /var/db/pkg/pkgdb.db; pkgdb -uf= Beyond that I recommend rechecking out ports fresh from SVN or portsnap: rm -rf /usr/ports; portsnap fetch extract --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2HUNODVTVHIXGRMKMVVFA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJREbbAAAoJEG54KsA8mwz5bWUP/32TcIrhbMqrxGy1tprPjtd4 INoklyx3MGHSFsEl0zNBDb4wpGTRkDunacCCPYR1fdLLrva6CzEvzIq8Yv+ZlQiA tnLyAB+aa7d0nVgU08Siq48ohGpcGpFQylCVMB3mSw5Ot3+0G0G6edKkz7zAPGyD p3N4+yEQ1OxKNK7qp3WLmab1pavKzUT/svQ/8oB45RDrHpHDEo7xYEkyjc2zlJyL 6dl2TK3HApErMQ8fLKpiIUi4nxLFaMfAm5vUN8fJWXM4IZ5Z3JbL2u364nWghG+8 /UrJcIk6L5gbdztinqZca+L0xaJCrl/0xNEQezP6r/TPovvFif66Slr/tBVopns+ 3gWK7U7W6i1PDMxtq1XZWeOxMEAQnRn8zq2ZsaQHZUQkKiOt3iW0cVV2SFd/WAPv OMfKFUzIFct0NdcPSyAmrnKOOKxoJPBoSmj5asMtn7ScxTDrRW/itBJ6qDmY8xM0 9I8ZYjkPJxcXRhMQswkOn8aU/JD2EDeCzULvXemrmCC2xIdaYcoHTodJm2sMl0EV w4tN6mt4tO/JL0C/hnIR54FKTDG21rYa7CO9eUqmy7IrxIO4dECYue1IehiHb/YS Dr2oQrmQg6T3DPSitn7stb7buLjitjXNApWFSyOrUgm1hTyOXfu2/9I7TlsvsiT8 4tuQ9720NVfzZMID0+nk =MAyh -----END PGP SIGNATURE----- ------enig2HUNODVTVHIXGRMKMVVFA-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 01:54:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 32EF14B3 for ; Wed, 6 Feb 2013 01:54:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 080F4403 for ; Wed, 6 Feb 2013 01:54:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r161sZWN001838 for ; Wed, 6 Feb 2013 01:54:35 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r161sZpD001835 for freebsd-ports@freebsd.org; Wed, 6 Feb 2013 01:54:35 GMT (envelope-from bdrewery) Received: (qmail 22510 invoked from network); 5 Feb 2013 19:54:34 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Feb 2013 19:54:34 -0600 Message-ID: <5111B7D7.2060606@FreeBSD.org> Date: Tue, 05 Feb 2013 19:54:31 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Beach Geek Subject: Re: Upgrading ports problem with portupgrade(pkgng) References: In-Reply-To: X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2TFTNOKIPQQLMDNEEKDED" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 01:54:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2TFTNOKIPQQLMDNEEKDED Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 12/22/2012 2:15 PM, Beach Geek wrote: > System: FreeBSD/i386 10-current, base/head(src)=3Dr244363, ports/head=3D= r309344. >=20 > I upgraded to r244363 from an Oct 3rd(ish) version. Followed ports/UPDA= TING > for pkgng to edit make.conf and convert pkgdb.db. >=20 > I'm now trying to update my ports (from tree, not pkgs), and I get: >=20 > # portupgrade -ae > USING PKGNG > Stale dependency: ORBit2-2.14.19 --> glib-2.28.8_4 -- manually run > 'pkgdb -F' to fix, or specify -O to force. >=20 > # pkgdb -F USING PKGNG pkgdb -F not supported with PKGNG yet. Use '= pkg > check' directly. >=20 > # pkg check -d (also tried pkg check -d -a) > # >=20 > Running portupgrade -ae gives same message as before. >=20 > Went to port tree, upgraded glib with 'make deinstall reinstall clean'.= > Then.... > # pkg info glib glib-2.28.8_5 Some useful routines of C programming= > (current stable version) >=20 > Run portupgrade -ae...... same message. >=20 > Could someone point me in the right direction... >=20 > If I'm misunderstanding the man & wiki pages, please explain (I'll even= > wear the pointyhat). >=20 > Thanks, BG Maintainer of portupgrade here... I did not see this post until just now.= It should be enough to just install the missing dependencies. You may have to do this manually outside of portupgrade, and then run 'pkgdb -uf'. I am exploring how to make this automatically fix itself. If all else fails, portmaster is an option as well. You don't *have* to use packages. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2TFTNOKIPQQLMDNEEKDED Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJREbfXAAoJEG54KsA8mwz5TNEP/1fZUS3iGJHgu5XW3cFYYe2N vTFkObApnNv3yCF2xT5F/r3vURKvzUACj/zyMiAvZcLYQjH3DwRQwyMkQqoAP4k1 gX5AOYTL8+f7QHN2yTXeKDwJW8hEh8k27QW3D1r0NIlmkJlORdpNtX+/+6uYRfY6 WytP8qKRLuu9KnDGIMAMYfEz8Tp7dFUL4kiqEIb97FOKAZTr5Kh1U6w5EclI+Qwt sVtshizx/gcekA4QyIpJk5N5lWVOsH28vWJiUCo2pFZhwZdSoliN4eRc7ltNmDz1 4sx93Wwg8QF4HcDLmrSQZbUSkAImCX1PmMj/rXzs7G1hfRA4TgwGOqUP1+Up9+t5 yD5qWC/NBLw1Rn8jhzioAYfN7jaap7lm01/oNghIw84nn2VSUaJO6KxOV8I6tdB0 inrdXPKtnjWDf8FTBdJaO+Dv/IF4ooskUATGskszDeGlxxGicbK4JAgyVHVNRS+N SABsByv6t6GXGaY5D00AH6M7X6/8MAC0t9LSXZhBBk3djjUx3ivWXGljVqdH0VVE bfbPFF9KaSCkvRalBErygouz+zubcIOiOW3uFRnthFh8yMaQ+3TvkdEZVXXYQ6Ni 3DTXmM3tPoGugOV4KCjERxodms+zexzNHd/JX3Wd60X4ZGBiuRPut//2E6xKqPXG OW+RdIVpagekkSwXxPmY =+nPC -----END PGP SIGNATURE----- ------enig2TFTNOKIPQQLMDNEEKDED-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 02:03:20 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9DF81761 for ; Wed, 6 Feb 2013 02:03:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7198E685 for ; Wed, 6 Feb 2013 02:03:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1623Kkd003805 for ; Wed, 6 Feb 2013 02:03:20 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1623K8F003798 for ports@FreeBSD.org; Wed, 6 Feb 2013 02:03:20 GMT (envelope-from bdrewery) Received: (qmail 38930 invoked from network); 5 Feb 2013 20:03:18 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Feb 2013 20:03:18 -0600 Message-ID: <5111B9E4.6080503@FreeBSD.org> Date: Tue, 05 Feb 2013 20:03:16 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: FreeBSD Ports Subject: portupgrade+pkgng stale dependency - ports/175841 - github issue 44 X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2DILXKUMGBGNGJVCCFWXB" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 02:03:20 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2DILXKUMGBGNGJVCCFWXB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Looking into this more I see that there definitely is some bug here either with portupgrade, pkg(8), or the integration of the two. I will update ports@ and https://github.com/pkgtools/pkgtools/issues/44 when I have more details or a fix. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2DILXKUMGBGNGJVCCFWXB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJREbnkAAoJEG54KsA8mwz5fTsP/Rbbbbg/WFWnKvgtQZwYXsFK 0FJEJCkb9EnjphqbO5/itkvZi8xEDBJTgMWgsNVHzrxLmIQhZKHpkXy+eHrLubMH pN0xUf4vd2C9QsbPphrGF+pXVfjIvdUF+J1GOwPEhorwFlFD3R7pJPAb8ymOrwgF hxqcYyrWDnS16vL1vZ7RWJBNMAk0fmnRlIrPyFhZSKlCvjypD/Gcxk/duj+BecIk A531bATpOmqqLOP3YFLTYrSE892APuF2XdB8qUFnIA5boW4nXyQM+fziNIbGrgoS TNWevsyhkTKRmK86fCV+ddVkOS/8U3QVCP1MPezcZv8PAs/sHZ7KsLw/tQoyqjqa 6kOSdMJ34cx8vQS+yFz4wMI066JwyeivcI/ZK6kA/U5BvHJc12MtdvdbVcechPaS 0GqY84t0XVfIyXoIe1czstRD0iIEncSU4Y8+w5TvX7eYJtB8SeaNNH6GYcacV3d8 UET1iOFzW6AbZnOs6NUz2H4gpYJrITm+Z8sBLj70+o74SxEow5OKp946UQAsUn25 rVp7B20oU80zC/dxoYGk5ScSiZekU7/BlJwUgjcEtwAMDxdQlgMPbIdXwoii/Q1e /P4ziDB9jO7tlAUorsLIBRW6YHX2KiXRovHlPrTSrf/gKseSsQADxmHDI35Qr/ga 2dMNgos+O+ZX14m3NNVs =C1MV -----END PGP SIGNATURE----- ------enig2DILXKUMGBGNGJVCCFWXB-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 02:16:00 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2F48797E for ; Wed, 6 Feb 2013 02:16:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D4B326EF for ; Wed, 6 Feb 2013 02:15:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r162Fxsq007324 for ; Wed, 6 Feb 2013 02:15:59 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r162FxO3007323 for ports@FreeBSD.org; Wed, 6 Feb 2013 02:15:59 GMT (envelope-from bdrewery) Received: (qmail 74161 invoked from network); 5 Feb 2013 20:15:58 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 5 Feb 2013 20:15:58 -0600 Message-ID: <5111BCDB.9070704@FreeBSD.org> Date: Tue, 05 Feb 2013 20:15:55 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: FreeBSD Ports Subject: Re: portupgrade+pkgng stale dependency - ports/175841 - github issue 44 References: <5111B9E4.6080503@FreeBSD.org> In-Reply-To: <5111B9E4.6080503@FreeBSD.org> X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2UOVABARKOCXCWJKAUWGR" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 02:16:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2UOVABARKOCXCWJKAUWGR Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/5/2013 8:03 PM, Bryan Drewery wrote: > Looking into this more I see that there definitely is some bug here > either with portupgrade, pkg(8), or the integration of the two. >=20 > I will update ports@ and https://github.com/pkgtools/pkgtools/issues/44= > when I have more details or a fix. >=20 To the users who have ran into this, I'm curious if you had done any 'pkg set -o' or 'portupgrade -o' recently prior to running into this issu= e? --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2UOVABARKOCXCWJKAUWGR Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJREbzbAAoJEG54KsA8mwz5yfYP/RNw16AA9hzaZVwvUtrslC3Q QDIOULeB2NCW660EjpfTklN/fkmqLteoyuWECMuAsAOFHURWWQL40zR1RDwrqhnJ Y8nS+XHwGqUKv98Yov5gfxfLNmM9HvH86nYos2wsJW28iwy+8TpTQm/vcXBToklR Wa5rCf3oeTt4mFCokvahAfFp8AlgSuM0GJ9dvamWL6RKp0Qtl2qDLs2zjz4MfLQC vTqRvze49fDsyl4myzoqYoEdsHxBcLrN98nNaM4mpMsUv0QJifyiAebMH7vbar31 prD9O9MM41WVmdx7zXgSQUr72qECrrPzV0FTOj5nO2CJSIPhTfHFfyJ6PQ5a54Oe ndfalvjtlJL8J4KOWTza37TZjlvG5rqVrQ1PWNBWBCZn3bT/fZKdkJsotc5xnrMr Ec0gxUx071zhFoXRY3y0d6nMeW1BMLr2OgI6mtJTgKISUZm6fT7YHakkUcQ7sMGc /rkcp9v+8SqUkrTlKv5js0c2K2WmQ3Jj1DMO9a7loKlFd5Tb9EZ0uy0Rho2GvabJ 4CvtgEGdYEnfWQLByzGEDth2YU1BENyqZBddHJLwX3wxxGXCc1ADz9cqHkm4cMIA ZOyASWJ3KKBGvgnBR8m9ZAesAKYOdWrdKRpgY4Ercc7V5nPVL9a3VcO5dQSHcN/+ Vz/14CEXOx2Hyd2veymp =9xQt -----END PGP SIGNATURE----- ------enig2UOVABARKOCXCWJKAUWGR-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 03:01:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37601359 for ; Wed, 6 Feb 2013 03:01:36 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id F09E18AB for ; Wed, 6 Feb 2013 03:01:35 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id E2BEB861AA; Wed, 6 Feb 2013 04:01:34 +0100 (CET) Message-ID: <5111C78D.1080901@bsdforen.de> Date: Wed, 06 Feb 2013 04:01:33 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Boris Samorodov Subject: Re: New version of TeX? References: <510EDC14.3030107@freebsd.org> <1359939844.51356.YahooMailNeo@web162003.mail.bf1.yahoo.com> <510F5352.8000101@bsdforen.de> <51101544.3070809@passap.ru> In-Reply-To: <51101544.3070809@passap.ru> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 03:01:36 -0000 On 04/02/2013 21:08, Boris Samorodov wrote: > 04.02.2013 10:21, Dominic Fandrey пишет: >> On 04/02/2013 02:04, Danilo Egea wrote: >>> Well, there is this project http://code.google.com/p/freebsd-texlive/ >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171571 > > I use the patch from this PR together with the attached diff > and portmaster seems to DTRT with dependencies. Seeing that someone else actually uses it, I just attached a little update fixing a problem I discovered only a couple of days ago. I recommend you to install texlive-base again. Also I think it would be nice if you attached your patches to the PR. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 06:36:07 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8A776A07 for ; Wed, 6 Feb 2013 06:36:07 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by mx1.freebsd.org (Postfix) with ESMTP id 110B496 for ; Wed, 6 Feb 2013 06:36:06 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id e52so514230eek.6 for ; Tue, 05 Feb 2013 22:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=+qALBbsqsrOiP3Xfl7JdwW5jcPv5zj1Do0djCsqR88w=; b=chr5+reCMRwLvnhyWwEKYi8UC+h9zCTahq1xaFDuO/YwJXpert/8VVV5HkEYS382iT j8Y2TFlkt2EdrlQfsgZMSWAt+yeapQubpXmKpaiO7mRJOq9KKWUcDgGzU17Ng8xSRuK2 um7pOw/KrO4awcD0lgCpPHxON5k/Yx0HtlvVFB/iaBkF8KGFY+0fx2qrJvVmcLiJG/Gc wtaBvo3nY0VytFOmGcRzPejyt0e6JsSpdv5BGfv7qGM/MiAj/BrMg6AXqoQIwnDL8Hhm J0QkLMaCabCPxmvNnM+buKTlh/QWCxI5oZpJBvXH+svBWSxMy4ikZTn/mQMEdsnOarGn Sd+w== X-Received: by 10.14.5.6 with SMTP id 6mr4406664eek.42.1360132559926; Tue, 05 Feb 2013 22:35:59 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id k7sm32423218een.8.2013.02.05.22.35.57 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 05 Feb 2013 22:35:58 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 07:35:56 +0100 From: Baptiste Daroussin To: Eitan Adler Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130206063556.GA1268@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YiEDa0DAkWCtVeE4" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org, =?iso-8859-1?Q?Ren=E9?= Ladan X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 06:36:07 -0000 --YiEDa0DAkWCtVeE4 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 06:47:34PM -0500, Eitan Adler wrote: > On 5 February 2013 18:24, Baptiste Daroussin wrote: > > On Mon, Feb 04, 2013 at 07:53:39PM +0100, Ren=E9 Ladan wrote: > >> -----BEGIN PGP SIGNED MESSAGE----- > >> Hash: SHA1 > >> > >> On 04-02-2013 19:19, Baptiste Daroussin wrote: > >> > Hi, > >> > > >> > I have some improvements to the ports tree to propose, and I'm > >> > looking for testers/opinions > >> > > >> > First let me explain: > >> > > >> > I want to introduce a new USE_FEATURES macro into the ports tree > >> > > >> > The goal of this macros is to be able to standardize how we call > >> > all the USE_* things as well as creating some "load on demand" code > >> > for a corresponding feature. > >> > > >> > What I expect in long term is to get a more readable bsd.port.mk & > >> > friends, meaning easier to maintain > >> > > >> > I except some performance improvements given that make will have to > >> > parse less things. > >> > > >> > I also expect less complexity if bsd.*.mk code. > >> > > >> > What will have is all/most of the code corresponding to a > >> > USE_SOMETHING right now will endup in a Mk/features/something.mk > >> > which will be loaded only if the ports defines: USE_FEATURES=3D > >> > something > >> > > >> > the loading is done at the very early stage of bsd.port.post.mk to > >> > allow one to load modify USE_FEATURES depending on some options > >> > etc. > >> > > >> > each features/*.mk is itself protected by a variable to avoid multi > >> > loading of the same file > >> > > >> > if a feature depends on another one the feature itself just have to > >> > ".include" the other one. > >> > > >> This sounds like a good idea to me. > >> > >> > As a proof of concept I made the following: USE_FEATURES=3D gmake > >> > (with a compatibility for USE_GMAKE to allow migration) > >> > USE_FEATURES=3D iconv (with a compatibility for USE_ICONV to a= llow > >> > migration) USE_FEATURES=3D motif (with no compatibility as I have > >> > switched all the USE_MOTIF ports to use it) USE_FEATURES=3D fise > >> > (with no compatibility as I have switched all the USE_FUSE to use > >> > it) USE_FEATURES=3D display (with no compatibilify as I have switc= hed > >> > all the USE_DISPLAY to use it) USE_FEATURES=3D pathfix (which= is the > >> > equivalent of USE_GNOME=3D gnomehack without the need to loading the > >> > whole bsd.gnome.mk) > >> > > >> > The very long term goal will be to switch as much code as possible > >> > to be turn into a feature (when it makes sens of course) > >> > > >> Are you saying that some USE_BLAH=3Dyes will stick around or do I > >> misunderstand? > >> > >> Another question: for USE_BLAH=3Dyes the logical transformation would = be > >> USE_FEATURES=3DBLAH but what about USE_FOO=3DBLAH ? Would > >> USE_FEATURES=3DFOO/BLAH (possibly another separator) or > >> USE_FEATURES=3DBLAH be more sensible? > >> > > > > patch has been updated to be able to support the following: > > > > USE_FEATURES=3D foo:bla > > that will 1/ load foo.mk, 2/ create a variable: FEATURE_foo=3D bla > > > > So that you can do virtually any thing you want :) >=20 > IMHO this is pointless extra processing. I'd prefer to see > FEATURE_foo be manually inserted. >=20 This processing is only 2 lines of code and allows to make sure there is so= me kind of consistency added to the usage of USE_FEATURES. regards, Bapt --YiEDa0DAkWCtVeE4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlER+csACgkQ8kTtMUmk6EzkewCeLxdMEyOWSVqVM7RBfT6MFhJB imUAoJLYRDbuObcCzsIdk6yyeE7Dyu3M =yaPC -----END PGP SIGNATURE----- --YiEDa0DAkWCtVeE4-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 08:45:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 07542D38; Wed, 6 Feb 2013 08:45:14 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3D566844; Wed, 6 Feb 2013 08:45:13 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U30cv-0003eQ-Su; Wed, 06 Feb 2013 08:45:12 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U30cv-0001yG-Ka; Wed, 06 Feb 2013 08:45:09 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r168j9tZ072275; Wed, 6 Feb 2013 08:45:09 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r168j98I072274; Wed, 6 Feb 2013 08:45:09 GMT (envelope-from mexas) Date: Wed, 6 Feb 2013 08:45:09 GMT From: Anton Shterenlikht Message-Id: <201302060845.r168j98I072274@mech-cluster241.men.bris.ac.uk> To: bapt@FreeBSD.org, mexas@bristol.ac.uk Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found In-Reply-To: <20130205225038.GJ88651@ithaqua.etoilebsd.net> X-Spam-Score: -3.3 X-Spam-Level: --- Cc: johans@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 08:45:14 -0000 From baptiste.daroussin@gmail.com Wed Feb 6 00:07:24 2013 On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: >=20 > Hi >=20 > BUZI# pkg check -Ba > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= 12.4.3 not found > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= o.2.12.4.3 not found > BUZI# >=20 > I thought there was something wrong with my installation, > so I rebuilt the port: >=20 > =3D=3D=3D> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > =3D=3D=3D> Registering installation for calc-2.12.4.3_1 > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= 12.4.3 not found > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= o.2.12.4.3 not found > Installing calc-2.12.4.3_1... done >=20 > =3D=3D=3D>>> Re-installation of calc-2.12.4.3_1 complete >=20 > The libraries seem in order: >=20 > BUZI# ls -al /usr/local/lib/libcalc.so* > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so = -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2 -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12 -> libcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12.4 -> libcalc.so.2.12.4.3 > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.so.= 2.12.4.3 > BUZI#=20 >=20 > BUZI# ls -al /usr/local/lib/libcustcalc.so* > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2 -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12 -> libcustcalc.so.2.12.4.3 > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12.4 -> libcustcalc.so.2.12.4.3 > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustcalc.= so.2.12.4.3 > BUZI#=20 >=20 > I've pkg-1.0.7 installed. > Is the problem with pkg? Do you have shlib activated? yes, # grep SHLIBS /usr/local/etc/pkg.conf SHLIBS : YES # Anton From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 09:08:27 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 20935FE8; Wed, 6 Feb 2013 09:08:27 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) by mx1.freebsd.org (Postfix) with ESMTP id 51817956; Wed, 6 Feb 2013 09:08:25 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id c13so481172eaa.2 for ; Wed, 06 Feb 2013 01:08:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=7AIrrcwmYFJ5d3RQQ+m+5Hkib6Ebjf90FFUTwdmNfW8=; b=YyM12Ics0B9vS+m9mLzABo+uhq6lUW4tewTPKrY2dbpDqBCHfBFEAVaCFQISBVY7Kz ONAio3D5LAslAQkw8wrq0G7D/Jzyp+43FlD7iW5reKJhQbt8eOXAOSPM7IY23n1pVn+Z FhkCxBYEt0OTWNJe07lH14XMEGo5Zkj/zWGG5xIdZHc/TyK21THiUSrV/0fv4SkYzZYh J/lKmGTtQ6YJlFmBibl5K4hBTb5tHUmReLYczMyarMx3uFM8B5zE7ywZAHxDcMfUju+9 c/x58GLeuaP8iBttHU4jTU2Sj0c4pwuvW9EFjRQ6LNGibW7Sl0p0mapE5lX5LHuuQ2a/ j1LA== X-Received: by 10.14.225.72 with SMTP id y48mr94890691eep.46.1360141704830; Wed, 06 Feb 2013 01:08:24 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id h5sm35668520eem.1.2013.02.06.01.08.23 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 01:08:23 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 10:08:21 +0100 From: Baptiste Daroussin To: Anton Shterenlikht Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found Message-ID: <20130206090821.GE1268@ithaqua.etoilebsd.net> References: <20130205225038.GJ88651@ithaqua.etoilebsd.net> <201302060845.r168j98I072274@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0QFb0wBpEddLcDHQ" Content-Disposition: inline In-Reply-To: <201302060845.r168j98I072274@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: johans@FreeBSD.org, matthew@FreeBSD.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 09:08:27 -0000 --0QFb0wBpEddLcDHQ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 08:45:09AM +0000, Anton Shterenlikht wrote: > From baptiste.daroussin@gmail.com Wed Feb 6 00:07:24 2013 >=20 > On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: > >=3D20 > > Hi > >=3D20 > > BUZI# pkg check -Ba > > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so= =2E2.=3D > 12.4.3 not found > > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcal= c.s=3D > o.2.12.4.3 not found > > BUZI# > >=3D20 > > I thought there was something wrong with my installation, > > so I rebuilt the port: > >=3D20 > > =3D3D=3D3D=3D3D> Running ldconfig > > /sbin/ldconfig -m /usr/local/lib > > =3D3D=3D3D=3D3D> Registering installation for calc-2.12.4.3_1 > > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so= =2E2.=3D > 12.4.3 not found > > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcal= c.s=3D > o.2.12.4.3 not found > > Installing calc-2.12.4.3_1... done > >=3D20 > > =3D3D=3D3D=3D3D>>> Re-installation of calc-2.12.4.3_1 complete > >=3D20 > > The libraries seem in order: > >=3D20 > > BUZI# ls -al /usr/local/lib/libcalc.so* > > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.= so =3D > -> libcalc.so.2.12.4.3 > > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.= so.=3D > 2 -> libcalc.so.2.12.4.3 > > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.= so.=3D > 2.12 -> libcalc.so.2.12.4.3 > > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.= so.=3D > 2.12.4 -> libcalc.so.2.12.4.3 > > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.= so.=3D > 2.12.4.3 > > BUZI#=3D20 > >=3D20 > > BUZI# ls -al /usr/local/lib/libcustcalc.so* > > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustca= lc.=3D > so -> libcustcalc.so.2.12.4.3 > > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustca= lc.=3D > so.2 -> libcustcalc.so.2.12.4.3 > > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustca= lc.=3D > so.2.12 -> libcustcalc.so.2.12.4.3 > > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustca= lc.=3D > so.2.12.4 -> libcustcalc.so.2.12.4.3 > > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustca= lc.=3D > so.2.12.4.3 > > BUZI#=3D20 > >=3D20 > > I've pkg-1.0.7 installed. > > Is the problem with pkg? >=20 > Do you have shlib activated? >=20 > yes, >=20 > # grep SHLIBS /usr/local/etc/pkg.conf > SHLIBS : YES > # So I think this is a SHLIB warning (no hurt nothing is broken) I CCed matth= ew as shlibs is his work :) regards, Bapt --0QFb0wBpEddLcDHQ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESHYUACgkQ8kTtMUmk6EwkjACgujpSKMzvsLEqt+c2VXb+rzgC O3MAn2jt6vdNEr7S9DvouNNZL22+54zC =mbLI -----END PGP SIGNATURE----- --0QFb0wBpEddLcDHQ-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 09:19:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41288637 for ; Wed, 6 Feb 2013 09:19:37 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f45.google.com (mail-ee0-f45.google.com [74.125.83.45]) by mx1.freebsd.org (Postfix) with ESMTP id C5E16B4E for ; Wed, 6 Feb 2013 09:19:36 +0000 (UTC) Received: by mail-ee0-f45.google.com with SMTP id b57so592857eek.18 for ; Wed, 06 Feb 2013 01:19:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=PBnkP5ZTaN3EnRizXwVhRpTglqVbE6ulYknieW/Numo=; b=UUkwHa/MP4ltkqPBLvWFkcAG/+vhaq1sDj0gcLLfoSk6z3aj/SoXj6MiQ1g6v2rQ7H 2t3E+pXX5oPpMm3L5CWwxTzL4gjA+//P6QMwDZsIJOhvOOGa/P3+5ZY/aj/MWQzvvfyu XKVqjW+rfGsgOyvr2KMGVVO+rJUKavM+4t4MtFTEqnWivyPHWzvDAI0L6c0vdKreZdBM NSrJPXsCM83ET8AdgMy5fmxfQzpmnKfd6oefGfVNDj3GLHRj8W4YcdQP3IwbG1wsuJRL EZzaRaLdMs2zSNMhPC2kfURPnD5fR5g/agX2an6xzTyppBi33sx8g/XZ2ky4Vx5tXZ4u TuqA== X-Received: by 10.14.174.197 with SMTP id x45mr21104307eel.5.1360142375436; Wed, 06 Feb 2013 01:19:35 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q42sm26450725eem.14.2013.02.06.01.19.34 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 01:19:34 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 10:19:32 +0100 From: Baptiste Daroussin To: =?iso-8859-1?Q?Ren=E9?= Ladan Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130206091932.GF1268@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3oCie2+XPXTnK5a5" Content-Disposition: inline In-Reply-To: <20130205232407.GM88651@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 09:19:37 -0000 --3oCie2+XPXTnK5a5 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 12:24:07AM +0100, Baptiste Daroussin wrote: > On Mon, Feb 04, 2013 at 07:53:39PM +0100, Ren=E9 Ladan wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > >=20 > > On 04-02-2013 19:19, Baptiste Daroussin wrote: > > > Hi, > > >=20 > > > I have some improvements to the ports tree to propose, and I'm > > > looking for testers/opinions > > >=20 > > > First let me explain: > > >=20 > > > I want to introduce a new USE_FEATURES macro into the ports tree > > >=20 > > > The goal of this macros is to be able to standardize how we call > > > all the USE_* things as well as creating some "load on demand" code > > > for a corresponding feature. > > >=20 > > > What I expect in long term is to get a more readable bsd.port.mk & > > > friends, meaning easier to maintain > > >=20 > > > I except some performance improvements given that make will have to > > > parse less things. > > >=20 > > > I also expect less complexity if bsd.*.mk code. > > >=20 > > > What will have is all/most of the code corresponding to a > > > USE_SOMETHING right now will endup in a Mk/features/something.mk > > > which will be loaded only if the ports defines: USE_FEATURES=3D > > > something > > >=20 > > > the loading is done at the very early stage of bsd.port.post.mk to > > > allow one to load modify USE_FEATURES depending on some options > > > etc. > > >=20 > > > each features/*.mk is itself protected by a variable to avoid multi > > > loading of the same file > > >=20 > > > if a feature depends on another one the feature itself just have to > > > ".include" the other one. > > >=20 > > This sounds like a good idea to me. > >=20 > > > As a proof of concept I made the following: USE_FEATURES=3D gmake > > > (with a compatibility for USE_GMAKE to allow migration)=20 > > > USE_FEATURES=3D iconv (with a compatibility for USE_ICONV to allow > > > migration) USE_FEATURES=3D motif (with no compatibility as I have > > > switched all the USE_MOTIF ports to use it) USE_FEATURES=3D fise > > > (with no compatibility as I have switched all the USE_FUSE to use > > > it) USE_FEATURES=3D display (with no compatibilify as I have switched > > > all the USE_DISPLAY to use it) USE_FEATURES=3D pathfix (which is the > > > equivalent of USE_GNOME=3D gnomehack without the need to loading the > > > whole bsd.gnome.mk) > > >=20 > > > The very long term goal will be to switch as much code as possible > > > to be turn into a feature (when it makes sens of course) > > >=20 > > Are you saying that some USE_BLAH=3Dyes will stick around or do I > > misunderstand? > >=20 > > Another question: for USE_BLAH=3Dyes the logical transformation would be > > USE_FEATURES=3DBLAH but what about USE_FOO=3DBLAH ? Would > > USE_FEATURES=3DFOO/BLAH (possibly another separator) or > > USE_FEATURES=3DBLAH be more sensible? > >=20 >=20 > patch has been updated to be able to support the following: >=20 > USE_FEATURES=3D foo:bla > that will 1/ load foo.mk, 2/ create a variable: FEATURE_foo=3D bla >=20 > So that you can do virtually any thing you want :) As I have been asked here is an example converting USE_GETTEXT to the new feature: http://people.freebsd.org/~bapt/gettext.mk to be use as the following: USE_FEATURES=3D gettext or USE_FEATURES=3D gettext:run or USE_FEATURES=3D gettext:build >=20 > regards, > Bapt --3oCie2+XPXTnK5a5 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESICQACgkQ8kTtMUmk6ExfjwCeNaFbgDZOkbapbDeakeAfJpzK pAgAoIICh/WU/nUN9EV+fBl+SJUk25j1 =TNBA -----END PGP SIGNATURE----- --3oCie2+XPXTnK5a5-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 09:30:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D443A9F2; Wed, 6 Feb 2013 09:30:48 +0000 (UTC) (envelope-from matthew@freebsd.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACA3C3A; Wed, 6 Feb 2013 09:30:48 +0000 (UTC) Received: from rufus.webfusion.com (mail.heartinternet.co.uk [79.170.40.31]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r169UYeS039130 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Wed, 6 Feb 2013 09:30:42 GMT (envelope-from matthew@freebsd.org) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r169UYeS039130 Authentication-Results: smtp.infracaninophile.co.uk/r169UYeS039130; dkim=none reason="no signature"; dkim-adsp=none (insecure policy) X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host mail.heartinternet.co.uk [79.170.40.31] claimed to be rufus.webfusion.com Message-ID: <511222BA.4000808@freebsd.org> Date: Wed, 06 Feb 2013 09:30:34 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found References: <20130205225038.GJ88651@ithaqua.etoilebsd.net> <201302060845.r168j98I072274@mech-cluster241.men.bris.ac.uk> <20130206090821.GE1268@ithaqua.etoilebsd.net> In-Reply-To: <20130206090821.GE1268@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: johans@FreeBSD.org, Anton Shterenlikht , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 09:30:48 -0000 On 06/02/2013 09:08, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 08:45:09AM +0000, Anton Shterenlikht wrote: >> From baptiste.daroussin@gmail.com Wed Feb 6 00:07:24 2013 >> >> On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: >> >=20 >> > Hi >> >=20 >> > BUZI# pkg check -Ba >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= >> 12.4.3 not found >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= >> o.2.12.4.3 not found >> > BUZI# >> >=20 >> > I thought there was something wrong with my installation, >> > so I rebuilt the port: >> >=20 >> > =3D=3D=3D> Running ldconfig >> > /sbin/ldconfig -m /usr/local/lib >> > =3D=3D=3D> Registering installation for calc-2.12.4.3_1 >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= >> 12.4.3 not found >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= >> o.2.12.4.3 not found >> > Installing calc-2.12.4.3_1... done >> >=20 >> > =3D=3D=3D>>> Re-installation of calc-2.12.4.3_1 complete >> >=20 >> > The libraries seem in order: >> >=20 >> > BUZI# ls -al /usr/local/lib/libcalc.so* >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so = >> -> libcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2 -> libcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2.12 -> libcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2.12.4 -> libcalc.so.2.12.4.3 >> > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2.12.4.3 >> > BUZI#=20 >> >=20 >> > BUZI# ls -al /usr/local/lib/libcustcalc.so* >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so -> libcustcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2 -> libcustcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2.12 -> libcustcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2.12.4 -> libcustcalc.so.2.12.4.3 >> > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2.12.4.3 >> > BUZI#=20 >> >=20 >> > I've pkg-1.0.7 installed. >> > Is the problem with pkg? >> >> Do you have shlib activated? >> >> yes, >> >> # grep SHLIBS /usr/local/etc/pkg.conf >> SHLIBS : YES >> # > > So I think this is a SHLIB warning (no hurt nothing is broken) I CCed matthew as > shlibs is his work :) > There are numerous fixes to the SHLIB code in HEAD basically waiting on pkg-1.1 to be released. However the problem here appears to be that the ABI version number in the shared library name is malformed. There should be just one number, not a string of numbers separated by decimal points. Cheers, Matthew From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 09:41:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 18A05D93; Wed, 6 Feb 2013 09:41:51 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f44.google.com (mail-ee0-f44.google.com [74.125.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 30F9CD00; Wed, 6 Feb 2013 09:41:50 +0000 (UTC) Received: by mail-ee0-f44.google.com with SMTP id l10so633231eei.17 for ; Wed, 06 Feb 2013 01:41:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=RG1OxpwoXO9hnkcK9rUevs26MkRTl169wyP1NfoLZYM=; b=QYWo3XM7/ORxUCJmgEgeLsO8Sr85s8r7YPX7ehJyYHByH8i5Ur/NBHwD+QwqqqFg6j 6V327uo5A592N7yOUYtzo6ykGhFusGD8NNtBAeFjVBlRI6bZDknh4ROSNkgmAeXuhO2T dV/BwUmwKfQzWzrVIaPLW8w9a8WNzvbuM3K+uitR7lHw0sQM6VidHhE5wfPLaupOAxkr ORgnsqGKJHoUjk7PE463A0egnR2nJf+6jVGYm5CJu5pNP0h1qXmERao+QvPCAgt+DWmI S/Rt+PMgzHDg2dK38bZLmmGSnlYuAh1U5zc51SKPvPzRS+ifowkxpNwo61l+yL98X6di COdA== X-Received: by 10.14.215.131 with SMTP id e3mr31877451eep.32.1360143709133; Wed, 06 Feb 2013 01:41:49 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id g2sm35781241eep.16.2013.02.06.01.41.47 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 01:41:48 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 10:41:45 +0100 From: Baptiste Daroussin To: Matthew Seaman Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found Message-ID: <20130206094145.GG1268@ithaqua.etoilebsd.net> References: <20130205225038.GJ88651@ithaqua.etoilebsd.net> <201302060845.r168j98I072274@mech-cluster241.men.bris.ac.uk> <20130206090821.GE1268@ithaqua.etoilebsd.net> <511222BA.4000808@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3xoW37o/FfUZJwQG" Content-Disposition: inline In-Reply-To: <511222BA.4000808@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: johans@FreeBSD.org, Anton Shterenlikht , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 09:41:51 -0000 --3xoW37o/FfUZJwQG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 09:30:34AM +0000, Matthew Seaman wrote: > On 06/02/2013 09:08, Baptiste Daroussin wrote: > > On Wed, Feb 06, 2013 at 08:45:09AM +0000, Anton Shterenlikht wrote: > >> From baptiste.daroussin@gmail.com Wed Feb 6 00:07:24 2013 > >> > >> On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: > >> >=3D20 > >> > Hi > >> >=3D20 > >> > BUZI# pkg check -Ba > >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc= =2Eso.2.=3D > >> 12.4.3 not found > >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcust= calc.s=3D > >> o.2.12.4.3 not found > >> > BUZI# > >> >=3D20 > >> > I thought there was something wrong with my installation, > >> > so I rebuilt the port: > >> >=3D20 > >> > =3D3D=3D3D=3D3D> Running ldconfig > >> > /sbin/ldconfig -m /usr/local/lib > >> > =3D3D=3D3D=3D3D> Registering installation for calc-2.12.4.3_1 > >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc= =2Eso.2.=3D > >> 12.4.3 not found > >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcust= calc.s=3D > >> o.2.12.4.3 not found > >> > Installing calc-2.12.4.3_1... done > >> >=3D20 > >> > =3D3D=3D3D=3D3D>>> Re-installation of calc-2.12.4.3_1 complete > >> >=3D20 > >> > The libraries seem in order: > >> >=3D20 > >> > BUZI# ls -al /usr/local/lib/libcalc.so* > >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libca= lc.so =3D > >> -> libcalc.so.2.12.4.3 > >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libca= lc.so.=3D > >> 2 -> libcalc.so.2.12.4.3 > >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libca= lc.so.=3D > >> 2.12 -> libcalc.so.2.12.4.3 > >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libca= lc.so.=3D > >> 2.12.4 -> libcalc.so.2.12.4.3 > >> > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libca= lc.so.=3D > >> 2.12.4.3 > >> > BUZI#=3D20 > >> >=3D20 > >> > BUZI# ls -al /usr/local/lib/libcustcalc.so* > >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcus= tcalc.=3D > >> so -> libcustcalc.so.2.12.4.3 > >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcus= tcalc.=3D > >> so.2 -> libcustcalc.so.2.12.4.3 > >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcus= tcalc.=3D > >> so.2.12 -> libcustcalc.so.2.12.4.3 > >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcus= tcalc.=3D > >> so.2.12.4 -> libcustcalc.so.2.12.4.3 > >> > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcus= tcalc.=3D > >> so.2.12.4.3 > >> > BUZI#=3D20 > >> >=3D20 > >> > I've pkg-1.0.7 installed. > >> > Is the problem with pkg? > >> > >> Do you have shlib activated? > >> > >> yes, > >> > >> # grep SHLIBS /usr/local/etc/pkg.conf > >> SHLIBS : YES > >> # > >=20 > > So I think this is a SHLIB warning (no hurt nothing is broken) I CCed m= atthew as > > shlibs is his work :) > >=20 >=20 > There are numerous fixes to the SHLIB code in HEAD basically waiting on > pkg-1.1 to be released. However the problem here appears to be that the > ABI version number in the shared library name is malformed. There > should be just one number, not a string of numbers separated by decimal > points. On single number is an arbitrary limitation and should not be. it will be s= oon fix in LIB_DEPENDS in the ports tree, and should be also fixed in pkg regards, Bapt --3xoW37o/FfUZJwQG Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESJVkACgkQ8kTtMUmk6EzIewCgjJDZ+krgfxyklSSNqoJ2ivpq EZMAoIRBgnOSR8NX8Y3FLM2tUWtFggB9 =Xu9P -----END PGP SIGNATURE----- --3xoW37o/FfUZJwQG-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 10:01:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 132F62F0; Wed, 6 Feb 2013 10:01:37 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail06.adl6.internode.on.net (ipmail06.adl6.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:6:6]) by mx1.freebsd.org (Postfix) with ESMTP id 72911E02; Wed, 6 Feb 2013 10:01:36 +0000 (UTC) Received: from ppp247-71.static.internode.on.net (HELO leader.local) ([203.122.247.71]) by ipmail06.adl6.internode.on.net with ESMTP; 06 Feb 2013 20:31:33 +1030 Message-ID: <51122990.2080106@ShaneWare.Biz> Date: Wed, 06 Feb 2013 20:29:44 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Wesley Shields Subject: Re: I need help with git References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> <511059BB.5000203@ShaneWare.Biz> <20130205135720.GB4031@atarininja.org> In-Reply-To: <20130205135720.GB4031@atarininja.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Paul Schmehl , Micheas Herman , FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 10:01:37 -0000 On 06/02/2013 00:27, Wesley Shields wrote: > I don't know if we have a way to express this in the ports framework but > you absolutely can grab a tarball of a repo at any specific commit on > github even if it is not tagged. > > This is the URL to grab ironbee/libhtp at > 234fd5bab1225e483ea263a5a15faebed0bd61b9: > > https://github.com/ironbee/libhtp/archive/234fd5bab1225e483ea263a5a15faebed0bd61b9.tar.gz > /usr/ports/Mk/bsd.sites.mk contains -- # GitHub files can also be obtained, without the commit hashes, by doing: # # MASTER_SITES= http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ # FETCH_ARGS= -Fpr Where PORTVERSION would be expected to equal the tag name. I think that would mean not defining USE_GITHUB. I haven't tested this yet - but it looks like PORTVERSION can be swapped for the long commit hash. So you could probably use -- MASTER_SITES= http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_COMMIT}.tar.gz?dummy=/ DISTFILES=${GH_PROJECT}-${GH_COMMIT}.tar.gz FETCH_ARGS= -Fpr GH_ACCOUNT= ironbee GH_PROJECT= libhtp GH_COMMIT= 234fd5bab1225e483ea263a5a15faebed0bd61b9 Without USE_GITHUB you may need to add WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_COMMIT} That could be the workaround for getting an untagged commit. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 10:40:37 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A13C1ABB; Wed, 6 Feb 2013 10:40:37 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-ia0-x231.google.com (ia-in-x0231.1e100.net [IPv6:2607:f8b0:4001:c02::231]) by mx1.freebsd.org (Postfix) with ESMTP id 520AFF78; Wed, 6 Feb 2013 10:40:37 +0000 (UTC) Received: by mail-ia0-f177.google.com with SMTP id h8so1388282iaa.36 for ; Wed, 06 Feb 2013 02:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=YmaFeNg+xh+6vW5qnonuJ074fDU0lEiTInvpr8zESHU=; b=LV0bDGAsij7yKB8gtHuzzLCBOWTVPD7ScEe+FDfBfzLBG9uT4lZi45rg98wwUWfOWw EU4H89xJhfc7KzhuAONumPCodgGvjaGgd8yH8Ss8q8007gn13JqvwOdpJRtuNRVuqaM4 qqPPctehmoK/4giHo5Y5Qj3BkSHTmu/lO57FVNNjTVRZtrPxUmm5Em+4LKXhQXUVc0CN zK+Ldo6OB+nk/iwP27HSESqh6a7Q50BsYgD95r7FxaPYU2SpK3mfSS+eB0GiNF3fi/32 s1AXMVmVEUkcSHu6LvIP25aDWRUuEnHoi4uBS5J3lqDNYjlfsQbYqDnmD+fAEG5YHH7i +ZZw== X-Received: by 10.50.13.208 with SMTP id j16mr5037833igc.73.1360147237069; Wed, 06 Feb 2013 02:40:37 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPS id uy13sm2995302igb.7.2013.02.06.02.40.33 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 06 Feb 2013 02:40:36 -0800 (PST) Message-ID: <51123313.1030802@gmail.com> Date: Wed, 06 Feb 2013 21:40:19 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Shane Ambler Subject: Re: I need help with git References: <39A84EC03A29CF90A1609C44@utd71538.campus.ad.utdallas.edu> <511059BB.5000203@ShaneWare.Biz> <20130205135720.GB4031@atarininja.org> <51122990.2080106@ShaneWare.Biz> In-Reply-To: <51122990.2080106@ShaneWare.Biz> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Paul Schmehl , Wesley Shields , Micheas Herman , FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 10:40:37 -0000 On 6/02/2013 8:59 PM, Shane Ambler wrote: > On 06/02/2013 00:27, Wesley Shields wrote: > >> I don't know if we have a way to express this in the ports framework but >> you absolutely can grab a tarball of a repo at any specific commit on >> github even if it is not tagged. >> >> This is the URL to grab ironbee/libhtp at >> 234fd5bab1225e483ea263a5a15faebed0bd61b9: >> >> https://github.com/ironbee/libhtp/archive/234fd5bab1225e483ea263a5a15faebed0bd61b9.tar.gz >> >> > > /usr/ports/Mk/bsd.sites.mk contains -- > > # GitHub files can also be obtained, without the commit hashes, by doing: > # > # MASTER_SITES= > http://github.com/accountname/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/ > > # FETCH_ARGS= -Fpr > > Where PORTVERSION would be expected to equal the tag name. I think that > would mean not defining USE_GITHUB. > > I haven't tested this yet - but it looks like PORTVERSION can be swapped > for the long commit hash. > > So you could probably use -- > > MASTER_SITES= > http://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_COMMIT}.tar.gz?dummy=/ > > DISTFILES=${GH_PROJECT}-${GH_COMMIT}.tar.gz > FETCH_ARGS= -Fpr > GH_ACCOUNT= ironbee > GH_PROJECT= libhtp > GH_COMMIT= 234fd5bab1225e483ea263a5a15faebed0bd61b9 > > Without USE_GITHUB you may need to add WRKSRC= > ${WRKDIR}/${GH_ACCOUNT}-${GH_COMMIT} > > That could be the workaround for getting an untagged commit. I wonder how trivial it would be to evolve bsd.github.mk to do something like the following (or similar) - If GH_TAGNAME & GH_COMMIT set = do as we normally do - If GH_COMMIT & empty(GH_TAGNAME) = get specific commit tarball, set WRKSRC -- Ta, Koobs From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 10:42:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A89FEB71 for ; Wed, 6 Feb 2013 10:42:26 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f179.google.com (mail-ea0-f179.google.com [209.85.215.179]) by mx1.freebsd.org (Postfix) with ESMTP id 38FC4F96 for ; Wed, 6 Feb 2013 10:42:25 +0000 (UTC) Received: by mail-ea0-f179.google.com with SMTP id d12so480094eaa.38 for ; Wed, 06 Feb 2013 02:42:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=iClPj+GJPIb5xCPlEmqZGMGYy1iyfgQ+kqqoapAsKBM=; b=QD6uuuWBsskUkLlkS0MgN9oF+ll1SZ/CBy0QH+U1DF7/N3gOVAPOFYCjeUudRSuwNh FtQJ4IjFFbKJH4TZqCcRFmAPfKFY2JVZgRKF9M6QwJEODGwZ+8lgnZ+ap4wYDRC3CE2S Zzz0/ekEfEH/sFwa6Nek+gNghVCqtkvmacqYwfzD5zr+F0w54JLg4fox+JrAOM82Ju9k sOZIvR6UGH9oddeI/2MuPlssnP3Ix5MueM+3IZXe94rxUSA9TPspjuu4booAvFQ1JNAR L64bQx75xgDuXCtGb6e+35i3Q2KH41FZrFP/7midSigdSXGApJiUReuTB6MfPqKn5cMo +ibA== X-Received: by 10.14.225.133 with SMTP id z5mr97169849eep.15.1360147344984; Wed, 06 Feb 2013 02:42:24 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id a1sm10779794eep.2.2013.02.06.02.42.23 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 02:42:23 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 11:42:21 +0100 From: Baptiste Daroussin To: freebsd-ports@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130206104221.GH1268@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vjQsMS/9MbKYGLq" Content-Disposition: inline In-Reply-To: <20130206091932.GF1268@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 10:42:26 -0000 --5vjQsMS/9MbKYGLq Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 10:19:32AM +0100, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 12:24:07AM +0100, Baptiste Daroussin wrote: > > On Mon, Feb 04, 2013 at 07:53:39PM +0100, Ren=E9 Ladan wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > >=20 > > > On 04-02-2013 19:19, Baptiste Daroussin wrote: > > > > Hi, > > > >=20 > > > > I have some improvements to the ports tree to propose, and I'm > > > > looking for testers/opinions > > > >=20 > > > > First let me explain: > > > >=20 > > > > I want to introduce a new USE_FEATURES macro into the ports tree > > > >=20 > > > > The goal of this macros is to be able to standardize how we call > > > > all the USE_* things as well as creating some "load on demand" code > > > > for a corresponding feature. > > > >=20 > > > > What I expect in long term is to get a more readable bsd.port.mk & > > > > friends, meaning easier to maintain > > > >=20 > > > > I except some performance improvements given that make will have to > > > > parse less things. > > > >=20 > > > > I also expect less complexity if bsd.*.mk code. > > > >=20 > > > > What will have is all/most of the code corresponding to a > > > > USE_SOMETHING right now will endup in a Mk/features/something.mk > > > > which will be loaded only if the ports defines: USE_FEATURES=3D > > > > something > > > >=20 > > > > the loading is done at the very early stage of bsd.port.post.mk to > > > > allow one to load modify USE_FEATURES depending on some options > > > > etc. > > > >=20 > > > > each features/*.mk is itself protected by a variable to avoid multi > > > > loading of the same file > > > >=20 > > > > if a feature depends on another one the feature itself just have to > > > > ".include" the other one. > > > >=20 > > > This sounds like a good idea to me. > > >=20 > > > > As a proof of concept I made the following: USE_FEATURES=3D gmake > > > > (with a compatibility for USE_GMAKE to allow migration)=20 > > > > USE_FEATURES=3D iconv (with a compatibility for USE_ICONV to allow > > > > migration) USE_FEATURES=3D motif (with no compatibility as I have > > > > switched all the USE_MOTIF ports to use it) USE_FEATURES=3D fise > > > > (with no compatibility as I have switched all the USE_FUSE to use > > > > it) USE_FEATURES=3D display (with no compatibilify as I have switch= ed > > > > all the USE_DISPLAY to use it) USE_FEATURES=3D pathfix (which is the > > > > equivalent of USE_GNOME=3D gnomehack without the need to loading the > > > > whole bsd.gnome.mk) > > > >=20 > > > > The very long term goal will be to switch as much code as possible > > > > to be turn into a feature (when it makes sens of course) > > > >=20 > > > Are you saying that some USE_BLAH=3Dyes will stick around or do I > > > misunderstand? > > >=20 > > > Another question: for USE_BLAH=3Dyes the logical transformation would= be > > > USE_FEATURES=3DBLAH but what about USE_FOO=3DBLAH ? Would > > > USE_FEATURES=3DFOO/BLAH (possibly another separator) or > > > USE_FEATURES=3DBLAH be more sensible? > > >=20 > >=20 > > patch has been updated to be able to support the following: > >=20 > > USE_FEATURES=3D foo:bla > > that will 1/ load foo.mk, 2/ create a variable: FEATURE_foo=3D bla > >=20 > > So that you can do virtually any thing you want :) >=20 > As I have been asked here is an example converting USE_GETTEXT to the new > feature: > http://people.freebsd.org/~bapt/gettext.mk > to be use as the following: >=20 > USE_FEATURES=3D gettext > or > USE_FEATURES=3D gettext:run > or > USE_FEATURES=3D gettext:build >=20 > >=20 > > regards, > > Bapt >=20 Lots of people are asking to change the name saying they don't like USE_FEA= TURES here is the list of proposition that have been made, please vote for you favorites :) USE_FEATURES: keep it as is it is cool USE_FEATURE: please singular USES: Why bother with something longer USE: singular I said FEATURES: Why keeping USE? FEATURE: I told you singular! regards, Bapt --5vjQsMS/9MbKYGLq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESM40ACgkQ8kTtMUmk6EzK7wCaA285o/D6XFQePyjer1784cki kYYAoJ/r90TlK51TAkbbisKRVhbrIWQ4 =ZeOe -----END PGP SIGNATURE----- --5vjQsMS/9MbKYGLq-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 13:01:23 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E9077E; Wed, 6 Feb 2013 13:01:23 +0000 (UTC) (envelope-from culot@0xd0.org) Received: from 0xd0.org (culot.org [91.121.92.146]) by mx1.freebsd.org (Postfix) with ESMTP id 20BDB875; Wed, 6 Feb 2013 13:01:21 +0000 (UTC) Received: from 0xd0.org (doudou.0xd0.org [172.16.0.254]) by 0xd0.org (8.14.5/8.14.5) with ESMTP id r16CfOMx084068; Wed, 6 Feb 2013 13:41:24 +0100 (CET) (envelope-from culot@0xd0.org) Received: (from culot@localhost) by 0xd0.org (8.14.5/8.14.5/Submit) id r16CfOhc084067; Wed, 6 Feb 2013 13:41:24 +0100 (CET) (envelope-from culot) Date: Wed, 6 Feb 2013 13:41:24 +0100 From: Frederic Culot To: Baptiste Daroussin Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130206124123.GP57799@culot.org> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20130206104221.GH1268@ithaqua.etoilebsd.net> X-PGP-Key: http://culot.org/public/pgp-key.txt User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:01:23 -0000 > On Wed, Feb 06, 2013 at 10:19:32AM +0100, Baptiste Daroussin wrote: > Lots of people are asking to change the name saying they don't like USE_FEATURES > here is the list of proposition that have been made, please vote for you > favorites :) > > USE_FEATURES: keep it as is it is cool > USE_FEATURE: please singular > USES: Why bother with something longer > USE: singular I said > FEATURES: Why keeping USE? > FEATURE: I told you singular! > > regards, > Bapt Being one of those who found USE_FEATURES a bit too long I feel I need to cast my vote now: I would go for 'USE' as it is shorter and more generic than 'FEATURE'. Indeed sets of dependencies could be mentioned here as well (equivalent of USE_XORG for example) which for me are more requirements than features. Moreover it is closer to the actual USE_* variables. Anyway to broaden the choice I also thought about the following: COMPULSORY REQUIRE REQUISITE MANDATORY WANT/WANTED NEED/NEEDED But again, 'USE' is fine by me. Regards, Frederic From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 13:14:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9AE9924 for ; Wed, 6 Feb 2013 13:14:32 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) by mx1.freebsd.org (Postfix) with ESMTP id 38892915 for ; Wed, 6 Feb 2013 13:14:31 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id q12so1153013lbc.25 for ; Wed, 06 Feb 2013 05:14:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=A1rdzWTaDUAyNIOGU4/lenxDKc5B7HMOyZfe3RxJRUM=; b=lkKhp935NiU6hYVuHj7NjH08FERvKXkKhc9RmByGA0atGsfgmcpS58aHqOskvM91AY pq+Qa37yY4DAw3dZxZiXYusmRYuqIbFpxfaPH0RjU2R413eHqyeyEZTBuoTSqlg/JNPz mJa/B89zl2M41jWOv424+htkn1Qo7VoRmVWBI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=A1rdzWTaDUAyNIOGU4/lenxDKc5B7HMOyZfe3RxJRUM=; b=f+dFEibYGxUCOmI8jWWH+9DHui645TbCpmgu1KU47wLDVFKhgA/7JWhJgBxYeXPR8A rlcXN9FkB47TvLCfmkktTKyzGi2wT6gtpfWHRlJIdT2xaJ9o40xSdvVhQxWbaMxHUCIf tM7vW3TY7cHu0HeUqr9ZDDUkYzil3UwYJoprwN7MWmsmGD+P3HuRN5zo0VLExr7BVhiP 1VA965iTG3t5YdoMlSGarAUDLw0SY9eYL5LEalxy0bTEoYkyD8pshyzzDh9X4zflru85 3mqZq0jp1U9nzWQUWdzv//DokDfdgrdgFRrTi4w7UoNpCdA2M5T8Z6Id1Hi5TNOZueoU IZ4w== X-Received: by 10.112.51.175 with SMTP id l15mr11060177lbo.5.1360156464561; Wed, 06 Feb 2013 05:14:24 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Wed, 6 Feb 2013 05:13:54 -0800 (PST) In-Reply-To: <20130206124123.GP57799@culot.org> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> From: Eitan Adler Date: Wed, 6 Feb 2013 08:13:54 -0500 Message-ID: Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all To: Frederic Culot Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkvJMhI83RRVmefeWmLyZMGTbYXYevOE6JAYKdLAUBfBga3TG07oX+O8DHvwzDSgXB1NGKm Cc: Baptiste Daroussin , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:14:32 -0000 On 6 February 2013 07:41, Frederic Culot wrote: ... FEATURES. It is likely to be easy to grep (as opposed to USE). -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 13:21:11 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA35C21E; Wed, 6 Feb 2013 13:21:11 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f41.google.com (mail-ee0-f41.google.com [74.125.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 15784992; Wed, 6 Feb 2013 13:21:10 +0000 (UTC) Received: by mail-ee0-f41.google.com with SMTP id c13so777618eek.28 for ; Wed, 06 Feb 2013 05:21:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=ATqU3ZsJaYp7S6D0mwN6vU32Tsc2V5dK/TcE5ltC1zE=; b=sMojQn3pUXz7qWmn3PMnFJ4Z/uQ3/4y7BtOlnIaiyqJIXmMDC7j/9W056xqLHDDDZH 5eFa93JtFHHxhFxOPsOhNVSYCagveQDTPP6P5uh/XoPzLI4v2fCY/BaLx/GP3tU6hk/D d4y8O8xtNd5MEDZ6R8MYdTFzivVrbr6mVRGoErgW/2fM1ciSjumPCHOUXYk81Hm9sVJB 37vMDmiSWdPLkwPP0OmKIvh6McrNShp5Fi4m9izoQgT5CA9RDdH2QtpJLeb0TWvQ4MAu LY03wYM6+rjUcS+yx8OzPWBWMiIRXllp9CE+0hue5RfhIRlU82SUCMq2NnToxe0mNfNC ywPw== X-Received: by 10.14.176.66 with SMTP id a42mr96543530eem.34.1360156864405; Wed, 06 Feb 2013 05:21:04 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q5sm36767899eeo.17.2013.02.06.05.21.02 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 05:21:03 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 14:21:01 +0100 From: Baptiste Daroussin To: Eitan Adler Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130206132101.GI1268@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kH8JNVvasRCCW1Oz" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Frederic Culot , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:21:11 -0000 --kH8JNVvasRCCW1Oz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 08:13:54AM -0500, Eitan Adler wrote: > On 6 February 2013 07:41, Frederic Culot wrote: > ... >=20 > FEATURES. It is likely to be easy to grep (as opposed to USE). >=20 > --=20 > Eitan Adler What's wrong with grep USE=3D or grep USE+ ? regards, Bapt --kH8JNVvasRCCW1Oz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESWL0ACgkQ8kTtMUmk6EzEdQCgtrzjCayHohcYl3FScG9Bv234 R0AAoIZnmPoh/eYfhDtEjVlipV/ZPp95 =YR9F -----END PGP SIGNATURE----- --kH8JNVvasRCCW1Oz-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 13:22:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5190F2B8; Wed, 6 Feb 2013 13:22:33 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id B99DB9A3; Wed, 6 Feb 2013 13:22:32 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U34xG-0004fE-Rj; Wed, 06 Feb 2013 13:22:31 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U34xG-0007aH-Lg; Wed, 06 Feb 2013 13:22:26 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r16DMQXg058843; Wed, 6 Feb 2013 13:22:26 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r16DMQ6n058842; Wed, 6 Feb 2013 13:22:26 GMT (envelope-from mexas) Date: Wed, 6 Feb 2013 13:22:26 GMT From: Anton Shterenlikht Message-Id: <201302061322.r16DMQ6n058842@mech-cluster241.men.bris.ac.uk> To: bapt@FreeBSD.org, matthew@freebsd.org Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found In-Reply-To: <511222BA.4000808@freebsd.org> X-Spam-Score: -1.1 X-Spam-Level: - Cc: johans@FreeBSD.org, mexas@bristol.ac.uk, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:22:33 -0000 From matthew@freebsd.org Wed Feb 6 10:49:32 2013 On 06/02/2013 09:08, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 08:45:09AM +0000, Anton Shterenlikht wrote: >> From baptiste.daroussin@gmail.com Wed Feb 6 00:07:24 2013 >> >> On Tue, Feb 05, 2013 at 10:15:25PM +0000, Anton Shterenlikht wrote: >> >=20 >> > Hi >> >=20 >> > BUZI# pkg check -Ba >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= >> 12.4.3 not found >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= >> o.2.12.4.3 not found >> > BUZI# >> >=20 >> > I thought there was something wrong with my installation, >> > so I rebuilt the port: >> >=20 >> > =3D=3D=3D> Running ldconfig >> > /sbin/ldconfig -m /usr/local/lib >> > =3D=3D=3D> Registering installation for calc-2.12.4.3_1 >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.= >> 12.4.3 not found >> > pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcustcalc.s= >> o.2.12.4.3 not found >> > Installing calc-2.12.4.3_1... done >> >=20 >> > =3D=3D=3D>>> Re-installation of calc-2.12.4.3_1 complete >> >=20 >> > The libraries seem in order: >> >=20 >> > BUZI# ls -al /usr/local/lib/libcalc.so* >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so = >> -> libcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2 -> libcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2.12 -> libcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 19 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2.12.4 -> libcalc.so.2.12.4.3 >> > -rwxr-xr-x 1 root wheel 792344 Feb 5 22:09 /usr/local/lib/libcalc.so.= >> 2.12.4.3 >> > BUZI#=20 >> >=20 >> > BUZI# ls -al /usr/local/lib/libcustcalc.so* >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so -> libcustcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2 -> libcustcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2.12 -> libcustcalc.so.2.12.4.3 >> > lrwxr-xr-x 1 root wheel 23 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2.12.4 -> libcustcalc.so.2.12.4.3 >> > -rwxr-xr-x 1 root wheel 28524 Feb 5 22:09 /usr/local/lib/libcustcalc.= >> so.2.12.4.3 >> > BUZI#=20 >> >=20 >> > I've pkg-1.0.7 installed. >> > Is the problem with pkg? >> >> Do you have shlib activated? >> >> yes, >> >> # grep SHLIBS /usr/local/etc/pkg.conf >> SHLIBS : YES >> # > > So I think this is a SHLIB warning (no hurt nothing is broken) I CCed matthew as > shlibs is his work :) > There are numerous fixes to the SHLIB code in HEAD basically waiting on pkg-1.1 to be released. However the problem here appears to be that the ABI version number in the shared library name is malformed. There should be just one number, not a string of numbers separated by decimal points. So who's responsibility is it, the maintainer's? the upstream? the pkgng? Anton From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 13:27:10 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 41A8B48A for ; Wed, 6 Feb 2013 13:27:10 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-x234.google.com (la-in-x0234.1e100.net [IPv6:2a00:1450:4010:c03::234]) by mx1.freebsd.org (Postfix) with ESMTP id BA1219E1 for ; Wed, 6 Feb 2013 13:27:09 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id fs12so1341490lab.39 for ; Wed, 06 Feb 2013 05:27:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=zME8+UrcCSqYeSOfs1m/qgXY14vMr9icKt8v4cay6Vs=; b=qxUYUy/Z78jOzYUHZVnmheSCf1nkdhyVcypcunyysmh8tvZVu0xSpyr3yr2q4WerNT j73d1DThlr5S+Kk5iTRTTGBbwT1niHuF7ZjSOvzYqsG9QE0D6Txl2Wakw33UQ3+Dgb0f eeFpKJI4lwqaD9GSPqYukHc4ke1Sf96pSQ+eg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=zME8+UrcCSqYeSOfs1m/qgXY14vMr9icKt8v4cay6Vs=; b=VfMHGwMWJjz4CkMI2gM9YYNNBakt9TKwDplquXGdA2WmwJUd90scXrO6bEl5f+Tsq9 Wb/K1XgQ0Ks64dbN/6bsWP3//97GYJ/+tcIGHueyvUpuada6s2E0SMpHE/a5rfdRL1Bz R2te1Carf3YF07zU/IpfM3RADeQD87gbR4n7EmLhq7bCynWFhW7LwB6q6bmXs3JoXL4G LOFie5+pMIvIbXLjJBHLOVrstIpNtUVSURLGnBe6Z4ufuI0yoWT7nPgrjRJlBwLxx7bf 2pN/FeDduOG6W/Z9tKdXO5GFN9u88MQFcuYnbk4SwerHK3pgQ+TaJzQG0asIGEnU+R54 hUdQ== X-Received: by 10.152.109.146 with SMTP id hs18mr26728287lab.8.1360157228534; Wed, 06 Feb 2013 05:27:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Wed, 6 Feb 2013 05:26:38 -0800 (PST) In-Reply-To: <20130206132101.GI1268@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> <20130206132101.GI1268@ithaqua.etoilebsd.net> From: Eitan Adler Date: Wed, 6 Feb 2013 08:26:38 -0500 Message-ID: Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk2e2MhAmKn3Wd2A7/kMc258hXv032JCeQJZiLP25f17klKSXcqbBOb7RvwgLOV5pWhlXFo Cc: Frederic Culot , freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:27:10 -0000 On 6 February 2013 08:21, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 08:13:54AM -0500, Eitan Adler wrote: >> On 6 February 2013 07:41, Frederic Culot wrote: >> ... >> >> FEATURES. It is likely to be easy to grep (as opposed to USE). >> >> -- >> Eitan Adler > > What's wrong with grep USE= or grep USE+ ? easier does not mean the alternate is impossible. grep -R FEATURES /usr/ports is slightly easier than grep -ER "USE[+=]" /usr/ports which is also wrong (it loses ${USE} for example). -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 13:50:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D3B50C92 for ; Wed, 6 Feb 2013 13:50:30 +0000 (UTC) (envelope-from nwhitehorn@freebsd.org) Received: from agogare.doit.wisc.edu (agogare.doit.wisc.edu [144.92.197.211]) by mx1.freebsd.org (Postfix) with ESMTP id 9D4FFAD2 for ; Wed, 6 Feb 2013 13:50:30 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 8BIT Content-type: text/plain; charset=UTF-8 Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) id <0MHS00C00WGSK100@smtpauth2.wiscmail.wisc.edu> for freebsd-ports@freebsd.org; Wed, 06 Feb 2013 07:50:24 -0600 (CST) X-Spam-PmxInfo: Server=avs-2, Version=5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2013.2.6.133915, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from wanderer.tachypleus.net (adsl-76-208-68-53.dsl.mdsnwi.sbcglobal.net [76.208.68.53]) by smtpauth2.wiscmail.wisc.edu (Sun Java(tm) System Messaging Server 7u2-7.05 32bit (built Jul 30 2009)) with ESMTPSA id <0MHS00D4MX3XK200@smtpauth2.wiscmail.wisc.edu> for freebsd-ports@freebsd.org; Wed, 06 Feb 2013 07:50:23 -0600 (CST) X-Wisc-Sender: whitehorn@wisc.edu Message-id: <51125F9D.3080705@freebsd.org> Date: Wed, 06 Feb 2013 07:50:21 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 To: freebsd-ports@freebsd.org Subject: Re: New version of TeX? References: <510EDC14.3030107@freebsd.org> <1359939844.51356.YahooMailNeo@web162003.mail.bf1.yahoo.com> <510F5352.8000101@bsdforen.de> <51101544.3070809@passap.ru> <5111C78D.1080901@bsdforen.de> In-reply-to: <5111C78D.1080901@bsdforen.de> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 13:50:30 -0000 On 02/05/13 21:01, Dominic Fandrey wrote: > On 04/02/2013 21:08, Boris Samorodov wrote: >> 04.02.2013 10:21, Dominic Fandrey пишет: >>> On 04/02/2013 02:04, Danilo Egea wrote: >>>> Well, there is this project http://code.google.com/p/freebsd-texlive/ >>> >>> http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/171571 >> >> I use the patch from this PR together with the attached diff >> and portmaster seems to DTRT with dependencies. > > Seeing that someone else actually uses it, I just attached a little > update fixing a problem I discovered only a couple of days ago. I > recommend you to install texlive-base again. > > Also I think it would be nice if you attached your patches to the PR. > > Regards > Is there any chance this could be committed now pending a longer-term rearchitecture of the TeX stuff? I just installed it on three machines (thanks!) with no trouble at all and everything is working perfectly. Waiting for some long-term solution seems to be making the perfect the enemy of the good -- and this Friday will mark 8 years since the last teTeX update. -Nathan From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 14:39:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B5049D2 for ; Wed, 6 Feb 2013 14:39:43 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.soleus.nu (positron.soleus.nu [IPv6:2a02:898:62:f6::63]) by mx1.freebsd.org (Postfix) with ESMTP id 673EEF05 for ; Wed, 6 Feb 2013 14:39:43 +0000 (UTC) Received: from [IPv6:2001:610:158:1029:14c8:862e:7595:eafb] (unknown [IPv6:2001:610:158:1029:14c8:862e:7595:eafb]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.soleus.nu (Postfix) with ESMTPSA id 325F4F85A6 for ; Wed, 6 Feb 2013 15:39:41 +0100 (CET) From: Jeroen van der Ham Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: fix for net-p2p/libtorrent-rasterbar-16-python Message-Id: Date: Wed, 6 Feb 2013 15:39:36 +0100 To: ports@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 14:39:43 -0000 Hi, I've been working today on installing = net-p2p/libtorrent-rasterbar-16-python This finishes succesfully, but then trying to use it in Python does not = work: % python Python 2.7.3 (default, Feb 6 2013, 14:35:59)=20 [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 Type "help", "copyright", "credits" or "license" for more information. >>> import libtorrent Traceback (most recent call last): File "", line 1, in ImportError: /usr/local/lib/libtorrent-rasterbar.so.7: Undefined symbol = "libiconv" I've been able to fix this by changing net-p2p/libtorrent-rasterbar-16 = and adding "--with-libiconv" to CONFIGURE_ARGS. Jeroen. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:17:23 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EC7BCCBE; Wed, 6 Feb 2013 15:17:23 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id 71ED71AD; Wed, 6 Feb 2013 15:17:23 +0000 (UTC) Received: from pcjas.obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.14.3/8.14.3/SIO Observatoire de Paris - 07/2009) with ESMTP id r16FHBY3018344 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 6 Feb 2013 16:17:12 +0100 Date: Wed, 6 Feb 2013 16:17:11 +0100 From: Albert Shih To: Baptiste Daroussin Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130206151711.GA15667@pcjas.obspm.fr> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130205161157.GE88651@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Miltered: at smtp-int-m.obspm.fr with ID 511273F7.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 511273F7.000/145.238.184.233/pcjas.obspm.fr/pcjas.obspm.fr/ Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:17:24 -0000 Le 05/02/2013 ? 17:11:57+0100, Baptiste Daroussin a écrit > On Tue, Feb 05, 2013 at 05:09:44PM +0100, Albert Shih wrote: > > Hi all, > > > > Not very important for me but just informe you the libreoffice 3.6.5 ports > > didn't build on > > > > FreeBSD 9.1-STABLE #1 r246113 > > > > with > > > > [ build MOD ] basebmp > > [ build MOD ] basegfx > > [ build JAR ] unoil > > [ build LNK ] Library/libofficebean.so > > /usr/bin/ld: cannot find -ljawt > > clang++: error: linker command failed with exit code 1 (use -v to see invocation) > > gmake[2]: *** > > [/tmp/lobuild/workdir/unxfbsd.pro/LinkTarget/Library/libofficebean.so] Erreur 1 > > gmake[2]: *** Attente des tâches non terminées.... 6 warnings generated. > > > > Hope that's help the maintainers. > > > > Regards. > > > > JAS > > Apparently there is a problem building with the java option activated can you > try building without java? No building either, without java the build end with this error (on two AMD64 FreeBSD 9.1-Stable) : [ building ZIP ] xhp_swriter_en-US.zip [ building ZIP ] xhp_swriter_en-US.zip [ building ZIP ] sbasic_en-US.zip Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/simpress [ building ZIP ] xhp_simpress_en-US.zip [ building ZIP ] sdraw_en-US.zip [ building ZIP ] xhp_simpress_en-US.zip [ building ZIP ] schart_en-US.zip [ building ZIP ] swriter_en-US.zip [ building ZIP ] simpress_en-US.zip helpcontent2 deliver Module 'helpcontent2' delivered successfully. 10 files copied, 1 files unchanged Hope that help Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: mer 6 fév 2013 16:16:08 CET From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:20:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 428C9F17 for ; Wed, 6 Feb 2013 15:20:28 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id CEFD71EB for ; Wed, 6 Feb 2013 15:20:27 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c50so819459eek.16 for ; Wed, 06 Feb 2013 07:20:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=w2rdjaPCDH00kYzPkFWiJosJVg0kKg2aH+ecI/FoCYQ=; b=gbgUwjIvcosKRufY8dYhjWO+PSCUUInBAHkEaXAlJVhPlFW/Z68iZn+ay5geGmCOMD KjiQtmXHWq+l+A648Qm2bwPvePgOYIJKMdc7lLvH4E+Eba71ZqHb1B5ryrBCgD7ffyUz skQ1M4GCaSZnA3ganvcK1Sc5FVQNdyTMRx2URwFCx6bIjH1HVN8waNNtUb1QyhcaYYs6 +nFw94oY+g/vRqYUzNkmCp+B9LtWj4fEk2B2VsZfb8cd0FF0Rx7nShBH1r/1v19uCc8U K6hAUEz2MVef4mjSkUI5rBWHMSbsPcCL+PEtn9MuG9fJKnQe2uHJ+2YsUlbDD4kQjZFc cBQQ== X-Received: by 10.14.175.70 with SMTP id y46mr97564877eel.6.1360164021354; Wed, 06 Feb 2013 07:20:21 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q5sm37289544eeo.17.2013.02.06.07.20.19 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 07:20:20 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 16:20:18 +0100 From: Baptiste Daroussin To: Albert Shih Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130206152017.GJ1268@ithaqua.etoilebsd.net> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="+9faIjRurCDpBc7U" Content-Disposition: inline In-Reply-To: <20130206151711.GA15667@pcjas.obspm.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:20:28 -0000 --+9faIjRurCDpBc7U Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 04:17:11PM +0100, Albert Shih wrote: > Le 05/02/2013 ? 17:11:57+0100, Baptiste Daroussin a =E9crit > > On Tue, Feb 05, 2013 at 05:09:44PM +0100, Albert Shih wrote: > > > Hi all, > > >=20 > > > Not very important for me but just informe you the libreoffice 3.6.5 = ports > > > didn't build on=20 > > >=20 > > > FreeBSD 9.1-STABLE #1 r246113 > > >=20 > > > with=20 > > >=20 > > > [ build MOD ] basebmp > > > [ build MOD ] basegfx > > > [ build JAR ] unoil > > > [ build LNK ] Library/libofficebean.so > > > /usr/bin/ld: cannot find -ljawt > > > clang++: error: linker command failed with exit code 1 (use -v to see= invocation) > > > gmake[2]: *** > > > [/tmp/lobuild/workdir/unxfbsd.pro/LinkTarget/Library/libofficebean.so= ] Erreur 1 > > > gmake[2]: *** Attente des t=E2ches non termin=E9es.... 6 warnings gen= erated. > > >=20 > > > Hope that's help the maintainers. > > >=20 > > > Regards. > > >=20 > > > JAS > >=20 > > Apparently there is a problem building with the java option activated c= an you > > try building without java? >=20 > No building either, without java the build end with this error (on two > AMD64 FreeBSD 9.1-Stable) :=20 >=20 > [ building ZIP ] xhp_swriter_en-US.zip > [ building ZIP ] xhp_swriter_en-US.zip > [ building ZIP ] sbasic_en-US.zip > Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/hel= pcontent2/util/simpress >=20 > [ building ZIP ] xhp_simpress_en-US.zip > [ building ZIP ] sdraw_en-US.zip > [ building ZIP ] xhp_simpress_en-US.zip > [ building ZIP ] schart_en-US.zip > [ building ZIP ] swriter_en-US.zip > [ building ZIP ] simpress_en-US.zip > helpcontent2 deliver > Module 'helpcontent2' delivered successfully. 10 files copied, 1 files > unchanged >=20 > Hope that help >=20 > Regards. >=20 > JAS >=20 That doesn't help as you show a succesfull part :) regards, Bapt --+9faIjRurCDpBc7U Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESdLEACgkQ8kTtMUmk6ExZOACgqhA5wGBSEwNwslWE53eQP0lR a6cAnjcsuviJtW86nfUzqIUiG2cDO7vM =r/ug -----END PGP SIGNATURE----- --+9faIjRurCDpBc7U-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:38:09 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BCC06B6D; Wed, 6 Feb 2013 15:38:09 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id 6133B321; Wed, 6 Feb 2013 15:38:09 +0000 (UTC) Received: from pcjas.obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.14.3/8.14.3/SIO Observatoire de Paris - 07/2009) with ESMTP id r16Fc7Zv000516 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 6 Feb 2013 16:38:08 +0100 Date: Wed, 6 Feb 2013 16:38:07 +0100 From: Albert Shih To: Baptiste Daroussin Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130206153807.GC15741@pcjas.obspm.fr> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130206152017.GJ1268@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-Miltered: at smtp-int-m.obspm.fr with ID 511278DF.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 511278DF.000/145.238.184.233/pcjas.obspm.fr/pcjas.obspm.fr/ Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:38:09 -0000 Le 06/02/2013 ? 16:20:18+0100, Baptiste Daroussin a écrit > > [ building ZIP ] xhp_swriter_en-US.zip > > [ building ZIP ] sbasic_en-US.zip > > Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/simpress > > > > [ building ZIP ] xhp_simpress_en-US.zip > > [ building ZIP ] sdraw_en-US.zip > > [ building ZIP ] xhp_simpress_en-US.zip > > [ building ZIP ] schart_en-US.zip > > [ building ZIP ] swriter_en-US.zip > > [ building ZIP ] simpress_en-US.zip > > helpcontent2 deliver > > Module 'helpcontent2' delivered successfully. 10 files copied, 1 files > > unchanged > > > > Hope that help > > > > Regards. > > > > JAS > > > > That doesn't help as you show a succesfull part :) S***....sorry : (If you like I can give you all ouput, just ask). ============= (38/40) Building module testtools ============= Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools/prj gbuild module /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools: gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/scalc Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/smath Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/sdatabase [ build IDL ] testtools/source/bridgetest/idl/idl [ build UNO ] bridgetest_out [ build UNO ] bridgetest [ build HPP ] bridgetest [ build MOD ] testtools [ build ALL ] top level modules: testtools [ build ALL ] loaded modules: testtools gmake[2]: *** [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] Segmentation fault: 11 (core dump créé) Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/sbasic [ building ZIP ] sdatabase_en-US.zip Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/sdraw [ building ZIP ] smath_en-US.zip Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/shared [ building ZIP ] shared_en-US.zip Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/schart [ building ZIP ] sbasic_en-US.zip Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/swriter [ building ZIP ] scalc_en-US.zip Entering /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/simpress [ building ZIP ] schart_en-US.zip [ building ZIP ] sdraw_en-US.zip [ building ZIP ] swriter_en-US.zip [ building ZIP ] simpress_en-US.zip helpcontent2 deliver Module 'helpcontent2' delivered successfully. 10 files copied, 1 files unchanged ----------------------------------------------------------------------- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 512 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools/prj it seems that the error is inside 'testtools', please re-run build inside this module to isolate the error and/or test your fix: build_error.log should contain the captured output of the failed module(s) ----------------------------------------------------------------------- To rebuild a specific module: gmake testtools.clean # optional gmake testtools when the problem is isolated and fixed, re-run 'gmake' gmake[1]: *** [build-packimages] Erreur 1 gmake[1] : on quitte le répertoire « /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2 » gmake: *** [all] Erreur 2 *** [do-build] Error code 1 Stop in /usr/ports/editors/libreoffice. ******************************************************************* All ports is up2date (except libreoffice) Here the options file : [root@ libreoffice]# more /var/db/ports/libreoffice/options # This file is auto-generated by 'make config'. # Options for libreoffice-3.6.5 _OPTIONS_READ=libreoffice-3.6.5 _FILE_COMPLETE_OPTIONS_LIST=CPPUNIT CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MERGELIBS MMEDIA PGSQL SDK SVG SYSTRAY WEBDAV OPTIONS_FILE_UNSET+=CPPUNIT OPTIONS_FILE_SET+=CUPS OPTIONS_FILE_UNSET+=DEBUG OPTIONS_FILE_UNSET+=GNOME OPTIONS_FILE_SET+=GTK2 OPTIONS_FILE_UNSET+=GTK3 OPTIONS_FILE_UNSET+=JAVA OPTIONS_FILE_UNSET+=KDE4 OPTIONS_FILE_SET+=MERGELIBS OPTIONS_FILE_UNSET+=MMEDIA OPTIONS_FILE_UNSET+=PGSQL OPTIONS_FILE_UNSET+=SDK OPTIONS_FILE_SET+=SVG OPTIONS_FILE_UNSET+=SYSTRAY OPTIONS_FILE_UNSET+=WEBDAV [root@ libreoffice]# Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: mer 6 fév 2013 16:33:06 CET From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:42:29 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 88C4DCF5; Wed, 6 Feb 2013 15:42:29 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.soleus.nu (positron.soleus.nu [94.142.246.99]) by mx1.freebsd.org (Postfix) with ESMTP id 08683347; Wed, 6 Feb 2013 15:42:29 +0000 (UTC) Received: from [145.100.102.239] (unknown [145.100.102.239]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by positron.soleus.nu (Postfix) with ESMTPSA id 4CF58F85A7; Wed, 6 Feb 2013 16:42:22 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: fix for net-p2p/libtorrent-rasterbar-16-python From: Jeroen van der Ham In-Reply-To: <20130206153639.GK1268@ithaqua.etoilebsd.net> Date: Wed, 6 Feb 2013 16:42:20 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130206153639.GK1268@ithaqua.etoilebsd.net> To: Baptiste Daroussin X-Mailer: Apple Mail (2.1499) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:42:29 -0000 Hi, On 6 Feb 2013, at 16:36, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 03:39:36PM +0100, Jeroen van der Ham wrote: >>=20 >> I've been able to fix this by changing = net-p2p/libtorrent-rasterbar-16 and adding "--with-libiconv" to = CONFIGURE_ARGS. >=20 >=20 > Commited thanks! Note that I said "--with-libiconv", not "--with-iconv"... Jeroen. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:42:35 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A40EAD10 for ; Wed, 6 Feb 2013 15:42:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f171.google.com (mail-ea0-f171.google.com [209.85.215.171]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1FA349 for ; Wed, 6 Feb 2013 15:42:34 +0000 (UTC) Received: by mail-ea0-f171.google.com with SMTP id c13so680376eaa.2 for ; Wed, 06 Feb 2013 07:42:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=PKAtObJTW8icvHbIsuXKTObigWAJjALEllSiS38TUzQ=; b=raANs3YqGBzSBQzCLjXVpRY/JlwqixAMOIStVFbxz0LCcdQi4L6FX9fLukHqASMeR/ grGIokWEocYZEBpxwUWaPn8wwjAQVRrIyV2Tw3VI0cO2hEJgeK+A8Noti6s35KOadC/m WAa+nof6pFE/FlwX/CdnECLYM7BnTpXAg/GUj5ErFp6gbBlJMkDY/Dv0or6YKjD7srfP z5bY1vh3wlDNMMy8gG77yv1LNjNKdwrIf7cLVBs33g4CdnmIvuBef4e4jANxRm87Pc4M R8/ybZKsFbQIQwG1pkXNL3SwyugBxkZfUSzQ3unQwJMVd+Fve7VJ0JPrS/GrUp616BT/ gQVw== X-Received: by 10.14.203.3 with SMTP id e3mr98355304eeo.9.1360165002725; Wed, 06 Feb 2013 07:36:42 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id 46sm37377564eeg.4.2013.02.06.07.36.41 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 07:36:41 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 16:36:39 +0100 From: Baptiste Daroussin To: Jeroen van der Ham Subject: Re: fix for net-p2p/libtorrent-rasterbar-16-python Message-ID: <20130206153639.GK1268@ithaqua.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="u3W6riq+uV6J42Ub" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:42:35 -0000 --u3W6riq+uV6J42Ub Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 03:39:36PM +0100, Jeroen van der Ham wrote: > Hi, >=20 > I've been working today on installing net-p2p/libtorrent-rasterbar-16-pyt= hon > This finishes succesfully, but then trying to use it in Python does not w= ork: >=20 > % python > Python 2.7.3 (default, Feb 6 2013, 14:35:59)=20 > [GCC 4.2.1 20070831 patched [FreeBSD]] on freebsd9 > Type "help", "copyright", "credits" or "license" for more information. > >>> import libtorrent > Traceback (most recent call last): > File "", line 1, in > ImportError: /usr/local/lib/libtorrent-rasterbar.so.7: Undefined symbol "= libiconv" >=20 >=20 > I've been able to fix this by changing net-p2p/libtorrent-rasterbar-16 an= d adding "--with-libiconv" to CONFIGURE_ARGS. >=20 > Jeroen. Commited thanks! regards, Bapt --u3W6riq+uV6J42Ub Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESeIcACgkQ8kTtMUmk6EzKAACghx6wA+Wt2Ws5YQotXnxAkY6w 2AkAn3a2YB+/OmqAMv8CLgH/ZqRMAE8L =GFVn -----END PGP SIGNATURE----- --u3W6riq+uV6J42Ub-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 15:56:24 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D715251C; Wed, 6 Feb 2013 15:56:24 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC8D3FE; Wed, 6 Feb 2013 15:56:24 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id EEA4B1C6441; Wed, 6 Feb 2013 23:49:11 +0800 (CST) Date: Wed, 6 Feb 2013 23:49:11 +0800 From: Denny Lin To: Albert Shih Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130206154911.GB80179@mail.hs.ntnu.edu.tw> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20130206153807.GC15741@pcjas.obspm.fr> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 15:56:24 -0000 On Wed, Feb 06, 2013 at 04:38:07PM +0100, Albert Shih wrote: > Le 06/02/2013 ? 16:20:18+0100, Baptiste Daroussin a écrit > ============= > (38/40) Building module testtools > ============= > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools/prj > > gbuild module > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/testtools: > gmake -f Makefile -j1 -rs all slowcheck gb_PARTIALBUILD=T > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/scalc > > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/smath > > Entering > /usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2/helpcontent2/util/sdatabase > > [ build IDL ] testtools/source/bridgetest/idl/idl > [ build UNO ] bridgetest_out > [ build UNO ] bridgetest > [ build HPP ] bridgetest > [ build MOD ] testtools > [ build ALL ] top level modules: testtools > [ build ALL ] loaded modules: testtools > > gmake[2]: *** > [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] > Segmentation fault: 11 (core dump créé) I am also seeing this on -CURRENT amd64. For some reason uno causes a segmentation fault. I do not have Java enabled. This is the exact command that causes the segfault: S=/tmpfs/usr/ports/editors/libreoffice/work/libreoffice-core-3.6.5.2 && O=/tmp/lobuild/solver/unxfbsd.pro && W=/tmp/lobuild/workdir/unxfbsd.pro && $O/bin/uno -ro $O/xml/uno_services.rdb -ro $O/bin/udkapi.rdb -ro $W/UnoApiTarget/bridgetest.rdb -s com.sun.star.test.bridge.BridgeTest -- com.sun.star.test.bridge.CppTestObject gmake: *** [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] Segmentation fault (core dumped) -- Denny Lin From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 16:15:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB21D9CC for ; Wed, 6 Feb 2013 16:15:46 +0000 (UTC) (envelope-from olivier@gid0.org) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 241046EC for ; Wed, 6 Feb 2013 16:15:45 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id e49so901297eek.19 for ; Wed, 06 Feb 2013 08:15:44 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=a6KzWjlTR5aZuV1PltRCthcxxuHrhQtwDFF+gWaX0OY=; b=ON2yAskmcoGVhegaE37lIeMR6gLBrGZareDQ7b2vAIE1BN8tjG5dih4c/L/kyGuSJ1 nBMzgusraSP7w/BCjngrF8NpGxYXFZUe+KRH8IPsGqP6KmpS/XGSxaYQNCZjiWpGKy09 kKOencKy6oWE3h3M6yzPDVGGMdaXpfzCensab1KG71THQwOnEunt9Xtb4/urrMEh856I Mn8Hg3XNaR0vQGCTYTiaPcKItjYbmTHjwLK/7KSW5q4LyrQggPTs3ZK/QBCKMiT9N0R6 jIOlmJItQFYMlGWHOqa9Jy8Hxh7tPQz5inWpu3OeYdbeTgs2qoZMGbiVnKPc7raiko2C Ppkg== MIME-Version: 1.0 X-Received: by 10.14.178.196 with SMTP id f44mr98596187eem.14.1360167344715; Wed, 06 Feb 2013 08:15:44 -0800 (PST) Received: by 10.14.189.5 with HTTP; Wed, 6 Feb 2013 08:15:44 -0800 (PST) In-Reply-To: <20130206154911.GB80179@mail.hs.ntnu.edu.tw> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> Date: Wed, 6 Feb 2013 17:15:44 +0100 Message-ID: Subject: Re: LibreOffice 3.6.5 on amd From: Olivier Smedts To: Denny Lin Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQl7YBuj0uVcopYOq/JfFC8w8mRQeTTntlYk+CRe543K9thUv1eKy4VIi0lTBY7wrs4GyibF Cc: ports@freebsd.org, Albert Shih , Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 16:15:46 -0000 2013/2/6 Denny Lin : >> gmake[2]: *** >> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] >> Segmentation fault: 11 (core dump cr=E9=E9) > > I am also seeing this on -CURRENT amd64. For some reason uno causes a > segmentation fault. I do not have Java enabled. "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, system and most ports compiled with clang. --=20 Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: olivier@gid0.org - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 16:45:35 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 63BBA95D; Wed, 6 Feb 2013 16:45:35 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 25E5089C; Wed, 6 Feb 2013 16:45:35 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r16GjY3i034333; Wed, 6 Feb 2013 09:45:34 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r16GjYEA034330; Wed, 6 Feb 2013 09:45:34 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 6 Feb 2013 09:45:34 -0700 (MST) From: Warren Block To: Frederic Culot Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all In-Reply-To: <20130206124123.GP57799@culot.org> Message-ID: References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 06 Feb 2013 09:45:34 -0700 (MST) Cc: Baptiste Daroussin , freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 16:45:35 -0000 On Wed, 6 Feb 2013, Frederic Culot wrote: > >> On Wed, Feb 06, 2013 at 10:19:32AM +0100, Baptiste Daroussin wrote: >> Lots of people are asking to change the name saying they don't like USE_FEATURES >> here is the list of proposition that have been made, please vote for you >> favorites :) >> >> USE_FEATURES: keep it as is it is cool >> USE_FEATURE: please singular >> USES: Why bother with something longer >> USE: singular I said >> FEATURES: Why keeping USE? >> FEATURE: I told you singular! >> >> regards, >> Bapt > > Being one of those who found USE_FEATURES a bit too long I feel I need > to cast my vote now: I would go for 'USE' as it is shorter and more > generic than 'FEATURE'. Indeed sets of dependencies could be mentioned > here as well (equivalent of USE_XORG for example) which for me are more > requirements than features. Moreover it is closer to the actual USE_* > variables. > > Anyway to broaden the choice I also thought about the following: > COMPULSORY > REQUIRE > REQUISITE > MANDATORY > WANT/WANTED > NEED/NEEDED > > But again, 'USE' is fine by me. NEEDS was my thought after seeing the first list; REQUIRES is not bad, either. FEATURES is a little weird because it can be read as a verb: "this program features these things" when really it's trying to say it needs these things. USE works also. The concern there is overloading. From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 18:04:49 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4CC86227; Wed, 6 Feb 2013 18:04:49 +0000 (UTC) (envelope-from makc@freebsd.org) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8EDBCE80; Wed, 6 Feb 2013 18:04:48 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:10579] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id r16I4eXr014528 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Wed, 6 Feb 2013 22:04:41 +0400 (MSK) From: Max Brazhnikov To: freebsd-ports@freebsd.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Date: Wed, 6 Feb 2013 18:05:19 +0000 User-Agent: KMail/1.13.7 (FreeBSD/9.1-STABLE; KDE/4.9.5; amd64; ; ) References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> In-Reply-To: <20130206104221.GH1268@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201302061805.20441.makc@freebsd.org> Cc: Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 18:04:49 -0000 On Wed, 6 Feb 2013 11:42:21 +0100, Baptiste Daroussin wrote: > On Wed, Feb 06, 2013 at 10:19:32AM +0100, Baptiste Daroussin wrote: > > As I have been asked here is an example converting USE_GETTEXT to the new > > feature: > > http://people.freebsd.org/~bapt/gettext.mk > > to be use as the following: > > > > USE_FEATURES= gettext > > or > > USE_FEATURES= gettext:run > > or > > USE_FEATURES= gettext:build Lovely! > Lots of people are asking to change the name saying they don't like USE_FEATURES > here is the list of proposition that have been made, please vote for you > favorites :) > > USE_FEATURES: keep it as is it is cool > USE_FEATURE: please singular > USES: Why bother with something longer I'm fine with any of above. > USE: singular I said > FEATURES: Why keeping USE? > FEATURE: I told you singular! > > regards, > Bapt Cheers, Max From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 18:20:05 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5898C59B for ; Wed, 6 Feb 2013 18:20:05 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1865CF3C for ; Wed, 6 Feb 2013 18:20:04 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U39bS-0005sr-T5 for freebsd-ports@freebsd.org; Wed, 06 Feb 2013 19:20:14 +0100 Received: from g225244103.adsl.alicedsl.de ([92.225.244.103]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Feb 2013 19:20:14 +0100 Received: from rotkap by g225244103.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Feb 2013 19:20:14 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: KDE4 - kde4-runtime kdemultimedia-4 no longer needed? Date: Wed, 06 Feb 2013 19:19:32 +0100 Organization: yes Lines: 25 Message-ID: Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g225244103.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 18:20:05 -0000 Hi, from UPDATING 20130203: AFFECTS: users of KDE SC 4 AUTHOR: kde@FreeBSD.org KDE SC ports have been updated to 4.9.5. kdemultimedia4, kdenetwork4, kde-runtime and kde-workspace ports have been split, they must be deinstalled before running any port upgrade tool: # pkg_delete -f kdemultimedia-4\* kdenetwork-4\* \ kde-workspace-4\* kde-runtime-4\* Now I am through with all. But - is kdemultimedia-4 and kde-runtime-4 depriciated? Or should I Install it by Hand after all the upgrade? Heino From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 18:20:47 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4ED77693; Wed, 6 Feb 2013 18:20:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BD5DDF50; Wed, 6 Feb 2013 18:20:46 +0000 (UTC) Message-ID: <51129EA0.3050909@FreeBSD.org> Date: Wed, 06 Feb 2013 13:19:12 -0500 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130128 Thunderbird/17.0.2 MIME-Version: 1.0 To: Olivier Smedts Subject: Re: LibreOffice 3.6.5 on amd References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org, Albert Shih , Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 18:20:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote: > 2013/2/6 Denny Lin : >>> gmake[2]: *** >>> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] >>> >>> Segmentation fault: 11 (core dump créé) >> >> I am also seeing this on -CURRENT amd64. For some reason uno >> causes a segmentation fault. I do not have Java enabled. > > "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, > system and most ports compiled with clang. You can bypass the test with this patch: http://svn.redports.org/office/editors/libreoffice/files/patch-testtools__Module_testtools.mk Drop the file in libreoffice/files directory and rebuild. Actually, I am going to commit it soonish because I've seen enough complaints already. :-( Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJREp6gAAoJECXpabHZMqHOl90IAIKy7qOXbjgtyJk1huknWQKB S8JXxYCYCwJ737zJRdf5GIJHj1tANGNZfXKeHziMl2GJImGSXn+heSNQnJ+yt1fb xhgttZYfUHlaMZzMBzGAHVQXjoRxprgRz7uZSy8oUA86VZ6GG0qPjaBobM9DoHYa IReJYXUvD1q+lBHXXcodV+k7hVLM3+UoVPxPNCa0h1cj1NFaDsTS7kPLMaT7vMJS C6A2c5LmVOVwzqjFTaiAeSVMYzx1f7hONZIlCtKzjePoVOfNh6vy5YRhEwDVpgF6 Q3ppyygUI9ULuQyWS5Z/twY40SIz5PNCH+MoOZDV42A9MTP4xkndJkMuI8lkLjI= =hkMF -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 18:43:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 522C36F7 for ; Wed, 6 Feb 2013 18:43:04 +0000 (UTC) (envelope-from karl@denninger.net) Received: from FS.denninger.net (wsip-70-169-168-7.pn.at.cox.net [70.169.168.7]) by mx1.freebsd.org (Postfix) with ESMTP id 09DB512F for ; Wed, 6 Feb 2013 18:43:03 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by FS.denninger.net (8.14.6/8.13.1) with ESMTP id r16Ih27W019503 for ; Wed, 6 Feb 2013 12:43:03 -0600 (CST) (envelope-from karl@denninger.net) Received: from [127.0.0.1] [192.168.1.40] by Spamblock-sys (LOCAL); Wed Feb 6 12:43:03 2013 Message-ID: <5112A431.70808@denninger.net> Date: Wed, 06 Feb 2013 12:42:57 -0600 From: Karl Denninger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Port dependency problem between php5-mysql and autoconf-2.69 X-Enigmail-Version: 1.5 X-Antivirus: avast! (VPS 130206-0, 02/06/2013), Outbound message X-Antivirus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 18:43:04 -0000 I am trying to bring up Cacti on a Stable-9.1 machine and am running into this: [root@dbms /usr/ports/databases/php5-mysql]# make ===> php5-mysql-5.4.11 depends on file: /usr/local/bin/phpize - found ===> php5-mysql-5.4.11 depends on file: /usr/local/bin/autoconf-2.69 - found ===> PHPizing for php5-mysql-5.4.11 Configuring for: PHP Api Version: 20100412 Zend Module Api No: 20100525 Zend Extension Api No: 220100525 autoconf: required version 2.69 not found *** [do-phpize] Error code 1 Stop in /usr/ports/databases/php5-mysql. *** [build] Error code 1 Stop in /usr/ports/databases/php5-mysql. Wait a second -- it says it is there up above, and.... [root@dbms /usr/ports/databases/php5-mysql]# pkg_info|grep autoconf autoconf-2.69 Automatically configure source code on many Un*x platforms autoconf-wrapper-20071109 Wrapper script for GNU autoconf [root@dbms /usr/ports/databases/php5-mysql]# autoconf autoconf-2.69: error: no input file It is in fact there. I removed and reinstalled autoconf -- no change. Ideas? -- -- Karl Denninger /The Market Ticker ®/ Cuda Systems LLC From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 19:12:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3D04EFE8 for ; Wed, 6 Feb 2013 19:12:51 +0000 (UTC) (envelope-from domasback@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id B2AB1258 for ; Wed, 6 Feb 2013 19:12:50 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id gg6so1452752lbb.41 for ; Wed, 06 Feb 2013 11:12:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=r51+AFAuFW61GZ6aQTlipP6NVqj13NcbRJkuby02UtA=; b=E+ZDIwhCfkvvOCNTlKfM4xWRU+L4FUO/l86Lj+MsRH6eoDeVZI59lszzgC+UEuI1WW R+nrs0RdMdOrKynWoyeF0cx4JIRq+Y5Ltu2sqmysbAc/KR4R/UC5lZbXOu5shv7Fiu9Z Yixd9Tmvsca8gIfaJAoJX8YDSDf4iubNHsXq3jUuwinpRDXEtbc0IUCm7WgpHjOfOF5/ 5sqBy/PYs8nugZWZgoSL0nI2mxa3aissgtpXoUQjkZ7BwsGLTT+4naQBsmU+NUVeICGq /9Ee8UflnFDZ7VW8TDSX/UzjDm6h4M6J+W2a/yDFt9Wnggq8xG6sNbrSREa5mPw7fz33 8MBA== MIME-Version: 1.0 X-Received: by 10.152.123.194 with SMTP id mc2mr27300631lab.7.1360177963204; Wed, 06 Feb 2013 11:12:43 -0800 (PST) Sender: domasback@gmail.com Received: by 10.112.48.4 with HTTP; Wed, 6 Feb 2013 11:12:43 -0800 (PST) Date: Wed, 6 Feb 2013 21:12:43 +0200 X-Google-Sender-Auth: 68_aFohlyeiu9FuOCZY4lqGE9l0 Message-ID: Subject: mysql 5.6 port From: Domas To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 19:12:51 -0000 Hello, Is there any time frame known when MySQL 5.6 port will be available ? -- Domas From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 19:20:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63FF82B1 for ; Wed, 6 Feb 2013 19:20:39 +0000 (UTC) (envelope-from kjedruczyk@fastmail.net) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mx1.freebsd.org (Postfix) with ESMTP id 2FEDC2B0 for ; Wed, 6 Feb 2013 19:20:38 +0000 (UTC) Received: from compute5.internal (compute5.nyi.mail.srv.osa [10.202.2.45]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 74D2020E07 for ; Wed, 6 Feb 2013 14:12:05 -0500 (EST) Received: from frontend2.nyi.mail.srv.osa ([10.202.2.161]) by compute5.internal (MEProxy); Wed, 06 Feb 2013 14:12:05 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.net; h= message-id:date:from:mime-version:to:subject:content-type :content-transfer-encoding; s=mesmtp; bh=VYk3XV/BF5dcEmiKWXb7BXi fJHY=; b=Pxc5LGt5n5Ri8KEwwub8IcirNeJRrpjwo7U6+vZDrs5cEIIPLbEkrkj GOmcSWSIK2hcywJCQeb0F2iJAdY9DUERC3sFiy1JnQ5Oo7N5ifKXMPp9yjh69Att aiU7BxBekVWTj6NyYrLb9Zq6YVihBvgFDZt+flR6/Uh/WP0A/lso= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:date:from:mime-version:to :subject:content-type:content-transfer-encoding; s=smtpout; bh=V Yk3XV/BF5dcEmiKWXb7BXifJHY=; b=t7cl4pSRbpzlxuscx75zdAlSIo80htcGa lkquifRDQQAbLdqCHDnz7Q0gU6eS+c1UMXopyLHzythhiqFrvyRXiXn85+2MpbR3 vjTyMwu/tJxOF/FsfFL5LNlzDjm3/Sg4Uh+FKzOLdx+22DZe85IdeQ2gHsI6mxpy ohCeFbfaK0= X-Sasl-enc: BNz/gH/XQGf9JA+5e/LXYQ92G5TXdSBQdY0bAoFuYbJz 1360177925 Received: from buka.ramfasto.com (unknown [89.75.118.14]) by mail.messagingengine.com (Postfix) with ESMTPA id CF0A1482588; Wed, 6 Feb 2013 14:12:04 -0500 (EST) Message-ID: <5112AB03.8010401@fastmail.net> Date: Wed, 06 Feb 2013 20:12:03 +0100 From: =?UTF-8?B?S3J6eXN6dG9mIErEmWRydWN6eWs=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: RE: libpqxx - Postgres client interface C++ library. Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 19:20:39 -0000 > Hi! > >> ** Port deleted on 2012-11-28: databases/postgresql-libpqxx >> Has expired: No more public distfiles > >> I am new to FreeBsd and the ports system. I am also doing database >> support with Postgres in this environment. >> >> libpqxx has been a very useful package and seems stable I do not understand >> the "Has Expired: No more public distfiles" comment as the reason >> for dropping the port? I just noticed the same myself, so I'd like to add my $.02 > > databases/postgresql-libpqxx > > was for libpqxx-2.x.x. Actually this port was upgraded to pqxx 4.0 sometime in 2012 (rev 299158)... > > It looks like there is a different port: > > databases/postgresql-libpqxx3 > > for libpqxx-3.1. Do you require the 2.x.x instead of the 3.x ? This is an old one... > >> Is there any further detail on why it was dropped. > > It was dropped because nobody told the ports collection where the > libpqxx-2.x.x source can still be found. There seems to be no master site > left anywhere ? Funny thing is that from what I can see it never moved anywhere and is accessible from exactly same master site mentioned in last revision of port's Makefile: MASTER_SITES= http://pqxx.org/download/software/libpqxx/ > >> How does this work ? Is the pqxx.org >> obligated to update the port on a periodic basis ? > > No, it's not, but the source code should still be available from > some official master site. > > If you know some master site for 2.x.x, tell us about it and the port > can be resurrected. Just checked, the libpqxx-4.0.tar.gz available on the site matches sha256 in distinfo... Can we resurrect it then? -- Best regards, Krzysztof JÄ™druczyk From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 19:23:31 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 44CB5366 for ; Wed, 6 Feb 2013 19:23:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from lab.alexdupre.com (alexdupre-1-pt.tunnel.tserv23.zrh1.ipv6.he.net [IPv6:2001:470:25:450::2]) by mx1.freebsd.org (Postfix) with ESMTP id C74CC2C6 for ; Wed, 6 Feb 2013 19:23:30 +0000 (UTC) Received: (qmail 53160 invoked from network); 6 Feb 2013 19:23: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; 6 Feb 2013 19:23:29 -0000 Message-ID: <5112ADB0.1080604@FreeBSD.org> Date: Wed, 06 Feb 2013 20:23:28 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15.1 MIME-Version: 1.0 To: Domas Subject: Re: mysql 5.6 port References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 19:23:31 -0000 Domas ha scritto: > Is there any time frame known when MySQL 5.6 port will be available ? Nope, I'm working on it, but no ETA. -- Alex Dupre From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 19:43:17 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E400A731 for ; Wed, 6 Feb 2013 19:43:17 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by mx1.freebsd.org (Postfix) with ESMTP id 7B0C237C for ; Wed, 6 Feb 2013 19:43:17 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id e52so977142eek.6 for ; Wed, 06 Feb 2013 11:43:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=5q8yZLXiL5Zkq5r++h8BjP2D/7hoJV806k7K/hBUrt4=; b=RV6s9FjYAYxVYQ5rZGAeOQsjKBULLptWoxNYE9LMSnkmbCfbRK2jVPl59UBcDYjn/p 1V9KcqPvtHjNcd++tk0q7tn1Cn3lhVMB79c/JLVfQLpJKToDgs1VBm2AIqIDdk0vG5zB bub58dYzZlag+lxWT6eV7ysi61CpAyO2Vt8qUeQ1UaGfFHV87TM07P9Gs2AaSq0xkoNR NcfYjH58HsmOzM6uU6GkVPRqPycjhSMAPNGrAlEw6VjTzMH1G6IO+Dc+olCCBA0t1Kvq QczYIr7kRdlgtYqFBqQlbqiVWH5JIUK2lg8mmrhNoPVp0wY5cPNHOyydsAXq1MMgkl02 e5pw== X-Received: by 10.14.225.133 with SMTP id z5mr102005953eep.15.1360179796496; Wed, 06 Feb 2013 11:43:16 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id f6sm38458827eeo.7.2013.02.06.11.43.14 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 11:43:15 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 20:43:13 +0100 From: Baptiste Daroussin To: Jeroen van der Ham Subject: Re: fix for net-p2p/libtorrent-rasterbar-16-python Message-ID: <20130206194312.GB13176@ithaqua.etoilebsd.net> References: <20130206153639.GK1268@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gatW/ieO32f1wygP" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 19:43:18 -0000 --gatW/ieO32f1wygP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 04:42:20PM +0100, Jeroen van der Ham wrote: > Hi, >=20 >=20 > On 6 Feb 2013, at 16:36, Baptiste Daroussin wrote: >=20 > > On Wed, Feb 06, 2013 at 03:39:36PM +0100, Jeroen van der Ham wrote: > >>=20 > >> I've been able to fix this by changing net-p2p/libtorrent-rasterbar-16= and adding "--with-libiconv" to CONFIGURE_ARGS. > >=20 > >=20 > > Commited thanks! >=20 > Note that I said "--with-libiconv", not "--with-iconv"... >=20 > Jeroen. >=20 I wonder what it worked on my test box... Sorry for the mess Thanks committed now regards, Bapt --gatW/ieO32f1wygP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESslAACgkQ8kTtMUmk6Ey5mwCgtV+UEbY3ODYLRibAfmTF6vXa pCEAoMKAs0ArwODY4krPH+OvTaF2i/RP =inf4 -----END PGP SIGNATURE----- --gatW/ieO32f1wygP-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 19:45:04 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5D6918DE; Wed, 6 Feb 2013 19:45:04 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ea0-f170.google.com (mail-ea0-f170.google.com [209.85.215.170]) by mx1.freebsd.org (Postfix) with ESMTP id 97C633D2; Wed, 6 Feb 2013 19:45:03 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id a11so760151eaa.15 for ; Wed, 06 Feb 2013 11:45:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=i6uud24A55gnh8Nt8nyXWvVLMj7Hzg9aaq/APPACnkw=; b=rc2MsaYTMf9XCqBMn1bRHRmAG3l+hv6B1+QxFJeGlSm3EZaBFic1Hm3PNNwgg5dmqh BOp7pdn7IHMaDuey/Xzi8HOl0Caf0QnGCAGXnsshU9RVZulGpeQ/4DqOwqZX3GANNpy9 ibyCcTdDpDK+9HNzAihLfWsz6aVxf/2veGvwFr59PnEyjUJvaZkzQUY6X1nATiQ5EExx INDcRqnK+rAXdKV/WoYtZglBFAPe81GfxeWphOfIqPF2109cvXPXGjdNlMzJ/7QTFUk1 LYqxxLO5tvxLA+bYiwXuAaP4kXPSD1L5BKyR2E5SQGHH/z9TksT/GVYt5TudwjfZqA8V zGAw== X-Received: by 10.14.225.133 with SMTP id z5mr102023152eep.15.1360179902732; Wed, 06 Feb 2013 11:45:02 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id t4sm38481715eel.0.2013.02.06.11.45.01 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 11:45:01 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 20:44:59 +0100 From: Baptiste Daroussin To: Anton Shterenlikht Subject: Re: pkg: (calc-2.12.4.3_1) /usr/local/bin/calc - shared library libcalc.so.2.12.4.3 not found Message-ID: <20130206194458.GC13176@ithaqua.etoilebsd.net> References: <511222BA.4000808@freebsd.org> <201302061322.r16DMQ6n058842@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Y5rl02BVI9TCfPar" Content-Disposition: inline In-Reply-To: <201302061322.r16DMQ6n058842@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: johans@FreeBSD.org, matthew@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 19:45:04 -0000 --Y5rl02BVI9TCfPar Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 06, 2013 at 01:22:26PM +0000, Anton Shterenlikht wrote: > From matthew@freebsd.org Wed Feb 6 10:49:32 2013 > >=20 >=20 > There are numerous fixes to the SHLIB code in HEAD basically waiting on > pkg-1.1 to be released. However the problem here appears to be that the > ABI version number in the shared library name is malformed. There > should be just one number, not a string of numbers separated by decimal > points. >=20 > So who's responsibility is it, the maintainer's? > the upstream? the pkgng? pkgng is responsible, but it is just a warning no worry :) your package has= been installed just right. regards, Bapt --Y5rl02BVI9TCfPar Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESsroACgkQ8kTtMUmk6EydnACdHlPU9yYN+Vms+CQ7FDujXViO WbsAnir8hW6DeLflPE7ZDDclIfNc/UaK =eIgy -----END PGP SIGNATURE----- --Y5rl02BVI9TCfPar-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 19:48:19 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6971EA67 for ; Wed, 6 Feb 2013 19:48:19 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by mx1.freebsd.org (Postfix) with ESMTP id F288861C for ; Wed, 6 Feb 2013 19:48:18 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id e52so979882eek.6 for ; Wed, 06 Feb 2013 11:48:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=ITZNuM3QOrzQh4u/kyEzUMPBuE42MGZL52eTz0I/efg=; b=fol1eQeoE9g3vd73FQFEdqb7UdXPyMXX5AJrGoq1lPTcHODOwy+Pm8D3yusGlPzZfv Ok5jtBbkcHZaIhxj3vb1WFqaig1tyYMn8lvOFUkhQh4JeOgJqTYxtUPQqKs6JPHtRMBq ssoTy3gyc3TRa5x0epPFVYx3nJJO+XbudmdNFZc73p/r5sSI0NDoYitAZ/6Nw25zNCSZ V7iTpIZlSwFl7YcFhMz9OfysS6HNSXBDWW5xRSqlPO4qhbAUAizaaJpKZzF6E0APFXRT 3FjPkwyx82q5R0Nw2amI7R3MR5Q/2dAtJvC+Ot7OZtzew0+2jpX+mfaC+JOvVwmDSazK XLkw== X-Received: by 10.14.206.132 with SMTP id l4mr101747560eeo.38.1360180098098; Wed, 06 Feb 2013 11:48:18 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id 44sm38485087eek.5.2013.02.06.11.48.16 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 06 Feb 2013 11:48:16 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 6 Feb 2013 20:48:14 +0100 From: Baptiste Daroussin To: "Matthew D. Fuller" Subject: Re: svn commit: r311718 - in head: audio/hydrogen databases/adstudio databases/p5-DBD-Oracle databases/xapian-bindings10 devel/gauche-gaunit devel/linux-js devel/linuxthreads devel/ros-common devel/rub... Message-ID: <20130206194814.GD13176@ithaqua.etoilebsd.net> References: <201302051507.r15F7Bbl020778@svn.freebsd.org> <20130205231018.GA210@over-yonder.net> <20130205232129.GL88651@ithaqua.etoilebsd.net> <20130205234247.GB210@over-yonder.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="48TaNjbzBVislYPb" Content-Disposition: inline In-Reply-To: <20130205234247.GB210@over-yonder.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 19:48:19 -0000 --48TaNjbzBVislYPb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 05, 2013 at 05:42:47PM -0600, Matthew D. Fuller wrote: > On Wed, Feb 06, 2013 at 12:21:29AM +0100 I heard the voice of > Baptiste Daroussin, and lo! it spake thus: > >=20 > > Thanks for the pointer I'll have a look and undeprecate if it works >=20 > I believe it's the bit toward the end of the patch that actually > matters. >=20 > See also a few mails about it on -ports last July, esp. > . > I used the patch attached to the ticket linked in that mail sometime > earlier last year, and it installed OK (though with the plist issues I > noted there). Apparently they're ignoring it, since the next release > won't use scons anymore, but there's no release of that yet. >=20 > 'm pretty sure I never heard back from the maintainer on that mail > either, though last year was kinda a blur... >=20 Ok I will test your version of the patch and keep you in touch thanks, the = one =66rom the PR is not good so if yours does the trick I will commit a fix, u= nbreak and undeprecate. regards, Bapt --48TaNjbzBVislYPb Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlESs34ACgkQ8kTtMUmk6Ex9fgCbB4+tWhaC7Ko3OH+2yWm6Xy0V AqQAoLyOChzUUdSBYsEqQXmiMAazfB9Y =j+fX -----END PGP SIGNATURE----- --48TaNjbzBVislYPb-- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 20:03:39 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6D918DAE for ; Wed, 6 Feb 2013 20:03:39 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from mx.frozen-zone.org (frozen-zone.org [78.47.101.194]) by mx1.freebsd.org (Postfix) with ESMTP id 2C47A71A for ; Wed, 6 Feb 2013 20:03:38 +0000 (UTC) Received: by mx.frozen-zone.org (Postfix, from userid 58) id F101351F8F9; Wed, 6 Feb 2013 20:03:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mx.frozen-zone.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.2 Received: from fz-sub1.local (178.112.6.96.wireless.dyn.drei.com [178.112.6.96]) by mx.frozen-zone.org (Postfix) with ESMTPSA id 41C4751F381 for ; Wed, 6 Feb 2013 20:03:35 +0000 (UTC) Message-ID: <5112B710.9040000@FreeBSD.org> Date: Wed, 06 Feb 2013 21:03:28 +0100 From: Armin Pirkovitsch User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130202 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> <20130206132101.GI1268@ithaqua.etoilebsd.net> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 20:03:39 -0000 On 02/06/13 14:26, Eitan Adler wrote: > On 6 February 2013 08:21, Baptiste Daroussin wrote: >> On Wed, Feb 06, 2013 at 08:13:54AM -0500, Eitan Adler wrote: >>> On 6 February 2013 07:41, Frederic Culot wrote: >>> ... >>> >>> FEATURES. It is likely to be easy to grep (as opposed to USE). >>> >>> -- >>> Eitan Adler >> >> What's wrong with grep USE= or grep USE+ ? > > easier does not mean the alternate is impossible. > > grep -R FEATURES /usr/ports > is slightly easier than > grep -ER "USE[+=]" /usr/ports > > which is also wrong (it loses ${USE} for example). wouldn't "USES" solve that dilemma? And it would grammatically even be correct: Port X USES gmake, gettext, whatever... From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 20:13:48 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0780F2C1; Wed, 6 Feb 2013 20:13:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 79B497B2; Wed, 6 Feb 2013 20:13:47 +0000 (UTC) Message-ID: <5112B91C.1050606@FreeBSD.org> Date: Wed, 06 Feb 2013 15:12:12 -0500 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130128 Thunderbird/17.0.2 MIME-Version: 1.0 To: Olivier Smedts Subject: Re: LibreOffice 3.6.5 on amd References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> In-Reply-To: <51129EA0.3050909@FreeBSD.org> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: ports@freebsd.org, Albert Shih , Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 20:13:48 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2013-02-06 13:19:12 -0500, Jung-uk Kim wrote: > On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote: >> 2013/2/6 Denny Lin : >>>> gmake[2]: *** >>>> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] >>>> >>>> > >>>> >>>> Segmentation fault: 11 (core dump créé) >>> >>> I am also seeing this on -CURRENT amd64. For some reason uno >>> causes a segmentation fault. I do not have Java enabled. > >> "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, >> system and most ports compiled with clang. > > You can bypass the test with this patch: > > http://svn.redports.org/office/editors/libreoffice/files/patch-testtools__Module_testtools.mk > > > Drop the file in libreoffice/files directory and rebuild. > > Actually, I am going to commit it soonish because I've seen enough > complaints already. :-( Committed (r311792). Make sure to turn off C++ unit tests, i.e., unset CPPUNIT option. Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJRErkcAAoJECXpabHZMqHOXEgIAMHEe2p5+B9FsChvm4j/TWD+ lNiJPqjLxBBU24nqTQuzso5SXPCVU2dALeb/jkg/VnXqySQtiDRFBPOt+FexbqKj 8GL7VyK+fGlck7ROXGlXy3h7Th9ol5rjfwAoCJgCVV/WaXG/zGq64hiIkYdwQ27u Y9XfE03PVEKstIGro9uHgxSCYRhzm6Z5/RI8etiacjwdZlvLGaLXhc0IMMml9h1M POLptoVjcRW4VG6cMUKKkLZ92kQpzYG64p1su7nUL24avjwdCabY/cSnB1ehT4un +UdhLf5JH3Rmm1RRGBmyNm9wCOdKAh/NzDsgLHyxs0QdqsFoqME7J5ht3BipKZk= =9b7E -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 20:34:45 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 509808CD for ; Wed, 6 Feb 2013 20:34:45 +0000 (UTC) (envelope-from dirk.meyer@dinoex.sub.org) Received: from uucp.dinoex.sub.de (smtp3.dinoex.sub.de [IPv6:2001:1440:5001:1::2]) by mx1.freebsd.org (Postfix) with ESMTP id A264F911 for ; Wed, 6 Feb 2013 20:34:44 +0000 (UTC) Received: from uucp.dinoex.sub.de (dinoex@uucp.dinoex.sub.de [194.45.71.2]) by uucp.dinoex.sub.de (8.14.5/8.14.4) with ESMTP id r16K52FP069678 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 6 Feb 2013 21:05:02 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) X-MDaemon-Deliver-To: Received: from build8.dinoex.sub.de (dinoex@localhost) by uucp.dinoex.sub.de (8.14.5/8.14.4/Submit) with BSMTP id r16K52NV069662 for ; Wed, 6 Feb 2013 21:05:02 +0100 (CET) (envelope-from dirk.meyer@dinoex.sub.org) To: freebsd-ports@freebsd.org Message-ID: <4c9b5qc1mn@dmeyer.dinoex.sub.org> From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: openssl DIST_SUBDIR change Date: Wed, 06 Feb 2013 21:00:03 +0100 X-Mailer: Dinoex 1.79 References: <401084E5E73F4241A44F3C9E6FD79428A0A9F6EC@exch-01> X-Gateway: ZCONNECT build8.dinoex.sub.de [UNIX/Connect 0.94] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 2001 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 20130206000000W+1@dinoex.sub.org X-Milter: Spamilter (Reciever: uucp.dinoex.sub.de; Sender-ip: 194.45.71.2; Sender-helo: uucp.dinoex.sub.de; ) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (uucp.dinoex.sub.de [194.45.71.2]); Wed, 06 Feb 2013 21:05:04 +0100 (CET) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 20:34:45 -0000 Hallo Wall, Stephen, > Is the recent name change in the openssl port's DIST_SUBDIR intentional, or a leftover from some intermediate test stage of the port? Seems like an odd change to make on purpose... > > > DIST_SUBDIR= ${DISTNAME}2 Yes that chage was intentional. I change DIST_SUBDIR cause a distfile or patchfile file with the same name have different content. Without that change, users will try to fetch the old files from mirrors and later stop with a checksum error. > Also, FYI for anyone who cares, the OpenSSL project has released a security update, version 1.0.1d. > See http://www.mail-archive.com/openssl-announce@openssl.org/msg00124.html for details. Thanks i will look in to it. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org] From owner-freebsd-ports@FreeBSD.ORG Wed Feb 6 21:53:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B6BBC36 for ; Wed, 6 Feb 2013 21:53:22 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id 1F9A1D4F for ; Wed, 6 Feb 2013 21:53:21 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id gm6so1613741lbb.12 for ; Wed, 06 Feb 2013 13:53:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=rE4Vi0eSli38ptuZR6MxcVEdRTHt4MwTW7nvo8y1YA0=; b=SWShw93inNhxvXBJ1Bjj4uTK5CY1FZyjwQAsK5QHjmWBN2FtbkCOMlrIkuN17ApV+w vK7GRFtfuR3dYNLdeGE6v81I7SlKBpoRWuXZhMUaMqwko/rJpoWnQpnUzASYXJyk6yKf 2E/84jNgQcqCJbG7Gk24s2kJ7kgcyX4dkbHvU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:x-gm-message-state; bh=rE4Vi0eSli38ptuZR6MxcVEdRTHt4MwTW7nvo8y1YA0=; b=ick29Z2M4QbMQRWGJnvLxshFP4MpzglfeMh/C4ciNI3Ksij2xiAmuBcsGKVrWuaP/l Mw9uvYyxW7+041CquvXAKiTd6/6j1G0BfDBrILhUmja7nOvJi7IBjRN808s81XyWCy7P NLMaxo87XXERhK2cO+6Eq02PsOpMaN7krVr9oShrgZTzv/TrmtAyzlKChR1j0MaTXnkk MJL8KokWstdpVFhc9pfsL4CUUdvMCIsxQE4dGIehfNUXkF+RiTFOpLOo/901bGREf6KK To844ytuon1H/xD5HcK9AMKLbmM2kjBl0peQFez2sQ+xtXm6VRNbmU87jwPx3iunAyc8 shwg== X-Received: by 10.112.17.137 with SMTP id o9mr12258989lbd.15.1360187600644; Wed, 06 Feb 2013 13:53:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.91.164 with HTTP; Wed, 6 Feb 2013 13:52:50 -0800 (PST) In-Reply-To: <5112B710.9040000@FreeBSD.org> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> <20130206132101.GI1268@ithaqua.etoilebsd.net> <5112B710.9040000@FreeBSD.org> From: Eitan Adler Date: Wed, 6 Feb 2013 16:52:50 -0500 Message-ID: Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all To: Armin Pirkovitsch Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnBAwqq10EonUbsB+rtdR15oOQETetryZYa7/dNNq0kmBycZyIDcnWJIOaBSapu+zhffFEl Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2013 21:53:22 -0000 On 6 February 2013 15:03, Armin Pirkovitsch wrote: > On 02/06/13 14:26, Eitan Adler wrote: >> On 6 February 2013 08:21, Baptiste Daroussin wrote: >>> On Wed, Feb 06, 2013 at 08:13:54AM -0500, Eitan Adler wrote: >>>> On 6 February 2013 07:41, Frederic Culot wrote: >>>> ... >>>> >>>> FEATURES. It is likely to be easy to grep (as opposed to USE). >>>> >>>> -- >>>> Eitan Adler >>> >>> What's wrong with grep USE= or grep USE+ ? >> >> easier does not mean the alternate is impossible. >> >> grep -R FEATURES /usr/ports >> is slightly easier than >> grep -ER "USE[+=]" /usr/ports >> >> which is also wrong (it loses ${USE} for example). > > wouldn't "USES" solve that dilemma? > And it would grammatically even be correct: > Port X USES gmake, gettext, whatever... There are already a number of false positives. The objection is not as strong though. My preference is for a distinct, easily greppable, low false positive, term. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 00:37:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2D77D224; Thu, 7 Feb 2013 00:37:16 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (neu.net [199.48.129.194]) by mx1.freebsd.org (Postfix) with ESMTP id AB5DA7E3; Thu, 7 Feb 2013 00:37:15 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.6/8.14.5) with ESMTP id r170bALo026957; Wed, 6 Feb 2013 19:37:11 -0500 (EST) (envelope-from andy@neu.net) Date: Wed, 6 Feb 2013 19:37:10 -0500 (EST) From: AN To: freebsd-ports@freebsd.org Subject: libtasn1 update fails In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Virus-Scanned: clamav-milter 0.97.6 at my.mail.server X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=4.5 tests=RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: novel@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 00:37:16 -0000 Updating security/libtasn1 fails. FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #34 r246416: Wed Feb 6 12:49:21 EST 2013 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 # portupgrade -vfr security/libtasn1 ---> Session started at: Wed, 06 Feb 2013 19:29:12 -0500 USING PKGNG ---> Upgrade of security/libtasn1 started at: Wed, 06 Feb 2013 19:29:28 -0500 ---> Upgrading 'libtasn1-2.13' to 'libtasn1-2.14' (security/libtasn1) ---> Build of security/libtasn1 started at: Wed, 06 Feb 2013 19:29:28 -0500 ---> Building '/usr/ports/security/libtasn1' ===> Cleaning for libtasn1-2.14 ===> libtasn1-2.14 depends on file: /usr/local/sbin/pkg - found ===> Extracting for libtasn1-2.14 => SHA256 Checksum OK for libtasn1-2.14.tar.gz. ===> Patching for libtasn1-2.14 ===> libtasn1-2.14 depends on executable: pkgconf - found ===> Configuring for libtasn1-2.14 ===> FreeBSD 10 autotools fix applied to /usr/ports/security/libtasn1/work/libtasn1-2.14/aclocal.m4 ===> FreeBSD 10 autotools fix applied to /usr/ports/security/libtasn1/work/libtasn1-2.14/configure ===> FreeBSD 10 autotools fix applied to /usr/ports/security/libtasn1/work/libtasn1-2.14/m4/libtool.m4 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... build-aux/install-sh -c -d checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking how to run the C preprocessor... cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for Minix Amsterdam compiler... no checking for ar... ar checking for ranlib... ranlib checking build system type... amd64-portbld-freebsd10.0 checking host system type... amd64-portbld-freebsd10.0 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for cc option to accept ISO C99... none needed checking for cc option to accept ISO Standard C... (cached) none needed configure: autobuild project... GNU Libtasn1 configure: autobuild revision... 2.14 configure: autobuild hostname... FBSD10 configure: autobuild timestamp... 20130207T002930Z checking for bison... bison -y checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed 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 how to convert amd64-portbld-freebsd10.0 file names to amd64-portbld-freebsd10.0 format... func_convert_file_noop checking how to convert amd64-portbld-freebsd10.0 file names to toolchain format... func_convert_file_noop 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 dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes 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... freebsd10.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... yes checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking size of unsigned long int... 8 checking size of unsigned int... 4 checking whether the preprocessor supports include_next... yes checking whether system header files limit the line length... no checking for complete errno.h... no checking for EMULTIHOP value... yes checking for ENOLINK value... yes checking for EOVERFLOW value... yes checking for _set_invalid_parameter_handler... no checking whether stat file-mode macros are broken... no checking for sys/stat.h... (cached) yes checking for getopt.h... yes checking for unistd.h... (cached) yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for sys/time.h... yes checking for mode_t... yes checking for nlink_t... yes checking whether fchmodat is declared without a macro... yes checking whether fstat is declared without a macro... yes checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... no checking whether lchmod is declared without a macro... yes checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... yes checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... yes checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... yes checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... no checking for inline... inline checking whether stdin defaults to large file offsets... yes checking for pid_t... yes checking whether ftello is declared... yes checking for ftello... yes checking whether ftello works... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... no checking whether getenv is declared... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking for wchar_t... yes checking for unsigned long long int... yes checking for long long int... yes checking whether stdint.h conforms to C99... yes checking for C/C++ restrict keyword... __restrict checking for struct timespec in ... yes checking for ftello... (cached) yes checking whether ftello works... (cached) yes checking whether lseek detects pipes... yes checking for pmccabe... false checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking for ssize_t... yes checking for va_copy... yes checking whether NULL can be used in arbitrary expressions... yes checking whether dprintf is declared without a macro... yes checking whether fpurge is declared without a macro... yes checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... yes checking whether getline is declared without a macro... yes checking whether gets is declared without a macro... yes checking whether pclose is declared without a macro... yes checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... yes checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... yes checking whether vsnprintf is declared without a macro... yes checking whether _Exit is declared without a macro... yes checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether initstate is declared without a macro... yes checking whether initstate_r is declared without a macro... no checking whether mkdtemp is declared without a macro... yes checking whether mkostemp is declared without a macro... no checking whether mkostemps is declared without a macro... no checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... no checking whether posix_openpt is declared without a macro... yes checking whether ptsname is declared without a macro... yes checking whether ptsname_r is declared without a macro... no checking whether random is declared without a macro... yes checking whether random_r is declared without a macro... no checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... yes checking whether setenv is declared without a macro... yes checking whether setstate is declared without a macro... yes checking whether setstate_r is declared without a macro... no checking whether srandom is declared without a macro... yes checking whether srandom_r is declared without a macro... no checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for nlink_t... (cached) yes checking whether fchmodat is declared without a macro... (cached) yes checking whether fstat is declared without a macro... (cached) yes checking whether fstatat is declared without a macro... (cached) yes checking whether futimens is declared without a macro... (cached) no checking whether lchmod is declared without a macro... (cached) yes checking whether lstat is declared without a macro... (cached) yes checking whether mkdirat is declared without a macro... (cached) yes checking whether mkfifo is declared without a macro... (cached) yes checking whether mkfifoat is declared without a macro... (cached) yes checking whether mknod is declared without a macro... (cached) yes checking whether mknodat is declared without a macro... (cached) yes checking whether stat is declared without a macro... (cached) yes checking whether utimensat is declared without a macro... (cached) no checking whether chdir is declared without a macro... yes checking whether chown is declared without a macro... yes checking whether dup is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... no checking whether environ is declared without a macro... no checking whether euidaccess is declared without a macro... no checking whether faccessat is declared without a macro... yes checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fdatasync is declared without a macro... no checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... yes checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether group_member is declared without a macro... no checking whether isatty is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... yes checking whether lseek is declared without a macro... yes checking whether pipe is declared without a macro... yes checking whether pipe2 is declared without a macro... no checking whether pread is declared without a macro... yes checking whether pwrite is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... yes checking whether rmdir is declared without a macro... yes checking whether sethostname is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... yes checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking for valgrind... no checking whether self tests are run under valgrind... no checking for valgrind... no checking whether self tests are run under valgrind... no checking whether ffsl is declared without a macro... yes checking whether ffsll is declared without a macro... yes checking whether memmem is declared without a macro... yes checking whether mempcpy is declared without a macro... no checking whether memrchr is declared without a macro... yes checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... yes checking whether stpncpy is declared without a macro... yes checking whether strchrnul is declared without a macro... no checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... yes checking whether strnlen is declared without a macro... yes checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... yes checking whether strcasestr is declared without a macro... yes checking whether strtok_r is declared without a macro... yes checking whether strerror_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... no checking if LD -Wl,--version-script works... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking for strverscmp... no configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/cyclo/Makefile config.status: creating doc/reference/Makefile config.status: creating doc/reference/version.xml config.status: creating examples/Makefile config.status: creating gl/Makefile config.status: creating lib/Makefile config.status: creating lib/gllib/Makefile config.status: creating lib/libtasn1.pc config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: summary of build options: version: 2.14 shared 5:0:2 Host type: amd64-portbld-freebsd10.0 Install prefix: /usr/local Compiler: cc Warning flags: errors: warnings: Library types: Shared=yes, Static=yes Valgrind: Version script: yes ===> Building for libtasn1-2.14 make all-recursive Making all in gl GEN errno.h GEN arg-nonnull.h GEN getopt.h GEN c++defs.h GEN warn-on-use.h GEN stdio.h GEN stdlib.h GEN sys/stat.h GEN sys/types.h GEN time.h GEN unistd.h make all-recursive CC progname.lo CC read-file.lo CC version-etc.lo CC version-etc-fsf.lo CC getopt.lo CC getopt1.lo CCLD libgnu.la Making all in lib Making all in gllib GEN arg-nonnull.h GEN c++defs.h GEN warn-on-use.h GEN string.h make all-recursive CC dummy.lo CC strverscmp.lo CCLD libgnu.la CC ASN1.lo CC coding.lo CC decoding.lo CC element.lo CC errors.lo CC gstr.lo CC parser_aux.lo CC structure.lo CC version.lo CCLD libtasn1.la Making all in src CC asn1Parser.o CCLD asn1Parser CC asn1Coding.o CCLD asn1Coding CC asn1Decoding.o CCLD asn1Decoding Making all in examples make all-am CC CertificateExample.o CC pkix_asn1_tab.o CCLD CertificateExample CC CrlExample.o CCLD CrlExample Making all in tests Making all in doc Making all in cyclo ---> Build of security/libtasn1 ended at: Wed, 06 Feb 2013 19:29:40 -0500 (consumed 00:00:12) ---> Updating dependency info ---> Uninstallation of libtasn1-2.13 started at: Wed, 06 Feb 2013 19:29:40 -0500 ---> Fixing up dependencies before creating a package ---> Backing up the old version ---> Uninstalling the old version USING PKGNG ---> Deinstalling 'libtasn1-2.13' ---> Preserving /usr/local/lib/libtasn1.so.4 as /usr/local/lib/compat/pkg/libtasn1.so.4 The following packages will be deinstalled: libtasn1-2.13 The deinstallation will free 1 MB Deleting libtasn1-2.13... libtasn1-2.13 is required by: gnome2-2.32.1_4 libgnome-keyring-2.32.0_2 gnome-keyring-2.32.1_2 gnome-mount-0.8_10 gnome-session-2.32.1_2 gnome-screensaver-2.30.2_3 gnutls-2.12.23 qemu-0.11.1_12 loudmouth-1.4.3_7 gtk-vnc-0.3.10_8 wireshark-1.8.5 ffmpeg1-1.0.1_1 vlc-2.0.5_1,3 filezilla-3.6.0.1_1 glib-networking-2.28.7_5 libsoup-2.34.3 libsoup-gnome-2.34.3_2 gedit-2.30.4_2 libchamplain-0.8.1_2 totem-pl-parser-2.32.3_1 swfdec-0.8.4_4 gstreamer-plugins-soup-0.10.31,3 swfdec-gnome-2.30.1_1 gtkhtml3-3.32.1_2 libgdata-0.6.6_1 seahorse-2.32.0_7 openvas-libraries-2.0.3_2 libgweather-2.30.3_1 telepathy-gabble-0.10.4 webkit-gtk2-1.4.3_2 yelp-2.30.2_6 gvfs-1.6.6_3 evolution-data-server-2.32.1_3 libgnomeui-2.24.4_1 evolution-webcal-2.32.0_2 dia-gnome-0.97.1_3,1 gnome-control-center-2.32.1_1 bug-buddy-2.32.0_3 openvas-libnasl-2.0.1_6 seed-2.31.91_2 gnome-panel-2.32.1_1 gnome-netstatus-2.28.2_1 gnome-utils-2.32.0_1,1 vino-2.32.2_4 gnome-spell-1.0.8_7 gdm-2.30.5_6 vinagre-2.30.3_2 epiphany-2.30.6_3 compiz-0.8.4_9 openvas-server-2.0.2_2 gconf-editor-2.32.0_1,1 dasher-4.10.1_6,2 py27-gnome-2.28.1_3 nautilus-2.32.2.1_2 file-roller-2.32.1_1,1 mousetweaks-2.32.1_1 gnome-user-share-2.30.1_2 emerald-0.8.4_7 compiz-plugins-main-0.8.4_4 gnome-system-tools-2.32.0_2 nautilus-sendto-2.32.0_2 gnome-power-manager-2.32.0_2 compiz-plugins-extra-0.8.4_5 evince-2.32.0_9 compiz-fusion-0.8.4_2 evolution-2.32.1_3 evolution-exchange-2.32.1_2 seahorse-plugins-2.30.1_7 brasero-2.32.1_5 py27-gnome-desktop-2.32.0_2 gnome-applets-2.32.1.1_4 deskbar-applet-2.32.0_3 alacarte-0.13.2_2 hamster-applet-2.32.1_4 orca-2.32.1_2 gnome-games-2.32.1_3 empathy-2.32.2_3 gok-2.30.1_1,1 sound-juicer-2.32.0_3 totem-2.32.0_2 cheese-2.32.0_3, deleting anyway done [Updating the pkgdb in /var/db/pkg ... - 853 packages found (-1 +0) (...) done] ---> Uninstallation of libtasn1-2.13 ended at: Wed, 06 Feb 2013 19:29:44 -0500 (consumed 00:00:04) ---> Installation of security/libtasn1 started at: Wed, 06 Feb 2013 19:29:44 -0500 ---> Installing the new version via the port ===> Installing for libtasn1-2.14 ===> libtasn1-2.14 depends on executable: pkgconf - found ===> Generating temporary packing list Making install in gl make install-recursive Making install in lib Making install in gllib make install-recursive test -z "/usr/local/lib" || ../build-aux/install-sh -c -d "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel libtasn1.la '/usr/local/lib' libtool: install: /usr/bin/install -c -o root -g wheel .libs/libtasn1.so.5 /usr/local/lib/libtasn1.so.5 libtool: install: (cd /usr/local/lib && { ln -s -f libtasn1.so.5 libtasn1.so || { rm -f libtasn1.so && ln -s libtasn1.so.5 libtasn1.so; }; }) libtool: install: (cd /usr/local/lib && { ln -s -f libtasn1.so.5 libtasn1.so || { rm -f libtasn1.so && ln -s libtasn1.so.5 libtasn1.so; }; }) libtool: install: /usr/bin/install -c -o root -g wheel .libs/libtasn1.lai /usr/local/lib/libtasn1.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/libtasn1.a /usr/local/lib/libtasn1.a libtool: install: chmod 644 /usr/local/lib/libtasn1.a libtool: install: ranlib /usr/local/lib/libtasn1.a test -z "/usr/local/include" || ../build-aux/install-sh -c -d "/usr/local/include" install -o root -g wheel -m 444 libtasn1.h '/usr/local/include' test -z "/usr/local/libdata/pkgconfig" || ../build-aux/install-sh -c -d "/usr/local/libdata/pkgconfig" install -o root -g wheel -m 444 libtasn1.pc '/usr/local/libdata/pkgconfig' Making install in src test -z "/usr/local/bin" || ../build-aux/install-sh -c -d "/usr/local/bin" /bin/sh ../libtool --mode=install install -s -o root -g wheel -m 555 asn1Parser asn1Coding asn1Decoding '/usr/local/bin' libtool: install: install -o root -g wheel -m 555 -s .libs/asn1Parser /usr/local/bin/asn1Parser libtool: install: install -o root -g wheel -m 555 -s .libs/asn1Coding /usr/local/bin/asn1Coding libtool: install: install -o root -g wheel -m 555 -s .libs/asn1Decoding /usr/local/bin/asn1Decoding Making install in examples make install-am Making install in tests Making install in doc Making install in cyclo test -z "/usr/local/info" || ../build-aux/install-sh -c -d "/usr/local/info" install -o root -g wheel -m 444 ./libtasn1.info '/usr/local/info' install-info --info-dir='/usr/local/info' '/usr/local/info/libtasn1.info' test -z "/usr/local/man/man1" || ../build-aux/install-sh -c -d "/usr/local/man/man1" install -o root -g wheel -m 444 asn1Parser.1 asn1Coding.1 asn1Decoding.1 '/usr/local/man/man1' test -z "/usr/local/man/man3" || ../build-aux/install-sh -c -d "/usr/local/man/man3" Segmentation fault (core dumped) *** [install-man3] Error code 139 Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14/doc. *** [install-am] Error code 1 Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14/doc. *** [install-recursive] Error code 1 Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14/doc. *** [install-recursive] Error code 1 Stop in /usr/ports/security/libtasn1/work/libtasn1-2.14. *** [do-install] Error code 1 Stop in /usr/ports/security/libtasn1. *** [reinstall] Error code 1 Stop in /usr/ports/security/libtasn1. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 05:33:05 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 759A96AD for ; Thu, 7 Feb 2013 05:33:05 +0000 (UTC) (envelope-from sperber@FreeBSD.org) Received: from mx.frozen-zone.org (frozen-zone.org [78.47.101.194]) by mx1.freebsd.org (Postfix) with ESMTP id 35CEA1BA for ; Thu, 7 Feb 2013 05:33:04 +0000 (UTC) Received: by mx.frozen-zone.org (Postfix, from userid 58) id 25BB751F8FE; Thu, 7 Feb 2013 05:33:03 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mx.frozen-zone.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from fz-sub1.local (178.112.6.96.wireless.dyn.drei.com [178.112.6.96]) by mx.frozen-zone.org (Postfix) with ESMTPSA id 1205D51F381; Thu, 7 Feb 2013 05:33:00 +0000 (UTC) Message-ID: <51133C86.80303@FreeBSD.org> Date: Thu, 07 Feb 2013 06:32:54 +0100 From: Armin Pirkovitsch User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130202 Thunderbird/17.0.2 MIME-Version: 1.0 To: lists@eitanadler.com Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <511003B3.90600@gmail.com> <20130205232407.GM88651@ithaqua.etoilebsd.net> <20130206091932.GF1268@ithaqua.etoilebsd.net> <20130206104221.GH1268@ithaqua.etoilebsd.net> <20130206124123.GP57799@culot.org> <20130206132101.GI1268@ithaqua.etoilebsd.net> <5112B710.9040000@FreeBSD.org> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 05:33:05 -0000 On 02/06/13 22:52, Eitan Adler wrote: > On 6 February 2013 15:03, Armin Pirkovitsch wrote: >> On 02/06/13 14:26, Eitan Adler wrote: >>> On 6 February 2013 08:21, Baptiste Daroussin wrote: >>>> On Wed, Feb 06, 2013 at 08:13:54AM -0500, Eitan Adler wrote: >>>>> On 6 February 2013 07:41, Frederic Culot wrote: >>>>> ... >>>>> >>>>> FEATURES. It is likely to be easy to grep (as opposed to USE). >>>>> >>>>> -- >>>>> Eitan Adler >>>> >>>> What's wrong with grep USE= or grep USE+ ? >>> >>> easier does not mean the alternate is impossible. >>> >>> grep -R FEATURES /usr/ports >>> is slightly easier than >>> grep -ER "USE[+=]" /usr/ports >>> >>> which is also wrong (it loses ${USE} for example). >> >> wouldn't "USES" solve that dilemma? >> And it would grammatically even be correct: >> Port X USES gmake, gettext, whatever... > > There are already a number of false positives. The objection is not > as strong though. > > My preference is for a distinct, easily greppable, low false positive, term. > > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc -l 82 # find /usr/ports -name Makefile | xargs grep -R USES | wc -l 20 Sounds to me like there are less false positives for USES. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 07:18:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1612235 for ; Thu, 7 Feb 2013 07:18:48 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-ea0-f177.google.com (mail-ea0-f177.google.com [209.85.215.177]) by mx1.freebsd.org (Postfix) with ESMTP id 17F24655 for ; Thu, 7 Feb 2013 07:18:47 +0000 (UTC) Received: by mail-ea0-f177.google.com with SMTP id n13so946805eaa.22 for ; Wed, 06 Feb 2013 23:18:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=ZTtaDPV40qMaYI5auiBvsarbf5gm3JgFZs6l2GF+QQ4=; b=oSgx7EfNc8CXQZb2/EUFb1b/1GNEDGaGHi+C235u/puJjIcN4yJMDEbCa1r/T2+LP4 lL0McCPQBM887ZJu3Hkxiq1JYJLBzpoLwLqCIa4GAh2iK84eQgvjDKzLJt4SVSO6Ib1O Ow3QXTdpCaJLv+1ZPhog2sO7qQ4SAJPKFA8yGLQx1+AllKMBJR1oIVDmyez+NE/6VSfN J6iYaGD2WYK0TqesnkZmKy1ndDZScdxNAFF5MXw+lpYaqPz/ul5SlycxySAsM+KWdOab GtFRC9iOg5UGHW6UpP0b2PiDW+vOSbuoous+o1hfqdag9jVAhPD4ToO7dhX+bS4pTLu8 cFjA== MIME-Version: 1.0 X-Received: by 10.14.174.73 with SMTP id w49mr1220180eel.17.1360221031172; Wed, 06 Feb 2013 23:10:31 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.223.61.138 with HTTP; Wed, 6 Feb 2013 23:10:31 -0800 (PST) In-Reply-To: <5112AB03.8010401@fastmail.net> References: <5112AB03.8010401@fastmail.net> Date: Wed, 6 Feb 2013 23:10:31 -0800 X-Google-Sender-Auth: I749FadDQYci5U-LqeuQU_KL45c Message-ID: Subject: Re: libpqxx - Postgres client interface C++ library. From: Jason Helfman To: =?ISO-8859-2?Q?Krzysztof_J=EAdruczyk?= X-Gm-Message-State: ALoCoQlX3/0r5hKc7G55EFzJBDCgUtOHJiD827nxJrIk54Jkd1HOfQQnw5W+W7+291L+qA+S22r4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 07:18:48 -0000 On Wed, Feb 6, 2013 at 11:12 AM, Krzysztof J=C4=99druczyk < kjedruczyk@fastmail.net> wrote: > > Hi! > > > >> ** Port deleted on 2012-11-28: databases/postgresql-libpqxx > >> Has expired: No more public distfiles > > > >> I am new to FreeBsd and the ports system. I am also doing database > >> support with Postgres in this environment. > >> > >> libpqxx has been a very useful package and seems stable I do not > understand > >> the "Has Expired: No more public distfiles" comment as the reason > >> for dropping the port? > > I just noticed the same myself, so I'd like to add my $.02 > > > > > databases/postgresql-libpqxx > > > > was for libpqxx-2.x.x. > > Actually this port was upgraded to pqxx 4.0 sometime in 2012 (rev > 299158)... > > > > > It looks like there is a different port: > > > > databases/postgresql-libpqxx3 > > > > for libpqxx-3.1. Do you require the 2.x.x instead of the 3.x ? > > This is an old one... > > > > >> Is there any further detail on why it was dropped. > > > > It was dropped because nobody told the ports collection where the > > libpqxx-2.x.x source can still be found. There seems to be no master si= te > > left anywhere ? > > Funny thing is that from what I can see it never moved anywhere and is > accessible from exactly same master site mentioned in last revision of > port's Makefile: > > MASTER_SITES=3D http://pqxx.org/download/software/libpqxx/ > > > > >> How does this work ? Is the pqxx.org > >> obligated to update the port on a periodic basis ? > > > > No, it's not, but the source code should still be available from > > some official master site. > > > > If you know some master site for 2.x.x, tell us about it and the port > > can be resurrected. > > Just checked, the libpqxx-4.0.tar.gz available on the site matches > sha256 in distinfo... > > Can we resurrect it then? > > -- > Best regards, > Krzysztof J=C4=99druczyk > Port has been restored. Thanks for the report. -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:33:24 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4E089AF for ; Thu, 7 Feb 2013 08:33:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id C871DCEF for ; Thu, 7 Feb 2013 08:33:24 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r178SZoh035028 for ; Thu, 7 Feb 2013 08:28:35 GMT (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Feb 2013 08:28:35 GMT Message-Id: <201302070828.r178SZoh035028@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD unmaintained ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:33:24 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/teamspeak_client broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=teamspeak_client portname: chinese/big5con broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=big5con portname: chinese/hztty broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=hztty portname: databases/adstudio broken because: incomplete plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=adstudio portname: databases/msql broken because: Broken on FreeBSD 9+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=msql portname: databases/xapian-bindings10 broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xapian-bindings10 portname: deskutils/simpleagenda broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=simpleagenda portname: devel/dsss broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=dsss portname: devel/gauche-gaunit broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gauche-gaunit portname: devel/gcvs broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gcvs portname: devel/libYGP broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libYGP portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/lua-posix broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lua-posix portname: devel/lua50-posix broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20120820204747/lua50-posix-5.0.log (_Apr__6_15:35:56_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lua50-posix portname: devel/p5-Dialog broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Dialog portname: devel/ros-common broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/ros-common-1.4.3_1.log (_Aug__9_01:19:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/subcommander2 broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=subcommander2 portname: editors/xemacs-devel-mule broken because: does not build on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=xemacs-devel-mule portname: emulators/vmsbackup broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmsbackup portname: emulators/xsystem35 broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/xsystem35-1.7.2_14.log (_Jul_16_10:09:42_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xsystem35 portname: ftp/wxdfast broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=wxdfast portname: games/tuxracer_golf broken because: overwrite a file owned by tuxracer: share/tuxracer/courses/common/buttprint.rgb build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tuxracer_golf portname: graphics/fnlib broken because: does not configure build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/fnlib-0.5_10.log (_Jun_11_10:06:23_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=fnlib portname: graphics/glide3 broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=glide3 portname: graphics/seom broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=seom portname: graphics/xmfract broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmfract portname: japanese/aterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=aterm portname: japanese/tcl80 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tcl80 portname: korean/eterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=eterm portname: lang/Sather broken because: segfaults during build on 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/elisp-manual broken because: overwrites files owned by editors/emacs: info/elisp.info build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: mail/biffer broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=biffer portname: misc/fep broken because: Does not compile without sgtty build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/gtktalog broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gtktalog portname: misc/projectionlib broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=projectionlib portname: misc/splitvt broken because: does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: multimedia/linux-gspca-kmod broken because: does not compile on 8.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-gspca-kmod portname: net-p2p/libtorrent-rasterbar-15 broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15 portname: net-p2p/libtorrent-rasterbar-15-python broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15-python portname: net/bfilter broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=bfilter portname: net/pfflowd broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pfflowd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: net/rmsg broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rmsg portname: news/lottanzb broken because: overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=lottanzb portname: palm/barry broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=barry portname: print/gfontview broken because: does not build with giflib build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gfontview portname: print/hugelatex broken because: overwrite files owned by teTex-Base which it already depends on build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=hugelatex portname: security/openfwtk broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openfwtk portname: security/pam_alreadyloggedin broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pam_alreadyloggedin portname: security/saint broken because: leaves files after deinstallation build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=saint portname: security/srp broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=srp portname: security/sud broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sud portname: shells/wapsh broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=wapsh portname: sysutils/slmon broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=slmon portname: sysutils/thefish broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/thefish-0.6.6_5.log (_Sep_14_13:12:15_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=thefish portname: sysutils/udesc_dump broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=udesc_dump portname: sysutils/yawho broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=yawho portname: textproc/gxditview broken because: doesn't compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=gxditview portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: x11-servers/driglide broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=driglide portname: x11-themes/sapphire-themes broken because: depends on conflicting packages (xli and xloadimage both installs bin/xsetbg) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=sapphire-themes portname: x11-toolkits/flowcanvas broken because: Does not build with recent graphviz build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=flowcanvas portname: x11-toolkits/py-qt broken because: does not build with latest devel/py-sip build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-qt portname: x11-toolkits/tkdnd broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tkdnd portname: x11/cl-clx-sbcl broken because: Changes in sbcl 1.0.55 have exposed problems in /usr/local/lib/common-lisp/clx/depdefs.lisp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=cl-clx-sbcl portname: x11/emu broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=emu portname: x11/ggiterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ggiterm portname: x11/powershell broken because: does not configure build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/powershell-0.8_11.log (_Jun_13_12:43:31_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=powershell portname: x11/wterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=wterm From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:33:47 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9B5E5AB8 for ; Thu, 7 Feb 2013 08:33:47 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 8EE53D0D for ; Thu, 7 Feb 2013 08:33:47 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r178SvZg037292 for ; Thu, 7 Feb 2013 08:28:57 GMT (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Feb 2013 08:28:57 GMT Message-Id: <201302070828.r178SvZg037292@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD ports which are currently marked broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:33:47 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: accessibility/yasr broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=yasr portname: audio/gdam broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=gdam portname: audio/hydrogen broken because: does not install build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=hydrogen portname: audio/teamspeak_client broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=teamspeak_client portname: benchmarks/polygraph31 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=benchmarks&portname=polygraph31 portname: cad/meshlab broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/meshlab-1.2.3_2.log (_Jul_16_09:33:26_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=meshlab portname: chinese/big5con broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=big5con portname: chinese/cxterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=cxterm portname: chinese/hztty broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=hztty portname: comms/hso-kmod broken because: does not build with USB2, please try comms/uhso-kmod instead build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=hso-kmod portname: comms/ib-kmod broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=ib-kmod portname: comms/uticom broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=uticom portname: databases/adstudio broken because: incomplete plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=adstudio portname: databases/glom broken because: bad-plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=glom portname: databases/gomysql broken because: Does not compile with go1 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=gomysql portname: databases/msql broken because: Broken on FreeBSD 9+ build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=msql portname: databases/p5-DBD-InterBase broken because: does not compile, project moved or dead, no releases since 2003 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-InterBase portname: databases/p5-DBD-Oracle broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/p5-DBD-Oracle-1.14_3.log (_Jul_25_10:00:26_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-Oracle portname: databases/p5-DBZ_File broken because: POLLUTE=1 is gone, does not compile, has not been released since 1997 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBZ_File portname: databases/rubygem-delayed_job_data_mapper broken because: delayed_job_data_mapper requires delayed_job (~> 2.1) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-delayed_job_data_mapper portname: databases/rubygem-dm-core broken because: unable to resolve dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/rubygem-dm-core-1.2.0.log (_Aug_18_17:45:00_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=rubygem-dm-core portname: databases/sqlrelay broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=sqlrelay portname: databases/xapian-bindings10 broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xapian-bindings10 portname: deskutils/google-gadgets broken because: does not link build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/google-gadgets-0.11.2_5.log (_Aug_10_22:59:31_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=google-gadgets portname: deskutils/simpleagenda broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=simpleagenda portname: devel/dsss broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=dsss portname: devel/gauche-gaunit broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gauche-gaunit portname: devel/gcvs broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gcvs portname: devel/libYGP broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libYGP portname: devel/linux-js broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/lua-posix broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lua-posix portname: devel/lua50-posix broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20120820204747/lua50-posix-5.0.log (_Apr__6_15:35:56_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lua50-posix portname: devel/mono-tools broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=mono-tools portname: devel/monodevelop-java broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-java portname: devel/monodevelop-python broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-python portname: devel/monodevelop-vala broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=monodevelop-vala portname: devel/nant broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=nant portname: devel/p5-Dialog broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Dialog portname: devel/p5-File-Lock broken because: does not compile POLLUTE is gone, no release since 1996, net/netdisco depends on me build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-File-Lock portname: devel/ros-common broken because: does not compile build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/ros-common-1.4.3_1.log (_Aug__9_01:19:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/rubygem-ncursesw broken because: does not install build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/rubygem-ncursesw-1.2.4.3_1.log (_Aug_10_23:49:37_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-ncursesw portname: devel/simulavr broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=simulavr portname: devel/smack broken because: requires posix_fadvise(2) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=smack portname: devel/subcommander2 broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=subcommander2 portname: devel/tclmore broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=tclmore portname: dns/opendd broken because: segfaults upon use build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=dns&portname=opendd portname: editors/emacs22 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=emacs22 portname: editors/xemacs-devel-mule broken because: does not build on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=xemacs-devel-mule portname: emulators/vmsbackup broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=vmsbackup portname: emulators/xgngeo broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/xgngeo-16_6,1.log (_Jun_10_13:58:17_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xgngeo portname: emulators/xsystem35 broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/xsystem35-1.7.2_14.log (_Jul_16_10:09:42_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=xsystem35 portname: ftp/ftpd-tls broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpd-tls portname: ftp/proma broken because: define an @exec depending on %F and %B before any files defined build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=proma portname: ftp/wxdfast broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=wxdfast portname: games/childsplay_plugins broken because: fails to install on 9.X build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20121002113816/childsplay_plugins-0.90_1.log (_Oct__4_03:18:18_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=childsplay_plugins portname: games/fretsonfire broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=fretsonfire portname: games/kimboot broken because: no longer works build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kimboot portname: games/knights-kde4 broken because: does not build with kdegames4>=4.9.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=knights-kde4 portname: games/spring broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spring portname: games/tuxracer_golf broken because: overwrite a file owned by tuxracer: share/tuxracer/courses/common/buttprint.rgb build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tuxracer_golf portname: graphics/f90gl broken because: doesn't build with freeglut build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=f90gl portname: graphics/fnlib broken because: does not configure build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/fnlib-0.5_10.log (_Jun_11_10:06:23_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=fnlib portname: graphics/geglmm broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=geglmm portname: graphics/glide3 broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=glide3 portname: graphics/luxrender broken because: does not build with boost-1.48.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=luxrender portname: graphics/ocaml-images broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ocaml-images portname: graphics/phpsview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=phpsview portname: graphics/py-clutter broken because: bad plist build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/py27-clutter-1.0.2_3.log (_Aug_19_04:43:00_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=py-clutter portname: graphics/qcamview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=qcamview portname: graphics/seom broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=seom portname: graphics/solang broken because: bad plist + do not build with latest exiv2 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101130182505/solang-0.3_7.log.bz2 (_Dec__8_03:18:34_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=solang portname: graphics/spcaview broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=spcaview portname: graphics/vid broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vid portname: graphics/xmfract broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmfract portname: irc/smuxi broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=smuxi portname: irc/solid-ircd broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=solid-ircd portname: japanese/aterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=aterm portname: japanese/ming broken because: does not compile build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/ja-ming-0.1.5_7.log (_Jun__9_04:24:52_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=ming portname: japanese/rubygem-myrurema broken because: unable to resolve dependencies build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/ja-rubygem-myrurema-0.3.0.log (_Aug_19_05:48:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rubygem-myrurema portname: japanese/scim-mozc broken because: Google droped SCIM support from Mozc. This port will be deleted. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=scim-mozc portname: japanese/sj3-server broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=sj3-server portname: japanese/tcl80 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=tcl80 portname: java/icedtea6-stubs broken because: Does not build with any of the supported Java vendors build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=icedtea6-stubs portname: java/jai-imageio broken because: relies on linuxpluginwrapper build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=jai-imageio portname: korean/eterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=eterm portname: lang/Sather broken because: segfaults during build on 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=Sather portname: lang/boo broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=boo portname: lang/elisp-manual broken because: overwrites files owned by editors/emacs: info/elisp.info build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/gdc broken because: fails to build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=gdc portname: lang/hiphop-php broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=hiphop-php portname: lang/ldc-devel broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ldc-devel portname: lang/rexx-imc broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=rexx-imc portname: lang/stklos broken because: does not build on FreeBSD 9.x - runaway process build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=stklos portname: mail/biffer broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=biffer portname: mail/firetray broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/firetray-0.2.8_1.log (_Aug_19_07:51:39_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=firetray portname: mail/p5-Mail-CClient broken because: does not compile, no release since 2004 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-Mail-CClient portname: mail/p5-vpopmail broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/p5-vpopmail-0.08.log (_Jul_16_09:16:51_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-vpopmail portname: math/cgal broken because: does not build with boost-1.48.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=cgal portname: math/dislin broken because: size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=dislin portname: math/octave-devel broken because: fails to work with recent versions of GCC build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-devel portname: math/octave-forge-es broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-es portname: math/octave-forge-java broken because: does not work with openjdk ,and will soon be part of octave base build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-forge-java portname: math/petsc-mpich broken because: filesystem was touched prior to make install phase build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=petsc-mpich portname: misc/c-hey broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=c-hey portname: misc/fep broken because: Does not compile without sgtty build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/gtktalog broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gtktalog portname: misc/projectionlib broken because: does not patch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=projectionlib portname: misc/splitvt broken because: does not compile: /usr/include/sys/ioctl_compat.h:42:2: Definitions not available without TTY ioctl compat build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: misc/usbrh broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=usbrh portname: misc/wminfo broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=wminfo portname: multimedia/linux-gspca-kmod broken because: does not compile on 8.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-gspca-kmod portname: multimedia/linux-realplayer broken because: unfetchable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/linux-realplayer-10.0.9.809.20070726_3.log (_Jun_13_02:24:52_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-realplayer portname: multimedia/mp4split broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.9.20120811203121/mp4split-1.0.8.log (_Nov_27_02:18:50_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mp4split portname: multimedia/p5-Video-Info broken because: does not fetch build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/p5-Video-Info-0.999_3.log (_Sep_13_13:53:12_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-Video-Info portname: net-im/centericq broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=centericq portname: net-im/trix broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=trix portname: net-mgmt/noc broken because: unsatisfyable dependency object build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=noc portname: net-mgmt/sendip broken because: does not compile on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=sendip portname: net-p2p/eiskaltdcpp-daemon broken because: does not link build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=eiskaltdcpp-daemon portname: net-p2p/libtorrent-rasterbar-15 broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15 portname: net-p2p/libtorrent-rasterbar-15-python broken because: Does not build with recent boost build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=libtorrent-rasterbar-15-python portname: net-p2p/nicotine-plus broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=nicotine-plus portname: net-p2p/solidcoin broken because: Does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20121002113816/solidcoin-2.041_1.log (_Oct__4_03:18:46_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=solidcoin portname: net-p2p/transmission broken because: Depends on GTK 3.4.0 frontend; use net-p2p/transmission25 for now build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=transmission portname: net-p2p/transmission-gtk2 broken because: Relies on GTK 3.0 version > 3.4.0; use net-p2p/transmission25-gtk2 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/transmission-gtk2-2.13.log (_Sep_14_00:42:02_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=transmission-gtk2 portname: net/atmsupport broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=atmsupport portname: net/bfilter broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=bfilter portname: net/gupnp-igd broken because: does not package build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/gupnp-igd-0.2.1.log (_Aug_19_05:54:22_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=gupnp-igd portname: net/ipex broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ipex portname: net/libtrace broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=libtrace portname: net/mars_nwe broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=mars_nwe portname: net/opal broken because: does not compile on 9.X build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.8.20121002113816/opal-2.2.11_7.log (_Oct__4_03:14:33_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=opal portname: net/pfflowd broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pfflowd portname: net/pppoa broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppoa portname: net/rmsg broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rmsg portname: net/rubygem-amqp-utils broken because: bad dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rubygem-amqp-utils portname: net/rubygem-tweetstream broken because: unable to resolve dependencies build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=rubygem-tweetstream portname: net/sendfile broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=sendfile portname: net/skystar2 broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=skystar2 portname: net/slbd broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120516193908/slbd-1.3.log (_Jan_24_08:07:52_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=slbd portname: net/spnetkit broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=spnetkit portname: net/ttbudget broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.8.20120928062728/ttbudget-5.3_1.log (_Oct__1_09:27:49_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=ttbudget portname: net/wizd broken because: does not install build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20121003083222/wizd-24_5.log (_Aug_29_09:03:12_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=wizd portname: news/lottanzb broken because: overwrite a file owned by misc/shared-mime-info: share/mime/application/x-nzb.xml build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=news&portname=lottanzb portname: palm/barry broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=palm&portname=barry portname: print/gfontview broken because: does not build with giflib build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gfontview portname: print/hugelatex broken because: overwrite files owned by teTex-Base which it already depends on build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=hugelatex portname: print/scribus-devel broken because: incorrect plist build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=scribus-devel portname: science/elmerpost broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=elmerpost portname: science/libctl broken because: Does not compile on i386 or sparc64 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/libctl-3.1.log (_Sep_14_06:19:33_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=libctl portname: security/chkrootkit broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=chkrootkit portname: security/dazuko broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.9.20121005224635/dazuko-2.3.9.log (_Oct_19_15:51:02_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=dazuko portname: security/fwtk broken because: Won't fetch, ftp site mentioned in 'IGNORE' has no readme. Web site changed hands? build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fwtk portname: security/openfwtk broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openfwtk portname: security/openvpn-auth-ldap broken because: does not configure on FreeBSD 9.X build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openvpn-auth-ldap portname: security/pam_alreadyloggedin broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=pam_alreadyloggedin portname: security/saint broken because: leaves files after deinstallation build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=saint portname: security/sfs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sfs portname: security/srp broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=srp portname: security/sud broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sud portname: security/termlog broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=termlog portname: shells/wapsh broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=shells&portname=wapsh portname: sysutils/avfs broken because: does not package build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=avfs portname: sysutils/empower broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=empower portname: sysutils/fusefs-curlftpfs broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=fusefs-curlftpfs portname: sysutils/grub broken because: does not build build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/grub-0.97_4.log (_Jun__9_08:15:20_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=grub portname: sysutils/hyperic-sigar broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=hyperic-sigar portname: sysutils/libumberlog broken because: fails to install umberlog.3 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120903060906/libumberlog-0.2.1.log (_May_26_21:03:13_UTC_2012) http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/libumberlog-0.2.1.log (_May_15_12:53:06_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=libumberlog portname: sysutils/lookupd broken because: fails to build with new utmpx build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/lookupd-0.3.c_1.log (_Sep_14_11:53:31_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=lookupd portname: sysutils/memdump broken because: unsupported FreeBSD version build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=memdump portname: sysutils/p5-Sys-Utmp broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=p5-Sys-Utmp portname: sysutils/rubygem-sys-admin broken because: umpt.h has been removed build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rubygem-sys-admin portname: sysutils/slmon broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=slmon portname: sysutils/syslog-ng2 broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=syslog-ng2 portname: sysutils/thefish broken because: does not build build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/thefish-0.6.6_5.log (_Sep_14_13:12:15_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=thefish portname: sysutils/udesc_dump broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=udesc_dump portname: sysutils/yawho broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=yawho portname: textproc/coco broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=coco portname: textproc/gxditview broken because: doesn't compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=gxditview portname: textproc/libextractor broken because: does not package build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20121001063541/libextractor-0.6.2_9.log (_Oct__2_08:24:05_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libextractor portname: textproc/p5-Lucene broken because: incompatible with CLucene 2.3 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-Lucene portname: textproc/p5-XML-Sablotron broken because: POLLUTE is gone, does not compile, no release since 2005, textproc/p5-XML-SAXDriver-Sablotron&www/p5-HTML-Webmake depend on me build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-XML-Sablotron portname: textproc/skim broken because: Doesn't build with python2.6 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xaira broken because: leaves files behind on deinstallation build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.9.20120811203121/xaira-1.23_5.log (_Sep__8_18:17:51_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xaira portname: vietnamese/vnelvis broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnelvis portname: vietnamese/vnterm broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnterm portname: www/cacheboy15-devel broken because: does not compile with Heimdal 1.1 in 8.0-CURRENT build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=cacheboy15-devel portname: www/horde-ansel broken because: Not yet supported under horde 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=horde-ansel portname: www/horde-wicked broken because: Not yet supported under Horde 5.x build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=horde-wicked portname: www/linux-flashplugin9 broken because: unfetchable build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/linux-flashplugin-9.0r289_1.log (_Jun_13_10:34:28_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-flashplugin9 portname: www/mod_smooth_streaming broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_smooth_streaming portname: www/p5-Apache2-Scoreboard broken because: does not configure build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/p5-Apache2-Scoreboard-2.09.2_2.log (_Aug_11_07:54:40_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=p5-Apache2-Scoreboard portname: www/wyvern broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wyvern portname: x11-servers/driglide broken because: Does not compile on recent FreeBSD-9 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=driglide portname: x11-themes/kde-icons-noia-warm broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/kde-icons-noia-warm-0.95.log (_Apr_24_22:39:00_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-noia-warm portname: x11-themes/sapphire-themes broken because: depends on conflicting packages (xli and xloadimage both installs bin/xsetbg) build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=sapphire-themes portname: x11-toolkits/flowcanvas broken because: Does not build with recent graphviz build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=flowcanvas portname: x11-toolkits/py-qt broken because: does not build with latest devel/py-sip build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-qt portname: x11-toolkits/tkdnd broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tkdnd portname: x11/cl-clx-sbcl broken because: Changes in sbcl 1.0.55 have exposed problems in /usr/local/lib/common-lisp/clx/depdefs.lisp build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=cl-clx-sbcl portname: x11/emu broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=emu portname: x11/ggiterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=ggiterm portname: x11/gnome-shell broken because: Doesn't build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=gnome-shell portname: x11/powershell broken because: does not configure build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/powershell-0.8_11.log (_Jun_13_12:43:31_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=powershell portname: x11/wterm broken because: fails to build with new utmpx build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=wterm From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:34:36 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3D990D12 for ; Thu, 7 Feb 2013 08:34:36 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 0CF16D5E for ; Thu, 7 Feb 2013 08:34:35 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r178Tko3042415 for ; Thu, 7 Feb 2013 08:29:46 GMT (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Feb 2013 08:29:46 GMT Message-Id: <201302070829.r178Tko3042415@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD unmaintained ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:34:36 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: accessibility/kdeaccessibility description: Accessibility applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=kdeaccessibility portname: arabic/kde3-i18n description: Arabic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=arabic&portname=kde3-i18n portname: archivers/bsdar description: BSD-licensed replacement of the ar utility maintainer: ports@FreeBSD.org status: IGNORE deprecated because: part of the base system expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bsdar portname: archivers/kio_p7zip description: Kioslave for KDE to handle 7zip files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=kio_p7zip portname: astro/orsa description: Orbit Reconstruction, Simulation, and Analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=orsa portname: audio/amarok description: Media player for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok portname: audio/amarok-fs description: A full screen application for Amarok maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok-fs portname: audio/arts description: Audio system for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=arts portname: audio/cheesetracker description: An Impulse Tracker clone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=cheesetracker portname: audio/creox description: A real-time sound processor maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=creox portname: audio/ermixer description: A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ermixer portname: audio/k3bmonkeyaudioplugin description: K3b plugin for Monkey's Audio files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=k3bmonkeyaudioplugin portname: audio/kid3 description: MP3/Ogg/FLAC tag editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kid3 portname: audio/kirocker description: Kicker applet for displaying Amarok info maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kirocker portname: audio/linux-alsa-lib description: The Advanced Linux Sound Architecture libraries maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-alsa-lib portname: audio/linux-arts description: Audio system for the KDE integrated X11 desktop (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-arts portname: audio/linux-freealut description: A free implementation of OpenAL's ALUT standard (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-freealut portname: audio/linux-libmad description: Libmad library (part of MAD project) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libmad portname: audio/linux-libogg description: Ogg bitstream library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libogg portname: audio/linux-libvorbis description: Audio compression codec library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libvorbis portname: audio/linux-openal description: A 3D positional spatialized sound library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-openal portname: audio/lplayer description: A QT program to queue lots of MP3s for random XMMS play maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=lplayer portname: audio/madman description: An advanced digital music manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=madman portname: audio/mpeglib_artsplug description: Legacy KDE audio backend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mpeglib_artsplug portname: audio/prokyon3 description: A multithreaded music manager and tag editor maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=prokyon3 portname: audio/xmms-kde description: Integrates XMMS into the KDE3 Panel maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-kde portname: audio/yammi description: A QT-based music manager with fuzzy search maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=yammi portname: cad/vipec description: Analyze high frequency, linear electrical networks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=vipec portname: chinese/kde3-i18n-zh_CN description: Simplified Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_CN portname: chinese/kde3-i18n-zh_TW description: Traditional Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_TW portname: chinese/qterm description: QTerm is a BBS client for BSD/Linux maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=qterm portname: comms/scud description: Tell your CID capable modem to answer those annoying calls maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=scud portname: converters/ktextdecode description: The simple text conversion utility for KDE 3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=ktextdecode portname: databases/adstudio description: A database query and administration tool maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=adstudio portname: databases/kmysqladmin description: A graphical frontend for administration of MySQL servers maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=kmysqladmin portname: databases/knoda description: Database frontend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=knoda portname: databases/qt-mysql-plugin description: A plugin for QT to connect to MySQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-mysql-plugin portname: databases/qt-odbc-plugin description: A plugin for QT to connect to ODBC-compatible databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-odbc-plugin portname: databases/qt-pgsql-plugin description: A plugin for QT to connect to PostgreSQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-pgsql-plugin portname: databases/qt-sqlite-plugin description: A plugin for QT to connect to SQLite-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-sqlite-plugin portname: databases/xapian-bindings10 description: Bindings allowing Xapian to be used from various programming languages maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xapian-bindings10 portname: deskutils/bookreader description: A KDE twin-panel e-text/e-book viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=bookreader portname: deskutils/dragstack description: Drop stack applet for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=dragstack portname: deskutils/kbirthday description: KDE kicker-applet that reminds you of birthdays and anniversaries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kbirthday portname: deskutils/kchmviewer description: A Qt/KDE viewer for CHM files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kchmviewer portname: deskutils/kdepim3 description: Personal Information Management tools for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdepim3 portname: deskutils/kdissert description: KDE mindmapping tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdissert portname: deskutils/kickpim description: Panel applet for editing and accessing the KDE addressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kickpim portname: deskutils/klipoquery description: Panel applet for web searches using clipboard entries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=klipoquery portname: deskutils/kluje description: A KDE client for the popular online journal site LiveJournal maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kluje portname: deskutils/knowit description: A note manager with tree organization that uses RTF for storage maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=knowit portname: deskutils/kompose description: Full-screen task manager similar to Expose(tm) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kompose portname: deskutils/krefty description: Quick Reference sheets for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krefty portname: deskutils/krss description: KDE Rich Site Summary viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krss portname: deskutils/metabar description: Sidebar plugin for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=metabar portname: deskutils/snotes description: A lightweight, configurable sticky notes utility maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=snotes portname: deskutils/taskjuggler description: A project management tool for UNIX based operating systems maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=taskjuggler portname: devel/cvsmapfs description: Helps keep track of modes and permissions of files in cvs maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=cvsmapfs portname: devel/esvn description: GUI frontend for the Subversion revision system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=esvn portname: devel/gauche-gaunit description: An unit testing framework in Gauche maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gauche-gaunit portname: devel/kaptain description: A tool for building/running QT GUIs for command line programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kaptain portname: devel/kdesdk3 description: KDE Software Development Kit maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdesdk3 portname: devel/kdevelop description: IDE for a wide variety of programming tasks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdevelop portname: devel/kprof description: A profiling tool for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kprof portname: devel/kscope description: KDE front-end to Cscope maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kscope portname: devel/lexi description: A lexical analyser tool maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lexi portname: devel/linux-js description: The Linux joystick interface ported to FreeBSD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linuxthreads description: POSIX pthreads implementation using rfork to generate kernel threads maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/py-ez_xml description: Ez_xml compiles a XML template file into a Python module maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-ez_xml portname: devel/qsa description: Cross-platform scripting toolkit for Qt applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qsa portname: devel/ros-common description: Robot Operating System - common utilities maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/ros-common-1.4.3_1.log (_Aug__9_01:19:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/sid description: A LL(1) parser generator maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sid portname: editors/f4l description: An open source development environment for Macromedia Flash maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=f4l portname: editors/kate-plugins description: Additional plugins and features for kate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kate-plugins portname: editors/kile description: A LaTeX source editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kile portname: editors/pdfedit description: Free editor for manipulating PDF documents (QT3 GUI and CLI) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=pdfedit portname: editors/semi-xemacs21-mule description: SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=semi-xemacs21-mule portname: finance/eqonomize-kde3 description: A personal accounting software package maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=eqonomize-kde3 portname: finance/kexchange description: KDE currency converter maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kexchange portname: finance/khacc description: Simple KDE-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=khacc portname: finance/kmymoney2 description: KDE-based personal finance assistant maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kmymoney2 portname: finance/qhacc description: Simple QT-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qhacc portname: finance/qtstalker description: Commodity and stock market charting and technical analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qtstalker portname: finance/tinyerp-server description: Open source application ERP & CRM in Python using Postgresql maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles, consider using finance/openerp-server expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=tinyerp-server portname: french/kde3-i18n description: French messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=kde3-i18n portname: ftp/kasablanca description: Graphical ftp client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kasablanca portname: ftp/kbear description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kbear portname: ftp/kftpgrabber description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kftpgrabber portname: ftp/kpum description: KDE pureftpd user manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kpum portname: games/atlantikdesigner description: Editor for Atlantik maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=atlantikdesigner portname: games/blackjack description: One of the better implementations of blackjack, based on QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=blackjack portname: games/easysok description: A sokoban game for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=easysok portname: games/ggz-kde-client description: The GGZ Gaming Zone - KDE Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggz-kde-client portname: games/kamikaze description: Multiplayer bomberman-style game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kamikaze portname: games/kbilliards description: Funny billiards simulator game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/kdegames3 description: Games for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kdegames3 portname: games/kfreerings description: A small puzzle game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kfreerings portname: games/kmastermind description: Mastermind game designed for K Desktop Environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20120820204747/kmastermind-2.2_8.log (_Aug_30_01:40:45_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kmastermind portname: games/knights description: A KDE chess interface (gnuchess/crafty) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=knights portname: games/kpicframer description: KDE card game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpicframer portname: games/kpictorial description: Little logical game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpictorial portname: games/kpuzzle description: Jigsaw puzzle game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpuzzle portname: games/ktritoc description: A Tic-tac-toe like boardgame maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ktritoc portname: games/kwappen description: KDE board game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kwappen portname: games/pentix description: This is a game of pentix for terminals maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=pentix portname: games/q15 description: A Qt-based game fifteen maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=q15 portname: games/qgo description: A Go board and SGF editor written with the Qt library maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qgo portname: games/qnetchess description: Qt based chess multiplayer game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qnetchess portname: games/spacehulk description: Science-fiction board game in the world of Warhammer 40000 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spacehulk portname: games/taxipilot description: A Spacetaxi clone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=taxipilot portname: games/tuxracer_golf description: A golf course theme for Tux Racer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tuxracer_golf portname: german/kde3-i18n description: German messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kde3-i18n portname: german/kheisereg description: KDE utility to search within the Heise Register maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kheisereg portname: graphics/albumshaper description: Drag-n-drop hierarchal photo album creation maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=albumshaper portname: graphics/divxcalc description: DivX Calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=divxcalc portname: graphics/ecg2png description: Converts scanned 12-lead electrocardiograms into PNGs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ecg2png portname: graphics/flip description: Load a sequence of TIFF files and play them back at a target frame rate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=flip portname: graphics/fnlib description: Fonts and font libraries necessary for Enlightenment maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/fnlib-0.5_10.log (_Jun_11_10:06:23_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=fnlib portname: graphics/gwenview description: An image viewer and browser for the KDE environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gwenview portname: graphics/kalbum description: Create albums from a collection of images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kalbum portname: graphics/kamera description: Digital camera support for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kamera portname: graphics/kbarcode description: A barcode and label printing application for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kbarcode portname: graphics/kdegraphics3 description: Graphics utilities for the KDE3 integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kdegraphics3 portname: graphics/kisomandel description: Fractal rendering program with nice 3D-display in realtime maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kisomandel portname: graphics/kooka description: Raster image scan program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kooka portname: graphics/kuickshow description: KDE image viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kuickshow portname: graphics/linux-cairo description: Linux cairo binary maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-cairo portname: graphics/linux-gdk-pixbuf description: Linux version of the graphic library for GTK+ maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-gdk-pixbuf portname: graphics/potracegui description: GUI for potrace, a program for tracing bitmap images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=potracegui portname: graphics/xenomorph description: An image filter system based on volterra and morphologic filters maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xenomorph portname: hebrew/kde3-i18n description: Hebrew messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hebrew&portname=kde3-i18n portname: hungarian/kde3-i18n description: Hungarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hungarian&portname=kde3-i18n portname: irc/kmyirc description: Easy to use IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kmyirc portname: irc/konversation description: A user friendly IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=konversation portname: irc/kwirc description: IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kwirc portname: japanese/kde3-i18n description: Japanese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=kde3-i18n portname: korean/kde3-i18n description: Korean messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=kde3-i18n portname: lang/elisp-manual description: Emacs Lisp reference manual maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/klogoturtle description: LOGO Interpreter for the KDE Desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=klogoturtle portname: mail/gmime description: Library (written in C) for parsing and creating messages using MIME maintainer: ports@FreeBSD.org deprecated because: Superceded with version 2.4 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=gmime portname: math/koctave description: KDEGUI for octave maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=koctave portname: math/labplot description: LabPlot : Data analysis and visualisation maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=labplot portname: math/pgcalc description: A powerful scientific skinnable calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=pgcalc portname: math/qwtplot3d description: A 3D plotting widget for scientific data and mathematical expressions maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=qwtplot3d portname: math/xgfe description: An X11 front-end for Gnuplot maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=xgfe portname: misc/fep description: A general purpose front end for command line editing maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/gtktalog description: A tool to make disk catalogs maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gtktalog portname: misc/gwenview-i18n description: Localized messages and documentation for Gwenview maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gwenview-i18n portname: misc/k3b-i18n description: Localized messages and documentation for K3b maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=k3b-i18n portname: misc/kaddressbook-plugins description: Plugins for KAddressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kaddressbook-plugins portname: misc/katalog description: CD organizer for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=katalog portname: misc/kbfx description: A new K-menu for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kbfx portname: misc/kde3-i18n description: Localized messages and documentation for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n portname: misc/kde3-i18n-af description: Afrikaans localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-af portname: misc/kde3-i18n-az description: Azerbaijani messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-az portname: misc/kde3-i18n-be description: Belarusian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-be portname: misc/kde3-i18n-bg description: Bulgarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bg portname: misc/kde3-i18n-bn description: Bengali messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bn portname: misc/kde3-i18n-br description: Breton messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-br portname: misc/kde3-i18n-bs description: Bosnian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bs portname: misc/kde3-i18n-ca description: Catalan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ca portname: misc/kde3-i18n-cs description: Czech messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cs portname: misc/kde3-i18n-csb description: Cassubian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-csb portname: misc/kde3-i18n-cy description: Welsh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cy portname: misc/kde3-i18n-da description: Danish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-da portname: misc/kde3-i18n-el description: Modern Greek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-el portname: misc/kde3-i18n-en_GB description: British messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-en_GB portname: misc/kde3-i18n-eo description: Esperanto messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eo portname: misc/kde3-i18n-es description: Spanish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-es portname: misc/kde3-i18n-et description: Estonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-et portname: misc/kde3-i18n-eu description: Basque messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eu portname: misc/kde3-i18n-fa description: Persian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fa portname: misc/kde3-i18n-fi description: Finnish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fi portname: misc/kde3-i18n-fy description: Frisian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fy portname: misc/kde3-i18n-ga description: Irish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ga portname: misc/kde3-i18n-gl description: Gallegan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-gl portname: misc/kde3-i18n-hi description: Hindi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hi portname: misc/kde3-i18n-hr description: Croatian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hr portname: misc/kde3-i18n-is description: Icelandic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-is portname: misc/kde3-i18n-it description: Italian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-it portname: misc/kde3-i18n-kk description: Kazakh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-kk portname: misc/kde3-i18n-km description: Khmer messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-km portname: misc/kde3-i18n-lt description: Lithuanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lt portname: misc/kde3-i18n-lv description: Latvian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lv portname: misc/kde3-i18n-mk description: Macedonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mk portname: misc/kde3-i18n-mn description: Mongolian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mn portname: misc/kde3-i18n-ms description: Malay messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ms portname: misc/kde3-i18n-nb description: Norwegian Bokmaal messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nb portname: misc/kde3-i18n-nds description: Low German localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nds portname: misc/kde3-i18n-nl description: Dutch messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nl portname: misc/kde3-i18n-nn description: Norwegian Nynorsk messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nn portname: misc/kde3-i18n-pa description: Panjabi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-pa portname: misc/kde3-i18n-ro description: Romanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ro portname: misc/kde3-i18n-rw description: Kinyarwanda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-rw portname: misc/kde3-i18n-se description: Northern Sami messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-se portname: misc/kde3-i18n-sk description: Slovak messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sk portname: misc/kde3-i18n-sl description: Slovenian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sl portname: misc/kde3-i18n-sr description: Serbian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr portname: misc/kde3-i18n-sr_Latn description: Serbian (latin alphabet) messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr_Latn portname: misc/kde3-i18n-ss description: Swati messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ss portname: misc/kde3-i18n-sv description: Swedish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sv portname: misc/kde3-i18n-ta description: Tamil messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ta portname: misc/kde3-i18n-te description: Telugu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-te portname: misc/kde3-i18n-tg description: Tajik messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tg portname: misc/kde3-i18n-th description: Thai messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-th portname: misc/kde3-i18n-tr description: Turkish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tr portname: misc/kde3-i18n-uz description: Uzbek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-uz portname: misc/kde3-i18n-ven description: Venda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ven portname: misc/kde3-i18n-wa description: Walloon messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-wa portname: misc/kde3-i18n-xh description: Xhosa messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-xh portname: misc/kde3-i18n-zu description: Zulu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/zu-kde-i18n-3.1.5_5.log (_Sep_13_09:01:17_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-zu portname: misc/kdeaddons3 description: Additional plugins and scripts for some KDE applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeaddons3 portname: misc/kdeedu3 description: Collection of entertaining, educational programs for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeedu3 portname: misc/kdeutils3 description: Utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeutils3 portname: misc/kfile-plugins description: Plugins for Konqueror (in filemanager mode) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kfile-plugins portname: misc/kicker-applets description: Additional applets for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kicker-applets portname: misc/knewsticker-scripts description: Additional scripts for KNewsTicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=knewsticker-scripts portname: misc/konq-plugins description: Additional plugins and features for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=konq-plugins portname: misc/ksig description: Signature randomiser, available standalone or as a plugin within KMail maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=ksig portname: misc/kwatch description: KDE/Qt log file viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kwatch portname: misc/renamedlgplugins description: Plugins for Konqueror's rename dialog maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=renamedlgplugins portname: misc/splitvt description: Run two shells in a split window/terminal maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: multimedia/grpplaylist description: A playlist for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=grpplaylist portname: multimedia/kdemultimedia3 description: Multimedia utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kdemultimedia3 portname: multimedia/kmenc15 description: KDE advanced MEncoder frontend, ala, VirtualDub maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmenc15 portname: multimedia/kmplayer description: KDE frontend to MPlayer, Xine, GStreamer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmplayer portname: multimedia/konverter description: KDE MEncoder frontend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=konverter portname: multimedia/kplayer description: Movie player based on mplayer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kplayer portname: multimedia/mandvd description: DVD authoring and slideshow tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mandvd portname: multimedia/noatun-plugins description: Various plugins for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=noatun-plugins portname: multimedia/subtitlecomposer description: Subtitle editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=subtitlecomposer portname: multimedia/transkode description: A KDE/Qt based frontend for various audio transcoding tools maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=transkode portname: multimedia/xine_artsplugin description: Xine-based multimedia backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/kdemultimedia-xine_artsplugin-3.5.10_6.log (_Aug_11_05:12:17_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xine_artsplugin portname: net-im/eva description: QQ IM Client for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=eva portname: net-im/kmerlin description: An IM (Instant Messenger) KDE client for the Microsoft MSN Network maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kmerlin portname: net-im/konverse description: KDE Jabber Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=konverse portname: net-im/kopete description: KDE multi-protocol instant messenger (IM) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kopete portname: net-mgmt/nrpep description: A netsaint addon for running plugins on remote hosts maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nrpep portname: net-p2p/kmldonkey description: KDE integration for MLDonkey eDonkey P2P client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=kmldonkey portname: net-p2p/ktorrent2 description: BitTorrent client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=ktorrent2 portname: net-p2p/qtella description: A Gnutella client using Qt maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=qtella portname: net/bfilter description: Smart filtering HTTP proxy maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=bfilter portname: net/cphone description: H323 Video Conferencing Program which uses QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/kdenetwork3 description: Network-related programs and modules for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kdenetwork3 portname: net/knemo description: Network monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=knemo portname: net/kphone description: A voice over internet phone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kphone portname: net/lanbrowsing description: Lanbrowsing facility and backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=lanbrowsing portname: net/pppload description: Display the current throughput of a network device in a window maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppload portname: net/py-mp-random description: Display random Mirror Project images on your desktop maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-mp-random portname: polish/kde3-i18n description: Polish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=kde3-i18n portname: ports-mgmt/portcheck description: Maintains the ports tree and checks up the installed packages maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=portcheck portname: ports-mgmt/qtpkg description: A Qt based package removal tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=qtpkg portname: portuguese/kde3-i18n description: Portuguese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n portname: portuguese/kde3-i18n-pt_BR description: Brazilian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n-pt_BR portname: print/gfontview description: An outline font viewer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gfontview portname: print/hugelatex description: LaTeX format files with large limits maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=hugelatex portname: print/kcdlabel description: Create covers, labels, and booklets for your CD cases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kcdlabel portname: print/mapagi description: Pagination utility that prints your images/comics in 'in folio' format maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=mapagi portname: russian/kde3-i18n description: Russian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=kde3-i18n portname: russian/ksocrat description: KSocrat is the simple English/Russian Russian/English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=ksocrat portname: science/kmovisto description: A real 3-D molecule viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kmovisto portname: science/kst description: Data viewing program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kst portname: science/silo description: A mesh and field I/O library and scientific database maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=silo portname: security/IMHear description: An MSN Messenger event/message sniffer maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=IMHear portname: security/lep description: Lesser Encryption Project maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=lep portname: security/qtfw description: A GUI frontend for ipfw utility in FreeBSD maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=qtfw portname: sysutils/bsdsar description: System Activity Reporter for FreeBSD maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=bsdsar portname: sysutils/kcpuload description: CPU meter for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kcpuload portname: sysutils/kdeadmin3 description: KDE applications related to system administration maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdeadmin3 portname: sysutils/kdirstat description: A small KDE utility that sums up disk usage for directory trees maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdirstat portname: sysutils/kkeyled description: Panel applet to display the keyboard's LED states maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kkeyled portname: sysutils/klaptopdaemon description: APM monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klaptopdaemon portname: sysutils/klineakconfig description: Configure lineakd through a KDE interface maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klineakconfig portname: sysutils/kmilo description: Enables special keys on custom keyboards maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kmilo portname: sysutils/kshutdown description: Advanced shutdown utility for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kshutdown portname: sysutils/ksynaptics description: KDE control center module for Synaptics touchpads maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ksynaptics portname: sysutils/lineak-kdeplugins description: KDE plugins for lineakd maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=lineak-kdeplugins portname: sysutils/pwg description: A small tool to generate secure, random passwords maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=pwg portname: sysutils/rcsedit description: A simple wrapper for RCS written in Perl maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rcsedit portname: sysutils/sarah description: Syslog automated Rotation and Archive Handler maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sarah portname: sysutils/sge60 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge60 portname: sysutils/sge61 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge61 portname: sysutils/sge62 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge62 portname: sysutils/udesc_dump description: Shows USB descriptors maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=udesc_dump portname: textproc/gxditview description: An X11 based previewer for groff output maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=gxditview portname: textproc/kbedic description: An English-Bulgarian-English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=kbedic portname: textproc/skim description: An input method platform based on SCIM library and KDE/QT maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xxdiff description: QT interface to view/merge differences between 2 or 3 files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xxdiff portname: ukrainian/kde3-i18n description: Ukrainian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ukrainian&portname=kde3-i18n portname: vietnamese/kde3-i18n description: Vietnamese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=kde3-i18n portname: www/igal description: A static html image gallery generator for *nix maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles, consider using www/llgal expiration date: 2013-02-27 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/igal-1.4_7.log (_Jun_13_10:26:32_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=igal portname: www/kdewebdev description: Comprehensive html/website development environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kdewebdev portname: x11-clocks/kdetoys3 description: Small applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=kdetoys3 portname: x11-fm/dolphin description: File manager for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=dolphin portname: x11-servers/driglide description: Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI maintainer: ports@FreeBSD.org status: BROKEN deprecated because: 3dfx is dead, fails to compile on recent versions of freebsd expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=driglide portname: x11-themes/baghira description: An Aqua like window decoration and widget style for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=baghira portname: x11-themes/kdeartwork3 description: Additional themes, sounds, wallpapers and window styles for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdeartwork3 portname: x11-themes/kdmtheme description: KDM Theme Manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdmtheme portname: x11-themes/qnxstyle description: A QNX style/theme for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qnxstyle portname: x11-themes/qt-bluecurve-theme description: The Bluecurve QT theme maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qt-bluecurve-theme portname: x11-themes/sapphire-themes description: Themes for sapphire maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=sapphire-themes portname: x11-toolkits/gtkglarea description: An OpenGL widget for the GTK+ GUI toolkit maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkglarea portname: x11-toolkits/py-qt description: Python bindings for the Qt toolkit maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-qt portname: x11-toolkits/qscintilla description: QT port of the Scintilla C++ editor class maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qscintilla portname: x11-toolkits/qt33 description: Multiplatform C++ application framework maintainer: ports@FreeBSD.org deprecated because: No upstream activity since 2008; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qt33 portname: x11-toolkits/qwt4 description: Qwt widget library for technical purposes (old version) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qwt4 portname: x11-wm/bbconf description: Configurator for the Blackbox window manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=bbconf portname: x11-wm/kompmgr description: Utility needed to enable XComposite support in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=kompmgr portname: x11-wm/libdockapp description: Standard library for Window Maker dock apps maintainer: ports@FreeBSD.org deprecated because: Abandonware, upstream disappeared expiration date: 2012-10-20 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/libdockapp-0.6.2.log (_Sep__8_05:40:48_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=libdockapp portname: x11/kde-lite description: The FreeBSD release "meta-port" for (a subset of) KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde-lite portname: x11/kde3 description: The "meta-port" for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde3 portname: x11/kdebase3 description: Basic applications for the KDE system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdebase3 portname: x11/kdelibs3 description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3 portname: x11/kdelibs3-nocups description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3-nocups portname: x11/powershell description: A terminal emulator for the X11 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more then 6 month expiration date: 2013-03-05 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/powershell-0.8_11.log (_Jun_13_12:43:31_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=powershell portname: x11/wterm description: A color vt102 terminal emulator with transparency support maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=wterm portname: x11/xscreensaver-kde description: Support for xscreensaver blankers in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xscreensaver-kde From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:35:19 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A185FE2C for ; Thu, 7 Feb 2013 08:35:19 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 93EF7D7D for ; Thu, 7 Feb 2013 08:35:19 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r178UTv8048110 for ; Thu, 7 Feb 2013 08:30:29 GMT (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Feb 2013 08:30:29 GMT Message-Id: <201302070830.r178UTv8048110@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD ports which are currently scheduled for deletion X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:35:19 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: accessibility/kdeaccessibility description: Accessibility applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=kdeaccessibility portname: accessibility/linux-atk description: Accessibility Toolkit, Linux/i386 binary maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=accessibility&portname=linux-atk portname: arabic/kde3-i18n description: Arabic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=arabic&portname=kde3-i18n portname: archivers/bsdar description: BSD-licensed replacement of the ar utility maintainer: ports@FreeBSD.org status: IGNORE deprecated because: part of the base system expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=bsdar portname: archivers/kio_p7zip description: Kioslave for KDE to handle 7zip files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=kio_p7zip portname: archivers/linux-ucl description: RPM of UCL, a lossless data compression library maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-ucl portname: archivers/linux-upx description: RPM of UPX, a high-performance executable packer maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=linux-upx portname: archivers/php52-bz2 description: The bz2 shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-bz2-5.2.16.log (_Sep_15_15:50:52_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=php52-bz2 portname: archivers/php52-zip description: The zip shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=php52-zip portname: archivers/php52-zlib description: The zlib shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-zlib-5.2.16.log (_Sep_15_15:52:26_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=archivers&portname=php52-zlib portname: astro/orsa description: Orbit Reconstruction, Simulation, and Analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=astro&portname=orsa portname: audio/amarok description: Media player for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok portname: audio/amarok-fs description: A full screen application for Amarok maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=amarok-fs portname: audio/arts description: Audio system for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=arts portname: audio/cheesetracker description: An Impulse Tracker clone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=cheesetracker portname: audio/creox description: A real-time sound processor maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=creox portname: audio/ermixer description: A command-line, ncurses, and (optional) Qt-GUI OSS audio mixer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ermixer portname: audio/hydrogen description: An advanced drum machine maintainer: devel@stasyan.com status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=hydrogen portname: audio/k3bmonkeyaudioplugin description: K3b plugin for Monkey's Audio files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=k3bmonkeyaudioplugin portname: audio/kid3 description: MP3/Ogg/FLAC tag editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kid3 portname: audio/kirocker description: Kicker applet for displaying Amarok info maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=kirocker portname: audio/linux-alsa-lib description: The Advanced Linux Sound Architecture libraries maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-alsa-lib portname: audio/linux-arts description: Audio system for the KDE integrated X11 desktop (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-arts portname: audio/linux-esound description: RPM of esound maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-esound portname: audio/linux-freealut description: A free implementation of OpenAL's ALUT standard (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-freealut portname: audio/linux-libaudiofile description: RPM of audiofile maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libaudiofile portname: audio/linux-libmad description: Libmad library (part of MAD project) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libmad portname: audio/linux-libogg description: Ogg bitstream library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libogg portname: audio/linux-libvorbis description: Audio compression codec library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-libvorbis portname: audio/linux-mikmod description: MikMod Sound Library (Linux version) maintainer: mva@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-mikmod portname: audio/linux-nas-libs description: Runtime libraries for NAS (Linux Fedora Core 4) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-nas-libs portname: audio/linux-openal description: A 3D positional spatialized sound library (Linux version) maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-openal portname: audio/linux-sdl_mixer description: A sample multi-channel audio mixer library (Linux version) maintainer: mva@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=linux-sdl_mixer portname: audio/lplayer description: A QT program to queue lots of MP3s for random XMMS play maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=lplayer portname: audio/madman description: An advanced digital music manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=madman portname: audio/mpeglib_artsplug description: Legacy KDE audio backend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=mpeglib_artsplug portname: audio/prokyon3 description: A multithreaded music manager and tag editor maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=prokyon3 portname: audio/xmms-kde description: Integrates XMMS into the KDE3 Panel maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=xmms-kde portname: audio/yammi description: A QT-based music manager with fuzzy search maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=yammi portname: cad/vipec description: Analyze high frequency, linear electrical networks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=vipec portname: chinese/cxterm description: An xterm that speaks Chinese maintainer: sunrychen@gmail.com status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=cxterm portname: chinese/kde3-i18n-zh_CN description: Simplified Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_CN portname: chinese/kde3-i18n-zh_TW description: Traditional Chinese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=kde3-i18n-zh_TW portname: chinese/qterm description: QTerm is a BBS client for BSD/Linux maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=chinese&portname=qterm portname: comms/qfaxreader description: Mono/color multipage tiff/fax files visualisation/printing utility maintainer: itetcu@FreeBSD.org deprecated because: No activity upstream since 2006; uses QT3 expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=qfaxreader portname: comms/scud description: Tell your CID capable modem to answer those annoying calls maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=comms&portname=scud portname: converters/ktextdecode description: The simple text conversion utility for KDE 3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=ktextdecode portname: converters/php52-iconv description: The iconv shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-iconv-5.2.16.log (_Sep__9_08:39:42_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=php52-iconv portname: converters/php52-mbstring description: The mbstring shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=php52-mbstring portname: converters/php52-recode description: The recode shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=converters&portname=php52-recode portname: databases/adstudio description: A database query and administration tool maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=adstudio portname: databases/kmysqladmin description: A graphical frontend for administration of MySQL servers maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=kmysqladmin portname: databases/knoda description: Database frontend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=knoda portname: databases/mysql41-client description: Multithreaded SQL database (client) maintainer: ale@FreeBSD.org deprecated because: Unsupported upstream, no distfile expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql41-client portname: databases/mysql41-scripts description: Multithreaded SQL database (scripts) maintainer: ale@FreeBSD.org deprecated because: Unsupported upstream, no distfile expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql41-scripts portname: databases/mysql41-server description: Multithreaded SQL database (server) maintainer: ale@FreeBSD.org deprecated because: Unsupported upstream, no distfile expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=mysql41-server portname: databases/p5-DBD-Oracle description: DBI driver for Oracle RDBMS server maintainer: perl@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.7.20120910204647/p5-DBD-Oracle-1.14_3.log (_Jul_25_10:00:26_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=p5-DBD-Oracle portname: databases/php-sqlite3 description: A port for the PHP sqlite3 extension maintainer: glarkin@FreeBSD.org deprecated because: No upstream development and superseded by databases/php5-sqlite3 and databases/php53-sqlite3 expiration date: 2012-06-21 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php-sqlite3 portname: databases/php52-dba description: The dba shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-dba portname: databases/php52-dbase description: The dbase shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-dbase portname: databases/php52-interbase description: The interbase shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-interbase portname: databases/php52-mssql description: The mssql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-mssql portname: databases/php52-mysql description: The mysql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-mysql-5.2.16.log (_Sep__9_17:00:36_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-mysql portname: databases/php52-mysqli description: The mysqli shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-mysqli portname: databases/php52-oci8 description: The oci8 shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-oci8 portname: databases/php52-odbc description: The odbc shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-odbc portname: databases/php52-pdo description: The pdo shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo portname: databases/php52-pdo_dblib description: The pdo_dblib shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_dblib portname: databases/php52-pdo_firebird description: The pdo_firebird shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_firebird portname: databases/php52-pdo_mysql description: The pdo_mysql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_mysql portname: databases/php52-pdo_oci description: The pdo_oci shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_oci portname: databases/php52-pdo_odbc description: The pdo_odbc shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_odbc portname: databases/php52-pdo_pgsql description: The pdo_pgsql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_pgsql portname: databases/php52-pdo_sqlite description: The pdo_sqlite shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-pdo_sqlite-5.2.16.log (_Sep__9_17:02:09_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pdo_sqlite portname: databases/php52-pgsql description: The pgsql shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-pgsql portname: databases/php52-rrdtool description: A php 52 rrdtool glue maintainer: scheidell@FreeBSD.org deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-rrdtool portname: databases/php52-sqlite description: The sqlite shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-sqlite-5.2.16.log (_Sep__9_17:03:45_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-sqlite portname: databases/php52-sybase_ct description: The sybase_ct shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=php52-sybase_ct portname: databases/postgresql83-client description: PostgreSQL database (client) maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-client portname: databases/postgresql83-contrib description: The contrib utilities from the PostgreSQL distribution maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.8.20121018131912/postgresql-contrib-8.3.21.log (_Oct_20_19:44:35_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-contrib portname: databases/postgresql83-docs description: The PostgreSQL documentation set maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-docs portname: databases/postgresql83-plperl description: Write SQL functions for PostgreSQL using Perl5 maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-plperl portname: databases/postgresql83-plpython description: Module for using Python to write SQL functions maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-plpython portname: databases/postgresql83-pltcl description: A module for using Tcl to write SQL functions maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-pltcl portname: databases/postgresql83-server description: The most advanced open-source database available anywhere maintainer: pgsql@FreeBSD.org deprecated because: End-of-life is coming up expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/postgresql-server-8.3.12_2.log (_Sep__9_17:43:35_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=postgresql83-server portname: databases/qt-mysql-plugin description: A plugin for QT to connect to MySQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-mysql-plugin portname: databases/qt-odbc-plugin description: A plugin for QT to connect to ODBC-compatible databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-odbc-plugin portname: databases/qt-pgsql-plugin description: A plugin for QT to connect to PostgreSQL-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-pgsql-plugin portname: databases/qt-sqlite-plugin description: A plugin for QT to connect to SQLite-Databases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=qt-sqlite-plugin portname: databases/ruby-dbdbd description: David Black's DataBase Definer maintainer: brooks@FreeBSD.org deprecated because: Dead project, apparently unused expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-dbdbd portname: databases/xapian-bindings10 description: Bindings allowing Xapian to be used from various programming languages maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=xapian-bindings10 portname: deskutils/bookreader description: A KDE twin-panel e-text/e-book viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=bookreader portname: deskutils/dragstack description: Drop stack applet for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=dragstack portname: deskutils/kbirthday description: KDE kicker-applet that reminds you of birthdays and anniversaries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kbirthday portname: deskutils/kchmviewer description: A Qt/KDE viewer for CHM files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kchmviewer portname: deskutils/kdepim3 description: Personal Information Management tools for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdepim3 portname: deskutils/kdissert description: KDE mindmapping tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kdissert portname: deskutils/kickpim description: Panel applet for editing and accessing the KDE addressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kickpim portname: deskutils/klipoquery description: Panel applet for web searches using clipboard entries maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=klipoquery portname: deskutils/kluje description: A KDE client for the popular online journal site LiveJournal maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kluje portname: deskutils/knowit description: A note manager with tree organization that uses RTF for storage maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=knowit portname: deskutils/kompose description: Full-screen task manager similar to Expose(tm) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=kompose portname: deskutils/krefty description: Quick Reference sheets for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krefty portname: deskutils/krss description: KDE Rich Site Summary viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=krss portname: deskutils/metabar description: Sidebar plugin for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=metabar portname: deskutils/snotes description: A lightweight, configurable sticky notes utility maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=snotes portname: deskutils/taskjuggler description: A project management tool for UNIX based operating systems maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=deskutils&portname=taskjuggler portname: devel/cvsmapfs description: Helps keep track of modes and permissions of files in cvs maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=cvsmapfs portname: devel/esvn description: GUI frontend for the Subversion revision system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=esvn portname: devel/gauche-gaunit description: An unit testing framework in Gauche maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=gauche-gaunit portname: devel/kaptain description: A tool for building/running QT GUIs for command line programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kaptain portname: devel/kdesdk3 description: KDE Software Development Kit maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdesdk3 portname: devel/kdevelop description: IDE for a wide variety of programming tasks maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kdevelop portname: devel/kprof description: A profiling tool for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kprof portname: devel/kscope description: KDE front-end to Cscope maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=kscope portname: devel/lexi description: A lexical analyser tool maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lexi portname: devel/libgetline description: A small, portable, and easy to use command line library maintainer: rodrigo@bebik.net deprecated because: Upstream disapear and distfile is no more available expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=libgetline portname: devel/linux-allegro description: Cross-platform game programming library (linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-allegro portname: devel/linux-js description: The Linux joystick interface ported to FreeBSD maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-js portname: devel/linux-libglade description: RPM of libglade maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libglade portname: devel/linux-libglade2 description: RPM of libglade2 maintainer: tut@nhamon.com.ua deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libglade2 portname: devel/linux-libsigc++20 description: Callback Framework for C++ (linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-libsigc%2B%2B20 portname: devel/linux-sdl12 description: Cross-platform multi-media development API (linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linux-sdl12 portname: devel/linuxthreads description: POSIX pthreads implementation using rfork to generate kernel threads maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=linuxthreads portname: devel/php52-gettext description: The gettext shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-gettext portname: devel/php52-json description: The json shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-json portname: devel/php52-ncurses description: The ncurses shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-ncurses portname: devel/php52-pcntl description: The pcntl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-pcntl portname: devel/php52-pcre description: The pcre shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-pcre portname: devel/php52-readline description: The readline shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-readline portname: devel/php52-shmop description: The shmop shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-shmop portname: devel/php52-spl description: The spl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-spl portname: devel/php52-sysvmsg description: The sysvmsg shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-sysvmsg portname: devel/php52-sysvsem description: The sysvsem shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-sysvsem portname: devel/php52-sysvshm description: The sysvshm shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-sysvshm portname: devel/php52-tokenizer description: The tokenizer shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=php52-tokenizer portname: devel/py-ez_xml description: Ez_xml compiles a XML template file into a Python module maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=py-ez_xml portname: devel/qsa description: Cross-platform scripting toolkit for Qt applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=qsa portname: devel/ros-common description: Robot Operating System - common utilities maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/ros-common-1.4.3_1.log (_Aug__9_01:19:13_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ros-common portname: devel/rubygem-ncursesw description: Wrapper to the ncurses library with wide character support maintainer: freebsdports@chillibear.com status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/rubygem-ncursesw-1.2.4.3_1.log (_Aug_10_23:49:37_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-ncursesw portname: devel/sid description: A LL(1) parser generator maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=sid portname: devel/xlslib description: A C++ library for generation of Excel(TM) files maintainer: sergey@network-asp.biz deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.9.20120916093935/xlslib-0.2.5.log (_Oct_16_21:39:33_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=xlslib portname: editors/f4l description: An open source development environment for Macromedia Flash maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=f4l portname: editors/kate-plugins description: Additional plugins and features for kate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kate-plugins portname: editors/kile description: A LaTeX source editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=kile portname: editors/pdfedit description: Free editor for manipulating PDF documents (QT3 GUI and CLI) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=pdfedit portname: editors/semi-xemacs21-mule description: SEMI, Library of MIME feature for GNU Emacs for xemacs21-mule maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=editors&portname=semi-xemacs21-mule portname: emulators/linux-libaio description: Linux-native asynchronous I/O access library, Linux binary maintainer: numisemis@yahoo.com deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux-libaio portname: emulators/linux_base-fc4 description: Base set of packages needed in Linux mode (for i386/amd64) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=emulators&portname=linux_base-fc4 portname: finance/eqonomize-kde3 description: A personal accounting software package maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=eqonomize-kde3 portname: finance/kexchange description: KDE currency converter maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kexchange portname: finance/khacc description: Simple KDE-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=khacc portname: finance/kmymoney2 description: KDE-based personal finance assistant maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=kmymoney2 portname: finance/qhacc description: Simple QT-based financial manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qhacc portname: finance/qtstalker description: Commodity and stock market charting and technical analysis maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=qtstalker portname: finance/tinyerp-server description: Open source application ERP & CRM in Python using Postgresql maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles, consider using finance/openerp-server expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=finance&portname=tinyerp-server portname: french/kde3-i18n description: French messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=french&portname=kde3-i18n portname: ftp/ftp-tls description: Ftp client supporting FTP AUTH TLS maintainer: marius@FreeBSD.org deprecated because: No longer maintained upstream expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftp-tls portname: ftp/ftpd-tls description: Ftp server supporting FTP AUTH TLS maintainer: marius@FreeBSD.org status: BROKEN deprecated because: No longer maintained upstream expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=ftpd-tls portname: ftp/kasablanca description: Graphical ftp client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kasablanca portname: ftp/kbear description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kbear portname: ftp/kftpgrabber description: Graphical FTP client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kftpgrabber portname: ftp/kpum description: KDE pureftpd user manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=kpum portname: ftp/linux-curl description: Curl linux version maintainer: acm@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=linux-curl portname: ftp/php52-curl description: The curl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=php52-curl portname: ftp/php52-ftp description: The ftp shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=php52-ftp portname: ftp/proma description: Administrate a ProFTPd server storing users in a MySQL database maintainer: sexbear@tmu.edu.tw status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ftp&portname=proma portname: games/atlantikdesigner description: Editor for Atlantik maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=atlantikdesigner portname: games/blackjack description: One of the better implementations of blackjack, based on QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=blackjack portname: games/easysok description: A sokoban game for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=easysok portname: games/ggz-kde-client description: The GGZ Gaming Zone - KDE Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ggz-kde-client portname: games/kamikaze description: Multiplayer bomberman-style game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kamikaze portname: games/kbilliards description: Funny billiards simulator game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kbilliards portname: games/kdegames3 description: Games for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kdegames3 portname: games/kfreerings description: A small puzzle game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kfreerings portname: games/kimboot description: A sick and addictive arcade game maintainer: amdmi3@FreeBSD.org status: BROKEN deprecated because: no longer works expiration date: 2013-02-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kimboot portname: games/kmastermind description: Mastermind game designed for K Desktop Environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20120820204747/kmastermind-2.2_8.log (_Aug_30_01:40:45_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kmastermind portname: games/knights description: A KDE chess interface (gnuchess/crafty) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=knights portname: games/kpicframer description: KDE card game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpicframer portname: games/kpictorial description: Little logical game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpictorial portname: games/kpuzzle description: Jigsaw puzzle game for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kpuzzle portname: games/ksudoku description: A Sudoku generator and solver for KDE maintainer: freebsd@chillt.de deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ksudoku portname: games/ktritoc description: A Tic-tac-toe like boardgame maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=ktritoc portname: games/kwappen description: KDE board game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=kwappen portname: games/pentix description: This is a game of pentix for terminals maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=pentix portname: games/q15 description: A Qt-based game fifteen maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=q15 portname: games/qgo description: A Go board and SGF editor written with the Qt library maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qgo portname: games/qnetchess description: Qt based chess multiplayer game maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=qnetchess portname: games/spacehulk description: Science-fiction board game in the world of Warhammer 40000 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=spacehulk portname: games/taxipilot description: A Spacetaxi clone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=taxipilot portname: games/tuxracer_golf description: A golf course theme for Tux Racer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=tuxracer_golf portname: german/kde3-i18n description: German messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kde3-i18n portname: german/kheisereg description: KDE utility to search within the Heise Register maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=german&portname=kheisereg portname: graphics/albumshaper description: Drag-n-drop hierarchal photo album creation maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=albumshaper portname: graphics/divxcalc description: DivX Calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=divxcalc portname: graphics/ecg2png description: Converts scanned 12-lead electrocardiograms into PNGs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ecg2png portname: graphics/flip description: Load a sequence of TIFF files and play them back at a target frame rate maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=flip portname: graphics/fnlib description: Fonts and font libraries necessary for Enlightenment maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/fnlib-0.5_10.log (_Jun_11_10:06:23_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=fnlib portname: graphics/gwenview description: An image viewer and browser for the KDE environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=gwenview portname: graphics/kalbum description: Create albums from a collection of images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kalbum portname: graphics/kamera description: Digital camera support for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kamera portname: graphics/kbarcode description: A barcode and label printing application for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kbarcode portname: graphics/kdegraphics3 description: Graphics utilities for the KDE3 integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kdegraphics3 portname: graphics/kisomandel description: Fractal rendering program with nice 3D-display in realtime maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kisomandel portname: graphics/kooka description: Raster image scan program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kooka portname: graphics/kuickshow description: KDE image viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=kuickshow portname: graphics/linux-cairo description: Linux cairo binary maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-cairo portname: graphics/linux-gdk-pixbuf description: Linux version of the graphic library for GTK+ maintainer: ports@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-gdk-pixbuf portname: graphics/linux-imlib description: RPM of imlib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-imlib portname: graphics/linux-jpeg description: RPM of the JPEG lib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-jpeg portname: graphics/linux-libGLU description: OpenGL utility library (Linux version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-libGLU portname: graphics/linux-libmng description: RPM of libmng maintainer: michael@ranner.eu deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-libmng portname: graphics/linux-png description: RPM of the PNG lib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-png portname: graphics/linux-png10 description: RPM of the PNG lib (old 1.0 version) maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-png10 portname: graphics/linux-sdl_image description: A simple library to load images as SDL interfaces (linux version) maintainer: nivit@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-sdl_image portname: graphics/linux-tiff description: TIFF library, Linux/i386 binary maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff portname: graphics/linux-ungif description: RPM of the ungif lib maintainer: maho@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-ungif portname: graphics/ocaml-images description: Objective Caml image processing library maintainer: michael.grunewald@laposte.net status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ocaml-images portname: graphics/php52-exif description: The exif shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=php52-exif portname: graphics/php52-gd description: The gd shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=php52-gd portname: graphics/php52-ming description: The ming shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=php52-ming portname: graphics/potracegui description: GUI for potrace, a program for tracing bitmap images maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=potracegui portname: graphics/solang description: A photo manager for GNOME maintainer: ashish@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101130182505/solang-0.3_7.log.bz2 (_Dec__8_03:18:34_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=solang portname: graphics/vid description: Grab images from USB Cameras using the OV511 and OV511+ chipset maintainer: olivier@gid0.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vid portname: graphics/xenomorph description: An image filter system based on volterra and morphologic filters maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xenomorph portname: hebrew/kde3-i18n description: Hebrew messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hebrew&portname=kde3-i18n portname: hungarian/kde3-i18n description: Hungarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=hungarian&portname=kde3-i18n portname: irc/kmyirc description: Easy to use IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kmyirc portname: irc/konversation description: A user friendly IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=konversation portname: irc/kwirc description: IRC client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=kwirc portname: japanese/kde3-i18n description: Japanese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=kde3-i18n portname: korean/kde3-i18n description: Korean messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=korean&portname=kde3-i18n portname: lang/boo description: A CLI-targeted programming language similar to Python maintainer: mono@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=boo portname: lang/elisp-manual description: Emacs Lisp reference manual maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 months expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=elisp-manual portname: lang/eperl description: Embedded Perl 5 Language maintainer: glarkin@FreeBSD.org status: FORBIDDEN deprecated because: Unfixed upstream remote vulnerability and no activity since 1998 expiration date: 2012-10-26 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/eperl-2.2.14_3.log.bz2 (_Jul_31_06:17:35_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=eperl portname: lang/klogoturtle description: LOGO Interpreter for the KDE Desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=klogoturtle portname: lang/linux-libg2c description: Fortran 77 compatibility runtime maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=linux-libg2c portname: lang/php52 description: PHP Scripting Language maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=php52 portname: lang/tcl83 description: Tool Command Language maintainer: tcltk@FreeBSD.org deprecated because: No longer maintained upstream expiration date: 2013-04-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=tcl83 portname: mail/firetray description: System tray add-on for firefox, thunderbird, seamonkey, etc maintainer: avg@icyb.net.ua status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/firetray-0.2.8_1.log (_Aug_19_07:51:39_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=firetray portname: mail/gmime description: Library (written in C) for parsing and creating messages using MIME maintainer: ports@FreeBSD.org deprecated because: Superceded with version 2.4 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=gmime portname: mail/listmanager description: Fully-featured mailing list manager maintainer: gshapiro@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=listmanager portname: mail/p5-vpopmail description: Perl module to provide access to vpopmail API maintainer: james@now.ie status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/p5-vpopmail-0.08.log (_Jul_16_09:16:51_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=p5-vpopmail portname: mail/php52-imap description: The imap shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=php52-imap portname: math/cgal description: A computational geometry library maintainer: wenheping@gmail.com status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=cgal portname: math/eigen description: Lightweight library for vector and matrix math maintainer: kde@FreeBSD.org deprecated because: Development for 1.x series has long ceased, use math/eigen3 expiration date: 2012-12-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=eigen portname: math/koctave description: KDEGUI for octave maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=koctave portname: math/labplot description: LabPlot : Data analysis and visualisation maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=labplot portname: math/octave-devel description: Developer's version of math/octave maintainer: maho@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=octave-devel portname: math/petsc-mpich description: Portable, Extensible Toolkit for Scientific computation maintainer: bf@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-07-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=petsc-mpich portname: math/pgcalc description: A powerful scientific skinnable calculator maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=pgcalc portname: math/php52-bcmath description: The bcmath shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=php52-bcmath portname: math/php52-gmp description: The gmp shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=php52-gmp portname: math/qwtplot3d description: A 3D plotting widget for scientific data and mathematical expressions maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=qwtplot3d portname: math/xgfe description: An X11 front-end for Gnuplot maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=xgfe portname: misc/fep description: A general purpose front end for command line editing maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=fep portname: misc/gtktalog description: A tool to make disk catalogs maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gtktalog portname: misc/gwenview-i18n description: Localized messages and documentation for Gwenview maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=gwenview-i18n portname: misc/k3b-i18n description: Localized messages and documentation for K3b maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=k3b-i18n portname: misc/kaddressbook-plugins description: Plugins for KAddressbook maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kaddressbook-plugins portname: misc/katalog description: CD organizer for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=katalog portname: misc/kbfx description: A new K-menu for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kbfx portname: misc/kde3-i18n description: Localized messages and documentation for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n portname: misc/kde3-i18n-af description: Afrikaans localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-af portname: misc/kde3-i18n-az description: Azerbaijani messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-az portname: misc/kde3-i18n-be description: Belarusian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-be portname: misc/kde3-i18n-bg description: Bulgarian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bg portname: misc/kde3-i18n-bn description: Bengali messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bn portname: misc/kde3-i18n-br description: Breton messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-br portname: misc/kde3-i18n-bs description: Bosnian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-bs portname: misc/kde3-i18n-ca description: Catalan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ca portname: misc/kde3-i18n-cs description: Czech messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cs portname: misc/kde3-i18n-csb description: Cassubian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-csb portname: misc/kde3-i18n-cy description: Welsh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-cy portname: misc/kde3-i18n-da description: Danish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-da portname: misc/kde3-i18n-el description: Modern Greek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-el portname: misc/kde3-i18n-en_GB description: British messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-en_GB portname: misc/kde3-i18n-eo description: Esperanto messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eo portname: misc/kde3-i18n-es description: Spanish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-es portname: misc/kde3-i18n-et description: Estonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-et portname: misc/kde3-i18n-eu description: Basque messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-eu portname: misc/kde3-i18n-fa description: Persian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fa portname: misc/kde3-i18n-fi description: Finnish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fi portname: misc/kde3-i18n-fy description: Frisian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-fy portname: misc/kde3-i18n-ga description: Irish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ga portname: misc/kde3-i18n-gl description: Gallegan messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-gl portname: misc/kde3-i18n-hi description: Hindi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hi portname: misc/kde3-i18n-hr description: Croatian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-hr portname: misc/kde3-i18n-is description: Icelandic messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-is portname: misc/kde3-i18n-it description: Italian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-it portname: misc/kde3-i18n-kk description: Kazakh messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-kk portname: misc/kde3-i18n-km description: Khmer messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-km portname: misc/kde3-i18n-lt description: Lithuanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lt portname: misc/kde3-i18n-lv description: Latvian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-lv portname: misc/kde3-i18n-mk description: Macedonian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mk portname: misc/kde3-i18n-mn description: Mongolian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-mn portname: misc/kde3-i18n-ms description: Malay messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ms portname: misc/kde3-i18n-nb description: Norwegian Bokmaal messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nb portname: misc/kde3-i18n-nds description: Low German localized messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nds portname: misc/kde3-i18n-nl description: Dutch messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nl portname: misc/kde3-i18n-nn description: Norwegian Nynorsk messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-nn portname: misc/kde3-i18n-pa description: Panjabi messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-pa portname: misc/kde3-i18n-ro description: Romanian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ro portname: misc/kde3-i18n-rw description: Kinyarwanda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-rw portname: misc/kde3-i18n-se description: Northern Sami messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-se portname: misc/kde3-i18n-sk description: Slovak messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sk portname: misc/kde3-i18n-sl description: Slovenian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sl portname: misc/kde3-i18n-sr description: Serbian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr portname: misc/kde3-i18n-sr_Latn description: Serbian (latin alphabet) messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sr_Latn portname: misc/kde3-i18n-ss description: Swati messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ss portname: misc/kde3-i18n-sv description: Swedish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-sv portname: misc/kde3-i18n-ta description: Tamil messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ta portname: misc/kde3-i18n-te description: Telugu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-te portname: misc/kde3-i18n-tg description: Tajik messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tg portname: misc/kde3-i18n-th description: Thai messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-th portname: misc/kde3-i18n-tr description: Turkish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-tr portname: misc/kde3-i18n-uz description: Uzbek messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-uz portname: misc/kde3-i18n-ven description: Venda messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-ven portname: misc/kde3-i18n-wa description: Walloon messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-wa portname: misc/kde3-i18n-xh description: Xhosa messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-xh portname: misc/kde3-i18n-zu description: Zulu messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/zu-kde-i18n-3.1.5_5.log (_Sep_13_09:01:17_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kde3-i18n-zu portname: misc/kdeaddons3 description: Additional plugins and scripts for some KDE applications maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeaddons3 portname: misc/kdeedu3 description: Collection of entertaining, educational programs for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeedu3 portname: misc/kdeutils3 description: Utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kdeutils3 portname: misc/kfile-plugins description: Plugins for Konqueror (in filemanager mode) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kfile-plugins portname: misc/kicker-applets description: Additional applets for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kicker-applets portname: misc/knewsticker-scripts description: Additional scripts for KNewsTicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=knewsticker-scripts portname: misc/konq-plugins description: Additional plugins and features for Konqueror maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=konq-plugins portname: misc/ksig description: Signature randomiser, available standalone or as a plugin within KMail maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=ksig portname: misc/kwatch description: KDE/Qt log file viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=kwatch portname: misc/php52-calendar description: The calendar shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=php52-calendar portname: misc/renamedlgplugins description: Plugins for Konqueror's rename dialog maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=renamedlgplugins portname: misc/splitvt description: Run two shells in a split window/terminal maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=splitvt portname: multimedia/ffmpeg-011 description: Realtime audio/video encoder/converter and streaming server maintainer: mm@FreeBSD.org deprecated because: Superseded by multimedia/ffmpeg1 expiration date: 2013-02-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=ffmpeg-011 portname: multimedia/grpplaylist description: A playlist for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=grpplaylist portname: multimedia/kdemultimedia3 description: Multimedia utilities for the KDE integrated X11 desktop maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kdemultimedia3 portname: multimedia/kmenc15 description: KDE advanced MEncoder frontend, ala, VirtualDub maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmenc15 portname: multimedia/kmplayer description: KDE frontend to MPlayer, Xine, GStreamer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kmplayer portname: multimedia/konverter description: KDE MEncoder frontend maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=konverter portname: multimedia/kplayer description: Movie player based on mplayer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=kplayer portname: multimedia/linux-libtheora description: Video codec maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-libtheora portname: multimedia/linux-realplayer description: Linux RealPlayer 10 from RealNetworks maintainer: multimedia@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/linux-realplayer-10.0.9.809.20070726_3.log (_Jun_13_02:24:52_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=linux-realplayer portname: multimedia/mandvd description: DVD authoring and slideshow tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=mandvd portname: multimedia/noatun-plugins description: Various plugins for Noatun maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=noatun-plugins portname: multimedia/p5-Video-Info description: Retrieve video properties such as: height width codec fps maintainer: perl@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/p5-Video-Info-0.999_3.log (_Sep_13_13:53:12_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=p5-Video-Info portname: multimedia/qt4-phonon description: Qt4 multimedia framework maintainer: kde@FreeBSD.org status: IGNORE deprecated because: Outdated, use multimedia/phonon expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=qt4-phonon portname: multimedia/qt4-phonon-gst description: Qt4 multimedia framework, gstreamer backend maintainer: kde@FreeBSD.org status: IGNORE deprecated because: Outdated, use multimedia/phonon-gstreamer expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=qt4-phonon-gst portname: multimedia/subtitlecomposer description: Subtitle editor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=subtitlecomposer portname: multimedia/transkode description: A KDE/Qt based frontend for various audio transcoding tools maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=transkode portname: multimedia/xine_artsplugin description: Xine-based multimedia backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120528024705/kdemultimedia-xine_artsplugin-3.5.10_6.log (_Aug_11_05:12:17_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=xine_artsplugin portname: net-im/eva description: QQ IM Client for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=eva portname: net-im/imcom description: IMCom is a command-line Jabber client written in Python maintainer: martijn@pacno.net deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=imcom portname: net-im/kmerlin description: An IM (Instant Messenger) KDE client for the Microsoft MSN Network maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kmerlin portname: net-im/konverse description: KDE Jabber Client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=konverse portname: net-im/kopete description: KDE multi-protocol instant messenger (IM) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=kopete portname: net-mgmt/nettop description: A program which looks like top, but is for network packets maintainer: leeym@FreeBSD.org deprecated because: Dead upstream expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nettop portname: net-mgmt/nrpep description: A netsaint addon for running plugins on remote hosts maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nrpep portname: net-mgmt/php52-snmp description: The snmp shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=php52-snmp portname: net-p2p/kmldonkey description: KDE integration for MLDonkey eDonkey P2P client maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=kmldonkey portname: net-p2p/ktorrent2 description: BitTorrent client for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=ktorrent2 portname: net-p2p/qtella description: A Gnutella client using Qt maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-p2p&portname=qtella portname: net/bfilter description: Smart filtering HTTP proxy maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=bfilter portname: net/cphone description: H323 Video Conferencing Program which uses QT maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=cphone portname: net/kdenetwork3 description: Network-related programs and modules for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kdenetwork3 portname: net/knemo description: Network monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=knemo portname: net/kphone description: A voice over internet phone maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=kphone portname: net/lanbrowsing description: Lanbrowsing facility and backend for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=lanbrowsing portname: net/p5-Net-Gopher description: Net::Gopher is the Perl Gopher/Gopher+ API maintainer: toni.viemero@iki.fi deprecated because: gone from CPAN expiration date: 2012-04-17 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=p5-Net-Gopher portname: net/php52-ldap description: The ldap shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-ldap portname: net/php52-soap description: The soap shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-soap portname: net/php52-sockets description: The sockets shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-sockets portname: net/php52-xmlrpc description: The xmlrpc shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=php52-xmlrpc portname: net/pppload description: Display the current throughput of a network device in a window maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=pppload portname: net/py-mp-random description: Display random Mirror Project images on your desktop maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=py-mp-random portname: net/samba34 description: A free SMB and CIFS client and server for UNIX maintainer: timur@FreeBSD.org deprecated because: Unmaintained by upstream expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=samba34 portname: net/spnetkit description: A C++ wrapper for BSD-style sockets maintainer: vanilla@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=spnetkit portname: polish/kde3-i18n description: Polish messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=polish&portname=kde3-i18n portname: ports-mgmt/portcheck description: Maintains the ports tree and checks up the installed packages maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=portcheck portname: ports-mgmt/qtpkg description: A Qt based package removal tool maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=qtpkg portname: portuguese/kde3-i18n description: Portuguese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n portname: portuguese/kde3-i18n-pt_BR description: Brazilian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=portuguese&portname=kde3-i18n-pt_BR portname: print/gfontview description: An outline font viewer maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=gfontview portname: print/hugelatex description: LaTeX format files with large limits maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=hugelatex portname: print/kcdlabel description: Create covers, labels, and booklets for your CD cases maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=kcdlabel portname: print/mapagi description: Pagination utility that prints your images/comics in 'in folio' format maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=mapagi portname: print/scribus-devel description: A comprehensive desktop publishing program maintainer: coder@tuxfamily.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=scribus-devel portname: russian/kde3-i18n description: Russian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=kde3-i18n portname: russian/ksocrat description: KSocrat is the simple English/Russian Russian/English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=russian&portname=ksocrat portname: science/gsystem description: A multi-user virtual reality evolution and life simulation framework maintainer: raphael-langerhorst@gmx.at deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=gsystem portname: science/kmovisto description: A real 3-D molecule viewer maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kmovisto portname: science/kst description: Data viewing program for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=kst portname: science/silo description: A mesh and field I/O library and scientific database maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=science&portname=silo portname: security/IMHear description: An MSN Messenger event/message sniffer maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=IMHear portname: security/fwtk description: A toolkit used for building firewalls based on proxy services maintainer: pirzyk@FreeBSD.org status: BROKEN deprecated because: expiration date: 2012-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=fwtk portname: security/lep description: Lesser Encryption Project maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=lep portname: security/linux-openssl description: SSL and crypto library (Linux Version) maintainer: acm@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=linux-openssl portname: security/openvpn20 description: Secure IP/Ethernet tunnel daemon maintainer: mandree@FreeBSD.org deprecated because: Please migrate to a newer OpenVPN version expiration date: 2013-07-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=openvpn20 portname: security/php52-filter description: The filter shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-filter-5.2.16.log (_Sep_14_09:34:20_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-filter portname: security/php52-hash description: The hash shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-hash portname: security/php52-mcrypt description: The mcrypt shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-mcrypt portname: security/php52-mhash description: The mhash shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-mhash portname: security/php52-openssl description: The openssl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=php52-openssl portname: security/qtfw description: A GUI frontend for ipfw utility in FreeBSD maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=qtfw portname: security/sslproxy description: Proxies non-SSL request over an SSL connection maintainer: alexlh@funk.org deprecated because: Abandoned upstream expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sslproxy portname: sysutils/bsdsar description: System Activity Reporter for FreeBSD maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=bsdsar portname: sysutils/grub description: GRand Unified Bootloader maintainer: sem@FreeBSD.org status: BROKEN deprecated because: expiration date: 2012-12-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/grub-0.97_4.log (_Jun__9_08:15:20_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=grub portname: sysutils/kcpuload description: CPU meter for Kicker maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kcpuload portname: sysutils/kdeadmin3 description: KDE applications related to system administration maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdeadmin3 portname: sysutils/kdirstat description: A small KDE utility that sums up disk usage for directory trees maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kdirstat portname: sysutils/kkeyled description: Panel applet to display the keyboard's LED states maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kkeyled portname: sysutils/klaptopdaemon description: APM monitor for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klaptopdaemon portname: sysutils/klineakconfig description: Configure lineakd through a KDE interface maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=klineakconfig portname: sysutils/kmilo description: Enables special keys on custom keyboards maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kmilo portname: sysutils/kshutdown description: Advanced shutdown utility for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=kshutdown portname: sysutils/ksynaptics description: KDE control center module for Synaptics touchpads maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=ksynaptics portname: sysutils/lineak-kdeplugins description: KDE plugins for lineakd maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=lineak-kdeplugins portname: sysutils/linux-procps description: Linux psproc binaries maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-procps portname: sysutils/php52-posix description: The posix shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-posix-5.2.16.log (_Sep_14_12:36:46_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=php52-posix portname: sysutils/pwg description: A small tool to generate secure, random passwords maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=pwg portname: sysutils/rcsedit description: A simple wrapper for RCS written in Perl maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rcsedit portname: sysutils/rsyslog5 description: Syslogd supporting SQL, TCP and TLS maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5 portname: sysutils/rsyslog5-dbi description: LibDBI output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-dbi portname: sysutils/rsyslog5-gnutls description: GNUTLS module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20120820204747/rsyslog-gnutls-5.8.12_1.log (_Aug_30_04:21:35_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-gnutls portname: sysutils/rsyslog5-gssapi description: GSS API input/output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-gssapi portname: sysutils/rsyslog5-mysql description: MySQL output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-mysql portname: sysutils/rsyslog5-pgsql description: PostgreSQL output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-pgsql portname: sysutils/rsyslog5-relp description: RELP input/output module for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-relp portname: sysutils/rsyslog5-rfc3195 description: RFC3195 input support for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-rfc3195 portname: sysutils/rsyslog5-snmp description: SNMP trap sender for rsyslog maintainer: brd@FreeBSD.org deprecated because: Use sysutils/rsyslog6 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=rsyslog5-snmp portname: sysutils/sarah description: Syslog automated Rotation and Archive Handler maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles expiration date: 2013-02-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sarah portname: sysutils/sge60 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge60 portname: sysutils/sge61 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge61 portname: sysutils/sge62 description: Sun Grid Engine, a batch queueing system maintainer: ports@FreeBSD.org deprecated because: Ancient and unsupported release expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=sge62 portname: sysutils/udesc_dump description: Shows USB descriptors maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=udesc_dump portname: textproc/gxditview description: An X11 based previewer for groff output maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=gxditview portname: textproc/kbedic description: An English-Bulgarian-English dictionary maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=kbedic portname: textproc/linux-aspell description: Spelling checker with better logic than ispell (linux version) maintainer: office@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-aspell portname: textproc/linux-expat description: Linux/i386 binary port of Expat XML-parsing library maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-expat portname: textproc/linux-libxml description: RPM of libxml maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-libxml portname: textproc/linux-libxml2 description: RPM of libxml2 maintainer: tut@nhamon.com.ua deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-libxml2 portname: textproc/linux-scim-gtk description: Smart Common Input Method platform, gtk module, Linux binary maintainer: hrs@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-scim-gtk portname: textproc/linux-scim-libs description: Smart Common Input Method platform, library part, Linux binary maintainer: hrs@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-scim-libs portname: textproc/linux-xerces-c2 description: Validating XML parser from the Apache XML Project (linux version) maintainer: avl@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=linux-xerces-c2 portname: textproc/p5-KinoSearch description: A Perl search engine library maintainer: vivek@khera.org deprecated because: replaced by textproc/p5-KinoSearch1 expiration date: 2012-05-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=p5-KinoSearch portname: textproc/php52-ctype description: The ctype shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-ctype portname: textproc/php52-dom description: The dom shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-dom portname: textproc/php52-pspell description: The pspell shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-pspell portname: textproc/php52-simplexml description: The simplexml shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-simplexml portname: textproc/php52-wddx description: The wddx shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-wddx portname: textproc/php52-xml description: The xml shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-xml-5.2.16.log (_Sep_14_17:40:33_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xml portname: textproc/php52-xmlreader description: The xmlreader shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xmlreader portname: textproc/php52-xmlwriter description: The xmlwriter shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/php52-xmlwriter-5.2.16.log (_Sep_14_17:42:18_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xmlwriter portname: textproc/php52-xsl description: The xsl shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=php52-xsl portname: textproc/romdict description: Dictd database for Eng-Ro dictionary maintainer: itetcu@FreeBSD.org deprecated because: Upstream the project seems dead for years expiration date: 2013-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=romdict portname: textproc/skim description: An input method platform based on SCIM library and KDE/QT maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=skim portname: textproc/xxdiff description: QT interface to view/merge differences between 2 or 3 files maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=xxdiff portname: ukrainian/kde3-i18n description: Ukrainian messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ukrainian&portname=kde3-i18n portname: vietnamese/kde3-i18n description: Vietnamese messages and documentation for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=kde3-i18n portname: vietnamese/vnelvis description: A vi clone that speaks Vietnamese maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnelvis portname: vietnamese/vnterm description: An xterm that speaks Vietnamese maintainer: obrien@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=vietnamese&portname=vnterm portname: www/igal description: A static html image gallery generator for *nix maintainer: ports@FreeBSD.org deprecated because: No more upstream, no more public distfiles, consider using www/llgal expiration date: 2013-02-27 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/igal-1.4_7.log (_Jun_13_10:26:32_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=igal portname: www/kdewebdev description: Comprehensive html/website development environment maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=kdewebdev portname: www/php52-session description: The session shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=php52-session portname: www/php52-tidy description: The tidy shared extension for php maintainer: admin@lissyara.su deprecated because: PHP 5.2 series is strongly discouraged for new installations, migrate now expiration date: 2013-03-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=php52-tidy portname: www/squid31 description: HTTP Caching Proxy maintainer: tmseck@web.de deprecated because: Squid 3.1 is no longer recommended for new installations. Please use www/squid32 instead expiration date: 2013-03-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=squid31 portname: www/typo346 description: The typo3 content management system maintainer: freebsd-ports@charlieroot.de deprecated because: Obsolete stable release expiration date: 2013-04-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=typo346 portname: www/wyvern description: Small/powerful/lightweight/secure/embeddable HTTP server maintainer: kouichi@MysticWALL.COM status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=wyvern portname: www/xpi-customizegoogle description: Enhance and tweak Google services maintainer: miwi@FreeBSD.org deprecated because: Add-on has been discontinued expiration date: 2013-02-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=xpi-customizegoogle portname: x11-clocks/kdetoys3 description: Small applications for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-clocks&portname=kdetoys3 portname: x11-drivers/xf86-video-intel29 description: Driver for Intel integrated graphics chipsets maintainer: x11@FreeBSD.org status: IGNORE deprecated because: Not supported expiration date: 2013-02-15 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-drivers&portname=xf86-video-intel29 portname: x11-fm/dolphin description: File manager for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=dolphin portname: x11-fonts/linux-fontconfig description: Linux/i386 binary of Fontconfig maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fonts&portname=linux-fontconfig portname: x11-servers/driglide description: Libraries to support 3dfx Voodoo3/4/5/Banshee with the DRI maintainer: ports@FreeBSD.org status: BROKEN deprecated because: 3dfx is dead, fails to compile on recent versions of freebsd expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-servers&portname=driglide portname: x11-themes/baghira description: An Aqua like window decoration and widget style for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=baghira portname: x11-themes/e17-theme-cthulhain description: Cthulhain theme for use with e17 window manager maintainer: gblach@FreeBSD.org deprecated because: Dead upstream since 2008 expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=e17-theme-cthulhain portname: x11-themes/e17-theme-darkness description: Darkness theme for use with e17 window manager maintainer: gblach@FreeBSD.org deprecated because: No more public distfiles expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=e17-theme-darkness portname: x11-themes/kdeartwork3 description: Additional themes, sounds, wallpapers and window styles for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdeartwork3 portname: x11-themes/kdmtheme description: KDM Theme Manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kdmtheme portname: x11-themes/qnxstyle description: A QNX style/theme for KDE3 maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qnxstyle portname: x11-themes/qt-bluecurve-theme description: The Bluecurve QT theme maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=qt-bluecurve-theme portname: x11-themes/sapphire-themes description: Themes for sapphire maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=sapphire-themes portname: x11-toolkits/gtkglarea description: An OpenGL widget for the GTK+ GUI toolkit maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=gtkglarea portname: x11-toolkits/linux-gtk description: RPM of the Gtk lib maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-gtk portname: x11-toolkits/linux-gtk2 description: GTK+ library, version 2.X, Linux binary maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-gtk2 portname: x11-toolkits/linux-openmotif description: Motif toolkit Linux libraries maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-openmotif portname: x11-toolkits/linux-pango description: Linux pango binary maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango portname: x11-toolkits/linux-qt33 description: RPM of QT3 maintainer: bsam@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-qt33 portname: x11-toolkits/py-qt description: Python bindings for the Qt toolkit maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=py-qt portname: x11-toolkits/qscintilla description: QT port of the Scintilla C++ editor class maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qscintilla portname: x11-toolkits/qt33 description: Multiplatform C++ application framework maintainer: ports@FreeBSD.org deprecated because: No upstream activity since 2008; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qt33 portname: x11-toolkits/qwt4 description: Qwt widget library for technical purposes (old version) maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=qwt4 portname: x11-toolkits/tk83 description: Graphical toolkit for TCL maintainer: tcltk@FreeBSD.org deprecated because: No longer maintained upstream expiration date: 2013-04-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=tk83 portname: x11-wm/bbconf description: Configurator for the Blackbox window manager maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=bbconf portname: x11-wm/e17-module-calendar description: Nice calendar module for e17 maintainer: gblach@FreeBSD.org deprecated because: Deprecated upstream expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-calendar portname: x11-wm/e17-module-drawer description: An e17 module to display/organize different types of information maintainer: gblach@FreeBSD.org deprecated because: Deprecated upstream expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-drawer portname: x11-wm/e17-module-e-tiling description: A tiling module for Enlightenment 17 maintainer: gblach@FreeBSD.org deprecated because: Deprecated upstream expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-e-tiling portname: x11-wm/e17-module-language description: An e17 XKB language/layout control module maintainer: gblach@FreeBSD.org deprecated because: Deprecated upstream expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-language portname: x11-wm/e17-module-quickaccess description: An e17 module to provide quick access to applications maintainer: gblach@FreeBSD.org deprecated because: Merged into x11-wm/enlightenment expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-quickaccess portname: x11-wm/e17-module-tiling description: A tiling-like windows control module for e17 maintainer: gblach@FreeBSD.org deprecated because: Merged into x11-wm/enlightenment expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-tiling portname: x11-wm/e17-module-xkbswitch description: X keyboard switcher module for Enlightenment 0.17 maintainer: gblach@FreeBSD.org deprecated because: Merged into x11-wm/enlightenment expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=e17-module-xkbswitch portname: x11-wm/kompmgr description: Utility needed to enable XComposite support in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=kompmgr portname: x11-wm/libdockapp description: Standard library for Window Maker dock apps maintainer: ports@FreeBSD.org deprecated because: Abandonware, upstream disappeared expiration date: 2012-10-20 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/libdockapp-0.6.2.log (_Sep__8_05:40:48_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-wm&portname=libdockapp portname: x11/kde-lite description: The FreeBSD release "meta-port" for (a subset of) KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde-lite portname: x11/kde3 description: The "meta-port" for KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kde3 portname: x11/kdebase3 description: Basic applications for the KDE system maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdebase3 portname: x11/kdelibs3 description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3 portname: x11/kdelibs3-nocups description: Base set of libraries needed by KDE programs maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=kdelibs3-nocups portname: x11/linux-xorg-libs description: Xorg libraries, linux binaries maintainer: emulation@FreeBSD.org deprecated because: expiration date: 2013-02-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=linux-xorg-libs portname: x11/oooqs description: Quick launcher for Open Office maintainer: itetcu@FreeBSD.org deprecated because: For old OOo versions; uses kde3; unmaintained upstream; see x11/oooqs2 expiration date: 2013-02-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=oooqs portname: x11/powershell description: A terminal emulator for the X11 maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more then 6 month expiration date: 2013-03-05 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/powershell-0.8_11.log (_Jun_13_12:43:31_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=powershell portname: x11/wterm description: A color vt102 terminal emulator with transparency support maintainer: ports@FreeBSD.org status: BROKEN deprecated because: Broken for more than 6 month expiration date: 2013-03-05 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=wterm portname: x11/xscreensaver-kde description: Support for xscreensaver blankers in KDE maintainer: ports@FreeBSD.org deprecated because: Depends on QT3; unmaintained expiration date: 2013-07-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xscreensaver-kde From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:35:22 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BB2ECE32 for ; Thu, 7 Feb 2013 08:35:22 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id B07F0D81 for ; Thu, 7 Feb 2013 08:35:22 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id r178UXe4048184 for ; Thu, 7 Feb 2013 08:30:33 GMT (envelope-from linimon@FreeBSD.org) Date: Thu, 7 Feb 2013 08:30:33 GMT Message-Id: <201302070830.r178UXe4048184@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: ports@FreeBSD.org Subject: FreeBSD ports which are currently marked forbidden X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:35:22 -0000 As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: graphics/linux-tiff forbidden because: Vulnerable since 2004-10-13, http://portaudit.freebsd.org/8816bf3a-7929-11df-bcce-0018f3e2eb82.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff portname: lang/eperl forbidden because: Vulnerable since 2001-06-21, http://portaudit.freebsd.org/73efb1b7-07ec-11e2-a391-000c29033c32.html build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.7.20101015091133/eperl-2.2.14_3.log.bz2 (_Jul_31_06:17:35_UTC_2010) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=eperl portname: security/sudosh3 forbidden because: Secunia Advisory SA38292, ISS X-Force sudosh-replay-bo (55903), replay() function buffer overflow. build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=security&portname=sudosh3 portname: x11-toolkits/linux-pango forbidden because: Vulnerable since 2009-05-13, http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 08:55:16 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3C48D2B5; Thu, 7 Feb 2013 08:55:16 +0000 (UTC) (envelope-from villa.alberto@gmail.com) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3E3E41; Thu, 7 Feb 2013 08:55:15 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id d4so1131929eek.36 for ; Thu, 07 Feb 2013 00:55:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version:content-type :content-transfer-encoding; bh=dxsavOQ05RCGO79j89qFsz5VRwjBhGYPy9gHQlKpZgQ=; b=w7jb1yXsdMuCgRD75Q1XRtJHXpeu6Qw1umfF/a7zdkMS0KPMMj4LJrYdPCpT0y307x gpfQnSTRmnP8jG6tSMgn5NDOFDQeMPQ9iSUTumrDcCWVK+gCBnKo1B4vBMVsqEb0aDRl hWqsd84cnHC54QlfPxXWv2Qftbw2DR8PUTsdgatPdutfWAbnFQ4WOJM/gM+hUdWvv1BF FzuX1zGXMSU1Jp1ASqUZU0UCoh/awM6k8j63Tng0/XsvZTkBOOdMeaK6HBq7ZK1BkZkc sVy9+LcY9gTkOeTViXZ4oRxnuAZbxfEbbBgPztEqhvqGuP29BDGOVRG32Ui+QA6SJ9jX n9jQ== X-Received: by 10.14.173.65 with SMTP id u41mr2104760eel.13.1360227306965; Thu, 07 Feb 2013 00:55:06 -0800 (PST) Received: from indiana.smith (ppp-147-3.33-151.iol.it. [151.33.3.147]) by mx.google.com with ESMTPS id s3sm2493484eem.4.2013.02.07.00.55.04 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 00:55:05 -0800 (PST) Sender: Alberto Villa From: Alberto Villa To: freebsd-ports@freebsd.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Date: Thu, 07 Feb 2013 09:54:59 +0100 Message-ID: <2080279.Qt6CT3Qcxh@indiana.smith> Organization: The FreeBSD Project User-Agent: KMail/4.9.5 (FreeBSD/10.0-CURRENT; KDE/4.9.5; amd64; ; ) In-Reply-To: <51133C86.80303@FreeBSD.org> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <51133C86.80303@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2282602.fpO6UkVRoe"; micalg="pgp-sha1"; protocol="application/pgp-signature" Content-Transfer-Encoding: 7Bit Cc: Armin Pirkovitsch , lists@eitanadler.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 08:55:16 -0000 --nextPart2282602.fpO6UkVRoe Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thursday 07 February 2013 06:32:54 Armin Pirkovitsch wrote: > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc -l > 82 > # find /usr/ports -name Makefile | xargs grep -R USES | wc -l > 20 > > Sounds to me like there are less false positives for USES. Add -w and USES wins: $ find /usr/ports -name Makefile | xargs grep -Rw FEATURES | wc -l 37 $ find /usr/ports -name Makefile | xargs grep -Rw USES | wc -l 0 -- Alberto Villa, FreeBSD committer http://people.FreeBSD.org/~avilla "Hawk, we're going to die." "Never say die... and certainly never say we." -- M*A*S*H --nextPart2282602.fpO6UkVRoe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iJwEAAECAAYFAlETa+UACgkQ3xiC6kQ1Cou9fAP6A77WDdiSiZjnFTOK8039s3xn 7I+2r9AV4TNFvqNJHZNYPMYsMYiv2py0+8yLxdIs+IY/NsIjxu+SFFpt6bTDEDVf e1/NN2dW/0pgqB49Zvme5YsMKBPDh/v/E8GlrQo2110K4nDXN7jdr/vk/55PZ7lK 5da1E6zMStbLmp5WUOY= =UCyK -----END PGP SIGNATURE----- --nextPart2282602.fpO6UkVRoe-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 09:52:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A4A92100; Thu, 7 Feb 2013 09:52:12 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com [74.125.83.47]) by mx1.freebsd.org (Postfix) with ESMTP id B286315B; Thu, 7 Feb 2013 09:52:11 +0000 (UTC) Received: by mail-ee0-f47.google.com with SMTP id e52so1276930eek.20 for ; Thu, 07 Feb 2013 01:52:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=6oXW5RY3A/X8lrELpsq9iAAmTzlsRUE1cYGl1tLuCAs=; b=GAB+uOiuvlk0Q5aq1aRj08boE2Ip5K8U36/E+GAHVKjYTwe/MdRoACas8j8VOORtm3 2/itjDmg4kXPWCUJA3Ubz3PEt7ROYuTRrQOKrHMcmVW5w7Yk+O/Hl8klm7inEhYDTwCw AoJW8QfP/fqg1LBq2fQtpaLx504eapcTn0N52Z7EMJCbgBaOZJDOnm+RR4rRKxTYasiT FN5KyZfm1bZ+xo1gQ0EiH5xOpnHLnahtHtNCIGGWcn5JjhQ/+Ly44thIbxIp0UYvuXeg iWzUgeImzLVNu4RUYqwyxrWHIs2qwn21kiW4JP4vro7z/YfZ4ZvsBZRmqnAIq6nGVlMH a1dA== X-Received: by 10.14.173.196 with SMTP id v44mr2458080eel.29.1360230725214; Thu, 07 Feb 2013 01:52:05 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id h5sm41117377eem.1.2013.02.07.01.52.03 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 01:52:04 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 7 Feb 2013 10:52:01 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all Message-ID: <20130207095201.GA26686@ithaqua.etoilebsd.net> References: <20130204181946.GF67687@ithaqua.etoilebsd.net> <51133C86.80303@FreeBSD.org> <2080279.Qt6CT3Qcxh@indiana.smith> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="azLHFNyN32YCQGCU" Content-Disposition: inline In-Reply-To: <2080279.Qt6CT3Qcxh@indiana.smith> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Armin Pirkovitsch , freebsd-ports@freebsd.org, lists@eitanadler.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 09:52:12 -0000 --azLHFNyN32YCQGCU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 07, 2013 at 09:54:59AM +0100, Alberto Villa wrote: > On Thursday 07 February 2013 06:32:54 Armin Pirkovitsch wrote: > > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc -l > > 82 > > # find /usr/ports -name Makefile | xargs grep -R USES | wc -l > > 20 > >=20 > > Sounds to me like there are less false positives for USES. >=20 > Add -w and USES wins: > $ find /usr/ports -name Makefile | xargs grep -Rw FEATURES | wc -l > 37 > $ find /usr/ports -name Makefile | xargs grep -Rw USES | wc -l > 0 Let's go for USES then! regards, Bapt --azLHFNyN32YCQGCU Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlETeUEACgkQ8kTtMUmk6ExUegCfQehL+UKFJSe0454tc+IP8D64 iX4AoICCXVe9mN1djnGhBlzs2iQfJVJf =b7ba -----END PGP SIGNATURE----- --azLHFNyN32YCQGCU-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:00:08 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 97CBC343 for ; Thu, 7 Feb 2013 10:00:08 +0000 (UTC) (envelope-from freebsd@heesakkers.info) Received: from server4.ohos.nl (server4.ohos.nl [IPv6:2a00:d880:0:6::c951:214d]) by mx1.freebsd.org (Postfix) with ESMTP id 6431E1D2 for ; Thu, 7 Feb 2013 10:00:08 +0000 (UTC) Received: from [2001:470:1f15:1555::2] (helo=pcoliver.heesakkers.info) by server4.ohos.nl with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1U3OGx-0006k6-Dt for freebsd-ports@freebsd.org; Thu, 07 Feb 2013 11:00:06 +0100 From: Oliver Heesakkers To: freebsd-ports@freebsd.org Subject: Re: CFT: building multimedia/vlc with clang on 9.1+ Date: Thu, 07 Feb 2013 11:00:02 +0100 Message-ID: <7957023.xIQB1NoAAJ@pcoliver.heesakkers.info> User-Agent: KMail/4.9.5 (FreeBSD/9.1-RELEASE; KDE/4.9.5; amd64; ; ) In-Reply-To: <20130119210903.GA76282@triton8.kn-bremen.de> References: <20130119210903.GA76282@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:00:08 -0000 Op za 19 jan 2013 22:09:03 schreef Juergen Lock: > Hi! > > As having to depend on gcc 4.6+ on i386 is kindof a waste on 9.1+ > where we have clang too, and clang might generate better code than > the old gcc 4.2.1 in base on amd64 anyway I thought what if we have > the vlc port default to using clang on 9.1+ when it's available? > So I propse the patch below for testing by anyone on 9.1 or later, > also on i386 where I can't test myself, please report any issues > or regressions you find. > I ran into an issue yesterday with an MKV. The error was: "mkv error: cannot find KaxSegment or missing mandatory KaxInfo." Searching this brought me to: http://forum.videolan.org/viewtopic.php?f=13&t=98175 Where the answer is: "Your g++ is to old", they also provide a workaround patch to mkv.hpp that supposedly exposes a security issue: #define MKV_IS_ID( el, C ) ( EbmlId( (*el) ) == C::ClassInfos.GlobalId ) After some quick testing (all FreeBSD 9.1 RELEASE amd64): clang 3.1 without patching: MKV error clang 3.1 with that patch : OK USE_GCC=4.6 without patch : OK Oliver From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:15:20 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C3EF543; Thu, 7 Feb 2013 10:15:20 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id C4857271; Thu, 7 Feb 2013 10:15:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id C29055E463; Thu, 7 Feb 2013 11:05:04 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.991 X-Spam-Level: X-Spam-Status: No, score=-1.991 tagged_above=-999 required=5 tests=[AWL=-0.088, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ydI0Ax6HLrdw; Thu, 7 Feb 2013 11:05:03 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id E7E8F5E412; Thu, 7 Feb 2013 11:04:59 +0100 (CET) Message-ID: <51137C4C.7030004@eskk.nu> Date: Thu, 07 Feb 2013 11:05:00 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: nivit@FreeBSD.org Subject: FreeBSD Port: wbar-2.3.4 upgrade Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:15:20 -0000 After upgrading wbar and changing the background icon according to the entry in /usr/ports/UPDATING I'm now getting wbar in the middle of the screen standing vertically even though I use the command wbar -above-desk -bpress -pos bottom -nanim 7 Any suggestions on how I can get it to place itself in the bottom of the screen? Thanks /Leslie From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:18:41 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A2359608 for ; Thu, 7 Feb 2013 10:18:41 +0000 (UTC) (envelope-from olivier@gid0.org) Received: from mail-ea0-f173.google.com (mail-ea0-f173.google.com [209.85.215.173]) by mx1.freebsd.org (Postfix) with ESMTP id 23FAF294 for ; Thu, 7 Feb 2013 10:18:40 +0000 (UTC) Received: by mail-ea0-f173.google.com with SMTP id i1so1108805eaa.32 for ; Thu, 07 Feb 2013 02:18:34 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=Oi2jku7LmwrmfM4eYbDhDz9KNkzLWenTZYeTSJ+dD4s=; b=AX4y+xftpTaqc2lPnoR5W/ydpfcCILXUcF2B1a9MPNM7gZou73fh+fvM3sXs0U0SZV OEXBmujDd7YjXqFsCNM1mj7jBnItQ6+r9UaIyVDgXd39j67zroDTi4tViSx5xXUviCHO 5dUcOZi8k+HOPaQwS45itMgbzMKYvGmyajwrSrhSZTaedXymheUsM1uCf5KPIQHx6IN6 Bea8niiDRjyHtS57hLxF22w1tqgoppR282QKsViGQgxR0fKfaa1D1W0DGG0KPtdk0Y5B M5pSJclavCwJrqpZU6U73PHpES27ERXMkgqblQgM7jpaVVG4Gs9J36ts9BHRv0k12Ukt q/PQ== MIME-Version: 1.0 X-Received: by 10.14.193.131 with SMTP id k3mr2560936een.45.1360232314197; Thu, 07 Feb 2013 02:18:34 -0800 (PST) Received: by 10.14.189.5 with HTTP; Thu, 7 Feb 2013 02:18:34 -0800 (PST) In-Reply-To: <51129EA0.3050909@FreeBSD.org> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> Date: Thu, 7 Feb 2013 11:18:34 +0100 Message-ID: Subject: Re: LibreOffice 3.6.5 on amd From: Olivier Smedts To: Jung-uk Kim Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQmiQw5Slck0+yo3rE44wbx7yM7rSdU32Z40mW1bbTlmHNEh4X/eACg5hDybvQGcPuzuMqyE Cc: ports@freebsd.org, Albert Shih , Baptiste Daroussin X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:18:41 -0000 2013/2/6 Jung-uk Kim : > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote: >> 2013/2/6 Denny Lin : >>>> gmake[2]: *** >>>> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done= ] >>>> >>>> > Segmentation fault: 11 (core dump cr=D7=99=D7=99) >>> >>> I am also seeing this on -CURRENT amd64. For some reason uno >>> causes a segmentation fault. I do not have Java enabled. >> >> "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, >> system and most ports compiled with clang. > > You can bypass the test with this patch: > > http://svn.redports.org/office/editors/libreoffice/files/patch-testtools_= _Module_testtools.mk > > Drop the file in libreoffice/files directory and rebuild. > > Actually, I am going to commit it soonish because I've seen enough > complaints already. :-( Thanks, libreoffice now builds and runs ! --=20 Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: olivier@gid0.org - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:24:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B4D63A23; Thu, 7 Feb 2013 10:24:54 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 7C55A2DF; Thu, 7 Feb 2013 10:24:54 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3Oet-0004cp-J3; Thu, 07 Feb 2013 10:24:47 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3Oet-00056B-5k; Thu, 07 Feb 2013 10:24:47 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r17AOkRj048078; Thu, 7 Feb 2013 10:24:46 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r17AOkrw048077; Thu, 7 Feb 2013 10:24:46 GMT (envelope-from mexas) Date: Thu, 7 Feb 2013 10:24:46 GMT From: Anton Shterenlikht Message-Id: <201302071024.r17AOkrw048077@mech-cluster241.men.bris.ac.uk> To: tcltk@FreeBSD.org Subject: lang/tcl85 builds fine on ia64, please remove BROKEN= Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:24:54 -0000 lang/tcl85 builds fine on ia64, and always had. I don't recall any problem with in all the time I've used ia64, about 4-5 years. Please remove the BROKEN= # svn diff /usr/ports/lang/tcl85/ Index: /usr/ports/lang/tcl85/Makefile =================================================================== --- /usr/ports/lang/tcl85/Makefile (revision 311810) +++ /usr/ports/lang/tcl85/Makefile (working copy) @@ -70,10 +70,6 @@ CONFIGURE_ARGS+=--without-tzdata .endif -.if (${ARCH} == "ia64") -BROKEN= does not compile on ia64 -.endif - post-configure: ${REINPLACE_CMD} \ -e 's,-DNO_MEMMOVE=1,,' -e 's,-DNO_STRING_H=1,,' \ # # uname -a FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r244834: Sun Dec 30 09:16:26 GMT 2012 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 # pkg info -xo tcl tcl-8.5.13: lang/tcl85 # Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:30:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7D79FC32; Thu, 7 Feb 2013 10:30:32 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) by mx1.freebsd.org (Postfix) with ESMTP id 3A6F7326; Thu, 7 Feb 2013 10:30:32 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:53020 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1U3OkQ-000kYx-Lf; Thu, 07 Feb 2013 11:30:31 +0100 Date: Thu, 7 Feb 2013 11:30:27 +0100 From: Pietro Cerutti To: Anton Shterenlikht Subject: Re: lang/tcl85 builds fine on ia64, please remove BROKEN= Message-ID: <20130207103027.GM985@gahrfit.gahr.ch> References: <201302071024.r17AOkrw048077@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="7vLGWvOrvbSM0Ba8" Content-Disposition: inline In-Reply-To: <201302071024.r17AOkrw048077@mech-cluster241.men.bris.ac.uk> X-PGP-Key: 0x9571F78E X-PGP-Fingerprint: 1203 92B5 3919 AF84 9B97 28D6 C0C2 6A98 9571 F78E User-Agent: Mutt/1.5.21 (2010-09-15) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: freebsd-ports@freebsd.org, tcltk@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: gahr@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:30:32 -0000 --7vLGWvOrvbSM0Ba8 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Feb-07, 10:24, Anton Shterenlikht wrote: > lang/tcl85 builds fine on ia64, > and always had. I don't recall > any problem with in all the time > I've used ia64, about 4-5 years. >=20 > Please remove the BROKEN=3D Thanks a lot, it's done! --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --7vLGWvOrvbSM0Ba8 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlETgkIACgkQwMJqmJVx946YNQCgtMGXuAa3cu/jSjU9ZPI/XcnZ a30AoIV5A3yFFgJGtcx3kwDOl9AE+pQx =i41t -----END PGP SIGNATURE----- --7vLGWvOrvbSM0Ba8-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:36:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D9D26D91; Thu, 7 Feb 2013 10:36:48 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 5BA67369; Thu, 7 Feb 2013 10:36:48 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3OqR-0005RS-Nj; Thu, 07 Feb 2013 10:36:47 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3OqR-0005g1-Br; Thu, 07 Feb 2013 10:36:43 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r17Aahl3054066; Thu, 7 Feb 2013 10:36:43 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r17AagEa054065; Thu, 7 Feb 2013 10:36:42 GMT (envelope-from mexas) Date: Thu, 7 Feb 2013 10:36:42 GMT From: Anton Shterenlikht Message-Id: <201302071036.r17AagEa054065@mech-cluster241.men.bris.ac.uk> To: avilla@freebsd.org, bapt@FreeBSD.org Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all In-Reply-To: <20130207095201.GA26686@ithaqua.etoilebsd.net> X-Spam-Score: -1.3 X-Spam-Level: - Cc: lists@eitanadler.com, freebsd-ports@freebsd.org, sperber@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:36:48 -0000 Date: Thu, 7 Feb 2013 10:52:01 +0100 From: Baptiste Daroussin To: Alberto Villa Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all On Thu, Feb 07, 2013 at 09:54:59AM +0100, Alberto Villa wrote: > On Thursday 07 February 2013 06:32:54 Armin Pirkovitsch wrote: > > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc -l > > 82 > > # find /usr/ports -name Makefile | xargs grep -R USES | wc -l > > 20 > >=20 > > Sounds to me like there are less false positives for USES. >=20 > Add -w and USES wins: > $ find /usr/ports -name Makefile | xargs grep -Rw FEATURES | wc -l > 37 > $ find /usr/ports -name Makefile | xargs grep -Rw USES | wc -l > 0 Is "-R" really needed in this case? I think there is no recursion as you already found all files. Anyway, I get the same answers with no "-R". Anton P.S. I'm not trying to be clever, just always fascinated by multi-pipe unix examples, so I try to study those in detail. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:38:11 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 38BAAF8F for ; Thu, 7 Feb 2013 10:38:11 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id EC4E7381 for ; Thu, 7 Feb 2013 10:38:10 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3OrO-0001WK-FM for freebsd-ports@freebsd.org; Thu, 07 Feb 2013 10:38:04 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3OrO-0005j7-8G for freebsd-ports@freebsd.org; Thu, 07 Feb 2013 10:37:42 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r17Abgef054072 for ; Thu, 7 Feb 2013 10:37:42 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r17Abf1b054071 for freebsd-ports@freebsd.org; Thu, 7 Feb 2013 10:37:41 GMT (envelope-from mexas) Date: Thu, 7 Feb 2013 10:37:41 GMT From: Anton Shterenlikht Message-Id: <201302071037.r17Abf1b054071@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: is it correct that misc/dejagnu depends on both tcl84 and tcl85? X-Spam-Score: -3.3 X-Spam-Level: --- X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:38:11 -0000 This is on sparc64 r239940 with ports tree at r311810. Is it correct that misc/dejagnu depends on two versions of tcl? # pkg info -xd dejagnu dejagnu-1.5 depends on: expect-5.43.0_3 kbproto-1.0.5 libX11-1.4.4,1 libXau-1.0.6 libXdmcp-1.1.0 libpthread-stubs-0.3_3 libxcb-1.7 pkgconf-0.8.9 tcl-8.4.19_3,1 tcl-8.5.13 tk-8.4.19_2,2 xproto-7.0.22 # Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:41:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E37F7394; Thu, 7 Feb 2013 10:41:32 +0000 (UTC) (envelope-from sperber@freebsd.org) Received: from mx.frozen-zone.org (frozen-zone.org [78.47.101.194]) by mx1.freebsd.org (Postfix) with ESMTP id 6B2BA3D8; Thu, 7 Feb 2013 10:41:32 +0000 (UTC) Received: by mx.frozen-zone.org (Postfix, from userid 58) id 5F2A351F913; Thu, 7 Feb 2013 10:41:31 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mx.frozen-zone.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.3.2 Received: from webmail.frozen-zone.org (unknown [10.13.37.10]) by mx.frozen-zone.org (Postfix) with ESMTPSA id DD80151F381; Thu, 7 Feb 2013 10:41:27 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 07 Feb 2013 11:41:27 +0100 From: Armin Pirkovitsch To: Subject: Re: [CFT+BRAINSTORM] One =?UTF-8?Q?USE=5F=20to=20rule=20them=20al?= =?UTF-8?Q?l?= In-Reply-To: <201302071036.r17AagEa054065@mech-cluster241.men.bris.ac.uk> References: <201302071036.r17AagEa054065@mech-cluster241.men.bris.ac.uk> Message-ID: X-Sender: sperber@freebsd.org User-Agent: Roundcube Webmail/0.7.2 Cc: avilla@freebsd.org, lists@eitanadler.com, bapt@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:41:33 -0000 On 2013-02-07 11:36, Anton Shterenlikht wrote: > Date: Thu, 7 Feb 2013 10:52:01 +0100 > From: Baptiste Daroussin > To: Alberto Villa > Subject: Re: [CFT+BRAINSTORM] One USE_ to rule them all > > On Thu, Feb 07, 2013 at 09:54:59AM +0100, Alberto Villa wrote: > > On Thursday 07 February 2013 06:32:54 Armin Pirkovitsch wrote: > > > # find /usr/ports -name Makefile | xargs grep -R FEATURES | wc > -l > > > 82 > > > # find /usr/ports -name Makefile | xargs grep -R USES | wc -l > > > 20 > > >=20 > > > Sounds to me like there are less false positives for USES. > >=20 > > Add -w and USES wins: > > $ find /usr/ports -name Makefile | xargs grep -Rw FEATURES | wc -l > > 37 > > $ find /usr/ports -name Makefile | xargs grep -Rw USES | wc -l > > 0 > > Is "-R" really needed in this case? > I think there is no recursion as you > already found all files. Anyway, > I get the same answers with no "-R". You are of course right - i just copied the grep and forgot to remove "-R" - when you give grep a specific file (which happens in this case) "-R" has no effect. Armin From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 10:51:02 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4489873F; Thu, 7 Feb 2013 10:51:02 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id F2E99676; Thu, 7 Feb 2013 10:51:01 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3P4G-0002Vj-OJ; Thu, 07 Feb 2013 10:51:00 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3P4G-0007H3-4R; Thu, 07 Feb 2013 10:51:00 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r17Aoxg2078470; Thu, 7 Feb 2013 10:50:59 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r17AoxNJ078459; Thu, 7 Feb 2013 10:50:59 GMT (envelope-from mexas) Date: Thu, 7 Feb 2013 10:50:59 GMT From: Anton Shterenlikht Message-Id: <201302071050.r17AoxNJ078459@mech-cluster241.men.bris.ac.uk> To: gerald@FreeBSD.org Subject: is it a good idea to overwrite GCC_DEFAULT_VERSION= in Mk/bsd.gcc.mk? Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 10:51:02 -0000 Hi Gerald Right now the default GCC is GCC_DEFAULT_VERSION= 4.6 For some time lang/gcc46 doesn't build for me on ia64. However, lang/gcc47 and lang/gcc48 do. There are quite a few ports which I cannot update because they depend on lang/gcc46 via USE_FORTRAN= yes. So I wonder if there are any side effects or unexpected effects if I just change GCC_DEFAULT_VERSION= to e.g. 4.7? I know there are also ways to require a specific GCC version for a specific port via /etc/make.conf, however, this seems tedious. And anyway, 4.7 will be the default soon, right? Please comment From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 11:01:09 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 337A5B59; Thu, 7 Feb 2013 11:01:09 +0000 (UTC) (envelope-from kuriyama.bsd@gmail.com) Received: from mail-qa0-f45.google.com (mail-qa0-f45.google.com [209.85.216.45]) by mx1.freebsd.org (Postfix) with ESMTP id DED896D5; Thu, 7 Feb 2013 11:01:08 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id g10so2756661qah.4 for ; Thu, 07 Feb 2013 03:01:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=RUIG4r3t/hhBVSwgkSWlCyxnYmkKZNdjCTvrEzppjfc=; b=PRFnXvAc8ayQIpKieS2KCv00IxXNipu6hI0gJqhK/xU43gJD44izO80ZQ4QdOz4MzC 4q1hcquLYkJTT8Ga7bKQgLJTyoEFYAj077Cbq2yZ8Dqs7aJvfjjyICXOMO2WENYgh6AD pI4S1HE2mQvizv1f31lEGY7fuiJFIpOoGcOMrrkD0iMHVn5Wf2t8A5VdCAPDAbTx+6q7 s+cvINwLnL5Q/WR+quFM8a1bX9MEhBobSyIVvQKOSrlKocRo9srbbFgPLrPQf2uSsGGM g39hyekurPz/S3wOa2aSjwx642cdBFjEBKM7OPzL0syjmjwH/JasW7cl/tYzOO+YJgHv 794g== MIME-Version: 1.0 X-Received: by 10.224.177.6 with SMTP id bg6mr512521qab.78.1360234862526; Thu, 07 Feb 2013 03:01:02 -0800 (PST) Sender: kuriyama.bsd@gmail.com Received: by 10.49.60.2 with HTTP; Thu, 7 Feb 2013 03:01:02 -0800 (PST) In-Reply-To: References: <20130201103437.5bcae482@scorpio> Date: Thu, 7 Feb 2013 20:01:02 +0900 X-Google-Sender-Auth: Fz2YiS6RjuKvhEs39y5XkYub_3w Message-ID: Subject: Re: security/gnupg From: Jun Kuriyama To: Jason Helfman Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Mailing List , Chris Rees X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 11:01:09 -0000 2013/2/2 Jason Helfman : >> > [ ] STD_SOCKET Use standard socket for agent ... > Agreed with all of stated above, and please use the documentation as well to > see if it is noted there. Enabling the flag in the port adds > --enable-standard-socket to the CONFIGURE arguments for the ports build > process. > > http://www.gnupg.org/documentation/manuals/gnupg/Agent-Options.html > --use-standard-socket--no-use-standard-socket By enabling this option > gpg-agent will listen on the socket named S.gpg-agent, located in the home > directory, and not create a random socket below a temporary directory. Tools > connecting to gpg-agent should first try to connect to the socket given in > environment variable GPG_AGENT_INFO and then fall back to this socket. This > option may not be used if the home directory is mounted on a remote file > system which does not support special files like fifos or sockets. Note, > that --use-standard-socket is the default on Windows systems. The default > may be changed at build time. It is possible to test at runtime whether the > agent has been configured for use with the standard socket by issuing the > command gpg-agent --use-standard-socket-p which returns success if the > standard socket option has been enabled. I'd like to change description for STD_SOCKET option to summerize above if someone suggests better wordings. -- Jun Kuriyama // FreeBSD Project // S2 Factory, Inc. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 12:05:16 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 398DFD81; Thu, 7 Feb 2013 12:05:16 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id 7C115980; Thu, 7 Feb 2013 12:05:15 +0000 (UTC) Received: from pcjas.obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.14.3/8.14.3/SIO Observatoire de Paris - 07/2009) with ESMTP id r17C57dO012530 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 7 Feb 2013 13:05:08 +0100 Date: Thu, 7 Feb 2013 13:05:07 +0100 From: Albert Shih To: Olivier Smedts Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130207120507.GC59953@pcjas.obspm.fr> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Miltered: at smtp-int-m.obspm.fr with ID 51139873.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 51139873.000/145.238.184.233/pcjas.obspm.fr/pcjas.obspm.fr/ Cc: ports@freebsd.org, Baptiste Daroussin , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 12:05:16 -0000 Le 07/02/2013 ? 11:18:34+0100, Olivier Smedts a écrit > 2013/2/6 Jung-uk Kim : > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote: > >> 2013/2/6 Denny Lin : > >>>> gmake[2]: *** > >>>> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] > >>>> > >>>> > > Segmentation fault: 11 (core dump cr×™×™) > >>> > >>> I am also seeing this on -CURRENT amd64. For some reason uno > >>> causes a segmentation fault. I do not have Java enabled. > >> > >> "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, > >> system and most ports compiled with clang. > > > > You can bypass the test with this patch: > > > > http://svn.redports.org/office/editors/libreoffice/files/patch-testtools__Module_testtools.mk > > > > Drop the file in libreoffice/files directory and rebuild. > > > > Actually, I am going to commit it soonish because I've seen enough > > complaints already. :-( > > Thanks, libreoffice now builds and runs ! I concur Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: jeu 7 fév 2013 13:04:08 CET From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 12:26:58 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF3424DF for ; Thu, 7 Feb 2013 12:26:58 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nschwqsrv02p.mx.bigpond.com (nschwqsrv02p.mx.bigpond.com [61.9.189.234]) by mx1.freebsd.org (Postfix) with ESMTP id 3B05EA72 for ; Thu, 7 Feb 2013 12:26:57 +0000 (UTC) Received: from nschwcmgw09p ([61.9.190.169]) by nschwmtas01p.mx.bigpond.com with ESMTP id <20130207120039.XRI23274.nschwmtas01p.mx.bigpond.com@nschwcmgw09p> for ; Thu, 7 Feb 2013 12:00:39 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.113.247]) by nschwcmgw09p with BigPond Outbound id xQ0e1k00f5LKYmq01Q0eKC; Thu, 07 Feb 2013 12:00:39 +0000 X-Authority-Analysis: v=2.0 cv=bcfpoZzB c=1 sm=1 a=YibVxx38Z+cwdCKSMcELyg==:17 a=X-Ase6hLubkA:10 a=twTT4oUKOlYA:10 a=kj9zAlcOel0A:10 a=GHIR_BbyAAAA:8 a=hNXZmT2Iz50A:10 a=EY3q8LoKT3CRTraDLUsA:9 a=CjuIK1q_8ugA:10 a=YibVxx38Z+cwdCKSMcELyg==:117 Received: from white (white.hs [10.0.5.2]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id r17BxAgj052531 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Thu, 7 Feb 2013 22:59:11 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne" To: Subject: openssh-portable segmentation faults Date: Thu, 7 Feb 2013 22:59:10 +1100 Organization: Heuristic Systems Pty Ltd Message-ID: <67A39057348F4D1BA43004DB5F0E8DBB@white> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac4FKochoESdY+4xRAKkU56ZPHxdIg== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 12:26:58 -0000 Would it be possible if someone with a FreeBSD 9.1Stable system built after 2-Feb could build and run openssh-portable. Segmentation faults are occurring with both ssh, and sshd built today on both i386 and amd64 machines. A portsnap was performed and built all ports on 4-Feb. The openssh issue was picked up during pre-deployment testing. We then performed another portsnap, which updated openssl, hence the openssl 1.0.1.d below; it also failed using 1.0.1c. Starting from the default options, each option was turned off, and rebuilt until there was only one option OVERWRITE_BASE=on. Other info: # ldd `which ssh` /usr/bin/ssh: libcrypto.so.8 => /usr/lib/libcrypto.so.8 (0x280bb000) libutil.so.9 => /lib/libutil.so.9 (0x2823d000) libz.so.6 => /lib/libz.so.6 (0x28250000) libcrypt.so.5 => /lib/libcrypt.so.5 (0x28264000) libthr.so.3 => /lib/libthr.so.3 (0x28289000) libc.so.7 => /lib/libc.so.7 (0x282a9000) # ll /usr/bin/ssh -rwxr-xr-x 1 root wheel 347136 Feb 7 22:37 /usr/bin/ssh Example: # /usr/bin/ssh -vvv localhost OpenSSH_5.8p2-hpn13v11 FreeBSD-openssh-portable-5.8.p2_3,1, OpenSSL 1.0.1d 5 Feb 2013 Segmentation fault (core dumped) # /usr/sbin/sshd Segmentation fault Regards, Dewayne. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 12:29:26 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8A85758F for ; Thu, 7 Feb 2013 12:29:26 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) by mx1.freebsd.org (Postfix) with ESMTP id 37425A8F for ; Thu, 7 Feb 2013 12:29:26 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a] (spaceball.andric.com [IPv6:2001:7b8:3a7:0:204:4bff:fe01:de8a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 586EA5C43; Thu, 7 Feb 2013 13:29:18 +0100 (CET) Message-ID: <51139E1F.6060905@FreeBSD.org> Date: Thu, 07 Feb 2013 13:29:19 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Dewayne , ports@FreeBSD.org Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> In-Reply-To: <67A39057348F4D1BA43004DB5F0E8DBB@white> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 12:29:26 -0000 On 2013-02-07 12:59, Dewayne wrote:... > Example: > # /usr/bin/ssh -vvv localhost > OpenSSH_5.8p2-hpn13v11 FreeBSD-openssh-portable-5.8.p2_3,1, OpenSSL 1.0.1d 5 Feb 2013 > Segmentation fault (core dumped) > > # /usr/sbin/sshd > Segmentation fault Can you get backtraces for those segfaults, please? Preferably with symbols, e.g. rebuild the port with WITH_DEBUG=x in the environment. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 13:59:37 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 222762D7 for ; Thu, 7 Feb 2013 13:59:37 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E35E1FBD for ; Thu, 7 Feb 2013 13:59:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17Dxaos012616 for ; Thu, 7 Feb 2013 13:59:36 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17Dxa2R012614 for ports@FreeBSD.org; Thu, 7 Feb 2013 13:59:36 GMT (envelope-from bdrewery) Received: (qmail 32351 invoked from network); 7 Feb 2013 07:59:34 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 7 Feb 2013 07:59:34 -0600 Message-ID: <5113B343.303@FreeBSD.org> Date: Thu, 07 Feb 2013 07:59:31 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Dewayne Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> In-Reply-To: <67A39057348F4D1BA43004DB5F0E8DBB@white> X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2EJOBPWCSBRPLGEXUTUKC" Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 13:59:37 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2EJOBPWCSBRPLGEXUTUKC Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/7/2013 5:59 AM, Dewayne wrote: > Would it be possible if someone with a FreeBSD 9.1Stable system built a= fter 2-Feb could build and run openssh-portable. >=20 For what it's worth, I am planning to upgrade this very soon to a newer release. I haven't seen these general crashes yet. A debug trace would be great. > Segmentation faults are occurring with both ssh, and sshd built today o= n both i386 and amd64 machines. >=20 > A portsnap was performed and built all ports on 4-Feb. The openssh issu= e was picked up during pre-deployment testing. We then > performed another portsnap, which updated openssl, hence the openssl 1.= 0.1.d below; it also failed using 1.0.1c. >=20 > Starting from the default options, each option was turned off, and rebu= ilt until there was only one option OVERWRITE_BASE=3Don. >=20 > Other info: > # ldd `which ssh` > /usr/bin/ssh: > libcrypto.so.8 =3D> /usr/lib/libcrypto.so.8 (0x280bb000) > libutil.so.9 =3D> /lib/libutil.so.9 (0x2823d000) > libz.so.6 =3D> /lib/libz.so.6 (0x28250000) > libcrypt.so.5 =3D> /lib/libcrypt.so.5 (0x28264000) > libthr.so.3 =3D> /lib/libthr.so.3 (0x28289000) > libc.so.7 =3D> /lib/libc.so.7 (0x282a9000) >=20 > # ll /usr/bin/ssh > -rwxr-xr-x 1 root wheel 347136 Feb 7 22:37 /usr/bin/ssh >=20 > Example: > # /usr/bin/ssh -vvv localhost > OpenSSH_5.8p2-hpn13v11 FreeBSD-openssh-portable-5.8.p2_3,1, OpenSSL 1.0= =2E1d 5 Feb 2013 > Segmentation fault (core dumped) >=20 > # /usr/sbin/sshd > Segmentation fault >=20 > Regards, Dewayne. >=20 --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2EJOBPWCSBRPLGEXUTUKC Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRE7NDAAoJEG54KsA8mwz5ZbEP/0Jkash2gUetipBjMEAF3/Cy HPFTucX53iy1+CFLbodDT1ib620iso0pOZBixqoME3VdwnLFacQGmk8msLJbdkTI JCHDR86XQJmQIpWfAp+DA8OHHo5OYlPl41yVXchAuV1I92CE/T4UCfnEWTqShUS9 155cVHgvFH3dg1PgLfBK86gVwUh5/qc+DjV44RT4Doru6pO9k+tPBJFdxazAo4ta 8zMdKJMLHlYls16YsfOVq5s+I2YSjEc/ebRljRnR6PuERngY6ne2nmf9JkAowXyH HovqmyQERav8kriBfpviWEL9G+erUUJL+V166xPhokFbd4KEyjqeeqCetFyavWY/ sX6NkT81EaGUXDm1Xk/jFcXDClUB++2dIIwQEFMa6B5gc3HA6OLjCIPQRU08+p08 YhM3PJeCQpF6Yl8Gkly8xjuFCTWd79ZBKR+p2GHBbHASsU5wpJsYRLU4ycVSMQ+X ezz44NK5aJT/Gss5RL4yB89OHFPN4y6FJhcVVPAQ+y0H4ix3sHeLE4qjd2NaahD5 U48NVApgY4uu4vJKpEWnNbFjdmlrOTfuwoL8VVVSaDP2IqGB52F5b4NE7jjXRcLp TwCbh8O5WIi3+FEvy2Ao/3Y5I/PMO0ZaOCXP/Cv7K6Acosk+Ep4rL24zJwfLikK/ sBAnEI2Q6Z+DxI4pe8ud =gs9y -----END PGP SIGNATURE----- ------enig2EJOBPWCSBRPLGEXUTUKC-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 14:12:15 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C4D3B65C for ; Thu, 7 Feb 2013 14:12:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8E900CB for ; Thu, 7 Feb 2013 14:12:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17ECFuB016025 for ; Thu, 7 Feb 2013 14:12:15 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17ECFA9016024 for ports@FreeBSD.org; Thu, 7 Feb 2013 14:12:15 GMT (envelope-from bdrewery) Received: (qmail 92986 invoked from network); 7 Feb 2013 08:12:13 -0600 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 7 Feb 2013 08:12:13 -0600 Message-ID: <5113B63A.1060404@FreeBSD.org> Date: Thu, 07 Feb 2013 08:12:10 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: FreeBSD Ports Subject: Re: portupgrade+pkgng stale dependency - ports/175841 - github issue 44 References: <5111B9E4.6080503@FreeBSD.org> In-Reply-To: <5111B9E4.6080503@FreeBSD.org> X-Enigmail-Version: 1.5 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2THMMXJNMBSTUEFUGDDRE" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 14:12:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2THMMXJNMBSTUEFUGDDRE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/5/2013 8:03 PM, Bryan Drewery wrote: > Looking into this more I see that there definitely is some bug here > either with portupgrade, pkg(8), or the integration of the two. >=20 > I will update ports@ and https://github.com/pkgtools/pkgtools/issues/44= > when I have more details or a fix. >=20 portupgrade -O should work around this issue. I am working on an update that should avoid these issues. Should be done today or tomorrow. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2THMMXJNMBSTUEFUGDDRE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRE7Y6AAoJEG54KsA8mwz51ekP/0IAWrTzWy+nS6BMM0bz47R2 +luYeCeIK3sGosV9cDOdo/f91s94tJJlH/MtEHe+YXG/AJp4QiianXBhHTi9dgn3 Aot0+hJjwKX+vKYtKVgge4snOZEwJ/wz29Y4NRrw74HFBSwU0SgsuYMS1qMo3hLo +z7TpKzjFsDI+uu3TZ9u9aIsZh/nomNKWHr+QI1ZGbdeUrH5LNhuNPDxqCpSRvNC Yu0pbbc8qthcxON9Efm7Che+t3Kmbkop5XFh53EtBAGzlnYb5j3F/NyjntwPqIrX eRJMe+RAf9R33cT09E0NaOyutN613SijMryUSDgXetgj4b86hYVI+2ojW0cEU5sK 7GFyyXxiaZb0PyaZagtQD2byId0mflZl8j4UpQ57pbaLzfDfyEUM8DL2MSmOKAst +qVZGUpogaJM4e0WadvLRloFNvI/C1fggRRzfX9F0WzEi0GmkOfALTeawAXRj/mB 2hVHaq3Uj1+nr1q2yMn01X7EGcMigNlwjpnRONwX88DOcXU3pym37/xpruaLgCI4 Ti1anCM7X+zZZgf4XJFtoGxlB8t0/fCxBU3/x+knepHDnSgXDZtDY5l48ibVC/gW Xv/4e0KgYjsG2ix26xvK/Z9XS+hZfhZhreM2bz2lZVJPECexOi6Gb1+W76cFerz3 08e97c+sqkR09IHCOyIu =OW65 -----END PGP SIGNATURE----- ------enig2THMMXJNMBSTUEFUGDDRE-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 16:22:17 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E11A956F for ; Thu, 7 Feb 2013 16:22:17 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 58ACAB8D for ; Thu, 7 Feb 2013 16:22:15 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 07 Feb 2013 11:22:01 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BXQ76535; Thu, 7 Feb 2013 11:21:59 -0500 Received: from 209-6-84-183.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.84.183]) by smtp04.lnh.mail.rcn.net with ESMTP; 07 Feb 2013 11:21:59 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20755.54439.37349.12739@jerusalem.litteratus.org> Date: Thu, 7 Feb 2013 11:21:59 -0500 To: ports@freebsd.org Subject: LibreOffice and OpenJDK X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 16:22:17 -0000 Am I correct in believing LibreOffice(-3.6.5) will build with OpenJDK-6, but not OpenJDK-7? Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 17:47:29 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02E37DD6; Thu, 7 Feb 2013 17:47:29 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ia0-x22d.google.com (ia-in-x022d.1e100.net [IPv6:2607:f8b0:4001:c02::22d]) by mx1.freebsd.org (Postfix) with ESMTP id BCC34F5; Thu, 7 Feb 2013 17:47:28 +0000 (UTC) Received: by mail-ia0-f173.google.com with SMTP id h37so3199984iak.32 for ; Thu, 07 Feb 2013 09:47:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=88ZwBixW9/CEJIKXjtp6+W/P39V2dy3un07eU817ihg=; b=Vhclf4xe9vKnVJSwvhIUNLTVVa2WTvO2eGx9YNr9uvJtZ/7MFDDEetrQJ2Fnlt1ktr uDhOhwyVsNcBm1Kxr7Fm/nCKEkvaK+Fiv74/078vDKHgOi/wiqrvfliZkVCdOHWB+A5j xXH2AYHkTchyUxNo6GXztebSYByi8M2EjPMLw0kE9qz5E0MJQUMtk4Swwiq59htwnS1J AYs2SdL3PUOeVbaBkXIEZP0kXM+nCoDt48UBKNR1jGlFN4MNu66QcN3b1f9Gp9DllVyj cPQZsQWrqELehrZhjcgmKccMyF2V2QUYJ33lomDjRNN3DbK356vzEZFDrYTeGY++2MZK u2dQ== MIME-Version: 1.0 X-Received: by 10.42.33.196 with SMTP id j4mr4007060icd.4.1360259248340; Thu, 07 Feb 2013 09:47:28 -0800 (PST) Received: by 10.64.176.175 with HTTP; Thu, 7 Feb 2013 09:47:28 -0800 (PST) In-Reply-To: <5111B6C0.1000408@FreeBSD.org> References: <5111B6C0.1000408@FreeBSD.org> Date: Thu, 7 Feb 2013 21:47:28 +0400 Message-ID: Subject: Re: ports-mgmt/portupgrade ISSUE portinstall recursive dependency error From: awarecons To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 17:47:29 -0000 Thank you for support. On a fresh 9.1-REL compiled with GCC 4.2.1 it works fine. But on mixed (GCC 4.2.1, but 4.6.3 whereever possible) 9.0-REL the problem persists still. Looks like portinstall itself, or ruby/ruby-bdb might or whatever direct siblings deviate under GCC 4.6.3 compilation, likewise java/icedtea-web does with Opera. Tried total removal of portupgrade, ruby and databases/ruby-bdb, /usr/ports/indexes and pkgdb.db ... total clean-up - without success. Could you advise any special files that might need removal used by portinstall, except /var/db/pkg/pkgdb.db? Which may affect double counting of dependancies, like in the case mentioned above?: [Gathering depends for security/vuxml .....(devel/binutils).......(devel/binutils)---> Session ended at: Looks like it builds /var/db/pkg/pkgdb.db in some inproper way... Have you tried to compile the whole bunch with gcc 4.6.3? Was it successful= ? Looks like it stucks inside the bdb-creation/processing step: # rm -f /var/db/pkg/pkgdb.db # pkgdb -uf ---> Updating the pkgdb [Rebuilding the pkgdb in /var/db/pkg ... - 1094 packages found (-0 +1094) ...........................................................................= .........................100...............................................= .....................................................200...................= ...........................................................................= ......300..................................................................= ..................................400......................................= ..............................................................500..........= ...........................................................................= ...............600.........................................................= ...........................................700.............................= .......................................................................800.= ...........................................................................= ........................900................................................= ....................................................1000...................= ........................................................................... done] # portupgrade -Nvprn security/vuxml ---> Session started at: Thu, 07 Feb 2013 21:33:21 +0400 [Updating the portsdb in /usr/ports ... - 24165 port entries found .........1000.........2000.........3000.........4000.........5000.........6= 000.........7000.........8000.........9000.........10000.........11000.....= ....12000.........13000.........14000.........15000.........16000.........1= 7000.........18000.........19000.........20000.........21000.........22000.= ........23000.........24000. ..... done] Install 'security/vuxml'? [no] [Gathering depends for security/vuxml .....(textproc/xmlcatmgr)..(devel/binutils).......(devel/binutils)---> Session ended at: Thu, 07 Feb 2013 21:34:31 +0400 (consumed 00:01:10) /usr/local/sbin/portupgrade:898:in `get_all_depends': recursive dependency (RecursiveDependencyError) from /usr/local/sbin/portupgrade:921:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portupgrade:920:in `get_all_depends' from /usr/local/sbin/portupgrade:921:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portupgrade:920:in `get_all_depends' from /usr/local/sbin/portupgrade:921:in `get_all_depends' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' from /usr/local/lib/ruby/1.8/set.rb:195:in `each' from /usr/local/sbin/portupgrade:920:in `get_all_depends' from /usr/local/sbin/portupgrade:937:in `get_notinstalled_depends' from /usr/local/sbin/portupgrade:813:in `main' from /usr/local/sbin/portupgrade:791:in `each' from /usr/local/sbin/portupgrade:791:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `call' from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `parse_in_order' from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `catch' from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `parse_in_order' from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `catch' from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order' from /usr/local/lib/ruby/1.8/optparse.rb:1248:in `order!' from /usr/local/lib/ruby/1.8/optparse.rb:1241:in `order' from /usr/local/sbin/portupgrade:576:in `main' from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' from /usr/local/sbin/portupgrade:237:in `new' from /usr/local/sbin/portupgrade:237:in `main' from /usr/local/sbin/portupgrade:2371 2013/2/6 Bryan Drewery : > On 1/5/2013 9:38 AM, awarecons wrote: >> # $FreeBSD: ports/ports-mgmt/portupgrade/Makefile,v 1.285 2012/12/11 >> 17:07:46 svnexp Exp $ >> >> # portupgrade -Nv java/openjdk7 >> ---> Session started at: Sat, 05 Jan 2013 19:27:12 +0400 >> [Gathering depends for java/openjdk7 >> ..................(java/javavmwrapper)..(lang/gcc)..........(lang/gcc)--= -> >> Session ended at: Sat, 05 Jan 2013 19:27:18 +0400 (consumed 00:00:06) >> /usr/local/sbin/portupgrade:898:in `get_all_depends': recursive >> dependency (RecursiveDependencyError) >> from /usr/local/sbin/portupgrade:921:in `get_all_depends' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/sbin/portupgrade:920:in `get_all_depends' >> from /usr/local/sbin/portupgrade:921:in `get_all_depends' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/sbin/portupgrade:920:in `get_all_depends' >> from /usr/local/sbin/portupgrade:921:in `get_all_depends' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each_key' >> from /usr/local/lib/ruby/1.8/set.rb:195:in `each' >> from /usr/local/sbin/portupgrade:920:in `get_all_depends' >> from /usr/local/sbin/portupgrade:937:in `get_notinstalled_depends' >> from /usr/local/sbin/portupgrade:813:in `main' >> from /usr/local/sbin/portupgrade:791:in `each' >> from /usr/local/sbin/portupgrade:791:in `main' >> from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `call' >> from /usr/local/lib/ruby/1.8/optparse.rb:1310:in `parse_in_order' >> from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `catch' >> from /usr/local/lib/ruby/1.8/optparse.rb:1306:in `parse_in_order' >> from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `catch' >> from /usr/local/lib/ruby/1.8/optparse.rb:1254:in `parse_in_order' >> from /usr/local/lib/ruby/1.8/optparse.rb:1248:in `order!' >> from /usr/local/lib/ruby/1.8/optparse.rb:1241:in `order' >> from /usr/local/sbin/portupgrade:576:in `main' >> from /usr/local/lib/ruby/1.8/optparse.rb:791:in `initialize' >> from /usr/local/sbin/portupgrade:237:in `new' >> from /usr/local/sbin/portupgrade:237:in `main' >> from /usr/local/sbin/portupgrade:2371 >> >> Repeatable on any new port. >> Appeared after last update of portupgrade, previous version worked fine= . > > Did you get this worked out? I have not had any other reports of this > issue. The only change in the last version was to no longer support > older db formats. This should not be a problem though as I put in code > 6+ months ago to handle this situation. Your failure does not look > related. You can really force rebuild: rm /var/db/pkg/pkgdb.db; pkgdb -uf > > Beyond that I recommend rechecking out ports fresh from SVN or portsnap: > rm -rf /usr/ports; portsnap fetch extract > > > -- > Regards, > Bryan Drewery > bdrewery@freenode/EFNet > From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 18:01:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8050F223 for ; Thu, 7 Feb 2013 18:01:46 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by mx1.freebsd.org (Postfix) with ESMTP id 12E5E1AB for ; Thu, 7 Feb 2013 18:01:45 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id c50so1524757eek.30 for ; Thu, 07 Feb 2013 10:01:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=kVRdoNmXz2tm1ZAnLeh04Objxc9XwI5vnviU1dWdOLo=; b=m8bC82brqRhRqaYMzj4O6N67aTFA+OLQOVuSxoS2HhQxohALG32dEZedABGA/tJE7U mz6WaeAYb1GhjodXW3fRJQ5a35XjHX5IG5bzy8nYlnfxxIjovGv2VlZCB/kLavh3QPqh ij4DVM6nxyhAgYA87YZbhT/zE6L6E2rfJbclSIUcxAs413LGiIjWURL1bE/PNUXBAQLL frjUce0l+E6hqh8jtZo30BUElwI9q67cqVhMCVnXDn++5EFAwlfSBCvjqJY2r27kzBJN G9XXXtkSBPkOWkOomgYHJSO4+PXxOP2tcWYTVlkwzDdrfSF5/zoRwt8gpS2LLMZ5rT9b hT/w== X-Received: by 10.14.194.195 with SMTP id m43mr6241923een.44.1360260104892; Thu, 07 Feb 2013 10:01:44 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id q5sm43249269eep.11.2013.02.07.10.01.43 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 10:01:43 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 7 Feb 2013 19:01:41 +0100 From: Baptiste Daroussin To: Robert Huff Subject: Re: LibreOffice and OpenJDK Message-ID: <20130207180141.GE26686@ithaqua.etoilebsd.net> References: <20755.54439.37349.12739@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2hMgfIw2X+zgXrFs" Content-Disposition: inline In-Reply-To: <20755.54439.37349.12739@jerusalem.litteratus.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 18:01:46 -0000 --2hMgfIw2X+zgXrFs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Feb 07, 2013 at 11:21:59AM -0500, Robert Huff wrote: >=20 > Am I correct in believing LibreOffice(-3.6.5) will build with > OpenJDK-6, but not OpenJDK-7? >=20 Yes upstream do not support openjdk7 yet iirc regards, Bapt --2hMgfIw2X+zgXrFs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlET7AUACgkQ8kTtMUmk6EzY6gCgrlLkvGRJ0q0rrvpJ8U2kS5J/ 6u4AnAh6rY2fztU7p0mg3hdXYbzLCEyX =66EY -----END PGP SIGNATURE----- --2hMgfIw2X+zgXrFs-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 21:16:07 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CE11BB9A for ; Thu, 7 Feb 2013 21:16:07 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nschwmtas06p.mx.bigpond.com (nschwmtas06p.mx.bigpond.com [61.9.189.152]) by mx1.freebsd.org (Postfix) with ESMTP id 6855DE3B for ; Thu, 7 Feb 2013 21:16:06 +0000 (UTC) Received: from nschwcmgw09p ([61.9.190.169]) by nschwmtas06p.mx.bigpond.com with ESMTP id <20130207211559.PKIE20430.nschwmtas06p.mx.bigpond.com@nschwcmgw09p> for ; Thu, 7 Feb 2013 21:15:59 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.113.247]) by nschwcmgw09p with BigPond Outbound id xZFz1k0065LKYmq01ZFz4A; Thu, 07 Feb 2013 21:15:59 +0000 X-Authority-Analysis: v=2.0 cv=bcfpoZzB c=1 sm=1 a=YibVxx38Z+cwdCKSMcELyg==:17 a=3678muGjFIUA:10 a=twTT4oUKOlYA:10 a=kj9zAlcOel0A:10 a=GHIR_BbyAAAA:8 a=S2ZD-dK0A9oA:10 a=6I5d2MoRAAAA:8 a=UA6dxM2YXM81KqJY1LoA:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=YibVxx38Z+cwdCKSMcELyg==:117 Received: from white (white.hs [10.0.5.2]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id r17LEqao068505 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Fri, 8 Feb 2013 08:14:53 +1100 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne Geraghty" To: References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> Subject: RE: openssh-portable segmentation faults Date: Fri, 8 Feb 2013 08:14:52 +1100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <5113B343.303@FreeBSD.org> Thread-Index: Ac4FO2JBFxhyjq4YSTyIMMIx9KVzvQAO/7CA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 21:16:07 -0000 > -----Original Message----- > From: Bryan Drewery [mailto:bdrewery@FreeBSD.org] > Sent: Friday, 8 February 2013 1:00 AM > To: Dewayne > Cc: ports@FreeBSD.org > Subject: Re: openssh-portable segmentation faults > > On 2/7/2013 5:59 AM, Dewayne wrote: > > Would it be possible if someone with a FreeBSD 9.1Stable > system built after 2-Feb could build and run openssh-portable. > > > > For what it's worth, I am planning to upgrade this very soon > to a newer release. > > I haven't seen these general crashes yet. A debug trace would > be great. > > > Segmentation faults are occurring with both ssh, and sshd > built today on both i386 and amd64 machines. > > > > A portsnap was performed and built all ports on 4-Feb. The openssh > > issue was picked up during pre-deployment testing. We then > performed another portsnap, which updated openssl, hence the > openssl 1.0.1.d below; it also failed using 1.0.1c. > > > > Starting from the default options, each option was turned > off, and rebuilt until there was only one option OVERWRITE_BASE=on. > > > > Other info: > > # ldd `which ssh` > > /usr/bin/ssh: > > libcrypto.so.8 => /usr/lib/libcrypto.so.8 (0x280bb000) > > libutil.so.9 => /lib/libutil.so.9 (0x2823d000) > > libz.so.6 => /lib/libz.so.6 (0x28250000) > > libcrypt.so.5 => /lib/libcrypt.so.5 (0x28264000) > > libthr.so.3 => /lib/libthr.so.3 (0x28289000) > > libc.so.7 => /lib/libc.so.7 (0x282a9000) > > > > # ll /usr/bin/ssh > > -rwxr-xr-x 1 root wheel 347136 Feb 7 22:37 /usr/bin/ssh > > > > Example: > > # /usr/bin/ssh -vvv localhost > > OpenSSH_5.8p2-hpn13v11 FreeBSD-openssh-portable-5.8.p2_3,1, OpenSSL > > 1.0.1d 5 Feb 2013 Segmentation fault (core dumped) > > > > # /usr/sbin/sshd > > Segmentation fault > > > > Regards, Dewayne. > > > > -- > Regards, > Bryan Drewery > bdrewery@freenode/EFNet > > Bryan, Dimitry, Thank-you for your interest. Unfortunately we have no debugging tools on any of the machines. I'll build one today and reproduce. Regards, Dewayne. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 22:03:47 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ED91A844 for ; Thu, 7 Feb 2013 22:03:47 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gh0-f175.google.com (mail-gh0-f175.google.com [209.85.160.175]) by mx1.freebsd.org (Postfix) with ESMTP id 9801219B for ; Thu, 7 Feb 2013 22:03:47 +0000 (UTC) Received: by mail-gh0-f175.google.com with SMTP id g18so756965ghb.20 for ; Thu, 07 Feb 2013 14:03:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding; bh=bSLS3/Pjy0S1gLZjY3il2uHd69RsCed2ETfSMBTIPgw=; b=pDzCzNuUlaQIxU168rS4edECegtgiZNjmYXflFLTye5TvmAXRdtdCxQdembb4Sq7Rl iPi1WwvGzQa28uqPRHMqHOdDH3pDo9j/4BsulVZaFOJjcOL0xZjbQTkMYV42BNU//5Df f1IW3p5gMYT9Bs8xZNwgUIEfRrih9emki4kQU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=bSLS3/Pjy0S1gLZjY3il2uHd69RsCed2ETfSMBTIPgw=; b=R2l5F8tukabBLf0NqfFwqF5mWbhhpBjXEor4NFe277w+5qoi2rfi/uK7X4P1njeoGI oJj3i95JkqwGsAqbTxh090Q/NjHwyDV9nlgO04B9bhKvJsZU3AZtcoZluSQxW3Ehnrfb gFVS7IkQsuSwbFm90Fh9X+A8n9RXQgMi21RiNmIxK1zmLNoZeFVCxs0XQTjq9X05Oljg RoJScuEaXqOlVv7bn7xb4qMZ5Kld7ddTTeL23J2mjW6aVwTe3y0NKR7KW9Fvoueabmc7 jcCCNIol08JaZB3kv3vvPEOsyGJYaj0ttl9Kp2DR7KZnNNOa+iXk5XZLFG3B1RQ1v44h n6MQ== X-Received: by 10.236.142.4 with SMTP id h4mr3328702yhj.58.1360274621197; Thu, 07 Feb 2013 14:03:41 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id w7sm22861916yhj.0.2013.02.07.14.03.39 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 14:03:40 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3Z2D7H1MbXz2CG5n; Thu, 7 Feb 2013 17:03:39 -0500 (EST) Date: Thu, 7 Feb 2013 17:03:38 -0500 From: Jerry To: kde@freebsd.org, ports@freebsd.org Subject: Updating KDE Message-ID: <20130207170338.09c2049e@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQn56u44eM94dKy8M4cSTiTf4uzSjYB2mDJVb1geGZpfHyQidiVOCJtevCLwzDYYwySzHwTo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: kde@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 22:03:48 -0000 I just updated to KDE Version 4.9.5 as described in the UPDATING file. KDE starts; however, all of my desktop icon and shortcuts are gone. What could have happened to them? Also, the key combination no longer functions. -- Jerry â™” 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 Thu Feb 7 23:11:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8B99063A for ; Thu, 7 Feb 2013 23:11:28 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 4D6DA61A for ; Thu, 7 Feb 2013 23:11:28 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r17NBL8o002255 for ; Thu, 7 Feb 2013 18:11:21 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r17NBL2L001973; Thu, 7 Feb 2013 18:11:21 -0500 (EST) (envelope-from portscout) Message-Id: <201302072311.r17NBL2L001973@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 7 Feb 2013 18:11:21 -0500 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:11:28 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ editors/ted | 2.22 | 2.23 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 23:16:45 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 408717DC; Thu, 7 Feb 2013 23:16:45 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 008F6656; Thu, 7 Feb 2013 23:16:44 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 59E3D5C43; Fri, 8 Feb 2013 00:16:41 +0100 (CET) Message-ID: <511435D8.8000900@FreeBSD.org> Date: Fri, 08 Feb 2013 00:16:40 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Dewayne Geraghty Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Brooks Davis , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:16:45 -0000 On 2013-02-07 22:14, Dewayne Geraghty wrote: ... > Bryan, Dimitry, > Thank-you for your interest. > Unfortunately we have no debugging tools on any of the machines. I'll build one today and reproduce. I have reproduced the segfault here: Starting program: /usr/ports/security/openssh-portable/work/openssh-5.8p2/ssh -vvv localhost OpenSSH_5.8p2 FreeBSD-openssh-portable-5.8.p2_3,1, OpenSSL 1.0.1c 10 May 2012 Program received signal SIGSEGV, Segmentation fault. istrsnvis (dst=0xbfbfb8f4 "debug1: Reading configuration data %.200s", dlen=0xbfbfb880, csrc=, flag=33, extra=) at /usr/src/contrib/libc-vis/vis.c:380 380 for (start = dst; (c = *src++) != '\0'; /* empty */) { (gdb) bt #0 istrsnvis (dst=0xbfbfb8f4 "debug1: Reading configuration data %.200s", dlen=0xbfbfb880, csrc=, flag=33, extra=) at /usr/src/contrib/libc-vis/vis.c:380 #1 0x28360cfd in istrnvis (dst=0xbfbfb8f4 "debug1: Reading configuration data %.200s", dlen=0xbfbfb880, src=, flag=-1077954316) at /usr/src/contrib/libc-vis/vis.c:534 #2 0x28360d71 in strnvis (dst=0xbfbfb878 "", dlen=3217014004, src=0xbfbfb878 "", flag=-1077954440) at /usr/src/contrib/libc-vis/vis.c:548 #3 0x08082e5d in do_log (level=SYSLOG_LEVEL_DEBUG1, fmt=0x80a914e "Reading configuration data %.200s", args=0xbfbfc134 "$\321\277\277@") at log.c:384 #4 0x08083048 in debug (fmt=0x80a914e "Reading configuration data %.200s") at log.c:209 #5 0x08054c8e in read_config_file (filename=0xbfbfd124 "/home/dim/.ssh/config", host=0xbfbfd770 "localhost", options=0x80b99dc , checkperm=1) at readconf.c:1051 #6 0x0804e542 in main (ac=0, av=0xbfbfd5c0) at ssh.c:670 This is exactly the same problem as reported in this thread about the security/pam_ssh_agent_auth port (rather long, beware): http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.html Executive summary: we recently imported a strnvis() implementation from NetBSD, which has differently ordered arguments from the strnvis() implementation in OpenBSD. When OpenSSH calls it with arguments ordered in the way OpenBSD expects, the function segfaults. I guess a similar approach as take in the above thread should be taken, e.g. rename the function in the port to openbsd_strnvis(), and have the port call that. Or use macro trickery to swap the arguments... :) From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 23:26:23 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 87B0FAF2 for ; Thu, 7 Feb 2013 23:26:23 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 4275A6D4 for ; Thu, 7 Feb 2013 23:26:23 +0000 (UTC) Received: by mail-yh0-f41.google.com with SMTP id 47so376595yhr.14 for ; Thu, 07 Feb 2013 15:26:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding; bh=sfhb1XvjoLJ2AoRV8tPKigV5JsfUC2+cqzDTOQZLZuM=; b=opFmW2WE1BOjIfCpi+AsJfVUOp6U7MXKXBjBhHZ85zb2AU789tpf3neTdFfhWmVONk NAG06+e3eNu7ibXQcRHeeasROHTWcrMeox7eYFB1af2XBw7jPghXRHYFvTAsmSlQklWl HSx2+ieJ/HzhXKpA7dBtZrzAI3qO5Xn2Rcdf0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=sfhb1XvjoLJ2AoRV8tPKigV5JsfUC2+cqzDTOQZLZuM=; b=gGXy4WnVZFEIQS5n9yUOWZP6XwNwllDcJj//iXmFYROYtNh2GZjBmlPeB/Ai/9l75c DfxzQlXJy9+sZc6PKAIsF4IdSa1rEsu6dIldyUvTxq3yQgCzGJXgCKGSZzOOOgwJp88n QadmEV3Qd6xBEKSeP+61N94zN2Mcu2JrcEsgHEFhIZqZx0VWXrhSEAlkwK9zjdl7Cwks 5rtQk+Zf5EPRGTbeNYSHTYHS9VRdKfSZCpyMzf1EChSPhnaIP8DuL+5qgceYZjN32/Bx J8ZotXHFNj3d0AhXKeoOPF+QDPPS49GMZhx9DmM9kULtFZHw8clJ5xR2xo49n8VG7hKF lVeQ== X-Received: by 10.236.127.7 with SMTP id c7mr3576180yhi.115.1360279582287; Thu, 07 Feb 2013 15:26:22 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id f3sm21129325ani.3.2013.02.07.15.26.20 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 15:26:21 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3Z2Fyh1TrDz2CG62; Thu, 7 Feb 2013 18:26:20 -0500 (EST) Date: Thu, 7 Feb 2013 18:26:19 -0500 From: Jerry To: freebsd-ports@freebsd.org, kde@freebsd.org Subject: devel/py-krosspython Message-ID: <20130207182619.0372ef53@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQnFArmpFIfbcxug+BBI1O+PnPUjrZx1NsxtqbWdDfhTDTo+/DsdVAIh7ns39oifsSfxEeF1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:26:23 -0000 When attempting to update the "x11/kde4" port with portmaster, this error message is appears. ===>>> Initial dependency check complete for devel/py-krosspython ===>>> Continuing initial dependency check for devel/kdebindings4 ===>>> Launching child to install devel/ruby-krossruby ===>>> x11/kde4 >> devel/kdebindings4 >> devel/ruby-krossruby (5/5) ===>>> Port directory: /usr/ports/devel/ruby-krossruby ===>>> This port is marked BROKEN ===>>> does not build with Ruby 1.9 ===>>> If you are sure you can build it, remove the BROKEN line in the Makefile and try again. ===>>> Update for devel/ruby-krossruby failed ===>>> Aborting update ===>>> Update for devel/kdebindings4 failed ===>>> Aborting update I have both ruby 1.9.x and ruby 1.8.x installed. Obviously portmaster is not finding the 1.8.x version. Also, has the "devel/py-krosspython" port been fixed so that it does correctly build with ruby 1.9.x? Other than removing the ruby 1.9.x version from my system, and obviously correcting the dependencies, is there another way around this problem? -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Join the Navy; sail to far-off exotic lands, meet exciting interesting people, and kill them. From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 23:28:58 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D2FE9B9E; Thu, 7 Feb 2013 23:28:58 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 617BF6EB; Thu, 7 Feb 2013 23:28:58 +0000 (UTC) Received: from tom.home (kostik@localhost [127.0.0.1]) by kib.kiev.ua (8.14.6/8.14.6) with ESMTP id r17NSr5U057752; Fri, 8 Feb 2013 01:28:53 +0200 (EET) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.7.4 kib.kiev.ua r17NSr5U057752 Received: (from kostik@localhost) by tom.home (8.14.6/8.14.6/Submit) id r17NSr1U057751; Fri, 8 Feb 2013 01:28:53 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 8 Feb 2013 01:28:53 +0200 From: Konstantin Belousov To: Dimitry Andric Subject: Re: openssh-portable segmentation faults Message-ID: <20130207232853.GO2522@kib.kiev.ua> References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> <511435D8.8000900@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9NVRigxxFWKr+7wv" Content-Disposition: inline In-Reply-To: <511435D8.8000900@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on tom.home Cc: ports@FreeBSD.org, Brooks Davis , Bryan Drewery , Dewayne Geraghty X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:28:58 -0000 --9NVRigxxFWKr+7wv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 08, 2013 at 12:16:40AM +0100, Dimitry Andric wrote: > This is exactly the same problem as reported in this thread about > the security/pam_ssh_agent_auth port (rather long, beware): >=20 > http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.= html >=20 > Executive summary: we recently imported a strnvis() implementation from > NetBSD, which has differently ordered arguments from the strnvis() > implementation in OpenBSD. When OpenSSH calls it with arguments ordered > in the way OpenBSD expects, the function segfaults. >=20 > I guess a similar approach as take in the above thread should be taken, > e.g. rename the function in the port to openbsd_strnvis(), and have the > port call that. Or use macro trickery to swap the arguments... :) I suggest taking a reverse approach, and rename our libc function to e.g. NetBSD_strnvis(). This way, at least linking binaries would result in the build-time failure. For shared libraries, we also get some semi-helpful message from rtld which would allow to identify the problem without obtaining the backtrace. Anyway, the porter will see the issue cleanly. This should be done before merging the libc changes to stable. --9NVRigxxFWKr+7wv Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJRFDi0AAoJEJDCuSvBvK1BpsAP/03Dn8ifrlfBdLCxwt8ZWAWb g9pAWy43TQpdMuzqB4yvzzVtanS3yY1G1wKtaC07KUnY1sLD0toqMcVTaelqmbMF AJ0716a/2VqntrHuOWNp0yLrqCmigw3tFk1UjQTWdYqeFLjzY+jWK5A9ot/C5QFS DQwQtSpuOr6zPdxtogpwbxAXHAuOuiJkMBxhXfBIu9xhet9o1XZcBlDjT2HA+IXu 6zGJLURcB88joPUYYuauLtpjoX6JMUrvga1haPVxSghS4oXxEYdDWH9fgK/+L1l3 qwk+diSasMQr0Gw2ATqubUF/tV82DnZJLVAyf4ft3HsUjsUrOkU+WXglKxD/imj+ Zt7wvG1qGhhJq4dyuZVdVCGaO2RKZgxuW2cbC3Tm2Ows1/mj0q99WwQS7PLfwx/j ESUiuNz0QTT91bGCxrG0tRomrNDTWRMyHZQ0p1NhyUWWQDMpx/uDD8YTuBglaxjw qwsV/VFL6mvkooGNP5Nzr6xmYsm52bOVg3NwLuuCB6UPBWZNdoyaiVuXxKQWFY6z vquqDHl35kZPQpTxvoiEnTU6sVIR03auyfRurIu+fwKrSTdDec+TFtF0clSDODG/ HG2J6I4CJtHvuFEJI7ijBtmub3xbDK5PYjL+2IuUiyuFLoD6l4JxmD0aOzpPQWZt A0bn8/GTZqbgLjI+kVFK =JFy2 -----END PGP SIGNATURE----- --9NVRigxxFWKr+7wv-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 23:50:33 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 56AB6569; Thu, 7 Feb 2013 23:50:33 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 1A9B981E; Thu, 7 Feb 2013 23:50:33 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 3522D5C43; Fri, 8 Feb 2013 00:50:32 +0100 (CET) Message-ID: <51143DC7.7070902@FreeBSD.org> Date: Fri, 08 Feb 2013 00:50:31 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Dewayne Geraghty Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> <511435D8.8000900@FreeBSD.org> In-Reply-To: <511435D8.8000900@FreeBSD.org> Content-Type: multipart/mixed; boundary="------------040008010600050902050706" Cc: ports@FreeBSD.org, Brooks Davis , Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:50:33 -0000 This is a multi-part message in MIME format. --------------040008010600050902050706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 2013-02-08 00:16, Dimitry Andric wrote: > On 2013-02-07 22:14, Dewayne Geraghty wrote: > ... >> Bryan, Dimitry, >> Thank-you for your interest. >> Unfortunately we have no debugging tools on any of the machines. I'll build one today and reproduce. ... > Executive summary: we recently imported a strnvis() implementation from > NetBSD, which has differently ordered arguments from the strnvis() > implementation in OpenBSD. When OpenSSH calls it with arguments ordered > in the way OpenBSD expects, the function segfaults. And here is a patch, which works for me. It simply disables use of libc's strnvis(), forcing the port to use its own bundled version. --------------040008010600050902050706 Content-Type: text/x-diff; name="security__openssh-portable-1.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="security__openssh-portable-1.diff" Index: security/openssh-portable/Makefile =================================================================== --- security/openssh-portable/Makefile (revision 311824) +++ security/openssh-portable/Makefile (working copy) @@ -25,6 +25,7 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* USE_PERL5_BUILD= yes USE_OPENSSL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ --without-zlib-version-check --with-ssl-engine PRECIOUS= ssh_config sshd_config ssh_host_key ssh_host_key.pub \ --------------040008010600050902050706-- From owner-freebsd-ports@FreeBSD.ORG Thu Feb 7 23:54:56 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8DF106D7 for ; Thu, 7 Feb 2013 23:54:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5F25E84C for ; Thu, 7 Feb 2013 23:54:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r17NsuqO023507 for ; Thu, 7 Feb 2013 23:54:56 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r17Nsup9023503 for ports@FreeBSD.org; Thu, 7 Feb 2013 23:54:56 GMT (envelope-from bdrewery) Received: (qmail 12664 invoked from network); 7 Feb 2013 17:54:53 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 7 Feb 2013 17:54:53 -0600 Message-ID: <51143ED1.7030500@FreeBSD.org> Date: Thu, 07 Feb 2013 17:54:57 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> <511435D8.8000900@FreeBSD.org> In-Reply-To: <511435D8.8000900@FreeBSD.org> X-Enigmail-Version: 1.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2NTLKBVBHCQAXAKLDOFSQ" Cc: ports@FreeBSD.org, Brooks Davis , Dewayne Geraghty X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Feb 2013 23:54:56 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2NTLKBVBHCQAXAKLDOFSQ Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/7/2013 5:16 PM, Dimitry Andric wrote: > On 2013-02-07 22:14, Dewayne Geraghty wrote: > ... >> Bryan, Dimitry, >> Thank-you for your interest. >> Unfortunately we have no debugging tools on any of the machines. I'll >> build one today and reproduce. >=20 > I have reproduced the segfault here: >=20 > Starting program: > /usr/ports/security/openssh-portable/work/openssh-5.8p2/ssh -vvv localh= ost > OpenSSH_5.8p2 FreeBSD-openssh-portable-5.8.p2_3,1, OpenSSL 1.0.1c 10 > May 2012 >=20 > Program received signal SIGSEGV, Segmentation fault. > istrsnvis (dst=3D0xbfbfb8f4 "debug1: Reading configuration data %.200= s", > dlen=3D0xbfbfb880, csrc=3D, flag=3D33, extra=3D) > at /usr/src/contrib/libc-vis/vis.c:380 > 380 for (start =3D dst; (c =3D *src++) !=3D '\0'; /* empt= y */) { > (gdb) bt > #0 istrsnvis (dst=3D0xbfbfb8f4 "debug1: Reading configuration data > %.200s", dlen=3D0xbfbfb880, csrc=3D, flag=3D33, > extra=3D) at /usr/src/contrib/libc-vis/vis.c:380 > #1 0x28360cfd in istrnvis (dst=3D0xbfbfb8f4 "debug1: Reading > configuration data %.200s", dlen=3D0xbfbfb880, src=3D, > flag=3D-1077954316) at /usr/src/contrib/libc-vis/vis.c:534 > #2 0x28360d71 in strnvis (dst=3D0xbfbfb878 "", dlen=3D3217014004, > src=3D0xbfbfb878 "", flag=3D-1077954440) at /usr/src/contrib/libc-vis/v= is.c:548 > #3 0x08082e5d in do_log (level=3DSYSLOG_LEVEL_DEBUG1, fmt=3D0x80a914= e > "Reading configuration data %.200s", args=3D0xbfbfc134 "$\321\277\277@"= ) > at log.c:384 > #4 0x08083048 in debug (fmt=3D0x80a914e "Reading configuration data > %.200s") at log.c:209 > #5 0x08054c8e in read_config_file (filename=3D0xbfbfd124 > "/home/dim/.ssh/config", host=3D0xbfbfd770 "localhost", options=3D0x80b= 99dc > , checkperm=3D1) at readconf.c:1051 > #6 0x0804e542 in main (ac=3D0, av=3D0xbfbfd5c0) at ssh.c:670 >=20 > This is exactly the same problem as reported in this thread about > the security/pam_ssh_agent_auth port (rather long, beware): >=20 > =20 > http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.h= tml >=20 > Executive summary: we recently imported a strnvis() implementation from= > NetBSD, which has differently ordered arguments from the strnvis() > implementation in OpenBSD. When OpenSSH calls it with arguments ordere= d > in the way OpenBSD expects, the function segfaults. >=20 > I guess a similar approach as take in the above thread should be taken,= > e.g. rename the function in the port to openbsd_strnvis(), and have the= > port call that. Or use macro trickery to swap the arguments... :) Aha, thanks. I see this is logged at netbsd here http://gnats.netbsd.org/44977 as well. I will write up a patch. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2NTLKBVBHCQAXAKLDOFSQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRFD7VAAoJEG54KsA8mwz5cMIP/2OQthCCeJWXMuTNtSRWUbNv q0Qzef0U5huvawkj4gj3faFiA39CGfIENEBu6T8xkFF1A7By2lSByrweumxYYeWl D3daKA+cK0KlIbPghEXUuiExj5Ar2eq9uGs/KrFnx1XZWjLoIZLkJ5ZlYoWPOhE5 BBCMAD+A9iscpS3FWSYANlyoeH0I1z7r8vR766TXqdfTpFQB4udOEjQuTRaQq/kE T80ScXnJHuvSWgf5Lvz2TvQSTQxtSw4DZvb4mYVw2PNf7kRxoxyCpPG2SJq7AhXs rijD15Dugf8e5BU2GiIu2Vz/EKxWZPEfFJDoI33OlqiG2NchbqtITjL4cEMhmiCZ VelqcXYNCQmklF9JOES1g4vNRrxaHQfLWFhDJr3d42j10SK3zMDzzCqw7ggUkNlt vzFbJ0mYwrKwK5ff9kArm9MfYO8MhWqmHrm4l2cI8EO4fYfuf3aDHr8GeN9MdUiH 1w/B8xRrNPBPsCxrL1VYbkpXKe6WVCg8pOdCvxfRF5sReY+1rmbyqsptjMxU1XJZ wYnr/ieBevky/JHW1/rDS+uvXEjn2JfrLtL2yLgDzyw7pIVQTSjScYFM8QsKTIdP lI3xmsMAbscmu4tg+3GmcIgRapJK4ZLo23Ie7Jg29dBPJZtshaEOyJu1YQ3+qONN 2/CgfJpMrX/K5fPjoBpF =00eV -----END PGP SIGNATURE----- ------enig2NTLKBVBHCQAXAKLDOFSQ-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 00:03:26 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 70CA38C5 for ; Fri, 8 Feb 2013 00:03:26 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4091189A for ; Fri, 8 Feb 2013 00:03:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1803QjD025726 for ; Fri, 8 Feb 2013 00:03:26 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1803Qf2025719 for ports@FreeBSD.org; Fri, 8 Feb 2013 00:03:26 GMT (envelope-from bdrewery) Received: (qmail 73773 invoked from network); 7 Feb 2013 18:03:24 -0600 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 7 Feb 2013 18:03:24 -0600 Message-ID: <511440D4.5060603@FreeBSD.org> Date: Thu, 07 Feb 2013 18:03:32 -0600 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: Dimitry Andric Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> <511435D8.8000900@FreeBSD.org> <51143DC7.7070902@FreeBSD.org> In-Reply-To: <51143DC7.7070902@FreeBSD.org> X-Enigmail-Version: 1.5 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2IVHWFQHDRFQSTFVWEIFD" Cc: ports@FreeBSD.org, Brooks Davis , Dewayne Geraghty X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 00:03:26 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2IVHWFQHDRFQSTFVWEIFD Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 2/7/2013 5:50 PM, Dimitry Andric wrote: > On 2013-02-08 00:16, Dimitry Andric wrote: >> On 2013-02-07 22:14, Dewayne Geraghty wrote: >> ... >>> Bryan, Dimitry, >>> Thank-you for your interest. >>> Unfortunately we have no debugging tools on any of the machines. I'll= >>> build one today and reproduce. > ... >> Executive summary: we recently imported a strnvis() implementation fro= m >> NetBSD, which has differently ordered arguments from the strnvis() >> implementation in OpenBSD. When OpenSSH calls it with arguments order= ed >> in the way OpenBSD expects, the function segfaults. >=20 > And here is a patch, which works for me. It simply disables use of > libc's strnvis(), forcing the port to use its own bundled version. Perfect thanks. This was the approach I was going to take as well, since it has a bundled compatibility version already. Fix Committed. --=20 Regards, Bryan Drewery bdrewery@freenode/EFNet ------enig2IVHWFQHDRFQSTFVWEIFD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJRFEDUAAoJEG54KsA8mwz5CsIP/iMNMTia1+Z0rF/N7avuHTC4 4H0l7xn6y5bvPJgbuhvlF/HzBC8Xyf0fFsVNFfbmVKjxi1OQ8GI6Tykq8DjoapDs vE4ZwBX1E8QP7ilRcuq3vov0iP9+k9ojPnSS2uhSrp69BhJLuOSWvVTs9F7BoZfk 6Xdj7Eps7k9ThtyVMMBd6blJYvtD6dOhZhoYuH3G9IgbJj5yVNpR6QiRC/XPXEvR 1Ja8OUoRT5l5Gq3W17WJDybCV/FL4aEcvpjx/WBT9EJOH0E/eDHZ2FXk060FOXay ZG+QPE+VCa8qGqitVOMNjeyo3ZvlRPWWtFqfTl/GTqcN6Ngiu81uf+p/R93kRSvv 0UhJT/kM2VjciZ8btlIaH8qj6bc4PTZcY++WmBxKGxPI8M1HT2GtI46c4ubjaWga cFg+EAODBSobDSfww/I19HbRFijkpQ49orVmJljiVQolYFeoNz3vLdhL7HNhVorR o3WDFGn4+4Ak8AemESzYoGWV4gP7iaFqx9HXHTcNeHbEY+iNzBYM78oEzLiEmGaQ a9A+lKEBA8enRfpsWQuHQXtJwQJfUUsWlTWEEico61iox8kO/D1Wx+b4gNVYPTya M6kIH8wCHs7c1d6R1AAE+HXIZd2xvEvvpeDSBsVd5lqkUj/KRo8hU+NjjKvyjehe 01HsRiucgNJp+/omfuqL =31Sh -----END PGP SIGNATURE----- ------enig2IVHWFQHDRFQSTFVWEIFD-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 03:32:12 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2824BC82; Fri, 8 Feb 2013 03:32:12 +0000 (UTC) (envelope-from mazsola@gmail.com) Received: from mail-ia0-x234.google.com (ia-in-x0234.1e100.net [IPv6:2607:f8b0:4001:c02::234]) by mx1.freebsd.org (Postfix) with ESMTP id C1EDD188; Fri, 8 Feb 2013 03:32:11 +0000 (UTC) Received: by mail-ia0-f180.google.com with SMTP id f27so3667009iae.39 for ; Thu, 07 Feb 2013 19:32:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:from:to:content-type :content-transfer-encoding:mime-version:subject:date:cc:x-mailer; bh=yGKchq/rNDHUJXfIn16wAzJ311b8VSgGj4xrQvZVgCU=; b=V87ou3xJE0qU0W8n+CP5yyWd1z9svZ6+MGWpG7DZ9krXgi9YHgXl5ckRORl/vnR3wy 9XeTXl8XO8MZlnsHjLET+U9zA7r+Zl1DOu+qN9wTyFzL9Zpoe9DQvAYCcBSSbCwJ1vN2 uzKFjunmO7fGAM8riSxb7WwvXiFdCeh/5Op2jgE3U6ybMU586sad9DtUTq3ZI/3PdupS az+LOLaClT/Pk9zo5sHJXdYG9A1M8HnlaMGCDOipya0Gu5ffO+z6h8Fs7kzCSyvHn+q4 PXeGEYCwl6WFN+OPBbfLfBtkQ1wS27IyyYDFMyxy7/3xnHeIE6iKJswO2K4J8THR/sPc TAnQ== X-Received: by 10.50.171.36 with SMTP id ar4mr7754910igc.70.1360294331479; Thu, 07 Feb 2013 19:32:11 -0800 (PST) Received: from [192.168.1.20] ([142.165.218.98]) by mx.google.com with ESMTPS id j11sm13133641igc.5.2013.02.07.19.32.09 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 07 Feb 2013 19:32:10 -0800 (PST) Message-Id: <28FDDACD-0E29-4120-9D3D-8E8C7B1FFB3A@gmail.com> From: Mazsola To: glarkin@FreeBSD.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Subject: FreeBSD Port: pdftk-1.44_1 Date: Thu, 7 Feb 2013 21:32:07 -0600 X-Mailer: Apple Mail (2.936) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 03:32:12 -0000 Just wondering if this port will be updated to 1.45 anytime soon? I need a feature added in 1.45 and I am to computer illiterate to update the port myself. Thanks Mazsola From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 04:36:45 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AD0AB5EC for ; Fri, 8 Feb 2013 04:36:45 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-vb0-f45.google.com (mail-vb0-f45.google.com [209.85.212.45]) by mx1.freebsd.org (Postfix) with ESMTP id 443FC31B for ; Fri, 8 Feb 2013 04:36:44 +0000 (UTC) Received: by mail-vb0-f45.google.com with SMTP id p1so2124820vbi.4 for ; Thu, 07 Feb 2013 20:36:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=yFssoou6aU0BByKk/HHeq6AQWl8mZjF1P+1yrNg75gE=; b=TKXa9kBT92qWqN414obMGkUx0WvmqvVmOSqj5G4FqLVPz6qZUR6mErL210CwG4SLGZ GIlVqnxooaNJ6HWnUm1X7Xal1zEcvxw+TWzYwUfiyZduMIDniXnuysXlNZICnSI0VwM4 ASpx+YFWHfHZJPGgDeqiaGaZlNR0IRDaPGOTqJOn6cUpp2g1Wrvv3uJApxPbIil2gzKU icYYbTfNBBLOxOk6/+y19U/THtc81pNWIqdN+PQFc4BRx0U9/6PKV0S7EyBjM3rLWMvi h7MSKlf7IMmJ7EPYnCfZLQIwYy+p12ID52ZWnm21NKdJy7+ch+OfVNZ/t5BMVg2jJEIz UAtQ== MIME-Version: 1.0 X-Received: by 10.220.239.143 with SMTP id kw15mr4734383vcb.62.1360297872992; Thu, 07 Feb 2013 20:31:12 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.58.46.112 with HTTP; Thu, 7 Feb 2013 20:31:12 -0800 (PST) In-Reply-To: <28FDDACD-0E29-4120-9D3D-8E8C7B1FFB3A@gmail.com> References: <28FDDACD-0E29-4120-9D3D-8E8C7B1FFB3A@gmail.com> Date: Thu, 7 Feb 2013 20:31:12 -0800 X-Google-Sender-Auth: CSElNQokTNC74m-h1kcg2sLVGyo Message-ID: Subject: Re: FreeBSD Port: pdftk-1.44_1 From: Jason Helfman To: Mazsola X-Gm-Message-State: ALoCoQkRe/YbcsHdxazBqiAyAG457zJndiyWv7HVK6uKX7E+8osXac9a9SnZLg/X3JM5UszmEtIQ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 04:36:45 -0000 This has already been updated to 1.45. -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve On Thu, Feb 7, 2013 at 7:32 PM, Mazsola wrote: > Just wondering if this port will be updated to 1.45 anytime soon? I need a > feature added in 1.45 and I am to computer illiterate to update the port > myself. > > Thanks > Mazsola > ______________________________**_________________ > 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 Feb 8 07:58:15 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E7A8B09 for ; Fri, 8 Feb 2013 07:58:15 +0000 (UTC) (envelope-from freebsd-ports@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4DACDA92 for ; Fri, 8 Feb 2013 07:58:14 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3iqn-00070G-On for freebsd-ports@freebsd.org; Fri, 08 Feb 2013 08:58:25 +0100 Received: from g224056185.adsl.alicedsl.de ([92.224.56.185]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 08:58:25 +0100 Received: from rotkap by g224056185.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 08:58:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Heino Tiedemann Subject: Re: Updating KDE Date: Fri, 08 Feb 2013 08:57:45 +0100 Organization: yes Lines: 26 Message-ID: References: <20130207170338.09c2049e__32007.3188435801$1360274663$gmane$org@scorpio> Mime-Version: 1.0 Content-Type: text/plain X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g224056185.adsl.alicedsl.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 07:58:15 -0000 Jerry wrote: > I just updated to KDE Version 4.9.5 as described in the UPDATING file. > KDE starts; however, all of my desktop icon and shortcuts are gone. > What could have happened to them? Also, the key > combination no longer functions. My stuff: Icon are there - fine so far. Background image is there. Fino so far, but.. Virtual desktops eare not accessable by ctrl + F1 / F2 / F3 / F4 My "K-panel" has an unreadable font - with a strange 3d look. It ist black/gray on black By The Way, you should install kdemultimedia4 und kde4-runtime (and maybe kde4-network) by hand after update like UPDATING says Heino From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 08:32:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2D985AE5 for ; Fri, 8 Feb 2013 08:32:32 +0000 (UTC) (envelope-from t.mueller1@insightbb.com) Received: from mail.insightbb.com (smtp2.insight.synacor.com [208.47.185.24]) by mx1.freebsd.org (Postfix) with ESMTP id E6936E2A for ; Fri, 8 Feb 2013 08:32:31 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=UL9f7Vjy c=1 sm=0 a=l7ipVEDIBYIA:10 a=FKkrIqjQGGEA:10 a=CS0ra8ETqfQA:10 a=jLN7EqiLvroA:10 a=IkcTkHD0fZMA:10 a=9YQ-1ebCAAAA:8 a=K-v-2zaBAAAA:8 a=O-FVEyIaEb0A:10 a=pedpZTtsAAAA:8 a=2kiv8l22U6A3G27H-2kA:9 a=QEXdDO2ut3YA:10 a=eJojReuL3h0A:10 a=6HS/Esr6SxOSn4gf+UdElA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com smtp.mail=t.mueller1@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com header.from=t.mueller1@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 10.51.1.65 as permitted sender) Received: from [10.51.1.65] ([10.51.1.65:33024] helo=md02.insight.synacor.com) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 14/B7-09449-918B4115; Fri, 08 Feb 2013 03:32:25 -0500 Date: Fri, 8 Feb 2013 03:32:25 -0500 (EST) From: Thomas Mueller To: freebsd-ports@freebsd.org Message-ID: <634300781.122005.1360312345396.JavaMail.root@md02.insight.synacor.com> Subject: Xorg totally unusable with KMS and new Xorg on Sandy Bridge system: how to undo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [74.130.198.7] X-Mailer: Zimbra 6.0.8_GA_2685 (zclient/6.0.8_GA_2685) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 08:32:32 -0000 I built the newer Xorg and it falls flat: goes to a nongraphic screen that is blank except for a rectangular cursor in the upper left corner, and now I want to get back to the earlier Xorg. System is Intel Sandy Bridge with i7 CPU. What parts do I have to rebuild (use portmaster?), and what do I have to reconfigure? I still haven't built ports for my FreeBSD i386 installation on Kingston Data Traveler 16 GB USB stick, so I could possibly try that first. Old computer is down apparently because of a fan or fans that quit; find new fans for a 2001 computer or buy parts for new? I am now on Insight webmail using Midori browser on not-so-new System Rescue CD; new computer with 16 GB RAM. I can get back to FreeBSD, but no GUI, no X11 for now until I rebuild. Thomas Mueller mueller6724@bellsouth.net From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 10:44:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5CA08F79 for ; Fri, 8 Feb 2013 10:44:51 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id E30DEB11 for ; Fri, 8 Feb 2013 10:44:50 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 08 Feb 2013 05:44:50 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id CFS40840; Fri, 8 Feb 2013 05:44:49 -0500 Received: from 209-6-84-183.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.84.183]) by smtp04.lnh.mail.rcn.net with ESMTP; 08 Feb 2013 05:44:49 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20756.55072.839126.700138@jerusalem.litteratus.org> Date: Fri, 8 Feb 2013 05:44:48 -0500 To: Thomas Mueller Subject: Xorg totally unusable with KMS and new Xorg on Sandy Bridge system: how to undo In-Reply-To: <634300781.122005.1360312345396.JavaMail.root@md02.insight.synacor.com> References: <634300781.122005.1360312345396.JavaMail.root@md02.insight.synacor.com> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 10:44:51 -0000 Thomas Mueller writes: > I built the newer Xorg and it falls flat: goes to a nongraphic > screen that is blank except for a rectangular cursor in the upper > left corner, and now I want to get back to the earlier Xorg. > > System is Intel Sandy Bridge with i7 CPU. You don't mention your graphics chip explicitly, but building libdrm with the KMS option was enough to prevent X from starting on a Radeon HD 3300. ("Experimental", indeed! :-) Other will be able to help more if you could post the contents of "/var/log/Xorg.0.log" and your xorg.conf file. Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 12:12:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 71666278 for ; Fri, 8 Feb 2013 12:12:36 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 28C5810E for ; Fri, 8 Feb 2013 12:12:35 +0000 (UTC) Received: from [127.0.0.1] (graphics [62.49.197.51]) by dns1.vizion2000.net (Postfix) with ESMTP id 3D57F119C52 for ; Fri, 8 Feb 2013 02:56:18 -0800 (PST) Message-ID: <5114EBB9.4080101@vizion2000.net> Date: Fri, 08 Feb 2013 04:12:41 -0800 From: David Southwell Organization: Vision Communications User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: libtelepathy-qt4 issue causes failure when upgrading kde4. Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 12:12:36 -0000 Here is an en extract from the script: -- Found Sqlite: /usr/local/include -- Found Strigi: /usr/local/lib/libstreams.so -- Found QCA2: /usr/local/lib/libqca.so -- Found gpgme-config at /usr/local/bin/gpgme-config -- Found gpgme v1.3.2, checking for flavours... -- Found flavour 'vanilla', checking whether it's usable...yes -- Found flavour 'pthread', checking whether it's usable...yes -- Usable gpgme flavours found: vanilla pthread -- Found QGpgme: /usr/local/kde4/lib/libqgpgme.so -- Found libktorrent: /usr/local/kde4/lib/libktorrent.so -- Found libmms: /usr/local/lib/libmms.so CMake Error at /usr/local/lib/cmake/TelepathyQt4/TelepathyQt4Targets-debug.cmake:40 (MESSAGE): The imported target "telepathy-qt4" references the file "/usr/local/lib/libtelepathy-qt4.so.2.0.9.0" but this file does not exist. Possible reasons include: * The file was deleted, renamed, or moved to another location. * An install or uninstall procedure did not complete successfully. * The installation package was faulty and contained "/usr/local/lib/cmake/TelepathyQt4/TelepathyQt4Targets-debug.cmake" but not all the files it references. Call Stack (most recent call first): /usr/local/lib/cmake/TelepathyQt4/TelepathyQt4Targets.cmake:25 (INCLUDE) /usr/local/lib/cmake/TelepathyQt4/TelepathyQt4Config.cmake:26 (include) /usr/local/kde4/share/apps/cmake/modules/MacroOptionalFindPackage.cmake:32 (find_package) CMakeLists.txt:62 (macro_optional_find_package) -- Configuring incomplete, errors occurred! *** Error code 1 Stop in /usr/ports/net/kdenetwork4. *** Error code 1 Stop in /usr/ports/net/kdenetwork4. *** Error code 1 Stop in /usr/ports/net/kdenetwork4. *** Error code 1 Stop in /usr/ports/x11/kde4. *** Error code 1 Stop in /usr/ports/x11/kde4. *** Error code 1 Stop in /usr/ports/x11/kde4. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20130208-54035-u2285t-0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=kde-4.8.4 UPGRADE_PORT_VER=4.8.4 make reinstall ---> Restoring the old version pkg_add: warning: package 'kde-4.8.4' requires 'kdemultimedia-ffmpegthumbs-4.9.5', but 'kdemultimedia-4.9.5' is installed ** Fix the installation problem and try again. -- David Southwell ARPS AFIAP Photographic Arts Trained & experienced competition judge, mentor, trainer, lecturer, Advanced digital techniques, international project photography From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 13:37:33 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AFE9DB96 for ; Fri, 8 Feb 2013 13:37:33 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gh0-f179.google.com (mail-gh0-f179.google.com [209.85.160.179]) by mx1.freebsd.org (Postfix) with ESMTP id 69CC76E6 for ; Fri, 8 Feb 2013 13:37:33 +0000 (UTC) Received: by mail-gh0-f179.google.com with SMTP id r14so860452ghr.10 for ; Fri, 08 Feb 2013 05:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding; bh=/S354Vmknfle/1hCCp2uBwMs12zgvItxKEdj2LzbTI8=; b=FeegC38LD4+mIf+pKBvcGAIa7krt/61f0vve/VDU03UpwmW6EeyQhqSS7nyDGWVsKn 14EaUk/ad2K76IsGynqPoaj9UmXAC1QN5QU8jCA2Q04Gz/Akcx4w8hVPo2HGlaLk0vFF 3AL0VdAg2tIsoKreI/TDwBpcrcHM9Sh9LkboA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=/S354Vmknfle/1hCCp2uBwMs12zgvItxKEdj2LzbTI8=; b=ahr88Fu2j4PcOET7BXVGoGa+jWwvMDAD8DG27vm0RTKDMF1daaHMpnnouEbn581Xw2 WN8Z0XIfNBJgFOq+mTsH5PoBzdfpibCFo7oms2fh5w/sOLdXExyk6MjMsHbLvgiCk7OP j7M1F5jfPRcmwe5L7sltnm5wJPZcJK5Ls3RVuC/IrPZnaxjhoj/EUb20EerSe7W6TyL1 kqcpDxr3Mz4zSFRamacc/+FQGxt7892hIm5bPd/yfkBG3ye7JzqUul0AonphqhvYgps5 XllDyFr6VzyFfavECju+QxI5WMd+0EWUqfjpGCofPgyRSAb1ze6LdBMuoUcxbLlE4Gsg oDPA== X-Received: by 10.236.124.36 with SMTP id w24mr6036115yhh.19.1360330645876; Fri, 08 Feb 2013 05:37:25 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id v43sm52622550yhm.11.2013.02.08.05.37.24 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 05:37:25 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 3Z2crg4sj8z2CG62; Fri, 8 Feb 2013 08:37:23 -0500 (EST) Date: Fri, 8 Feb 2013 08:37:23 -0500 From: Jerry To: freebsd-ports@freebsd.org, kde@freebsd.org, obrien@FreeBSD.org, ehaupt@FreeBSD.org Subject: x11/kde4-runtime Message-ID: <20130208083723.4afe67e6@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQkxxVCKXHVzmwl4DbuSFGmKG/AbMQq2/41uHs2K2kQwPI16OzgHhJ48hKYrGFBPQLx9AGE9 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Feb 2013 13:37:33 -0000 I have (had) "/shells/bash-devel" installed on my system. When updating KDE4, I discovered that the "x11/kde4-runtime" port and others that depend on "shells/bash" will not build if "shell/bash-devel" is installed. Presently, these ports are identical. I am not sure if I should report this as a possible bug or not. I was forced to remove the "bash-devel" port and revert to the "bash" port in order to allow the builds to continue. -- Jerry â™” 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 Fri Feb 8 13:41:48 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 150FEE2C; Fri, 8 Feb 2013 13:41:48 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5B3737; Fri, 8 Feb 2013 13:41:47 +0000 (UTC) Received: from pcjas.obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.14.3/8.14.3/SIO Observatoire de Paris - 07/2009) with ESMTP id r18DfZwF018682 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 8 Feb 2013 14:41:37 +0100 Date: Fri, 8 Feb 2013 14:41:35 +0100 From: Albert Shih To: Olivier Smedts Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130208134135.GC12284@pcjas.obspm.fr> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Miltered: at smtp-int-m.obspm.fr with ID 5115008F.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 5115008F.000/145.238.184.233/pcjas.obspm.fr/pcjas.obspm.fr/ Cc: ports@freebsd.org, Baptiste Daroussin , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 13:41:48 -0000 Le 07/02/2013 ? 11:18:34+0100, Olivier Smedts a écrit > 2013/2/6 Jung-uk Kim : > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote: > >> 2013/2/6 Denny Lin : > >>>> gmake[2]: *** > >>>> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.done] > >>>> > >>>> > > Segmentation fault: 11 (core dump cr×™×™) > >>> > >>> I am also seeing this on -CURRENT amd64. For some reason uno > >>> causes a segmentation fault. I do not have Java enabled. > >> > >> "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, > >> system and most ports compiled with clang. > > > > You can bypass the test with this patch: > > > > http://svn.redports.org/office/editors/libreoffice/files/patch-testtools__Module_testtools.mk > > > > Drop the file in libreoffice/files directory and rebuild. > > > > Actually, I am going to commit it soonish because I've seen enough > > complaints already. :-( > On one of my pc everything compile, everything work but the registration don't work, the make install finish with : ===> Registering installation for libreoffice-3.6.5_1 pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk/application' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/mime/packages' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/mime' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32x32/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32x32/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32x32' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/16x16/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/16x16/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/16x16' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/scalable/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/scalable/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/scalable' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48x48/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48x48/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48x48' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32x32/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32x32/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32x32' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/256x256/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/256x256/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/256x256' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16x16/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16x16/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16x16' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/128x128/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/128x128/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/128x128' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/scalable/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/scalable/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/scalable' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/48x48/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/48x48/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/48x48' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/32x32/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/32x32/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/32x32' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/256x256/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/256x256/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/256x256' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/16x16/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/16x16/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/16x16' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/128x128/mimetypes' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/128x128/apps' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/128x128' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/icons' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry share/applications' (package tools out of date?) pkg_create: read_plist: unknown command '@dirrmtry etc/bash_completion.d' (package tools out of date?) pkg_create: write_plist: unknown command type -1 (share/mimelnk/application) *** [fake-pkg] Error code 2 Stop in /usr/ports/editors/libreoffice. *** [reinstall] Error code 1 Stop in /usr/ports/editors/libreoffice. Any idea ? Regards. JAS -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: ven 8 fév 2013 14:39:35 CET From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 14:24:11 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3A3797F6 for ; Fri, 8 Feb 2013 14:24:11 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-wg0-x22a.google.com (wg-in-x022a.1e100.net [IPv6:2a00:1450:400c:c00::22a]) by mx1.freebsd.org (Postfix) with ESMTP id C6BD78EB for ; Fri, 8 Feb 2013 14:24:10 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id 12so673709wgh.1 for ; Fri, 08 Feb 2013 06:24:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=yFmk3H/5R9PYXHvUa7JjKId5O/xoqO7ybxLctegC+0U=; b=NvmKKV/NBWtdqFdfNXuNZvUXaf4x3ImXTuGnu1hoqOGYJuj/t+6rANRIu85Sw37RO0 feiPQLT8+QCafR9HHIp6XcxonLJXhZUss8VRdGF1nj9zypidfW9udq6+i94X3tCF78zC 89cEculaydNjssp+/bkUAWIbOC6l+JrUdEcC+MSYbt15F/nq0fMJEmlxqSsW072QP3Rw e5bh0iBpiMVhnrk5So9RvTvyWiHGx/o17+a5PcAYpFLN6RdiYw7ABg/ZIWFdJie3gyun EvDmnRoeUw8hKfXLkVZU7/Uqx9VvZb59UAbryebl6iofnXRL6ok8XjgyRxRLh/yCJnI8 ELng== X-Received: by 10.194.235.6 with SMTP id ui6mr10205784wjc.12.1360333449349; Fri, 08 Feb 2013 06:24:09 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.7.137 with HTTP; Fri, 8 Feb 2013 06:23:29 -0800 (PST) In-Reply-To: <51137C4C.7030004@eskk.nu> References: <51137C4C.7030004@eskk.nu> From: Nicola Vitale Date: Fri, 8 Feb 2013 15:23:29 +0100 X-Google-Sender-Auth: Ee3rUCxyI-amLABmOTw0jh-FCjU Message-ID: Subject: Re: FreeBSD Port: wbar-2.3.4 upgrade To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 14:24:11 -0000 Hi, > [2013/2/7 Leslie Jensen ] > I'm now getting wbar in the middle of the screen standing vertically even > though I use the command > > wbar -above-desk -bpress -pos bottom -nanim 7 I have just tried that command and it works fine on my system: wbar is placed on the bottom of the screen. What is the contents of your configuration file? Best regards. -- Nicola Vitale From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 14:47:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 96947DA9 for ; Fri, 8 Feb 2013 14:47:14 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCA69DA for ; Fri, 8 Feb 2013 14:47:14 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3pEH-0007ST-Nx for freebsd-ports@freebsd.org; Fri, 08 Feb 2013 14:47:13 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3pEH-0000Aa-HO for freebsd-ports@freebsd.org; Fri, 08 Feb 2013 14:47:05 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18El5IL035301 for ; Fri, 8 Feb 2013 14:47:05 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18El5Tv035300 for freebsd-ports@freebsd.org; Fri, 8 Feb 2013 14:47:05 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 14:47:05 GMT From: Anton Shterenlikht Message-Id: <201302081447.r18El5Tv035300@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: how to move 9.1 ports to HEAD? X-Spam-Score: -3.6 X-Spam-Level: --- X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 14:47:14 -0000 I just installed 9.1-release including the ports tree: root@zzz:/usr/ports # svn info /usr/ports/ Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311939 Node Kind: directory Schedule: normal Last Changed Author: beat Last Changed Rev: 307934 Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 Nov 2012) root@zzz:/usr/ports # I want to move the ports tree to HEAD. Is there an easy way (i.e. not involving rm -rf /usr/ports/* and then a fresh svn co) of achieving this? I tried "svn switch" and "svn relocate", but it seems these are intended for just changing the root URL, i.e. when the tree itself is not changing. Please advise Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 14:49:50 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37349251; Fri, 8 Feb 2013 14:49:50 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id C1F40A17; Fri, 8 Feb 2013 14:49:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 596E95E4A1; Fri, 8 Feb 2013 15:49:41 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.991 X-Spam-Level: X-Spam-Status: No, score=-1.991 tagged_above=-999 required=5 tests=[AWL=-0.088, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13ST3fYNBV3W; Fri, 8 Feb 2013 15:49:39 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id BB91B5E44A; Fri, 8 Feb 2013 15:49:37 +0100 (CET) Message-ID: <51151082.90608@eskk.nu> Date: Fri, 08 Feb 2013 15:49:38 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Nicola Vitale Subject: Re: FreeBSD Port: wbar-2.3.4 upgrade References: <51137C4C.7030004@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 14:49:50 -0000 2013-02-08 15:23, Nicola Vitale skrev: > Hi, > >> [2013/2/7 Leslie Jensen ] >> I'm now getting wbar in the middle of the screen standing vertically even >> though I use the command >> >> wbar -above-desk -bpress -pos bottom -nanim 7 > > I have just tried that command and it works fine on my system: wbar is > placed on the bottom of the screen. What is the contents of your > configuration file? > > Best regards. > Hi Nicola. Thanks for answering :-) This is my .wbar file ------------------------------------------------------------------------ # The Bar && Font # #wbarcommand="wbar -bpress -above-desk -pos bottom" i: /usr/local/share/pixmaps/wbar/dock.png c: wbar --bpress --above-desk --vbar --pos bottom --isize 32 --idist 5 --nanim 4 --falfa 65 t: /usr/local/lib/X11/fonts/webfonts/arialbd.ttf/10 i: /usr/local/share/icons/hicolor/48x48/apps/xfce-terminal.png c: exo-open --launch TerminalEmulator t: Terminal i: /usr/local/share/pixmaps/xfe.png c: /usr/local/bin/xfe t: Filhanterare i: /usr/local/lib/thunderbird/chrome/icons/default/default48.png c: /usr/local/bin/thunderbird t: Thunderbird i: /usr/local/share/pixmaps/firefox.png c: exo-open --launch WebBrowser t: Firefox i: /usr/local/share/PySolFC/images/misc/pysol02.png c: /usr/local/bin/pysolfc t: Pysol i: /usr/local/share/icons/hicolor/48x48/apps/gimp.png c: gimp t: Gimp i: /usr/local/share/pixmaps/VBox.png c: /usr/local/bin/VirtualBox t: VirtualBox i: /usr/local/share/icons/hicolor/48x48/apps/libreoffice-writer.png c: /usr/local/bin/libreoffice t: Libreoffice i: /usr/local/share/pixmaps/xfce4_xicon4.png c: /usr/local/bin/xfce4-appfinder t: Xfce4-appfinder i: /usr/local/share/pixmaps/gsmartcontrol.png c: sudo /usr/local/bin/gsmartcontrol t: Gsmartcontrol i: /usr/local/share/remmina/icons/hicolor/22x22/emblems/remmina-vnc.png c: /usr/local/bin/remmina t: Remmina i: /usr/local/share/pixmaps/wbarconf.png c: wbarconf t: Config ------------------------------------------------------------------------ From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 14:53:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 14AF3434 for ; Fri, 8 Feb 2013 14:53:42 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id D2835A51 for ; Fri, 8 Feb 2013 14:53:41 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1U3pKc-000FKB-HW; Fri, 08 Feb 2013 09:53:40 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 7E60D19E1A5C; Fri, 8 Feb 2013 09:53:37 -0500 (EST) Message-ID: <5115116E.5010009@FreeBSD.org> Date: Fri, 08 Feb 2013 09:53:34 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: mexas@bristol.ac.uk References: <201302081447.r18El5Tv035300@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201302081447.r18El5Tv035300@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: how to move 9.1 ports to HEAD? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Feb 2013 14:53:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2/8/13 9:47 AM, Anton Shterenlikht wrote: > I just installed 9.1-release including the ports tree: > > root@zzz:/usr/ports # svn info /usr/ports/ Path: . Working Copy > Root Path: /usr/ports URL: > svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 Repository Root: > svn://svn.freebsd.org/ports Repository UUID: > 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311939 Node Kind: > directory Schedule: normal Last Changed Author: beat Last Changed > Rev: 307934 Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 > Nov 2012) > > root@zzz:/usr/ports # > > I want to move the ports tree to HEAD. Is there an easy way (i.e. > not involving rm -rf /usr/ports/* and then a fresh svn co) of > achieving this? > > I tried "svn switch" and "svn relocate", but it seems these are > intended for just changing the root URL, i.e. when the tree itself > is not changing. > > Please advise > > Thanks > > Anton Hi Anton, The command "svn switch svn://svn.freebsd.org/ports/head/" will do what you want. "svn relocate" repoints a working copy to a new URL, if the repository has changed on the server side, but "svn switch" updates the local working copy to match a new URL within the same repository on the server. Hope it helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEVEW4ACgkQ0sRouByUApA/lgCgs9n9jTWiaJQe9VfW1umHk+U5 3fUAnixWFiC+nXRcu7EAYOCCyOUVICta =LBMV -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 14:55:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 037375C0 for ; Fri, 8 Feb 2013 14:55:55 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (m209-73.dsl.rawbw.com [198.144.209.73]) by mx1.freebsd.org (Postfix) with ESMTP id D0679A70 for ; Fri, 8 Feb 2013 14:55:54 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.6/8.14.6) with ESMTP id r18EtohU041871; Fri, 8 Feb 2013 06:55:50 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.6/8.14.6/Submit) id r18EtouS041870; Fri, 8 Feb 2013 06:55:50 -0800 (PST) (envelope-from david) Date: Fri, 8 Feb 2013 06:55:50 -0800 From: David Wolfskill To: Anton Shterenlikht Subject: Re: how to move 9.1 ports to HEAD? Message-ID: <20130208145550.GY1799@albert.catwhisker.org> References: <201302081447.r18El5Tv035300@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="8Y8a5CJOPM/zJV44" Content-Disposition: inline In-Reply-To: <201302081447.r18El5Tv035300@mech-cluster241.men.bris.ac.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 14:55:55 -0000 --8Y8a5CJOPM/zJV44 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Feb 08, 2013 at 02:47:05PM +0000, Anton Shterenlikht wrote: > I just installed 9.1-release including the ports tree: >=20 > root@zzz:/usr/ports # svn info /usr/ports/ > Path: . > Working Copy Root Path: /usr/ports > URL: svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 311939 > Node Kind: directory > Schedule: normal > Last Changed Author: beat > Last Changed Rev: 307934 > Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 Nov 2012) >=20 > root@zzz:/usr/ports # >=20 > I want to move the ports tree to HEAD. > Is there an easy way (i.e. not involving > rm -rf /usr/ports/* and then a fresh svn co) > of achieving this? You already have (achieved this): ports is (still) not brnched as src is. We use the head of the ports tree for all branches of FreeBSD. > ... (I track stable/9 & head (on different slices) on various machines (including my laptop), and use the same /usr/ports tree for all slices on a given machine.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Taliban: Evil men with guns afraid of truth from a 14-year old girl. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --8Y8a5CJOPM/zJV44 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEVEfUACgkQmprOCmdXAD1IGACfTxQXiwZ8HEpkJkn8I5NoHfqG p0kAn2CmTHKqq2KzqUlCcJcfIHM/A4J9 =LUxA -----END PGP SIGNATURE----- --8Y8a5CJOPM/zJV44-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:04:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7CBD735; Fri, 8 Feb 2013 15:04:34 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 79A5BAE1; Fri, 8 Feb 2013 15:04:34 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3pVB-0002pO-Br; Fri, 08 Feb 2013 15:04:33 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3pVA-00022z-C6; Fri, 08 Feb 2013 15:04:33 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18F4WPg035476; Fri, 8 Feb 2013 15:04:32 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18F4VGP035475; Fri, 8 Feb 2013 15:04:32 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 15:04:32 GMT From: Anton Shterenlikht Message-Id: <201302081504.r18F4VGP035475@mech-cluster241.men.bris.ac.uk> To: glarkin@FreeBSD.org Subject: Re: how to move 9.1 ports to HEAD? In-Reply-To: <5115116E.5010009@FreeBSD.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 15:04:34 -0000 From glarkin@freebsd.org Fri Feb 8 14:54:13 2013 On 2/8/13 9:47 AM, Anton Shterenlikht wrote: > I just installed 9.1-release including the ports tree: > > root@zzz:/usr/ports # svn info /usr/ports/ Path: . Working Copy > Root Path: /usr/ports URL: > svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 Repository Root: > svn://svn.freebsd.org/ports Repository UUID: > 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311939 Node Kind: > directory Schedule: normal Last Changed Author: beat Last Changed > Rev: 307934 Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 > Nov 2012) > > root@zzz:/usr/ports # > > I want to move the ports tree to HEAD. Is there an easy way (i.e. > not involving rm -rf /usr/ports/* and then a fresh svn co) of > achieving this? > > I tried "svn switch" and "svn relocate", but it seems these are > intended for just changing the root URL, i.e. when the tree itself > is not changing. > > Please advise > > Thanks > > Anton Hi Anton, The command "svn switch svn://svn.freebsd.org/ports/head/" will do what you want. "svn relocate" repoints a working copy to a new URL, if the repository has changed on the server side, but "svn switch" updates the local working copy to match a new URL within the same repository on the server. Hope it helps, Greg - -- Greg Larkin I think I get it. What you suggested worked, thank you: root@zzz:/usr/ports # svn info Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311942 Node Kind: directory Schedule: normal Last Changed Author: tota Last Changed Rev: 311942 Last Changed Date: 2013-02-08 14:53:49 +0000 (Fri, 08 Feb 2013) However, this didn't work: root@zzz:/usr/ports # svn switch svn://svn0.us-east.freebsd.org/ports/head svn: E155025: 'svn://svn.freebsd.org/ports/head' is not the same repository as 'svn://svn0.us-east.freebsd.org/ports' root@zzz:/usr/ports # I read somewhere that it is advisable to use these mirrors to offload the main server. So how can easily switch to "east" (or "west")? Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:07:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02BE481E for ; Fri, 8 Feb 2013 15:07:42 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 9C003B13 for ; Fri, 8 Feb 2013 15:07:41 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3pYC-000354-KG; Fri, 08 Feb 2013 15:07:40 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3pYB-0002Cn-8b; Fri, 08 Feb 2013 15:07:39 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18F7c34035501; Fri, 8 Feb 2013 15:07:38 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18F7cPc035500; Fri, 8 Feb 2013 15:07:38 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 15:07:38 GMT From: Anton Shterenlikht Message-Id: <201302081507.r18F7cPc035500@mech-cluster241.men.bris.ac.uk> To: david@catwhisker.org, mexas@bristol.ac.uk Subject: Re: how to move 9.1 ports to HEAD? In-Reply-To: <20130208145550.GY1799@albert.catwhisker.org> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 15:07:42 -0000 From david@catwhisker.org Fri Feb 8 15:04:41 2013 On Fri, Feb 08, 2013 at 02:47:05PM +0000, Anton Shterenlikht wrote: > I just installed 9.1-release including the ports tree: >=20 > root@zzz:/usr/ports # svn info /usr/ports/ > Path: . > Working Copy Root Path: /usr/ports > URL: svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 > Repository Root: svn://svn.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 311939 > Node Kind: directory > Schedule: normal > Last Changed Author: beat > Last Changed Rev: 307934 > Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 Nov 2012) >=20 > root@zzz:/usr/ports # >=20 > I want to move the ports tree to HEAD. > Is there an easy way (i.e. not involving > rm -rf /usr/ports/* and then a fresh svn co) > of achieving this? You already have (achieved this): ports is (still) not brnched as src is. We use the head of the ports tree for all branches of FreeBSD. I don't think it's true. While still on 9.1 ports, the latest entry in UPDATING was (well I lost it now) about NOV-2012. I believe the revision was also substantially lower. AS soon as I switched to head, the latest entry in UPDATING is from 6-FEB-2013 and the revision is 311942. Or maybe I misunderstood you? Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:25:49 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 18EFEDDD; Fri, 8 Feb 2013 15:25:49 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id CCE55CBA; Fri, 8 Feb 2013 15:25:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 739315E4A2; Fri, 8 Feb 2013 16:25:47 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=5 tests=[AWL=-0.087, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xT2KMY7nTYbp; Fri, 8 Feb 2013 16:25:45 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id D5E9A5E47B; Fri, 8 Feb 2013 16:25:45 +0100 (CET) Message-ID: <511518FA.5070601@eskk.nu> Date: Fri, 08 Feb 2013 16:25:46 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Nicola Vitale Subject: Re: FreeBSD Port: wbar-2.3.4 upgrade References: <51137C4C.7030004@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 15:25:49 -0000 2013-02-08 15:23, Nicola Vitale skrev: > Hi, > >> [2013/2/7 Leslie Jensen ] >> I'm now getting wbar in the middle of the screen standing vertically even >> though I use the command >> >> wbar -above-desk -bpress -pos bottom -nanim 7 > > I have just tried that command and it works fine on my system: wbar is > placed on the bottom of the screen. What is the contents of your > configuration file? > > Best regards. > I've been playing around with the position settings. If I don't have a setting the bar places itself on the right. Using the GUI "command line settings" and changing the position does not change where the bar is. It stays on the right! /Leslie From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:35:53 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3D07CF39 for ; Fri, 8 Feb 2013 15:35:53 +0000 (UTC) (envelope-from glarkin@FreeBSD.org) Received: from mail1.sourcehosting.net (mail1.sourcehosting.net [74.205.51.45]) by mx1.freebsd.org (Postfix) with ESMTP id 19E5CD21 for ; Fri, 8 Feb 2013 15:35:53 +0000 (UTC) Received: from 24-181-237-39.dhcp.oxfr.ma.charter.com ([24.181.237.39] helo=Gregory-Larkins-iMac.local) by mail1.sourcehosting.net with esmtp (Exim 4.73 (FreeBSD)) (envelope-from ) id 1U3pzP-000Fbu-Ff; Fri, 08 Feb 2013 10:35:52 -0500 Received: from Gregory-Larkins-iMac.local (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by Gregory-Larkins-iMac.local (Postfix) with ESMTPS id 12FD019E1E29; Fri, 8 Feb 2013 10:35:47 -0500 (EST) Message-ID: <51151B52.7010706@FreeBSD.org> Date: Fri, 08 Feb 2013 10:35:46 -0500 From: Greg Larkin Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: mexas@bristol.ac.uk References: <201302081504.r18F4VGP035475@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201302081504.r18F4VGP035475@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.5 X-SA-Exim-Connect-IP: 24.181.237.39 X-SA-Exim-Mail-From: glarkin@FreeBSD.org X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail1.sourcehosting.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_SORBS_DUL,RDNS_DYNAMIC,TVD_RCVD_IP autolearn=no version=3.3.1 Subject: Re: how to move 9.1 ports to HEAD? Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SA-Exim-Version: 4.2 X-SA-Exim-Scanned: Yes (on mail1.sourcehosting.net) Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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, 08 Feb 2013 15:35:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2/8/13 10:04 AM, Anton Shterenlikht wrote: > From glarkin@freebsd.org Fri Feb 8 14:54:13 2013 > > On 2/8/13 9:47 AM, Anton Shterenlikht wrote: > I just installed > 9.1-release including the ports tree: > > root@zzz:/usr/ports # svn > info /usr/ports/ Path: . Working Copy > Root Path: /usr/ports URL: > > svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 Repository > Root: > svn://svn.freebsd.org/ports Repository UUID: > > 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311939 Node Kind: > > directory Schedule: normal Last Changed Author: beat Last Changed > > Rev: 307934 Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 > > Nov 2012) > > root@zzz:/usr/ports # > > I want to move the ports > tree to HEAD. Is there an easy way (i.e. > not involving rm -rf > /usr/ports/* and then a fresh svn co) of > achieving this? > > I > tried "svn switch" and "svn relocate", but it seems these are > > intended for just changing the root URL, i.e. when the tree itself > > is not changing. > > Please advise > > Thanks > > Anton > > > Hi Anton, > > The command "svn switch svn://svn.freebsd.org/ports/head/" will do > what you want. "svn relocate" repoints a working copy to a new > URL, if the repository has changed on the server side, but "svn > switch" updates the local working copy to match a new URL within > the same repository on the server. > > Hope it helps, Greg - -- Greg Larkin > > I think I get it. > > What you suggested worked, thank you: > > root@zzz:/usr/ports # svn info Path: . Working Copy Root Path: > /usr/ports URL: svn://svn.freebsd.org/ports/head Repository Root: > svn://svn.freebsd.org/ports Repository UUID: > 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311942 Node Kind: > directory Schedule: normal Last Changed Author: tota Last Changed > Rev: 311942 Last Changed Date: 2013-02-08 14:53:49 +0000 (Fri, 08 > Feb 2013) > > However, this didn't work: > > root@zzz:/usr/ports # svn switch > svn://svn0.us-east.freebsd.org/ports/head svn: E155025: > 'svn://svn.freebsd.org/ports/head' is not the same repository as > 'svn://svn0.us-east.freebsd.org/ports' root@zzz:/usr/ports # > > I read somewhere that it is advisable to use these mirrors to > offload the main server. > > So how can easily switch to "east" (or "west")? > > Thanks > > Anton > Hi Anton, Ok, in that case, I would try the following, assuming your repository root is still svn://svn.freebsd.org/ports: cd /usr/ports svn relocate svn://svn0.us-east.freebsd.org/ports/ svn switch svn://svn0.us-east.freebsd.org/ports/head/ Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEVG1IACgkQ0sRouByUApDE5ACeP1jf74aplcJmQSSEnpaUaith proAoKyA6nvVClMh/vCEfu3JEC0U67SI =poiq -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:36:19 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1AE4BFC9 for ; Fri, 8 Feb 2013 15:36:19 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id C46F5D29 for ; Fri, 8 Feb 2013 15:36:18 +0000 (UTC) Received: from mr17.lnh.mail.rcn.net ([207.172.157.37]) by smtp02.lnh.mail.rcn.net with ESMTP; 08 Feb 2013 10:36:14 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr17.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BXR94257; Fri, 8 Feb 2013 10:36:13 -0500 Received: from 209-6-84-183.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.84.183]) by smtp04.lnh.mail.rcn.net with ESMTP; 08 Feb 2013 10:36:11 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20757.7017.86899.648999@jerusalem.litteratus.org> Date: Fri, 8 Feb 2013 10:36:09 -0500 To: mexas@bristol.ac.uk Subject: Re: how to move 9.1 ports to HEAD? In-Reply-To: <201302081507.r18F7cPc035500@mech-cluster241.men.bris.ac.uk> References: <20130208145550.GY1799@albert.catwhisker.org> <201302081507.r18F7cPc035500@mech-cluster241.men.bris.ac.uk> X-Mailer: VM 7.17 under 21.4 (patch 22) "Instant Classic" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr17.lnh.mail.rcn.net) Cc: freebsd-ports@freebsd.org, david@catwhisker.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 15:36:19 -0000 Anton Shterenlikht writes: > You already have (achieved this): ports is (still) not brnched as src > is. We use the head of the ports tree for all branches of FreeBSD. > > I don't think it's true. > While still on 9.1 ports, the latest > entry in UPDATING was (well I lost it now) > about NOV-2012. I believe the revision was > also substantially lower. > > AS soon as I switched to head, > the latest entry in UPDATING is from > 6-FEB-2013 and the revision is 311942. > > Or maybe I misunderstood you? You do. :-) The local _subversion repository_ (I know I'm using incorrent terminology) has a revision number: r######. Which is the same across different versions of FreeBSD. The individual ports _maintained within that repository_ have their individual ports numbers (e.g. libreoffice-3.6.5) ... which also does not vary with the FreeBSD release. One can have libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two separate ports and both work (or should) on 8.3, 9.1, and -CURRENT. If a port has a minimum (or maximum) release of the OS it supports, there a mechanism for figuring that out and DTRT. Or did I misunderstand you? Respectfully, Robert Huff From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:36:37 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 51972EA; Fri, 8 Feb 2013 15:36:37 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1408BD33; Fri, 8 Feb 2013 15:36:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 714955E41A; Fri, 8 Feb 2013 16:36:35 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=5 tests=[AWL=-0.087, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id n8Nj2okWn0+6; Fri, 8 Feb 2013 16:36:33 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id C839F5E292; Fri, 8 Feb 2013 16:36:33 +0100 (CET) Message-ID: <51151B82.4020502@eskk.nu> Date: Fri, 08 Feb 2013 16:36:34 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Nicola Vitale Subject: Re: FreeBSD Port: wbar-2.3.4 upgrade References: <51137C4C.7030004@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 15:36:37 -0000 2013-02-08 15:23, Nicola Vitale skrev: > Hi, > >> [2013/2/7 Leslie Jensen ] >> I'm now getting wbar in the middle of the screen standing vertically even >> though I use the command >> >> wbar -above-desk -bpress -pos bottom -nanim 7 > > I have just tried that command and it works fine on my system: wbar is > placed on the bottom of the screen. What is the contents of your > configuration file? > > Best regards. > Can this be helpful? Whole command: wbar -bpress -above-desk -pos bottom -vbar -nanim 10.0 appending output to nohup.out SettingsDialog hid! Saving in ~/.wbar ... Saving failed. Traceback (most recent call last): File "/usr/local/bin/wbarconf", line 780, in buttonSaveClicked saveconf(self.configuration, wbarcommand) File "/usr/local/bin/wbarconf", line 736, in saveconf if (cfile.closed == False): UnboundLocalError: local variable 'cfile' referenced before assignment From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 15:39:22 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2955E1A3 for ; Fri, 8 Feb 2013 15:39:22 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp2.insight.synacor.com [208.47.185.24]) by mx1.freebsd.org (Postfix) with ESMTP id C21AED5C for ; Fri, 8 Feb 2013 15:39:21 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=UL9f7Vjy c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=106E8bdoDFEA:10 a=jLN7EqiLvroA:10 a=9YQ-1ebCAAAA:8 a=iF0c6FqsOP4A:10 a=pGLkceISAAAA:8 a=aR16PxjQAAAA:8 a=CbMXbFppAAAA:8 a=N37U3Ecr9_CdszznGK4A:9 a=TRaWWqdqQ4oA:10 a=CiSHi91Bn78A:10 a=MSl-tDqOz04A:10 a=aWTTYslQkP0A:10 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:55342] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 4A/4F-09449-72C15115; Fri, 08 Feb 2013 10:39:20 -0500 Date: Fri, 08 Feb 2013 10:39:19 -0500 Message-ID: <4A.4F.09449.72C15115@smtp02.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Xorg totally unusable with KMS and new Xorg on Sandy Bridge system: how to undo Cc: Andrey Fesenko , freebsd-current@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 15:39:22 -0000 Thomas Mueller writes: > I built the newer Xorg and it falls flat: goes to a nongraphic > screen that is blank except for a rectangular cursor in the upper > left corner, and now I want to get back to the earlier Xorg. > > System is Intel Sandy Bridge with i7 CPU. Robert Huff responds: > You don't mention your graphics chip explicitly, but building > libdrm with the KMS option was enough to prevent X from starting on > a Radeon HD 3300. ("Experimental", indeed! :-) > Other will be able to help more if you could post the contents > of "/var/log/Xorg.0.log" and your xorg.conf file. My /var/log/Xorg.0.log has 0 bytes! To Andrey Fesenko : Were you able to start X with # cat /etc/make.conf WITH_NEW_XORG=true WITH_KMS=true X.Org X Server 1.10.6 Release Date: 2012-02-10 intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+) (end of quote from Andrey Fesenko) Xorg -configure (by root) produced an error message, failed but left a file Xorg.conf.new Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 Screen 1 "Screen1" RightOf "Screen0" Screen 2 "Screen2" RightOf "Screen1" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/lib/X11/fonts/misc/" FontPath "/usr/local/lib/X11/fonts/TTF/" FontPath "/usr/local/lib/X11/fonts/OTF/" FontPath "/usr/local/lib/X11/fonts/Type1/" FontPath "/usr/local/lib/X11/fonts/100dpi/" FontPath "/usr/local/lib/X11/fonts/75dpi/" EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "dri" Load "dri2" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor1" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Monitor" Identifier "Monitor2" VendorName "Monitor Vendor" ModelName "Monitor Model" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz", ### : "%" ### [arg]: arg optional #Option "DRI" # [] #Option "ColorKey" # #Option "VideoKey" # #Option "FallbackDebug" # [] #Option "Tiling" # [] #Option "LinearFramebuffer" # [] #Option "Shadow" # [] #Option "SwapbuffersWait" # [] #Option "TripleBuffer" # [] #Option "XvMC" # [] #Option "XvPreferOverlay" # [] #Option "DebugFlushBatches" # [] #Option "DebugFlushCaches" # [] #Option "DebugWait" # [] #Option "HotPlug" # [] #Option "RelaxedFencing" # [] Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz", ### : "%" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "Rotate" # #Option "fbdev" # #Option "debug" # [] Identifier "Card1" Driver "fbdev" BusID "PCI:0:2:0" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz", ### : "%" ### [arg]: arg optional #Option "ShadowFB" # [] #Option "DefaultRefresh" # [] #Option "ModeSetClearScreen" # [] Identifier "Card2" Driver "vesa" BusID "PCI:0:2:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "Screen" Identifier "Screen2" Device "Card2" Monitor "Monitor2" SubSection "Display" Viewport 0 0 Depth 1 EndSubSection SubSection "Display" Viewport 0 0 Depth 4 EndSubSection SubSection "Display" Viewport 0 0 Depth 8 EndSubSection SubSection "Display" Viewport 0 0 Depth 15 EndSubSection SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Tom From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 16:20:16 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 34F0B9EA for ; Fri, 8 Feb 2013 16:20:16 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id F18D6F13 for ; Fri, 8 Feb 2013 16:20:15 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r18GKFZf050054 for ; Fri, 8 Feb 2013 11:20:15 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r18GKFdv049994; Fri, 8 Feb 2013 11:20:15 -0500 (EST) (envelope-from portscout) Message-Id: <201302081620.r18GKFdv049994@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 8 Feb 2013 11:20:15 -0500 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 16:20:16 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ audio/pd | 0.44-1 | 0.44-2 ------------------------------------------------+-----------------+------------ www/tikiwiki | 9.2 | 10.1 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 16:22:27 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C23B7B62 for ; Fri, 8 Feb 2013 16:22:27 +0000 (UTC) (envelope-from nicovit@gmail.com) Received: from mail-wi0-x229.google.com (wi-in-x0229.1e100.net [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id 61BDDF40 for ; Fri, 8 Feb 2013 16:22:27 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id l13so1151303wie.0 for ; Fri, 08 Feb 2013 08:22:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=b0iTPfZIsy9k/1el1AU0YENKxEeHXr3QQRU2l+P0nbY=; b=XZ22uMxNGbLpJNhwh2/mueUbSoUaBSSiD7hNWQpzOWXDUV1mNDYv/ZxJ1j492kLcky Vijfhu8IbNu2qBgocuuThM1JrzPYhTdFwhHG5iAXmpLr2/c6RiO48WnWMMyvXKlyOEBn bTmtvSy++TQXGjJV3NxkWQVnIKbkllbzeT6IxyCkLMd2z75foXSwCDQgdeDiyt89nnID xvM7TghPQW4kPi8JqqTYEbVMLfnjlKypmJ7wsZLU1QGM13tT+Q3u9hMcGa30ifKXzG+t 1PxLPy5ZuyC0TANVo5o3no7NjS6sN1qSOCk1dOogOgfAryvxv/pouZK944cl6cBU3QS1 hVeA== X-Received: by 10.180.104.196 with SMTP id gg4mr3690038wib.16.1360340539048; Fri, 08 Feb 2013 08:22:19 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.7.137 with HTTP; Fri, 8 Feb 2013 08:21:38 -0800 (PST) In-Reply-To: <511518FA.5070601@eskk.nu> References: <51137C4C.7030004@eskk.nu> <511518FA.5070601@eskk.nu> From: Nicola Vitale Date: Fri, 8 Feb 2013 17:21:38 +0100 X-Google-Sender-Auth: tl842P7xjEK_F6WDbLRFqJdawIs Message-ID: Subject: Re: FreeBSD Port: wbar-2.3.4 upgrade To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 16:22:27 -0000 Hi, > [2013/2/8 Leslie Jensen ] >>> wbar -above-desk -bpress -pos bottom -nanim 7 > > I've been playing around with the position settings. Have you already tried with the long options? wbar --above-desk --bpress --pos bottom --nanim 7? Best regards. -- Nicola Vitale -- Nicola Vitale From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 18:38:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DC7272FA; Fri, 8 Feb 2013 18:38:17 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id F3AE581D; Fri, 8 Feb 2013 18:38:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r18IcAGj068228; Fri, 8 Feb 2013 11:38:10 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r18IcAFE068225; Fri, 8 Feb 2013 11:38:10 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 8 Feb 2013 11:38:09 -0700 (MST) From: Warren Block To: Thomas Mueller Subject: Re: Xorg totally unusable with KMS and new Xorg on Sandy Bridge system: how to undo In-Reply-To: <4A.4F.09449.72C15115@smtp02.insight.synacor.com> Message-ID: References: <4A.4F.09449.72C15115@smtp02.insight.synacor.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 08 Feb 2013 11:38:10 -0700 (MST) Cc: Andrey Fesenko , freebsd-current@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 18:38:17 -0000 On Fri, 8 Feb 2013, Thomas Mueller wrote: > Thomas Mueller writes: > >> I built the newer Xorg and it falls flat: goes to a nongraphic >> screen that is blank except for a rectangular cursor in the upper >> left corner, and now I want to get back to the earlier Xorg. >> >> System is Intel Sandy Bridge with i7 CPU. > > Robert Huff responds: > >> You don't mention your graphics chip explicitly, but building >> libdrm with the KMS option was enough to prevent X from starting on >> a Radeon HD 3300. ("Experimental", indeed! :-) >> Other will be able to help more if you could post the contents >> of "/var/log/Xorg.0.log" and your xorg.conf file. > > My /var/log/Xorg.0.log has 0 bytes! > > To Andrey Fesenko : > > Were you able to start X with > > # cat /etc/make.conf > WITH_NEW_XORG=true > WITH_KMS=true > > X.Org X Server 1.10.6 > Release Date: 2012-02-10 > intel(0): Integrated Graphics Chipset: Intel(R) Sandybridge Mobile (GT2+) > > (end of quote from Andrey Fesenko) After adding those, graphics/libdrm must be rebuilt, and x11-drivers/xf86-video-intel must have the KMS option enabled and be rebuilt. If you just added WITH_NEW_XORG, there will be other xorg components that need to be updated. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 19:17:05 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0CBE26D for ; Fri, 8 Feb 2013 19:17:05 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x230.google.com (ie-in-x0230.1e100.net [IPv6:2607:f8b0:4001:c03::230]) by mx1.freebsd.org (Postfix) with ESMTP id C78A99E4 for ; Fri, 8 Feb 2013 19:17:05 +0000 (UTC) Received: by mail-ie0-f176.google.com with SMTP id k13so5357172iea.7 for ; Fri, 08 Feb 2013 11:17:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=KwgBXR204uIVQgkN68/0GXTJ7D0m+CwDG3PwzihWheI=; b=h23EnqOlN4fgUAnrw48CZK+blo8cysfEV7PhAu8L26j5vNCoj8dpjs4WP7KE7cJZQY LQGm8F8+k/WySgObB/Y8C/UhcaJJE4ilW/xr105Mvq4mqj4LTbKVFApr0Ta5UkijMGQG SvRpa26iITknOyBehPDqjGxMYJSYwUltv4kCm2p9Q43aK5mMhyKGtbwReNDqCF2pXjOG sTRfaEe74tiMFQ0Lb4f9QKIwp7pk5xyk11J+tBVngIt5LWU8DUUSTdWnP9J+cQzW639Z /IZ8a2dL+xbvMcVjqHBUfKJA3hQVDzNOYMUWW03mnlKD+aGtc/L+IgeLQ5/OtjlvgHOW YEqQ== X-Received: by 10.50.202.97 with SMTP id kh1mr4833437igc.15.1360351025472; Fri, 08 Feb 2013 11:17:05 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Fri, 8 Feb 2013 11:16:35 -0800 (PST) In-Reply-To: <510F45F0.5050205@rawbw.com> References: <510DE42F.40207@rawbw.com> <510F45F0.5050205@rawbw.com> From: Chris Rees Date: Fri, 8 Feb 2013 19:16:35 +0000 X-Google-Sender-Auth: YEpI7PyOB2O_mBUFEaZOXPwpldg Message-ID: Subject: Re: Why the port build log file has terminal escape sequences? To: Yuri Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 19:17:06 -0000 On 4 February 2013 05:24, Yuri wrote: > On 02/03/2013 03:13, Chris Rees wrote: >> >> I guess this is a cmake/clang port? Cmake, clang and several other >> tools give colorised output. This is achieved with escape sequences. > > > I understand about colorized output. > But aren't such tools normally expected to turn colors off when run not in > terminal? > This is achieved by checking isatty (ttyname(3)). > Probably I should file such PR to cmake. This might be a regression there. > Best check it really is a cmake bug, but it wouldn't go amiss. Chris From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 19:23:43 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2C32357D for ; Fri, 8 Feb 2013 19:23:43 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x235.google.com (mail-ie0-x235.google.com [IPv6:2607:f8b0:4001:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id 009C2A3D for ; Fri, 8 Feb 2013 19:23:42 +0000 (UTC) Received: by mail-ie0-f181.google.com with SMTP id 17so5497242iea.12 for ; Fri, 08 Feb 2013 11:23:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=tyxQ9zDUVDWBDIrp+xyBEnkjm5fewB6dm1y+kfDRZvc=; b=u9BTPEGFRt7RWMKlu8DjmSiTgehN2qdhQZ1sxo68XuyIa88reLufLnIXEqP+TzZcOf HU0MV4rjlZpwUuiJel9dqPbjWKUgkrB0jPpl/feSqA0JgY/TALqUZkcf3int+bfo7OHa WP6Rgpzthq+Zll9vWZ3JyvC7x7S1BASWQYbFkqBHTEKGmEzDoRgWyXnOYORvv2nVEIB8 f+hQJgJ/MLspIdNRrzLcqevuNXYiIJZwvo9Hwq7A5TEMf5vttVOUsTOobiRjd+y7Beg9 sknsHmXIUfONI3X9sa6Bwl0o+BWSXBAr5x18ntf39Zi+Xa6cWJqwgDPB5WexO6dwZwPa v8Fg== X-Received: by 10.50.197.170 with SMTP id iv10mr1526091igc.62.1360351422097; Fri, 08 Feb 2013 11:23:42 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Fri, 8 Feb 2013 11:23:11 -0800 (PST) In-Reply-To: <1359472957.57513.YahooMailNeo@web141403.mail.bf1.yahoo.com> References: <1359472957.57513.YahooMailNeo@web141403.mail.bf1.yahoo.com> From: Chris Rees Date: Fri, 8 Feb 2013 19:23:11 +0000 X-Google-Sender-Auth: tUkcQn-zdhgC0nVD3U8h2lrub90 Message-ID: Subject: Re: Zimbra Port To: Paul Pathiakis Content-Type: text/plain; charset=ISO-8859-1 Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 19:23:43 -0000 On 29 January 2013 15:22, Paul Pathiakis wrote: > Hi, > > It looks like they are soooo close here. Can't ports pick this up and put it in the collection? > > http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD > > If you look at the Zimbra site for threads there are quite few with people asking for Zimbra on FreeBSD. At a glance it's a little less trivial than "picking it up and putting it in the collection" :) It probably wouldn't be too difficult, but someone would need to make a tarball of the sources available, which may have licensing issues... perhaps you could ask the author how he made the packages? Chris From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:02:56 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8C88BBAE for ; Fri, 8 Feb 2013 20:02:56 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 34FA3C1A for ; Fri, 8 Feb 2013 20:02:55 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3u9s-0002m2-0Z; Fri, 08 Feb 2013 20:02:55 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3u9r-0001sq-Qg; Fri, 08 Feb 2013 20:02:51 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18K2pAQ036174; Fri, 8 Feb 2013 20:02:51 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18K2poG036173; Fri, 8 Feb 2013 20:02:51 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 20:02:51 GMT From: Anton Shterenlikht Message-Id: <201302082002.r18K2poG036173@mech-cluster241.men.bris.ac.uk> To: bf1783@gmail.com Subject: Re: how to move 9.1 ports to HEAD? In-Reply-To: X-Spam-Score: -3.4 X-Spam-Level: --- Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:02:56 -0000 From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 > > I don't think it's true. > > While still on 9.1 ports, the latest > > entry in UPDATING was (well I lost it now) > > about NOV-2012. I believe the revision was > > also substantially lower. > > > > AS soon as I switched to head, > > the latest entry in UPDATING is from > > 6-FEB-2013 and the revision is 311942. > > > > Or maybe I misunderstood you? > > You do. :-) > The local _subversion repository_ (I know I'm using incorrent > terminology) has a revision number: r######. Which is the same > across different versions of FreeBSD. > The individual ports _maintained within that repository_ have > their individual ports numbers (e.g. libreoffice-3.6.5) ... which > also does not vary with the FreeBSD release. One can have > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two separate > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If a > port has a minimum (or maximum) release of the OS it supports, there > a mechanism for figuring that out and DTRT. > > Or did I misunderstand you? Yes, it is now branched, and he was probably using the equivalent of: http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ rather than http://svnweb.FreeBSD.org/ports/head/ By the way, Anton, you may wish to use https:// rather than svn:// -- slightly less efficient, but more secure. ok, I'll give it a go Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:13:30 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C2BC1F89; Fri, 8 Feb 2013 20:13:30 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 82F4ED11; Fri, 8 Feb 2013 20:13:30 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3uK5-00009y-H8; Fri, 08 Feb 2013 20:13:29 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3uK5-000229-CZ; Fri, 08 Feb 2013 20:13:25 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18KDPul036211; Fri, 8 Feb 2013 20:13:25 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18KDPjQ036210; Fri, 8 Feb 2013 20:13:25 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 20:13:25 GMT From: Anton Shterenlikht Message-Id: <201302082013.r18KDPjQ036210@mech-cluster241.men.bris.ac.uk> To: glarkin@FreeBSD.org Subject: Re: how to move 9.1 ports to HEAD? In-Reply-To: <51151B52.7010706@FreeBSD.org> X-Spam-Score: -1.3 X-Spam-Level: - Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:13:30 -0000 From glarkin@freebsd.org Fri Feb 8 17:33:07 2013 On 2/8/13 10:04 AM, Anton Shterenlikht wrote: > From glarkin@freebsd.org Fri Feb 8 14:54:13 2013 > > On 2/8/13 9:47 AM, Anton Shterenlikht wrote: > I just installed > 9.1-release including the ports tree: > > root@zzz:/usr/ports # svn > info /usr/ports/ Path: . Working Copy > Root Path: /usr/ports URL: > > svn://svn.freebsd.org/ports/branches/RELENG_9_1_0 Repository > Root: > svn://svn.freebsd.org/ports Repository UUID: > > 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311939 Node Kind: > > directory Schedule: normal Last Changed Author: beat Last Changed > > Rev: 307934 Last Changed Date: 2012-11-28 20:30:08 +0000 (Wed, 28 > > Nov 2012) > > root@zzz:/usr/ports # > > I want to move the ports > tree to HEAD. Is there an easy way (i.e. > not involving rm -rf > /usr/ports/* and then a fresh svn co) of > achieving this? > > I > tried "svn switch" and "svn relocate", but it seems these are > > intended for just changing the root URL, i.e. when the tree itself > > is not changing. > > Please advise > > Thanks > > Anton > > > Hi Anton, > > The command "svn switch svn://svn.freebsd.org/ports/head/" will do > what you want. "svn relocate" repoints a working copy to a new > URL, if the repository has changed on the server side, but "svn > switch" updates the local working copy to match a new URL within > the same repository on the server. > > Hope it helps, Greg - -- Greg Larkin > > I think I get it. > > What you suggested worked, thank you: > > root@zzz:/usr/ports # svn info Path: . Working Copy Root Path: > /usr/ports URL: svn://svn.freebsd.org/ports/head Repository Root: > svn://svn.freebsd.org/ports Repository UUID: > 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311942 Node Kind: > directory Schedule: normal Last Changed Author: tota Last Changed > Rev: 311942 Last Changed Date: 2013-02-08 14:53:49 +0000 (Fri, 08 > Feb 2013) > > However, this didn't work: > > root@zzz:/usr/ports # svn switch > svn://svn0.us-east.freebsd.org/ports/head svn: E155025: > 'svn://svn.freebsd.org/ports/head' is not the same repository as > 'svn://svn0.us-east.freebsd.org/ports' root@zzz:/usr/ports # > > I read somewhere that it is advisable to use these mirrors to > offload the main server. > > So how can easily switch to "east" (or "west")? > > Thanks > > Anton > Hi Anton, Ok, in that case, I would try the following, assuming your repository root is still svn://svn.freebsd.org/ports: cd /usr/ports svn relocate svn://svn0.us-east.freebsd.org/ports/ svn switch svn://svn0.us-east.freebsd.org/ports/head/ I was already on head, so just svn relocate svn://svn0.us-east.freebsd.org/ports/head was sufficient. I think I got the idea now for when to use switch and when relocate. Many thanks Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:15:16 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2EC95329 for ; Fri, 8 Feb 2013 20:15:16 +0000 (UTC) (envelope-from rabe@uugrn.org) Received: from mail.uugrn.org (mail.uugrn.org [IPv6:2a03:2500:1:6:b::]) by mx1.freebsd.org (Postfix) with ESMTP id 89A77D3F for ; Fri, 8 Feb 2013 20:15:15 +0000 (UTC) Received: from rabe.uugrn.org (rabe.uugrn.org [IPv6:2a03:2500:1:6:19::]) by mail.uugrn.org (8.14.5/8.14.5) with ESMTP id r18KF4XL086386 for ; Fri, 8 Feb 2013 21:15:14 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from rabox.fritz.box (rabe@rabe.uugrn.org [164.177.171.25]) by rabe.uugrn.org (8.14.5/8.13.8) with ESMTP id r18KF30r086382 for ; Fri, 8 Feb 2013 21:15:03 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from rabox.fritz.box (localhost [127.0.0.1]) by rabox.fritz.box (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r18KF3D8005646 for ; Fri, 8 Feb 2013 21:15:03 +0100 Received: (from rabe@localhost) by rabox.fritz.box (8.14.4/8.14.4/Submit) id r18KF3wN005645 for ports@freebsd.org; Fri, 8 Feb 2013 21:15:03 +0100 X-Authentication-Warning: rabox.fritz.box: rabe set sender to rabe@uugrn.org using -f Date: Fri, 8 Feb 2013 21:15:03 +0100 From: Raphael Eiselstein To: ports@freebsd.org Subject: mutt vs db44: Shared object "libdb-4.4.so.0" not found, required by "mutt" Message-ID: <20130208201503.GB4018@ma.sigsys.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gj572EiMnwbLXET9" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:15:16 -0000 --gj572EiMnwbLXET9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, there might be an issue with the mail/mutt port which interferes with the db44-* Port. In my build-jail ("fbsd9.uugrn.org") I have db41, db42 and db44 due to=20 some dependencies: [root@fbsd9 ~]# pkg_info | grep ^db4 db41-4.1.25_4 The Berkeley DB package, revision 4.1 db42-4.2.52_5 The Berkeley DB package, revision 4.2 db44-4.4.20.4 The Berkeley DB package, revision 4.4 When building mutt here, it depends on db41 and db42: [root@fbsd9 ~]# pkg_info -Rr mutt*=20 Information for mutt-1.5.21_1: Depends on: Dependency: ispell-3.3.02_5 Dependency: openssl-1.0.1_6 Dependency: mime-support-3.52.2 Dependency: pkgconf-0.8.9 Dependency: sqlite3-3.7.14.1 Dependency: mysql-client-5.5.30 Dependency: db42-4.2.52_5 *** Dependency: db41-4.1.25_4 *** Dependency: cyrus-sasl-2.1.26_2 Dependency: libiconv-1.14 Dependency: gettext-0.18.1.1 Dependency: libidn-1.26 =2E.. but the mutt binary is linked against db44! [root@fbsd9 ~]# ldd $(which mutt) /usr/local/bin/mutt: libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x8008cf000) libssl.so.8 =3D> /usr/local/lib/libssl.so.8 (0x800b2a000) libcrypto.so.8 =3D> /usr/local/lib/libcrypto.so.8 (0x800d90000) libz.so.6 =3D> /lib/libz.so.6 (0x801165000) libsasl2.so.3 =3D> /usr/local/lib/libsasl2.so.3 (0x801379000) libintl.so.9 =3D> /usr/local/lib/libintl.so.9 (0x801594000) libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x80179e000) libidn.so.17 =3D> /usr/local/lib/libidn.so.17 (0x801a9a000) *** libdb-4.4.so.0 =3D> /usr/local/lib/libdb-4.4.so.0 (0x801ccc000) *** libc.so.7 =3D> /lib/libc.so.7 (0x801fd5000) libthr.so.3 =3D> /lib/libthr.so.3 (0x802328000) [root@fbsd9 ~]# pkg_which /usr/local/lib/libdb-4.4.so.0 db44-4.4.20.4 db44* is (only!) required by the inn-Port: [root@fbsd9 ~]# pkg_info -Rr db44-* Information for db44-4.4.20.4: Depends on: Required by: inn-2.5.2_3 Even so the recorded package dependencies. I verify packets (*.tbz)=20 in my qa-jail ("qa.uugrn.org"): root@qa:/root # ldd /usr/local/bin/mutt /usr/local/bin/mutt: libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x8008cf000) libssl.so.8 =3D> /usr/local/lib/libssl.so.8 (0x800b2a000) libcrypto.so.8 =3D> /usr/local/lib/libcrypto.so.8 (0x800d90000) libz.so.6 =3D> /lib/libz.so.6 (0x801165000) libsasl2.so.3 =3D> /usr/local/lib/libsasl2.so.3 (0x801379000) libintl.so.9 =3D> /usr/local/lib/libintl.so.9 (0x801594000) libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x80179e000) libidn.so.17 =3D> /usr/local/lib/libidn.so.17 (0x801a9a000) *** libdb-4.4.so.0 =3D> /usr/local/lib/libdb-4.4.so.0 (0x801ccc000) *** libc.so.7 =3D> /lib/libc.so.7 (0x801fd5000) libthr.so.3 =3D> /lib/libthr.so.3 (0x802328000) root@qa:/root # pkg_info -Rr "mutt-*" Information for mutt-1.5.21_1: Depends on: Dependency: ispell-3.3.02_5 Dependency: openssl-1.0.1_6 Dependency: mime-support-3.52.2 Dependency: pkgconf-0.8.9 Dependency: sqlite3-3.7.14.1 Dependency: mysql-client-5.5.30 Dependency: db42-4.2.52_5 *** Dependency: db41-4.1.25_4 *** Dependency: cyrus-sasl-2.1.26_2 Dependency: libiconv-1.14 Dependency: gettext-0.18.1.1 Dependency: libidn-1.26 root@qa:/root # pkg_which /usr/local/lib/libdb-4.4.so.0 db44-4.4.20.4 root@qa:/root # pkg_info -Rr /usr/ports/packages/All/mutt-1.5.21_1.tbz=20 Information for /usr/ports/packages/All/mutt-1.5.21_1.tbz: (!!!) Depends on: Dependency: ispell-3.3.02_5 Dependency: openssl-1.0.1_6 Dependency: mime-support-3.52.2 Dependency: pkgconf-0.8.9 Dependency: sqlite3-3.7.14.1 Dependency: mysql-client-5.5.30 Dependency: db42-4.2.52_5 *** Dependency: db41-4.1.25_4 *** Dependency: cyrus-sasl-2.1.26_2 Dependency: libiconv-1.14 Dependency: gettext-0.18.1.1 Dependency: libidn-1.26 The mutt-Makefile includes: ----------------------------------------------------------------- =2Eif defined(WITH_MUTT_IMAP_HEADER_CACHE) =2Eif defined(WITH_TOKYOCABINET) CONFIGURE_ARGS+=3D --enable-hcache --without-gdbm --without-bdb --wi= th-tokyocabinet LIB_DEPENDS+=3D tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet =2Eelse USE_BDB=3D 42+ CONFIGURE_ARGS+=3D --enable-hcache --without-gdbm --with-bdb =2Eendif =2Eelse CONFIGURE_ARGS+=3D --disable-hcache =2Eendif ----------------------------------------------------------------- =2E.. so 44 matches "42+" but the recorded dependencies in the mutt-package are db41 and(!) db42, maybe depending on other libs. I guess there are some more issues with dependencies in the mutt port, docbook-* seems to be a dependency not registered in the package. ----------------------- =3D=3D=3D> Registering installation for docbook-xsl-1.76.1 =3D=3D=3D> Returning to build of mutt-1.5.21_1 =3D=3D=3D> mutt-1.5.21_1 depends on executable: lynx - found =3D=3D=3D> mutt-1.5.21_1 depends on file: /usr/local/bin/automake-1.12 - = found =3D=3D=3D> mutt-1.5.21_1 depends on file: /usr/local/bin/autoconf-2.69 - = found =3D=3D=3D> mutt-1.5.21_1 depends on shared library: sasl2 - found =3D=3D=3D> mutt-1.5.21_1 depends on shared library: idn - found =3D=3D=3D> mutt-1.5.21_1 depends on shared library: iconv.3 - found =3D=3D=3D> mutt-1.5.21_1 depends on shared library: intl - found =3D=3D=3D> mutt-1.5.21_1 depends on shared library: db-4.2.2 - found **= **=20 =3D=3D=3D> Configuring for mutt-1.5.21_1 ----------------------- configure:10339: checking for BerkeleyDB > 4.0 configure:10370: cc -I/usr/local/include -o conftest -O2 -pipe -Wl,-rpath,/usr/lib:/usr/local/lib -I/usr/include -fno-strict-aliasing -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/local/include/db44 -L/usr/local/lib -rpath=3D/usr/local/lib:/usr/lib -L/usr/local/lib -L/usr/local/lib conftest.c -L/usr/local/lib/db44 -ldb-4 >&5 configure:10370: $? =3D 0 configure:10388: result: yes ----------------------- So the mail/mutt port and GNU Autoconf 2.69 see different things here. The result is=20 root@qa:/root # mutt Shared object "libdb-4.4.so.0" not found, required by "mutt" How do I enforce registering meaningful dependencies to the mutt package?=20 With best regards Raphael Eiselstein PS: [root@fbsd9 /var/tmp/usr/ports/mail/mutt/work/mutt-1.5.21]# uname -a FreeBSD fbsd9.uugrn.org 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 2 19:52:57 CET 2013 root@top3.uugrn.org:/usr/obj/usr/src/sys/VIMAGE amd64 --=20 Raphael Eiselstein http://rabe.uugrn.org/ xmpp:freibyter@gmx.de | https://www.xing.com/profile/Raphael_Eiselstein = =20 GnuPG: E7B2 1D66 3AF2 EDC7 9828 6D7A 9CDA 3E7B 10CA 9F2D =2E........|.........|.........|.........|.........|.........|.........|.. --gj572EiMnwbLXET9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlEVXMcACgkQnNo+exDKny1//wCg3rQVKduNVLMnXpFsgpOpIO6/ CVQAnR7Ys7KdWInN5Co20wdShR+zf/sY =NtqE -----END PGP SIGNATURE----- --gj572EiMnwbLXET9-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:17:48 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A33DC3F3 for ; Fri, 8 Feb 2013 20:17:48 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id 4C60AD61 for ; Fri, 8 Feb 2013 20:17:48 +0000 (UTC) Received: from ncsc.bris.ac.uk ([137.222.10.41]) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3uOJ-0003F2-FJ; Fri, 08 Feb 2013 20:17:47 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncsc.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3uOJ-0004HS-01; Fri, 08 Feb 2013 20:17:47 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18KHkNR036222; Fri, 8 Feb 2013 20:17:46 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18KHk7k036221; Fri, 8 Feb 2013 20:17:46 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 20:17:46 GMT From: Anton Shterenlikht Message-Id: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> To: bf1783@gmail.com Subject: Re: how to move 9.1 ports to HEAD? Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:17:48 -0000 From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 > > I don't think it's true. > > While still on 9.1 ports, the latest > > entry in UPDATING was (well I lost it now) > > about NOV-2012. I believe the revision was > > also substantially lower. > > > > AS soon as I switched to head, > > the latest entry in UPDATING is from > > 6-FEB-2013 and the revision is 311942. > > > > Or maybe I misunderstood you? > > You do. :-) > The local _subversion repository_ (I know I'm using incorrent > terminology) has a revision number: r######. Which is the same > across different versions of FreeBSD. > The individual ports _maintained within that repository_ have > their individual ports numbers (e.g. libreoffice-3.6.5) ... which > also does not vary with the FreeBSD release. One can have > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two separate > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If a > port has a minimum (or maximum) release of the OS it supports, there > a mechanism for figuring that out and DTRT. > > Or did I misunderstand you? Yes, it is now branched, and he was probably using the equivalent of: http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ rather than http://svnweb.FreeBSD.org/ports/head/ By the way, Anton, you may wish to use https:// rather than svn:// -- slightly less efficient, but more secure. yes, got it, cool! root@zzz:/root # svn info /usr/ports/ Path: /usr/ports Working Copy Root Path: /usr/ports URL: https://svn0.us-east.freebsd.org/ports/head Repository Root: https://svn0.us-east.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 311950 Node Kind: directory Schedule: normal Last Changed Author: eadler Last Changed Rev: 311950 Last Changed Date: 2013-02-08 19:18:40 +0000 (Fri, 08 Feb 2013) root@zzz:/root # Does svn://svn.freebsd.org/base/head support https too? Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:30:43 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2929186A for ; Fri, 8 Feb 2013 20:30:43 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ia0-x22a.google.com (mail-ia0-x22a.google.com [IPv6:2607:f8b0:4001:c02::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 00EADE28 for ; Fri, 8 Feb 2013 20:30:42 +0000 (UTC) Received: by mail-ia0-f170.google.com with SMTP id k20so4696482iak.1 for ; Fri, 08 Feb 2013 12:30:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:reply-to:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=hP17LFPkZ9cqnZAaKDapx9S15GvnKmRYZVzGQH4qhB8=; b=OIVfGYX9dvzdad3mKn6RW+zD53A9Jj5Exzpz0sdtEmYuNxMQAVkVn0yWuzpvDASInV o0UhsF9uaQbgRSidUJG49OsTDGeS1M0UdnFtpNjvNizTsIx3sCxEoxX2UyICqzAXyl3d mX5FXtBakeFY1YVfyGVlRHqiPrRq04Ugpkd/kNht60YK0IGclNBm4fTWJ+cZpybBHvMn S5W6E4YhT09+/O7XaxYhAsaL0r9QJfU07UCRTxEtQP5cEATsJU7SmVK0xVY81/AqtFF9 jZPmtmsXLD8Jiw148+wDNI9VZzkvXYhkS7zlztnOgBAiElmilDArpm1B+SrPte9zmOTN 2oPA== MIME-Version: 1.0 X-Received: by 10.50.169.6 with SMTP id aa6mr5220663igc.1.1360355442612; Fri, 08 Feb 2013 12:30:42 -0800 (PST) Received: by 10.64.44.2 with HTTP; Fri, 8 Feb 2013 12:30:42 -0800 (PST) In-Reply-To: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> References: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> Date: Fri, 8 Feb 2013 20:30:42 +0000 Message-ID: Subject: Re: how to move 9.1 ports to HEAD? From: "b.f." To: mexas@bristol.ac.uk Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:30:43 -0000 On 2/8/13, Anton Shterenlikht wrote: > From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 > > > > I don't think it's true. > > > While still on 9.1 ports, the latest > > > entry in UPDATING was (well I lost it now) > > > about NOV-2012. I believe the revision was > > > also substantially lower. > > > > > > AS soon as I switched to head, > > > the latest entry in UPDATING is from > > > 6-FEB-2013 and the revision is 311942. > > > > > > Or maybe I misunderstood you? > > > > You do. :-) > > The local _subversion repository_ (I know I'm using incorrent > > terminology) has a revision number: r######. Which is the same > > across different versions of FreeBSD. > > The individual ports _maintained within that repository_ have > > their individual ports numbers (e.g. libreoffice-3.6.5) ... which > > also does not vary with the FreeBSD release. One can have > > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two separate > > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If a > > port has a minimum (or maximum) release of the OS it supports, there > > a mechanism for figuring that out and DTRT. > > > > Or did I misunderstand you? > > Yes, it is now branched, and he was probably using the equivalent of: > > http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ > > rather than > > http://svnweb.FreeBSD.org/ports/head/ > > By the way, Anton, you may wish to use https:// rather than svn:// -- > slightly less efficient, but more secure. > > yes, got it, cool! > > root@zzz:/root # svn info /usr/ports/ > Path: /usr/ports > Working Copy Root Path: /usr/ports > URL: https://svn0.us-east.freebsd.org/ports/head > Repository Root: https://svn0.us-east.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 311950 > Node Kind: directory > Schedule: normal > Last Changed Author: eadler > Last Changed Rev: 311950 > Last Changed Date: 2013-02-08 19:18:40 +0000 (Fri, 08 Feb 2013) > > root@zzz:/root # > > Does svn://svn.freebsd.org/base/head > support https too? > Apparently, yes. b. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:35:13 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D4B17969; Fri, 8 Feb 2013 20:35:13 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-da0-f42.google.com (mail-da0-f42.google.com [209.85.210.42]) by mx1.freebsd.org (Postfix) with ESMTP id 3F40CE69; Fri, 8 Feb 2013 20:35:13 +0000 (UTC) Received: by mail-da0-f42.google.com with SMTP id z17so1956816dal.1 for ; Fri, 08 Feb 2013 12:35:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=Wp1PniHVrcvp0Mo/KlYDj2XldxEcRPk2uqh1bcXcN9I=; b=0sv+TRajAlaO2qO4dcszGVKmj/K1vAl+WOXdTmx1uEZ8scadSWRmCcei982y2/RizM a2/6trhVPCHXji8PI65147kAkCLyw2NwDx/I+cwvYTogS3EoayYFtA9kh8CXaRU0xCXv y7GVb/I0gQx+FBltBhKSRU1jNwvfUHbIDnYUZ6MAvQNkD1/cxq6mOOSUiIahLO2CNSXH 1TPY271BoakZG0rO0OErvz8a8cXRDRj2WVCV6j7xfxuXb++jLWSRM2znQrQFf3ueoTaI ddE28q7Hc0ATGuVehKRSL8LSr+1cjVeoASkLzHzFCIu2CqGqt7QtLn1ibx5aYuXK+y7G lSDA== MIME-Version: 1.0 X-Received: by 10.66.83.8 with SMTP id m8mr20764425pay.40.1360355712610; Fri, 08 Feb 2013 12:35:12 -0800 (PST) Received: by 10.67.2.65 with HTTP; Fri, 8 Feb 2013 12:35:12 -0800 (PST) In-Reply-To: <20130208134135.GC12284@pcjas.obspm.fr> References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> <20130208134135.GC12284@pcjas.obspm.fr> Date: Fri, 8 Feb 2013 12:35:12 -0800 Message-ID: Subject: Re: LibreOffice 3.6.5 on amd From: Kevin Oberman To: Albert Shih Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Olivier Smedts , ports@freebsd.org, Baptiste Daroussin , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:35:13 -0000 On Fri, Feb 8, 2013 at 5:41 AM, Albert Shih wrote: > Le 07/02/2013 ? 11:18:34+0100, Olivier Smedts a =C3=A9crit >> 2013/2/6 Jung-uk Kim : >> > -----BEGIN PGP SIGNED MESSAGE----- >> > Hash: SHA1 >> > >> > On 2013-02-06 11:15:44 -0500, Olivier Smedts wrote: >> >> 2013/2/6 Denny Lin : >> >>>> gmake[2]: *** >> >>>> [/tmp/lobuild/workdir/unxfbsd.pro/CustomTarget/testtools/uno_test.d= one] >> >>>> >> >>>> >> > Segmentation fault: 11 (core dump cr=D7=99=D7=99) >> >>> >> >>> I am also seeing this on -CURRENT amd64. For some reason uno >> >>> causes a segmentation fault. I do not have Java enabled. >> >> >> >> "Metoo" : uno segfault during testtools stage. 10-CURRENT amd64, >> >> system and most ports compiled with clang. >> > >> > You can bypass the test with this patch: >> > >> > http://svn.redports.org/office/editors/libreoffice/files/patch-testtoo= ls__Module_testtools.mk >> > >> > Drop the file in libreoffice/files directory and rebuild. >> > >> > Actually, I am going to commit it soonish because I've seen enough >> > complaints already. :-( >> > On one of my pc everything compile, everything work but the registration > don't work, the make install finish with : > > > =3D=3D=3D> Registering installation for libreoffice-3.6.5_1 > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk/applicat= ion' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk' (packag= e tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/mime/packages' (= package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/mime' (package t= ools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32= x32/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32= x32/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32= x32' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/16= x16/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/16= x16/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/16= x16' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor' (= package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/sc= alable/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/sc= alable/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/sc= alable' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48= x48/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48= x48/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/48= x48' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32= x32/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32= x32/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/32= x32' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/25= 6x256/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/25= 6x256/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/25= 6x256' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16= x16/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16= x16/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/16= x16' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/12= 8x128/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/12= 8x128/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor/12= 8x128' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/hicolor' (= package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/scal= able/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/scal= able/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/scal= able' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/48x4= 8/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/48x4= 8/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/48x4= 8' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/32x3= 2/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/32x3= 2/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/32x3= 2' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/256x= 256/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/256x= 256/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/256x= 256' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/16x1= 6/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/16x1= 6/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/16x1= 6' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/128x= 128/mimetypes' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/128x= 128/apps' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome/128x= 128' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons/gnome' (pa= ckage tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/icons' (package = tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/applications' (p= ackage tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry etc/bash_completion.d'= (package tools out of date?) > pkg_create: write_plist: unknown command type -1 (share/mimelnk/applicati= on) > *** [fake-pkg] Error code 2 > > Stop in /usr/ports/editors/libreoffice. > *** [reinstall] Error code 1 > > Stop in /usr/ports/editors/libreoffice. > > Any idea ? > > Regards. > > JAS I get the same thing and libreoffice puts up the splash screen, sits for about 6 seconds without updating the progress bar at all, and exits without error (0). Ugh! --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:43:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 813C9CD2; Fri, 8 Feb 2013 20:43:46 +0000 (UTC) (envelope-from Albert.Shih@obspm.fr) Received: from smtp-int-m.obspm.fr (smtp-int-m.obspm.fr [145.238.187.15]) by mx1.freebsd.org (Postfix) with ESMTP id F1C48EE7; Fri, 8 Feb 2013 20:43:45 +0000 (UTC) Received: from pcjas.obspm.fr (pcjas.obspm.fr [145.238.184.233]) by smtp-int-m.obspm.fr (8.14.3/8.14.3/SIO Observatoire de Paris - 07/2009) with ESMTP id r18KhcnY027641 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 8 Feb 2013 21:43:39 +0100 Date: Fri, 8 Feb 2013 21:43:38 +0100 From: Albert Shih To: Kevin Oberman Subject: Re: LibreOffice 3.6.5 on amd Message-ID: <20130208204338.GD13613@pcjas.obspm.fr> References: <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> <20130208134135.GC12284@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Miltered: at smtp-int-m.obspm.fr with ID 5115637A.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 5115637A.000/145.238.184.233/pcjas.obspm.fr/pcjas.obspm.fr/ Cc: Olivier Smedts , ports@freebsd.org, Baptiste Daroussin , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:43:46 -0000 Le 08/02/2013 ? 12:35:12-0800, Kevin Oberman a écrit > On Fri, Feb 8, 2013 at 5:41 AM, Albert Shih wrote: > >> > complaints already. :-( > >> > > On one of my pc everything compile, everything work but the registration > > don't work, the make install finish with : > > > > > > ===> Registering installation for libreoffice-3.6.5_1 > > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk/application' (package tools out of date?) > > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk' (package tools out of date?) > > pkg_create: read_plist: unknown command '@dirrmtry share/mime/packages' (package tools out of date?) > > pkg_create: read_plist: unknown command '@dirrmtry share/mime' (package tools out of date?) > > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32x32/mimetypes' (package tools out of date?) > > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor/32x32/apps' (package tools out of date?) > > pkg_create: write_plist: unknown command type -1 (share/mimelnk/application) > > *** [fake-pkg] Error code 2 > > > > Stop in /usr/ports/editors/libreoffice. > > *** [reinstall] Error code 1 > > > > Stop in /usr/ports/editors/libreoffice. > > > > Any idea ? > > > > I get the same thing and libreoffice puts up the splash screen, sits > for about 6 seconds without updating the progress bar at all, and > exits without error (0). Ugh! Absolutely....and work fine. But if you do pkg_info|grep libreoff you can see they are a little problem about the registration. Nothing to do with the compilation or the installation. Regards. JAS NB: By the way I would like to thanks all maintainer of all those ports.... -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: ven 8 fév 2013 21:41:18 CET From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:45:17 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C3765F87 for ; Fri, 8 Feb 2013 20:45:17 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by mx1.freebsd.org (Postfix) with ESMTP id 3A0F7F07 for ; Fri, 8 Feb 2013 20:45:17 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id hi8so1352242wib.7 for ; Fri, 08 Feb 2013 12:45:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=SJkBiyCST9ZxTTNFmbrPG/7VcZjVWHRX51D668YQ9jg=; b=Nvg7eSV3U83MP1lOIDqS2XC5Jk3lPvsLsMv8CXAwKdJd4PPMWGiJ9F5fk++yXwqV3t v8510RD0yEUxgdK7x0NjPMPRh2yRngeiBWgD3U7v5fbC5FQFL+ashmbyRJGpEW6eqhpZ aEH11KVWMOjDJIXvOpKYMAJ6bB73lnNdWLB1q3cCNWH9G97oknOW3J/cyG7BbAtJ0jR+ DKctcmrQj1xy6buND6SO13lWqOi4lUcSc46XJorZj7kKHFnQA2D0EUh/pe0g8uXzpcCR gwLRfH5Sl9hPGcVnEy0IBqvptojMzTWXTDG2QnztUEZllNdN5RSNfm3VZBSNTaNUv91s hHaQ== MIME-Version: 1.0 X-Received: by 10.194.23.37 with SMTP id j5mr12228820wjf.28.1360356315819; Fri, 08 Feb 2013 12:45:15 -0800 (PST) Received: by 10.216.120.193 with HTTP; Fri, 8 Feb 2013 12:45:15 -0800 (PST) In-Reply-To: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> References: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> Date: Fri, 8 Feb 2013 22:45:15 +0200 Message-ID: Subject: Re: how to move 9.1 ports to HEAD? From: Kimmo Paasiala To: mexas@bristol.ac.uk Content-Type: text/plain; charset=UTF-8 Cc: bf1783@gmail.com, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:45:17 -0000 On Fri, Feb 8, 2013 at 10:17 PM, Anton Shterenlikht wrote: > From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 > > > > I don't think it's true. > > > While still on 9.1 ports, the latest > > > entry in UPDATING was (well I lost it now) > > > about NOV-2012. I believe the revision was > > > also substantially lower. > > > > > > AS soon as I switched to head, > > > the latest entry in UPDATING is from > > > 6-FEB-2013 and the revision is 311942. > > > > > > Or maybe I misunderstood you? > > > > You do. :-) > > The local _subversion repository_ (I know I'm using incorrent > > terminology) has a revision number: r######. Which is the same > > across different versions of FreeBSD. > > The individual ports _maintained within that repository_ have > > their individual ports numbers (e.g. libreoffice-3.6.5) ... which > > also does not vary with the FreeBSD release. One can have > > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two separate > > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If a > > port has a minimum (or maximum) release of the OS it supports, there > > a mechanism for figuring that out and DTRT. > > > > Or did I misunderstand you? > > Yes, it is now branched, and he was probably using the equivalent of: > > http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ > > rather than > > http://svnweb.FreeBSD.org/ports/head/ > > By the way, Anton, you may wish to use https:// rather than svn:// -- > slightly less efficient, but more secure. > > yes, got it, cool! > > root@zzz:/root # svn info /usr/ports/ > Path: /usr/ports > Working Copy Root Path: /usr/ports > URL: https://svn0.us-east.freebsd.org/ports/head > Repository Root: https://svn0.us-east.freebsd.org/ports > Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Revision: 311950 > Node Kind: directory > Schedule: normal > Last Changed Author: eadler > Last Changed Rev: 311950 > Last Changed Date: 2013-02-08 19:18:40 +0000 (Fri, 08 Feb 2013) > > root@zzz:/root # > > Does svn://svn.freebsd.org/base/head > support https too? > > Thanks > > Anton > > Just to repeat what others have tried to tell you. The ports tree is NOT branched. The branches/RELENG_9_1_0 thing is a "tag" in subversion terminology, a read only-snapshot of head from the time the release was made that will never be updated. -Kimmo From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:49:14 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F2DD333B for ; Fri, 8 Feb 2013 20:49:14 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gh0-f179.google.com (mail-gh0-f179.google.com [209.85.160.179]) by mx1.freebsd.org (Postfix) with ESMTP id AEA47F40 for ; Fri, 8 Feb 2013 20:49:14 +0000 (UTC) Received: by mail-gh0-f179.google.com with SMTP id r14so984365ghr.38 for ; Fri, 08 Feb 2013 12:49:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding; bh=ERcZBSfnWZwkSXaXU2oD8runHrZ6sGgoZHdohAW1Gbo=; b=K2ZuOHxABHpmmplCtJIHjzj4sQ1OetWf+ZF3qCTTP5j0TiA/c31pwyCN1BaQDVmPzx sPcQnW3bKbgzLloD7lJUNaXa3RNmFV5h+mcn7ikHlw/oLoqfMb1qYfLAQ5NYr5M8RKVJ n9WdWSTXJhMTSTnOVk3uF3omDSV2hRSDOduSc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:reply-to:organization :x-mailer:face:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=ERcZBSfnWZwkSXaXU2oD8runHrZ6sGgoZHdohAW1Gbo=; b=WtUiMRoXg5+TpkL3Bcj9Fr3lo2RPL70Y/HDwgipo6mn6OnAbxg2+g5wN9RVbrO0FiP LREoJR1XRzu9OTMVM4KLZPsjBec1mlU/2SrWjkj2HLjozitQFn5ZYxMh1ldSj/QlbR9b fZi5zJLbmH9eQyG4ug3VHLXr4Zs/RzGg1G3ngftvpuryaQ1RtgZQQ/uxa2HYka+md4RD F9a/ePcW4P69WByLCjBC+Fq1fc3k5cqBdUjCr5jTQ43G0JXomoZJgac/HsGk8FIUU+KI gGupGygIoCJMfF25/fz9VyTvXn6lYh34V2tQUePhnRUENtjTtVRk8OjEbgcqZiFwfqY2 4j7w== X-Received: by 10.236.138.109 with SMTP id z73mr7838501yhi.72.1360356554186; Fri, 08 Feb 2013 12:49:14 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id x7sm4595078anj.22.2013.02.08.12.49.13 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 12:49:13 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPA id 3Z2pQw3xlZz2CG5n; Fri, 8 Feb 2013 15:49:12 -0500 (EST) Date: Fri, 8 Feb 2013 15:49:12 -0500 From: Jerry To: freebsd-ports@freebsd.org, dinoex@FreeBSD.org Subject: openssl broken Message-ID: <20130208154912.0b880f68@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQmrnA+sSAY54tS5Niy/T5eL/S9fyeddQdTipT6s/kdnFdZUzZexXR08BSu2HhNvIQtsYN+k X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Feb 2013 20:49:15 -0000 I updated openssl on my system and ran into this bug: As noted numerous times on the openssl-dev list, OpenSSL 1.0.1d is broken. You need to grab and apply it to the 1.0.1d source to fix it. Will this patch be applied to the port version? -- Jerry â™” 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 Fri Feb 8 20:51:15 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 561A65DB for ; Fri, 8 Feb 2013 20:51:15 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by mx1.freebsd.org (Postfix) with ESMTP id EA391F64 for ; Fri, 8 Feb 2013 20:51:14 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hm6so1334724wib.8 for ; Fri, 08 Feb 2013 12:51:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=gpzTBy2Onv04tBJEYGrEabSFOxTo+CrCyu+97no+w4I=; b=OHjxuRusRa1iNVoBW7H91fu5FAQPZ+QONpyWTfv4gMCrpqX2i6kyCFKCxUpO6NkJzO wNtv5+2cpXIxkiFiLaDc4RqsN4Vym614GFzMl7HbOQQzUEk9bmqJmNmhi4qgWKwORV0i eZeuCpBfWVW0njsyM5K+XkLoEz8xM2dtlxJ6rD8k8a5wQUa1grbhqj4UypTzuC6QQz/A FqdaqIhlArxM0TZpTzNb5SPDxcqrgN8CMPRZwFb/Bldg8fvGweWjJoQ6ZS1UjB82D18H jlyQmg+nFJVVcIXTj5HWAUqr4WPUfrSostPbQHPYbRQ8T/8m7ygjW645nBN9MLwrNy/s yrQw== MIME-Version: 1.0 X-Received: by 10.194.122.199 with SMTP id lu7mr12174978wjb.42.1360356668074; Fri, 08 Feb 2013 12:51:08 -0800 (PST) Received: by 10.216.120.193 with HTTP; Fri, 8 Feb 2013 12:51:07 -0800 (PST) In-Reply-To: References: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> Date: Fri, 8 Feb 2013 22:51:07 +0200 Message-ID: Subject: Re: how to move 9.1 ports to HEAD? From: Kimmo Paasiala To: mexas@bristol.ac.uk Content-Type: text/plain; charset=UTF-8 Cc: bf1783@gmail.com, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:51:15 -0000 On Fri, Feb 8, 2013 at 10:45 PM, Kimmo Paasiala wrote: > On Fri, Feb 8, 2013 at 10:17 PM, Anton Shterenlikht wrote: >> From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 >> >> > > I don't think it's true. >> > > While still on 9.1 ports, the latest >> > > entry in UPDATING was (well I lost it now) >> > > about NOV-2012. I believe the revision was >> > > also substantially lower. >> > > >> > > AS soon as I switched to head, >> > > the latest entry in UPDATING is from >> > > 6-FEB-2013 and the revision is 311942. >> > > >> > > Or maybe I misunderstood you? >> > >> > You do. :-) >> > The local _subversion repository_ (I know I'm using incorrent >> > terminology) has a revision number: r######. Which is the same >> > across different versions of FreeBSD. >> > The individual ports _maintained within that repository_ have >> > their individual ports numbers (e.g. libreoffice-3.6.5) ... which >> > also does not vary with the FreeBSD release. One can have >> > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two separate >> > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If a >> > port has a minimum (or maximum) release of the OS it supports, there >> > a mechanism for figuring that out and DTRT. >> > >> > Or did I misunderstand you? >> >> Yes, it is now branched, and he was probably using the equivalent of: >> >> http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ >> >> rather than >> >> http://svnweb.FreeBSD.org/ports/head/ >> >> By the way, Anton, you may wish to use https:// rather than svn:// -- >> slightly less efficient, but more secure. >> >> yes, got it, cool! >> >> root@zzz:/root # svn info /usr/ports/ >> Path: /usr/ports >> Working Copy Root Path: /usr/ports >> URL: https://svn0.us-east.freebsd.org/ports/head >> Repository Root: https://svn0.us-east.freebsd.org/ports >> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 >> Revision: 311950 >> Node Kind: directory >> Schedule: normal >> Last Changed Author: eadler >> Last Changed Rev: 311950 >> Last Changed Date: 2013-02-08 19:18:40 +0000 (Fri, 08 Feb 2013) >> >> root@zzz:/root # >> >> Does svn://svn.freebsd.org/base/head >> support https too? >> >> Thanks >> >> Anton >> >> > > Just to repeat what others have tried to tell you. The ports tree is > NOT branched. The branches/RELENG_9_1_0 thing is a "tag" in subversion > terminology, a read only-snapshot of head from the time the release > was made that will never be updated. > > -Kimmo Actually I'm talking slightly rubbish here, the tags are in the tags/* part of the repository, for example http://svn.freebsd.org/ports/tags/RELEASE_9_1_0. The branches/RELENG_9_1_0 thing is a proper branch but since there's no announcement of what it should used for I would guess it's someone's test branch. -Kimmo From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:56:58 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8ED978A4 for ; Fri, 8 Feb 2013 20:56:58 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ia0-x236.google.com (mail-ia0-x236.google.com [IPv6:2607:f8b0:4001:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id 3771BFA3 for ; Fri, 8 Feb 2013 20:56:58 +0000 (UTC) Received: by mail-ia0-f182.google.com with SMTP id w33so4679845iag.13 for ; Fri, 08 Feb 2013 12:56:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:x-received:reply-to:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=nj5GIBbqAcf4Lkl2mghmSodoV0W3RvWoDERcp9Rn3P4=; b=Df3Zi5s1DhCXBk7csxCwDwTFKetyGEFS51bbQgBtKRhPkt3vE0lG13undMwWPChw4c gBu13JfZUthnRS4B4j+0CqD4G8O5DmWs1ovZp3Kq4i3PUTNuKf/JcoRSEPMILY+imWbw xEJr2nXl51QPolGqxkjKs0SDjLuMglaBW3E1p+C1Ok8+Aprhn5WJPS118Ra0D1OE3JKG qnh1o6SaZT5OQKwVyJBMaK8/OMb6wZzRq8eLk6/V7KRNGoeJQoKydaLCygQFmU6AuPCH URZcErKTmLG+pXm6flM+rFxnbNK59qqFmOf5g7tfg2uImUOd3ZSz5Dw7vET68HlCgXEx Cq4g== MIME-Version: 1.0 X-Received: by 10.50.179.100 with SMTP id df4mr5305202igc.60.1360357017968; Fri, 08 Feb 2013 12:56:57 -0800 (PST) Received: by 10.64.44.2 with HTTP; Fri, 8 Feb 2013 12:56:57 -0800 (PST) In-Reply-To: References: <201302082017.r18KHk7k036221@mech-cluster241.men.bris.ac.uk> Date: Fri, 8 Feb 2013 20:56:57 +0000 Message-ID: Subject: Re: how to move 9.1 ports to HEAD? From: "b.f." To: Kimmo Paasiala Content-Type: text/plain; charset=ISO-8859-1 Cc: mexas@bristol.ac.uk, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: bf1783@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:56:58 -0000 On 2/8/13, Kimmo Paasiala wrote: > On Fri, Feb 8, 2013 at 10:45 PM, Kimmo Paasiala wrote: >> On Fri, Feb 8, 2013 at 10:17 PM, Anton Shterenlikht >> wrote: >>> From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 >>> >>> > > I don't think it's true. >>> > > While still on 9.1 ports, the latest >>> > > entry in UPDATING was (well I lost it now) >>> > > about NOV-2012. I believe the revision was >>> > > also substantially lower. >>> > > >>> > > AS soon as I switched to head, >>> > > the latest entry in UPDATING is from >>> > > 6-FEB-2013 and the revision is 311942. >>> > > >>> > > Or maybe I misunderstood you? >>> > >>> > You do. :-) >>> > The local _subversion repository_ (I know I'm using >>> incorrent >>> > terminology) has a revision number: r######. Which is the >>> same >>> > across different versions of FreeBSD. >>> > The individual ports _maintained within that >>> repository_ have >>> > their individual ports numbers (e.g. libreoffice-3.6.5) ... >>> which >>> > also does not vary with the FreeBSD release. One can have >>> > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two >>> separate >>> > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If >>> a >>> > port has a minimum (or maximum) release of the OS it supports, >>> there >>> > a mechanism for figuring that out and DTRT. >>> > >>> > Or did I misunderstand you? >>> >>> Yes, it is now branched, and he was probably using the equivalent >>> of: >>> >>> http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ >>> >>> rather than >>> >>> http://svnweb.FreeBSD.org/ports/head/ >>> >>> By the way, Anton, you may wish to use https:// rather than >>> svn:// -- >>> slightly less efficient, but more secure. >>> >>> yes, got it, cool! >>> >>> root@zzz:/root # svn info /usr/ports/ >>> Path: /usr/ports >>> Working Copy Root Path: /usr/ports >>> URL: https://svn0.us-east.freebsd.org/ports/head >>> Repository Root: https://svn0.us-east.freebsd.org/ports >>> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 >>> Revision: 311950 >>> Node Kind: directory >>> Schedule: normal >>> Last Changed Author: eadler >>> Last Changed Rev: 311950 >>> Last Changed Date: 2013-02-08 19:18:40 +0000 (Fri, 08 Feb 2013) >>> >>> root@zzz:/root # >>> >>> Does svn://svn.freebsd.org/base/head >>> support https too? >>> >>> Thanks >>> >>> Anton >>> >>> >> >> Just to repeat what others have tried to tell you. The ports tree is >> NOT branched. The branches/RELENG_9_1_0 thing is a "tag" in subversion >> terminology, a read only-snapshot of head from the time the release >> was made that will never be updated. >> >> -Kimmo > > Actually I'm talking slightly rubbish here, the tags are in the tags/* > part of the repository, for example > http://svn.freebsd.org/ports/tags/RELEASE_9_1_0. The > branches/RELENG_9_1_0 thing is a proper branch but since there's no > announcement of what it should used for I would guess it's someone's > test branch. Yes, it's a branch -- or a copy, I suppose, in subversion terms. I believe it was used to generate the package set for the 9.1 release. There probably won't be any future changes to it, but people can use it, as Anton apparently did. b. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:59:18 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EAA72B07; Fri, 8 Feb 2013 20:59:18 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id B1FABFCC; Fri, 8 Feb 2013 20:59:18 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3v2Q-0004Jg-3C; Fri, 08 Feb 2013 20:59:17 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3v2P-0002gL-UD; Fri, 08 Feb 2013 20:59:14 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18KxDq2036465; Fri, 8 Feb 2013 20:59:13 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18KxDoY036464; Fri, 8 Feb 2013 20:59:13 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 20:59:13 GMT From: Anton Shterenlikht Message-Id: <201302082059.r18KxDoY036464@mech-cluster241.men.bris.ac.uk> To: skv@freebsd.org Subject: lang/perl5.16: threaded perl vs -pthread? X-Spam-Score: -1.2 X-Spam-Level: - Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:59:19 -0000 What is the difference between building lang/perl5.16 with Build threaded perl vs Build with -pthread on amd64? What if I choose both options? Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 20:59:27 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9E963B91 for ; Fri, 8 Feb 2013 20:59:27 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm7-vm0.bullet.mail.bf1.yahoo.com (nm7-vm0.bullet.mail.bf1.yahoo.com [98.139.213.151]) by mx1.freebsd.org (Postfix) with SMTP id 59581FCE for ; Fri, 8 Feb 2013 20:59:27 +0000 (UTC) Received: from [98.139.212.144] by nm7.bullet.mail.bf1.yahoo.com with NNFMP; 08 Feb 2013 20:59:21 -0000 Received: from [98.139.212.241] by tm1.bullet.mail.bf1.yahoo.com with NNFMP; 08 Feb 2013 20:59:21 -0000 Received: from [127.0.0.1] by omp1050.mail.bf1.yahoo.com with NNFMP; 08 Feb 2013 20:59:20 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 996231.27733.bm@omp1050.mail.bf1.yahoo.com Received: (qmail 80176 invoked by uid 60001); 8 Feb 2013 20:59:20 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1360357160; bh=kXb8WVqVQPmpRS8aVhkaBJB2m9cjco+fx1+oXPlYEuo=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=yZpNFGWFgQrdcGE2Wa/ISqa0ZMFJyS/QTMGtWTBPfCjyr7yNGEwHqJMeOvFF7uDkLhq3klq0AYHhwi60/sI3rpY4tug06LRt+GloxjPDdrsx+RZNgKu39eaiztPjzlKe9FHAATGiwfFy6boDW3fctO45vnBgnoDBrA1td054TOw= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=NHYzHrUReOiV4PL/wwvdDrZOo/iSEWuxs+a+rW6E8X14sp83FZOJvobVXX4fgGEUBXjMJGXQchfxlmcOVSXYC8jy9A3kCFr1FTExukTpnhIH77+rKAHxWu5jk10Am57hTwrmrNr6jZLTEOkU5Qn1VnRixzOLyEpLIXt2EeW+xNg=; X-YMail-OSG: iZhKrAUVM1mkobkhOHHQiGFFGRyQLVZWmyB9GMRT4c_uMUt mTOvtPbwJVMJPAPf00sXEGhSMxcT3lJTEWTC6zODf2syddsjG7UB04FgEIKM ycLgaDK8CzA5scFkESKNkTH6nJonTHAoHEUpGoI6snP03cE0R3Jcd8C4A9u1 Uz3lgjlHUiVjXEMr_E5H9Jfef7XWrJ2Gq70.jqKGged.RLXMcEITKoWwMHuv VUIWQ.KOff_DuWNc_skRup7Hh59d6hqMmKmauYw2pAcG0JrlcE9lVZTHKI4. S2sN8XLdPaT1rswcHAaZ4GQnfsmRoae6trq.yBYk5fADZ7L2k_x30vshmnaf pY.UsSrZYsCGZmSpjfLGbK3l4RM15qhArlL7dwazwg.tvPw6PQdeoUhqja1J z6bqkbskpvrMfJBBgUGoHw_0gx0wkAupcrm303eHNyKCHalujXHfDeXxfzzR gy.LFP1YIU.PoUD9g.69s2L60Vpxq3o5C8UVSYVfK6ZdvBCz91MVjSkVPz6u lA1VazwooDPtMbu2GUCbDYd0lUXzqy2ecxyYogh6v606cWrjs2LH3YOOn9VP iqGDR9haaqHxzj1exVSWf61XheKNkhWyOLQPvWAMvG3bP0vFSj5ru2xBVsBG zFwPZygHGD6eV2HGmOMmiJfeV6eY- Received: from [68.186.252.198] by web141401.mail.bf1.yahoo.com via HTTP; Fri, 08 Feb 2013 12:59:20 PST X-Rocket-MIMEInfo: 001.001, Q2hyaXMsCgpJIGR1ZyBpbnRvIGl0IGhhcmQganVzdCBhIGZldyBkYXlzIGFnby4KCkhlcmUncyB0aGVpciBpc3N1ZXM6CgpMaWtlIG1vc3QgcGVvcGxlIHdobyBhcmUgInNvbGVseSIgTGludXggKEknbSBub3Qgc29sZWx5IGFueXRoaW5nLCAyNSsgeWVhcnMgaW4gc3lzYWRtaW4sIGFyY2hpdGVjdHVyZSwgaW50ZXJuZXQgZW5naW5lZXJpbmcsIGV0Yy4pLCB0aGV5IGRvbid0IHVuZGVyc3RhbmQgd2hlcmUgL29wdCBjYW1lIGZyb20gYW5kIHdoYXQgaXRzIHRydWUsIG9yaWdpbmFsIHB1cnBvc2Ugd2FzLsKgICgBMAEBAQE- X-Mailer: YahooMailWebService/0.8.132.503 References: <1359472957.57513.YahooMailNeo@web141403.mail.bf1.yahoo.com> Message-ID: <1360357160.42747.YahooMailNeo@web141401.mail.bf1.yahoo.com> Date: Fri, 8 Feb 2013 12:59:20 -0800 (PST) From: Paul Pathiakis Subject: Re: Zimbra Port To: Chris Rees In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Pathiakis List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 20:59:27 -0000 Chris,=0A=0AI dug into it hard just a few days ago.=0A=0AHere's their issue= s:=0A=0ALike most people who are "solely" Linux (I'm not solely anything, 2= 5+ years in sysadmin, architecture, internet engineering, etc.), they don't= understand where /opt came from and what its true, original purpose was.= =A0 (Additional OS enhancement software - directory was created circa 1990)= .=A0 Most of the linux world believes that all additional software goes int= o /opt.=0A=0AHappily, we have nullfs but more happily, ZFS.=0A=0AZFS creati= ng /opt/zimbra or creating a zpool and zfs'ing it, whatever, solves this is= sue.=A0 (In other words, poor use of auto-configuration tools and make vari= ables that allow you to define a DESTDIR instead of hardcoding it.)=A0 Perf= orming a softlink or other things causes the install to totally blow up.=0A= =0AThey guy who did the attempt at FreeBSD installation, did a decent job a= t figuring this out.=A0 Everything, performing his procedure works as almos= t as directed.=A0 =0A=0AThings that are not to be liked about it:=0A=0AHe b= uilds specific packages for the install and bundles them up with the instal= l.=0AHe creates three packages for the install, the builddeps, rundeps and = source.=0AHe then almost forces you to use these packages and his 'blessed = ports packages" that he created to get it to install correctly instead of j= ust using ports.=0A=0AAfter all this is installed with pkg_add (I couldn't = find any indication of pkgng work) The supporting software is installed and= ready to go.=0A=0ANow, you get to the Zimbra source.=A0 (All 3 software bu= ndles are tar'd and gzip'd)=A0 Once the ZCS is unpacked, you run install.sh= in its root directory and away it goes.=A0 =0A=0AOnce you get by some very= strange errors (DNS not configured but it was, you have to force it to be = your domain, and some other strangeness), you work out those few issues and= find no errors in the install log(s).=A0 Awesome....=0A=0AThe last part of= it is the thing starts up and integrates everything....=A0 (This is someth= ing truly impressive:=A0 Apache, OpenSSL (certs get gen'd) , LDAP, MySqeel,= Postfix, all the spam, virus, etc packages that go with a mail system, and= on and on.....=A0 It then tells me everything is running and I have to con= nect to https://:7071..... it just hangs at that point....=A0 *shrug*= =A0 =0A=0AI've tried debugging it and I've tried over 10 times of going ove= r possible errors.=A0 Nothing.=A0 I tried contacting the author but there s= eems to be an access issue.=0A=0AI'll try again soon, however, my company i= s being built right now....=A0 so I have VERY, VERY LIMITED time.=A0 (Yes, = it's PC-BSD and FreeBSD based)=A0 I was hoping to have a full collaboration= suite for MS exchange and Outlook drop-in replacement and this looked very= promising.=A0 *sigh*=0A=0AP.=0A=0A=0A=0A=0A_______________________________= _=0A From: Chris Rees =0ATo: Paul Pathiakis =0ACc: "ports@freebsd.org" =0ASent: Friday, F= ebruary 8, 2013 2:23 PM=0ASubject: Re: Zimbra Port=0A =0AOn 29 January 2013= 15:22, Paul Pathiakis wrote:=0A> Hi,=0A>=0A> It look= s like they are soooo close here.=A0 Can't ports pick this up and put it in= the collection?=0A>=0A> http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD=0A>= =0A> If you look at the Zimbra site for threads there are quite few with pe= ople asking for Zimbra on FreeBSD.=0A=0AAt a glance it's a little less triv= ial than "picking it up and putting=0Ait in the collection" :)=0A=0AIt prob= ably wouldn't be too difficult, but someone would need to make=0Aa tarball = of the sources available, which may have licensing issues...=0Aperhaps you = could ask the author how he made the packages?=0A=0AChris From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 21:03:54 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DBFBAE8E for ; Fri, 8 Feb 2013 21:03:54 +0000 (UTC) (envelope-from news@kaan-bock.net) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.60.26]) by mx1.freebsd.org (Postfix) with ESMTP id 850967F for ; Fri, 8 Feb 2013 21:03:54 +0000 (UTC) Received: from mx1.enfer-du-nord.net (mail.kaan-bock.invalid [10.10.10.1]) by mx1.enfer-du-nord.net (Postfix) with ESMTP id 3Z2pl15NBtzDCD for ; Fri, 8 Feb 2013 22:03:09 +0100 (CET) X-Virus-Scanned: amavisd-new at enfer-du-nord.net Received: from mx1.enfer-du-nord.net ([10.10.10.1]) by mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [10.10.10.1]) (amavisd-new, port 10024) with LMTP id FjA0Qe4TKlEG for ; Fri, 8 Feb 2013 22:03:09 +0100 (CET) Received: from news.kaan-bock.invalid (news.kaan-bock.invalid [10.10.10.4]) by mx1.enfer-du-nord.net (Postfix) with ESMTPS id 3Z2pl135drzDC7 for ; Fri, 8 Feb 2013 22:03:09 +0100 (CET) Received: (from news@localhost) by news.kaan-bock.invalid (8.14.5/8.14.5/Submit) id r18L39nF018191 for freebsd-ports@freebsd.org; Fri, 8 Feb 2013 22:03:09 +0100 (CET) (envelope-from news) To: freebsd-ports@freebsd.org From: Michael Grimm Newsgroups: muc.lists.freebsd.ports Subject: Re: openssl broken Date: Fri, 8 Feb 2013 21:03:07 +0000 (UTC) Organization: ATK - Alternative Tierklinik links der Einfalt Message-ID: References: <20130208154912.0b880f68@scorpio> Keywords: ignore User-Agent: slrn/1.0.1 (Darwin) Cancel-Lock: sha1:lYGX5RjHK4+yxQlrbMoFaqIfZI0= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 21:03:54 -0000 Jerry wrote: > I updated openssl on my system and ran into this bug: > > As noted numerous times on the openssl-dev list, OpenSSL 1.0.1d is > broken. You need to grab > and apply it to the 1.0.1d source to fix it. > > Will this patch be applied to the port version? I'd like to second that. I ran into this issue as well, breaking dovecot, postfix and nginx. Thanks to zfs snapshots I've been able to recover within seconds ;-) Regards, Michael From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 21:04:34 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 226C8F2E for ; Fri, 8 Feb 2013 21:04:34 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id DDE8595 for ; Fri, 8 Feb 2013 21:04:33 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U3v7V-0001WX-BP; Fri, 08 Feb 2013 21:04:33 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U3v7V-0002kw-3q; Fri, 08 Feb 2013 21:04:29 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r18L4SUu036524; Fri, 8 Feb 2013 21:04:28 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r18L4SY8036523; Fri, 8 Feb 2013 21:04:28 GMT (envelope-from mexas) Date: Fri, 8 Feb 2013 21:04:28 GMT From: Anton Shterenlikht Message-Id: <201302082104.r18L4SY8036523@mech-cluster241.men.bris.ac.uk> To: bf1783@gmail.com Subject: Re: how to move 9.1 ports to HEAD? In-Reply-To: X-Spam-Score: -3.6 X-Spam-Level: --- Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 21:04:34 -0000 From bf1783@googlemail.com Fri Feb 8 21:00:33 2013 > On Fri, Feb 8, 2013 at 10:45 PM, Kimmo Paasiala wrote: >> On Fri, Feb 8, 2013 at 10:17 PM, Anton Shterenlikht >> wrote: >>> From bf1783@googlemail.com Fri Feb 8 17:33:09 2013 >>> >>> > > I don't think it's true. >>> > > While still on 9.1 ports, the latest >>> > > entry in UPDATING was (well I lost it now) >>> > > about NOV-2012. I believe the revision was >>> > > also substantially lower. >>> > > >>> > > AS soon as I switched to head, >>> > > the latest entry in UPDATING is from >>> > > 6-FEB-2013 and the revision is 311942. >>> > > >>> > > Or maybe I misunderstood you? >>> > >>> > You do. :-) >>> > The local _subversion repository_ (I know I'm using >>> incorrent >>> > terminology) has a revision number: r######. Which is the >>> same >>> > across different versions of FreeBSD. >>> > The individual ports _maintained within that >>> repository_ have >>> > their individual ports numbers (e.g. libreoffice-3.6.5) ... >>> which >>> > also does not vary with the FreeBSD release. One can have >>> > libreoffice-3.6.5 and libreoffice 3.5.4 - but those are two >>> separate >>> > ports and both work (or should) on 8.3, 9.1, and -CURRENT. If >>> a >>> > port has a minimum (or maximum) release of the OS it supports, >>> there >>> > a mechanism for figuring that out and DTRT. >>> > >>> > Or did I misunderstand you? >>> >>> Yes, it is now branched, and he was probably using the equivalent >>> of: >>> >>> http://svnweb.FreeBSD.org/ports/branches/RELENG_9_1_0/ >>> >>> rather than >>> >>> http://svnweb.FreeBSD.org/ports/head/ >>> >>> By the way, Anton, you may wish to use https:// rather than >>> svn:// -- >>> slightly less efficient, but more secure. >>> >>> yes, got it, cool! >>> >>> root@zzz:/root # svn info /usr/ports/ >>> Path: /usr/ports >>> Working Copy Root Path: /usr/ports >>> URL: https://svn0.us-east.freebsd.org/ports/head >>> Repository Root: https://svn0.us-east.freebsd.org/ports >>> Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 >>> Revision: 311950 >>> Node Kind: directory >>> Schedule: normal >>> Last Changed Author: eadler >>> Last Changed Rev: 311950 >>> Last Changed Date: 2013-02-08 19:18:40 +0000 (Fri, 08 Feb 2013) >>> >>> root@zzz:/root # >>> >>> Does svn://svn.freebsd.org/base/head >>> support https too? >>> >>> Thanks >>> >>> Anton >>> >>> >> >> Just to repeat what others have tried to tell you. The ports tree is >> NOT branched. The branches/RELENG_9_1_0 thing is a "tag" in subversion >> terminology, a read only-snapshot of head from the time the release >> was made that will never be updated. >> >> -Kimmo > > Actually I'm talking slightly rubbish here, the tags are in the tags/* > part of the repository, for example > http://svn.freebsd.org/ports/tags/RELEASE_9_1_0. The > branches/RELENG_9_1_0 thing is a proper branch but since there's no > announcement of what it should used for I would guess it's someone's > test branch. Yes, it's a branch -- or a copy, I suppose, in subversion terms. I believe it was used to generate the package set for the 9.1 release. There probably won't be any future changes to it, but people can use it, as Anton apparently did. yes, that's what I thought. Anton P.S. Thanks for the https hint, I now moved both the ports and the src trees to it. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 21:20:05 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 47129B48; Fri, 8 Feb 2013 21:20:05 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x235.google.com (ia-in-x0235.1e100.net [IPv6:2607:f8b0:4001:c02::235]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA9815E; Fri, 8 Feb 2013 21:20:05 +0000 (UTC) Received: by mail-ia0-f181.google.com with SMTP id l29so1050916iag.26 for ; Fri, 08 Feb 2013 13:20:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=2xCkdaF2fokBHhR9TOn2/gIEjIx4oGxqad0XpDOeLaQ=; b=FU/k5zwCrtfULliBnHsBfypYX52sYFLgiRTF3SL8c+ubGqoS8BF6ILjt5tSJJlzBH0 mWBPV8F1AXpetDb/emb4RSxLPRj00zFff8QTh5qNO1wsTg67V5xWHbOFY2iCItUp1jN2 iV3AQ9Cd6xqb78uDuvS+NlDLrjpw79YVrF08WgT3djRoqebWhD4WwgSt1agdT+6K2WxX vsctTUQHAtF6gR1GMt05jHPRHdGdpfqHiGaVwz3MrNt+Byuvzgp23wZTYclzSdtfK/9f EDCFqt0IHWG7ty7Csad04KIzwB0YmcUVAcT9ldQd5UljYuR6LekEuIwA8mXuHgIKU+O4 Txrg== X-Received: by 10.50.178.10 with SMTP id cu10mr5430828igc.75.1360358404610; Fri, 08 Feb 2013 13:20:04 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Fri, 8 Feb 2013 13:19:34 -0800 (PST) In-Reply-To: <20130208083723.4afe67e6@scorpio> References: <20130208083723.4afe67e6@scorpio> From: Chris Rees Date: Fri, 8 Feb 2013 21:19:34 +0000 X-Google-Sender-Auth: LRW6OkXmw2Sz_1eOdm6ZB6CLn5Y Message-ID: Subject: Re: x11/kde4-runtime To: FreeBSD Mailing List Content-Type: text/plain; charset=ISO-8859-1 Cc: kde@freebsd.org, Emanuel Haupt X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 21:20:05 -0000 On 8 February 2013 13:37, Jerry wrote: > I have (had) "/shells/bash-devel" installed on my system. When updating > KDE4, I discovered that the "x11/kde4-runtime" port and others that > depend on "shells/bash" will not build if "shell/bash-devel" is > installed. Presently, these ports are identical. > > I am not sure if I should report this as a possible bug or not. I was > forced to remove the "bash-devel" port and revert to the "bash" port in > order to allow the builds to continue. > This is symptomatic of the dependency being of the form bash>=version, rather than simply depending on the bash binary. Please would you provide a log? I can't find from a cursory search the exact port that depends on bash in this way. Chris From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 21:46:20 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9B98151B; Fri, 8 Feb 2013 21:46:20 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) by mx1.freebsd.org (Postfix) with ESMTP id 4446E2A3; Fri, 8 Feb 2013 21:46:20 +0000 (UTC) Received: from [192.168.0.6] (spaceball.home.andric.com [192.168.0.6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 3CEE25C43; Fri, 8 Feb 2013 22:46:18 +0100 (CET) Message-ID: <5115722A.3050400@FreeBSD.org> Date: Fri, 08 Feb 2013 22:46:18 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/20130117 Thunderbird/19.0 MIME-Version: 1.0 To: Konstantin Belousov Subject: Re: openssh-portable segmentation faults References: <67A39057348F4D1BA43004DB5F0E8DBB@white> <5113B343.303@FreeBSD.org> <511435D8.8000900@FreeBSD.org> <20130207232853.GO2522@kib.kiev.ua> In-Reply-To: <20130207232853.GO2522@kib.kiev.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Brooks Davis , Bryan Drewery , Dewayne Geraghty X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 21:46:20 -0000 On 2013-02-08 00:28, Konstantin Belousov wrote: > On Fri, Feb 08, 2013 at 12:16:40AM +0100, Dimitry Andric wrote: ... >> I guess a similar approach as take in the above thread should be taken, >> e.g. rename the function in the port to openbsd_strnvis(), and have the >> port call that. Or use macro trickery to swap the arguments... :) > > I suggest taking a reverse approach, and rename our libc function to > e.g. NetBSD_strnvis(). This way, at least linking binaries would > result in the build-time failure. For shared libraries, we also get > some semi-helpful message from rtld which would allow to identify > the problem without obtaining the backtrace. Anyway, the porter will > see the issue cleanly. > > This should be done before merging the libc changes to stable. The merge to stable/9 was already done in r245439. :-/ Unfortunately, this function is not standardized, but at first sight, the NetBSD prototype: int strnvis(char *dst, size_t dlen, const char *src, int flag); is more logical than the OpenBSD prototype: int strnvis(char *dst, const char *src, size_t siz, int flag) because the 'siz' argument is really the length of 'dst'. On the other hand, OpenBSD added this function in 2000, while NetBSD was late to the party in 2011... :) That said, it is possible the semantics of the NetBSD implementation are subtly different from what OpenSSH expects, so it is safer to let the port use its own implementation anyway. The question is also how many third-party software uses strnvis(), and what the prevalent expectation is about the argument order. If most external software expects the OpenBSD order, it would be better to use that instead. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 21:52:26 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EA2516C2 for ; Fri, 8 Feb 2013 21:52:26 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gg0-x22f.google.com (gg-in-x022f.1e100.net [IPv6:2607:f8b0:4002:c02::22f]) by mx1.freebsd.org (Postfix) with ESMTP id 72EDB2F2 for ; Fri, 8 Feb 2013 21:52:26 +0000 (UTC) Received: by mail-gg0-f175.google.com with SMTP id l1so513855ggn.6 for ; Fri, 08 Feb 2013 13:52:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=zbRHvRBLSz6zQnOJr9IslclnX0Pp8Gi7UfNiNtM63NY=; b=j/0D+3v0WftcRnpO98Cv4KDo9CgagBsPMWGUwZaSLrCR/CLe/fR8RcNcbIyOq7x+84 5irkbDaeARG38sTMRYqAHiIa0UWyrCrPtw64fcflOpH2ZnfNizFOdx2n8NlLRcjJUphT v4m9C+f9w4nMP29o+7hb4sHYYISjlYJkIMcGw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=zbRHvRBLSz6zQnOJr9IslclnX0Pp8Gi7UfNiNtM63NY=; b=LJCyY9a6wScmSzex27SGRawLkmVFWcUkacyPi6dHS/w5eCU73ViP/gl0SjBcQzWkzr ISHjZAToOG1DASLXUIkO1MuQKc9erNuC4a4ttvMxe246tXKRjiLrF8XughDEOb5kS8Nd BmNa7zbAxQTRmO5s7TG79WxdcliHpnlWL2G1LlLLxR6hYoyfO0yPJfP2/1OywySfBBnM kzoEIuhjeTrlnVnmzOuT8UcESQj78I/TP20wfAH0x8kXMT40//OWubWFK7uDvf0Umw00 NJXaLk6G/5ZMkpmikgs81KEu1B3KW4RTSgTL6QY7zpVxuoHcw0GgUPW5zkSyQx9NAlDh 8xyQ== X-Received: by 10.236.151.52 with SMTP id a40mr8254824yhk.9.1360359924832; Fri, 08 Feb 2013 13:45:24 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id x8sm44960283yhn.12.2013.02.08.13.45.23 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 13:45:24 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPA id 3Z2qgl0Jn3z2CG5n for ; Fri, 8 Feb 2013 16:45:23 -0500 (EST) Date: Fri, 8 Feb 2013 16:45:22 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: x11/kde4-runtime Message-ID: <20130208164522.12a6f6c7@scorpio> In-Reply-To: References: <20130208083723.4afe67e6@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQkifqrMk8iYEEKJbJgevIFiV0wMkdzaB+g44ztJaAYgw05AGHLQiwpaVLW7lppVonVUK3ru X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Feb 2013 21:52:27 -0000 On Fri, 8 Feb 2013 21:19:34 +0000 Chris Rees articulated: > This is symptomatic of the dependency being of the form bash>=version, > rather than simply depending on the bash binary. > > Please would you provide a log? I can't find from a cursory search > the exact port that depends on bash in this way. I have come across several. In order to create a log, I will have to revert to "bash-devel". I reverted to the "bash" port because of the problems I was having. The "x11/kde4-runtime" is one such port however. Both "portupgrade" and "portmaster" bitched about the conflict with "bash". I had the "bash-devel" port installed at the time. I am not sure if it was that actual port or one in the chain though. If I had a test machine available, I would change the "bash" port and then try building the x11/kde4-runtime port. However, since I don't, it will just have to wait. -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ The difficult we do today; the impossible takes a little longer. From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 21:52:38 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4AE8174D for ; Fri, 8 Feb 2013 21:52:38 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gh0-f169.google.com (mail-gh0-f169.google.com [209.85.160.169]) by mx1.freebsd.org (Postfix) with ESMTP id 0573E2F5 for ; Fri, 8 Feb 2013 21:52:37 +0000 (UTC) Received: by mail-gh0-f169.google.com with SMTP id r18so998687ghr.0 for ; Fri, 08 Feb 2013 13:52:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=bQrPV1Tc8a1oz6xaDBvkzSE8K1fr4g43QAlp08cBEA0=; b=KzZMIyWwqNk0k2EPCXWiZU1BAfnKJJl6ioqn+YRuUG4BSe0QSY0BbcqKUEma6N6eND jyV90j9zCK9QcoUS8Z/cyE1yJ11zXDuA9uLnjT8fDfy1FbaBoXC0nCYx5Ny7cdz/KeY6 UwDu84D/12jV8KxSnnMtS2AA4Pg10rdob9/vc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=bQrPV1Tc8a1oz6xaDBvkzSE8K1fr4g43QAlp08cBEA0=; b=c6JBNoDXX/NGyXAzUzWj4L9Cb5bP5zfVWrFjr3yjFpe8DEgQnShRR32hpZDkcV6Xqy 7NrDrbum1OEAs550XMbzcbgwWxPGTt7MJfxlbKA1gl1vsAL4mKVHzhExD0xr086o1xIr oFaXOL0IIckDid3cTjMhoBmpjS5n6h1aMAhsHEHXtMTTRU6uX8Djk3fxHiejgPtSgJp8 94Z+4uN0wgVoH2lamQpfVfu8mcmSBf9ygdT1lR28wwvQOfmyUnV+Xq3w0StekONcC9ec VEeoqrpolNaJHw4yxqtQIVt3X/MHcL6zF27jzLZzY59Y9h5ony1/DGEE18cPPDfIyH4l YxoQ== X-Received: by 10.236.89.49 with SMTP id b37mr8200511yhf.33.1360360357320; Fri, 08 Feb 2013 13:52:37 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id h3sm8737117ani.4.2013.02.08.13.52.36 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 08 Feb 2013 13:52:36 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPA id 3Z2qr350rJz2CG5n for ; Fri, 8 Feb 2013 16:52:35 -0500 (EST) Date: Fri, 8 Feb 2013 16:52:35 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: openssl broken Message-ID: <20130208165235.0dc7ac68@scorpio> In-Reply-To: References: <20130208154912.0b880f68@scorpio> Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQmLbTvRDMcrBZjZngf0zthMkMM3smvuBo2ZHbk96XjTo/7CshMU8i6R86Kp7ihdcSg6vP5Y X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 08 Feb 2013 21:52:38 -0000 On Fri, 8 Feb 2013 21:03:07 +0000 (UTC) Michael Grimm articulated: > Jerry wrote: > > > I updated openssl on my system and ran into this bug: > > > > As noted numerous times on the openssl-dev list, OpenSSL 1.0.1d is > > broken. You need to grab > > > > and apply it to the 1.0.1d source to fix it. > > > > Will this patch be applied to the port version? > > I'd like to second that. I ran into this issue as well, breaking > dovecot, postfix and nginx. Thanks to zfs snapshots I've been able > to recover within seconds ;-) I heard that the nice folks who brought us "1.0.1d" will be coming out with "1.0.1e" any day now. The key words being "any day" now. Sometimes I really wonder if anyone actually tests this software before releasing it. Usually I never update any software to a new version until it has been in use for a while. However, since this was not a major update, but just a minor letter, I figured how badly could I get burnt. Once again, lady luck bit me in the ass. By the way, there is now a PR filed against it. Hopefully something will be done to correct the problem. I had to revert everything back to the old version. More time lost ... -- Jerry â™” 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 Fri Feb 8 22:00:36 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D93B789A for ; Fri, 8 Feb 2013 22:00:36 +0000 (UTC) (envelope-from news@kaan-bock.net) Received: from mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [91.121.60.26]) by mx1.freebsd.org (Postfix) with ESMTP id 9EA54344 for ; Fri, 8 Feb 2013 22:00:36 +0000 (UTC) Received: from mx1.enfer-du-nord.net (mail.kaan-bock.invalid [10.10.10.1]) by mx1.enfer-du-nord.net (Postfix) with ESMTP id 3Z2r1H5CKwzDDj for ; Fri, 8 Feb 2013 23:00:35 +0100 (CET) X-Virus-Scanned: amavisd-new at enfer-du-nord.net Received: from mx1.enfer-du-nord.net ([10.10.10.1]) by mx1.enfer-du-nord.net (mx1.enfer-du-nord.net [10.10.10.1]) (amavisd-new, port 10024) with LMTP id puJ8UlsabnuH for ; Fri, 8 Feb 2013 23:00:35 +0100 (CET) Received: from news.kaan-bock.invalid (news.kaan-bock.invalid [10.10.10.4]) by mx1.enfer-du-nord.net (Postfix) with ESMTPS id 3Z2r1H2ph1zDDc for ; Fri, 8 Feb 2013 23:00:35 +0100 (CET) Received: (from news@localhost) by news.kaan-bock.invalid (8.14.5/8.14.5/Submit) id r18M0ZdZ025030 for freebsd-ports@freebsd.org; Fri, 8 Feb 2013 23:00:35 +0100 (CET) (envelope-from news) To: freebsd-ports@freebsd.org From: Michael Grimm Newsgroups: muc.lists.freebsd.ports Subject: Re: openssl broken Date: Fri, 8 Feb 2013 22:00:35 +0000 (UTC) Organization: ATK - Alternative Tierklinik links der Einfalt Message-ID: References: <20130208154912.0b880f68@scorpio> <20130208165235.0dc7ac68@scorpio> Keywords: ignore User-Agent: slrn/1.0.1 (Darwin) Cancel-Lock: sha1:wDG0oJO2LhYeQEhPKY3jm+v+/Ug= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 22:00:36 -0000 Jerry wrote: > Usually I never update any software to a new version until it has been > in use for a while. However, since this was not a major update, but > just a minor letter, I figured how badly could I get burnt. Hmm, I did follow the advice in my daly security report: | Affected package: openssl-1.0.1_5 | Type of problem: OpenSSL -- TLS 1.1 1.2 denial of service. | Reference: http://portaudit.FreeBSD.org/00b0d8cd-7097-11e2-98d9-003067c2616f.html > Hopefully something will be done to correct the problem. I'm very confident, that this issue will be resolved very soon, really. Shit happens. Thus, I do not complain. Regards, Michael From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 22:01:21 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4A9659BC for ; Fri, 8 Feb 2013 22:01:21 +0000 (UTC) (envelope-from rabe@uugrn.org) Received: from mail.uugrn.org (mail.uugrn.org [IPv6:2a03:2500:1:6:b::]) by mx1.freebsd.org (Postfix) with ESMTP id BDE83354 for ; Fri, 8 Feb 2013 22:01:20 +0000 (UTC) Received: from rabe.uugrn.org (rabe.uugrn.org [IPv6:2a03:2500:1:6:19::]) by mail.uugrn.org (8.14.5/8.14.5) with ESMTP id r18M19XF036487 for ; Fri, 8 Feb 2013 23:01:19 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from rabox.fritz.box (rabe@rabe.uugrn.org [164.177.171.25]) by rabe.uugrn.org (8.14.5/8.13.8) with ESMTP id r18M19Jd036483 for ; Fri, 8 Feb 2013 23:01:09 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from rabox.fritz.box (localhost [127.0.0.1]) by rabox.fritz.box (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r18M18d1006654 for ; Fri, 8 Feb 2013 23:01:08 +0100 Received: (from rabe@localhost) by rabox.fritz.box (8.14.4/8.14.4/Submit) id r18M184r006653 for ports@freebsd.org; Fri, 8 Feb 2013 23:01:08 +0100 X-Authentication-Warning: rabox.fritz.box: rabe set sender to rabe@uugrn.org using -f Date: Fri, 8 Feb 2013 23:01:08 +0100 From: Raphael Eiselstein To: ports@freebsd.org Subject: Re: mutt vs db44 // Bug in /usr/ports/Mk/bsd.database.mk ? Message-ID: <20130208220108.GC4018@ma.sigsys.de> References: <20130208201503.GB4018@ma.sigsys.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4jXrM3lyYWu4nBt5" Content-Disposition: inline In-Reply-To: <20130208201503.GB4018@ma.sigsys.de> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 22:01:21 -0000 --4jXrM3lyYWu4nBt5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi again, quick-fix / works for me (line breaks!) ---------------------------------------------------------- [root@fbsd9 ~]# diff -u /usr/ports/mail/mutt/Makefile.orig /usr/ports/mail/mutt/Makefile=20 --- /usr/ports/mail/mutt/Makefile.orig 2013-02-08 22:33:28.650075250 +0100 +++ /usr/ports/mail/mutt/Makefile 2013-02-08 22:33:39.249797810 +0100 @@ -527,7 +527,7 @@ CONFIGURE_ARGS+=3D --enable-hcache --without-gdbm --without-bdb --with-tokyocabinet LIB_DEPENDS+=3D tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet .else -USE_BDB=3D 42+ +USE_BDB=3D 44 CONFIGURE_ARGS+=3D --enable-hcache --without-gdbm --with-bdb .endif .else ---------------------------------------------------------- will result in=20 ---------------------------------------------------------- [root@fbsd9 ~]# pkg_info -Rr /usr/ports/packages/All/mutt-1.5.21_1.tbz=20 Information for /usr/ports/packages/All/mutt-1.5.21_1.tbz: Depends on: Dependency: ispell-3.3.02_5 Dependency: openssl-1.0.1_6 Dependency: mime-support-3.52.2 Dependency: pkgconf-0.8.9 Dependency: sqlite3-3.7.14.1 Dependency: mysql-client-5.5.30 Dependency: db44-4.4.20.4 Dependency: db41-4.1.25_4 Dependency: cyrus-sasl-2.1.26_2 Dependency: libiconv-1.14 Dependency: gettext-0.18.1.1 Dependency: libidn-1.26 ---------------------------------------------------------- --> works for me. On Fri, Feb 08, 2013 at 09:15:03PM +0100, Raphael Eiselstein wrote: > Depends on: > Dependency: db42-4.2.52_5 *** > Dependency: db41-4.1.25_4 *** > *** libdb-4.4.so.0 =3D> /usr/local/lib/libdb-4.4.so.0 (0x801ccc000) *= ** I took a look on /usr/ports/Mk/bsd.database.mk ## # USE_BDB - Add Berkeley DB library dependency. # If no version is given (by the # maintainer via the port or # by the user via defined variable), try # to find the # currently installed version. Fall # back to default if # necessary (db41+). [=E2=80=A6] # For specifying [40, 41, ..]+ _DB_40P=3D 40 ${_DB_41P} _DB_41P=3D 41 ${_DB_42P} _DB_42P=3D 42 ${_DB_43P} _DB_43P=3D 43 ${_DB_44P} _DB_44P=3D 44 ${_DB_46P} [=E2=80=A6] It seems when USE_BDB=3D42+ it will probe for 43 but I only have 44 installed here. So USE_BDB=3D42+ results in 42.=20 Setting USE_BDB=3D44 in the Makefile results in a dependency on 44 which is similar to the auto-detection of mutt's autoconf and therefore will result in a correct dependency, as shown in my QA now: ---------------------------------------------------------------------- [root@top3 /jails/shared/qa]# zfs rollback zroot/jails/shared/qa@20130208_t= iny_init [root@top3 /jails/shared/qa]# jexec 29 su - root@qa:/root # pkg_info pkg_info: no packages installed root@qa:/root # pkg_add /usr/ports/packages/All/mutt-1.5.21_1.tbz=20 Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf and edit it to fit your needs. *** Added group `cyrus' (id 60) *** Added user `cyrus' (id 60) You can use sasldb2 for authentication, to add users use: saslpasswd2 -c username If you want to enable SMTP AUTH with the system Sendmail, read Sendmail.README NOTE: This port has been compiled with a default pwcheck_method of auxprop. If you want to authenticate your user by /etc/passwd, PAM or LDAP, install ports/security/cyrus-sasl2-saslauthd and set sasl_pwcheck_method to saslauthd after installing the Cyrus-IMAPd 2.X port. You should also check the /usr/local/lib/sasl2/*.conf files for the correct pwcheck_method. root@qa:/root # ldd /usr/local/bin/mutt mutt* mutt_dotlock* muttbug* =20 root@qa:/root # ldd /usr/local/bin/mutt /usr/local/bin/mutt: libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x8008cf000) libssl.so.8 =3D> /usr/local/lib/libssl.so.8 (0x800b2a000) libcrypto.so.8 =3D> /usr/local/lib/libcrypto.so.8 (0x800d90000) libz.so.6 =3D> /lib/libz.so.6 (0x801165000) libsasl2.so.3 =3D> /usr/local/lib/libsasl2.so.3 (0x801379000) libintl.so.9 =3D> /usr/local/lib/libintl.so.9 (0x801594000) libiconv.so.3 =3D> /usr/local/lib/libiconv.so.3 (0x80179e000) libidn.so.17 =3D> /usr/local/lib/libidn.so.17 (0x801a9a000) libdb-4.4.so.0 =3D> /usr/local/lib/libdb-4.4.so.0 (0x801ccc000) libc.so.7 =3D> /lib/libc.so.7 (0x801fd5000) libthr.so.3 =3D> /lib/libthr.so.3 (0x802328000) ---------------------------------------------------------------------- So my workaround works here but I strongly suspect a logical bug in=20 /usr/ports/Mk/bsd.database.mk: if db41, db42 and db44 exists and a port specifies USE_BDB=3D42+ then it will check for db43 and then will fall back to db42 which is not incorrect. But autoconf will detect db44 and will link mutt against db44, but our port will record a dependency on db42. Someone who really knows about /usr/ports/Mk/bsd.database.mk should review this before submitting a PR/bug report.=20 Regards Raphael --=20 Raphael Eiselstein http://rabe.uugrn.org/ xmpp:freibyter@gmx.de | https://www.xing.com/profile/Raphael_Eiselstein = =20 GnuPG: E7B2 1D66 3AF2 EDC7 9828 6D7A 9CDA 3E7B 10CA 9F2D =2E........|.........|.........|.........|.........|.........|.........|.. --4jXrM3lyYWu4nBt5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlEVdaQACgkQnNo+exDKny29QACeP38M3RyYpvoWgVN6PfYcadj+ G+AAn2IgY8kMkv0na4DLN4twzHH9XVcr =6pIX -----END PGP SIGNATURE----- --4jXrM3lyYWu4nBt5-- From owner-freebsd-ports@FreeBSD.ORG Fri Feb 8 22:32:00 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2DCB850D for ; Fri, 8 Feb 2013 22:32:00 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-vc0-f175.google.com (mail-vc0-f175.google.com [209.85.220.175]) by mx1.freebsd.org (Postfix) with ESMTP id CFBB56D5 for ; Fri, 8 Feb 2013 22:31:59 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id fw7so2653299vcb.20 for ; Fri, 08 Feb 2013 14:31:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=Qmnqfc6pPhWVjchkTXgyxoCk8VFht13mknQUoIBbeJk=; b=TYgSA+v4UtDhg3uWa/DhEiFHSP2svrqWRq2B3rQ8Y1lVvwERlF4P+6gF6J5r4n6L1/ rHBYLQT0ejCJVZpdoc3bza6svK2I6oHKYPLx4XaCpb2CZPBPau4BG7aq9Q3kVWjYsizV Z/Kwz3+QkJ8YBPW2XuoMPFF/bbQuOtlhwyaC9pQHcW2+OmBp1YydUDf9muQDQweB159N /e2fLFZUHqV6LHwe91s25q66wzy2RpnHAWd8wmPzE1yPFN80zlPdg7mc3NUh1kot9TGC +1KzNd07ZP81vlj8Xfb0JkpVGX8MAymmiA8ZLT7iuwR0KzsP8SnS6zD7jW3zmSvlaR2q j0kA== MIME-Version: 1.0 X-Received: by 10.52.177.161 with SMTP id cr1mr7741763vdc.64.1360362718409; Fri, 08 Feb 2013 14:31:58 -0800 (PST) Sender: bsd-src@helfman.org Received: by 10.58.46.112 with HTTP; Fri, 8 Feb 2013 14:31:58 -0800 (PST) In-Reply-To: <1360357160.42747.YahooMailNeo@web141401.mail.bf1.yahoo.com> References: <1359472957.57513.YahooMailNeo@web141403.mail.bf1.yahoo.com> <1360357160.42747.YahooMailNeo@web141401.mail.bf1.yahoo.com> Date: Fri, 8 Feb 2013 14:31:58 -0800 X-Google-Sender-Auth: MG8Ado4LVyRY-6kFOOrBcLrclek Message-ID: Subject: Re: Zimbra Port From: Jason Helfman To: Paul Pathiakis X-Gm-Message-State: ALoCoQlwX0eNMefQMq7wiVyFWgKxIpohPjysvJmGBPFqNO1XPBpqpIKm0Im7MWVqcZ2pOkZ3LrEu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Chris Rees , "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Feb 2013 22:32:00 -0000 On Fri, Feb 8, 2013 at 12:59 PM, Paul Pathiakis wrote: > Chris, > > I dug into it hard just a few days ago. > > Here's their issues: > > Like most people who are "solely" Linux (I'm not solely anything, 25+ > years in sysadmin, architecture, internet engineering, etc.), they don't > understand where /opt came from and what its true, original purpose was. > (Additional OS enhancement software - directory was created circa 1990). > Most of the linux world believes that all additional software goes into > /opt. > > Happily, we have nullfs but more happily, ZFS. > > ZFS creating /opt/zimbra or creating a zpool and zfs'ing it, whatever, > solves this issue. (In other words, poor use of auto-configuration tools > and make variables that allow you to define a DESTDIR instead of hardcoding > it.) Performing a softlink or other things causes the install to totally > blow up. > > They guy who did the attempt at FreeBSD installation, did a decent job at > figuring this out. Everything, performing his procedure works as almost as > directed. > > Things that are not to be liked about it: > > He builds specific packages for the install and bundles them up with the > install. > He creates three packages for the install, the builddeps, rundeps and > source. > He then almost forces you to use these packages and his 'blessed ports > packages" that he created to get it to install correctly instead of just > using ports. > > After all this is installed with pkg_add (I couldn't find any indication > of pkgng work) The supporting software is installed and ready to go. > > Now, you get to the Zimbra source. (All 3 software bundles are tar'd and > gzip'd) Once the ZCS is unpacked, you run install.sh in its root directory > and away it goes. > > Once you get by some very strange errors (DNS not configured but it was, > you have to force it to be your domain, and some other strangeness), you > work out those few issues and find no errors in the install log(s). > Awesome.... > > The last part of it is the thing starts up and integrates everything.... > (This is something truly impressive: Apache, OpenSSL (certs get gen'd) , > LDAP, MySqeel, Postfix, all the spam, virus, etc packages that go with a > mail system, and on and on..... It then tells me everything is running and > I have to connect to https://:7071..... it just hangs at that > point.... *shrug* > > I've tried debugging it and I've tried over 10 times of going over > possible errors. Nothing. I tried contacting the author but there seems > to be an access issue. > > I'll try again soon, however, my company is being built right now.... so > I have VERY, VERY LIMITED time. (Yes, it's PC-BSD and FreeBSD based) I > was hoping to have a full collaboration suite for MS exchange and Outlook > drop-in replacement and this looked very promising. *sigh* > > P. > > > > > ________________________________ > From: Chris Rees > To: Paul Pathiakis > Cc: "ports@freebsd.org" > Sent: Friday, February 8, 2013 2:23 PM > Subject: Re: Zimbra Port > > On 29 January 2013 15:22, Paul Pathiakis wrote: > > Hi, > > > > It looks like they are soooo close here. Can't ports pick this up and > put it in the collection? > > > > http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD > > > > If you look at the Zimbra site for threads there are quite few with > people asking for Zimbra on FreeBSD. > > At a glance it's a little less trivial than "picking it up and putting > it in the collection" :) > > It probably wouldn't be too difficult, but someone would need to make > a tarball of the sources available, which may have licensing issues... > perhaps you could ask the author how he made the packages? > > Chris > I may able to take a look at this. I was a Zimbra Administrator and have run into a number of issues that I can solve, and maybe can work with you on the port. mail/zimbra or java/zimbra lol..... :) -jgh -- Jason Helfman | FreeBSD Committer jgh@FreeBSD.org | http://people.freebsd.org/~jgh | The Power to Serve From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 01:53:56 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 87FC7269 for ; Sat, 9 Feb 2013 01:53:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2B3FC1 for ; Sat, 9 Feb 2013 01:53:56 +0000 (UTC) Received: from meatwad.mouf.net (cpe-098-122-135-254.nc.res.rr.com [98.122.135.254]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id r191rfCl086418 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sat, 9 Feb 2013 01:53:47 GMT (envelope-from swills@FreeBSD.org) Message-ID: <5115AC25.7060208@FreeBSD.org> Date: Sat, 09 Feb 2013 01:53:41 +0000 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: mexas@bristol.ac.uk, freebsd ports Subject: Re: lang/perl5.16: threaded perl vs -pthread? References: <201302082059.r18KxDoY036464@mech-cluster241.men.bris.ac.uk> In-Reply-To: <201302082059.r18KxDoY036464@mech-cluster241.men.bris.ac.uk> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Sat, 09 Feb 2013 01:53:47 +0000 (UTC) X-Spam-Status: No, score=1.3 required=4.5 tests=RCVD_IN_RP_RNBL autolearn=no version=3.3.2 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.6 at mouf.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 01:53:56 -0000 On 02/08/13 20:59, Anton Shterenlikht wrote: > What is the difference between building lang/perl5.16 > with > Build threaded perl > vs > Build with -pthread > > on amd64? > > What if I choose both options? > The point of the -pthread option is to ensure that perl doesn't hang when you load a perl module which dlopens a threaded lib. You really want this. Threaded perl is completely different. You probably don't want this unless you know what you're doing. The two are not incompatible. The defaults were chosen wisely, for good reasons. Steve From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 02:03:09 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 178AD393; Sat, 9 Feb 2013 02:03:09 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx1.freebsd.org (Postfix) with ESMTP id 543D686; Sat, 9 Feb 2013 02:03:08 +0000 (UTC) Received: by mail-pa0-f49.google.com with SMTP id kp6so2350449pab.22 for ; Fri, 08 Feb 2013 18:03:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=Boen6UhUTa8QgjUIxpzL4rGxmGZdMOUU+oLa9lnpfmA=; b=WeyQMGUT8GhmmnO+vzoo9cdpl19xR0+OA3+YD20l/CQapagjAkFZFGpqPlGkrkeDG2 D/iyC/qG0301Y9PXNbxqtWt9NzeuoMCbnnTbsMODafsZfDPSLyh9JB7paXJKoKvwfTkA AeprWTXnkloC+BbuigefoGYVDXmI6L7HSEQBL9WFn9dEJ1u2LxhnjD4Y1GQ7gHSGDFnB KDBsDGIo7jWaWqOFSjK31kqeCgReo88MY7z+1WHOGVw5Qo9gdlYM73UxDhaA0UgYdeVK vZEvu1NYWVOTZiLsPQGPzXjWDoU7gtrOBUDj+/ljy6bjrJJPty+OE+vTwfpz7u9x6zLY s3jg== MIME-Version: 1.0 X-Received: by 10.66.73.164 with SMTP id m4mr23476117pav.12.1360375381839; Fri, 08 Feb 2013 18:03:01 -0800 (PST) Received: by 10.67.2.65 with HTTP; Fri, 8 Feb 2013 18:03:01 -0800 (PST) In-Reply-To: <20130208204338.GD13613@pcjas.obspm.fr> References: <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> <20130208134135.GC12284@pcjas.obspm.fr> <20130208204338.GD13613@pcjas.obspm.fr> Date: Fri, 8 Feb 2013 18:03:01 -0800 Message-ID: Subject: Re: LibreOffice 3.6.5 on amd From: Kevin Oberman To: Albert Shih Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Olivier Smedts , ports@freebsd.org, Baptiste Daroussin , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 02:03:09 -0000 On Fri, Feb 8, 2013 at 12:43 PM, Albert Shih wrote: > Le 08/02/2013 ? 12:35:12-0800, Kevin Oberman a =C3=A9crit >> On Fri, Feb 8, 2013 at 5:41 AM, Albert Shih wrote= : >> >> > complaints already. :-( >> >> >> > On one of my pc everything compile, everything work but the registrati= on >> > don't work, the make install finish with : >> > >> > >> > =3D=3D=3D> Registering installation for libreoffice-3.6.5_1 >> > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk/appli= cation' (package tools out of date?) >> > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk' (pac= kage tools out of date?) >> > pkg_create: read_plist: unknown command '@dirrmtry share/mime/packages= ' (package tools out of date?) >> > pkg_create: read_plist: unknown command '@dirrmtry share/mime' (packag= e tools out of date?) >> > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor= /32x32/mimetypes' (package tools out of date?) >> > pkg_create: read_plist: unknown command '@dirrmtry share/icons/locolor= /32x32/apps' (package tools out of date?) >> > pkg_create: write_plist: unknown command type -1 (share/mimelnk/applic= ation) >> > *** [fake-pkg] Error code 2 >> > >> > Stop in /usr/ports/editors/libreoffice. >> > *** [reinstall] Error code 1 >> > >> > Stop in /usr/ports/editors/libreoffice. >> > >> > Any idea ? >> > >> >> I get the same thing and libreoffice puts up the splash screen, sits >> for about 6 seconds without updating the progress bar at all, and >> exits without error (0). Ugh! > > Absolutely....and work fine. But if you do > > pkg_info|grep libreoff > > you can see they are a little problem about the registration. Nothing to = do > with the compilation or the installation. Ah. Didn't read my whole response, I guess. It does not work fine. It puts up the Libreoffice3 splash ofr 6 seconds and exits with no error (returns 0). That is a long way from "work fine". I have still have libreoffice-3.6.5 on my laptop and it does work, but I don't know if the changes in PORTREVISION 1 broke it or if there is an issue with the i386 build. The one that works is an amd64. I'll try updating the amd64 system tonight and see how it does. I see jkim has fixed the plist issue. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 02:21:47 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 295FB502 for ; Sat, 9 Feb 2013 02:21:47 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm31.bullet.mail.bf1.yahoo.com (nm31.bullet.mail.bf1.yahoo.com [72.30.239.198]) by mx1.freebsd.org (Postfix) with ESMTP id AF595FF for ; Sat, 9 Feb 2013 02:21:46 +0000 (UTC) Received: from [98.139.212.144] by nm31.bullet.mail.bf1.yahoo.com with NNFMP; 09 Feb 2013 02:19:11 -0000 Received: from [98.139.212.214] by tm1.bullet.mail.bf1.yahoo.com with NNFMP; 09 Feb 2013 02:19:10 -0000 Received: from [127.0.0.1] by omp1023.mail.bf1.yahoo.com with NNFMP; 09 Feb 2013 02:19:10 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 971809.54853.bm@omp1023.mail.bf1.yahoo.com Received: (qmail 12625 invoked by uid 60001); 9 Feb 2013 02:19:10 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1360376350; bh=61x94AJ3W/i4OkyNHCOg4f6gUL2zLYIJkPNSGUIZlDY=; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=X7dgyHkJTjfOKCfqmn0EDKgQOpnb37oYFy9JH/XqBb4R1oDxs1Frp1Idm2oRfYDEGS08X5XLNr6jfR/Gwnp6BvewCDUd2Kd9qOwbADQdxiIKht0FqCuX0PIIvJfwh6TXLKkFudg2AirYThd2PjZf2j33SqCcGn8Qh/LC2nUHPB4= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Rocket-MIMEInfo:X-Mailer:References:Message-ID:Date:From:Reply-To:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=RjpKNCMrTx6V2o3IeD3APuCEvnJwl8GlHEcuZ3xT/jPDQbR6hV9BsQARID0vy80IedT7F79ou+Ff3ic+A5WFEMU+WGWgZGJ/MFReGn9Q6fJeUaqLBi4LnErRf9MGRx1RscjMHCzpabEEBq1PjUEYHZF0zSK6fMKdn/e4K8XEltM=; X-YMail-OSG: AECim9QVM1m3xYmJozNhRVas5o1e10FBY4vQD2tAqkLvaZQ rkWqIdn4DEHwklgbjISPaYQxR2gw3bwxo3SRnEpHdBsxtTuMO4l9f8Jq0uYs msc5Xd0wwLukv92EY1c5vLDeoU7DNm33F3gKHxoEJdpINa89.lCFOPgnLqUG jIgtpGNEY40c3XygCMtHEeT8LLcLyePXDgzP66TzrcdLiS4_sd7ioFZ0laTY _06MAt0VRY2QLSta3lOxh52HNibxL3P9yQT7inN4vpId3zVqvZq.B4pWWjmb gq.8oMLNlgFDnFOBkncO.nRXtbJoXwLEhwpho_b2X7m5lHRWRZ1zIwPvyue8 OBsJrdqoxxuU34SKrJy34SV6pgOSPjI2IgB6V6thO46OsaozxdM8OYu39TVs OrCps5dqnW1vFeLUzJQtJIPz36j6r8RD3hz_VtXQszVxo_mBoktSGVLdzXQR _JYL0ODV499wHIeQ9piMGTJ28.PsNEgtrl8GT48_B2hcVnWLtiuC2bR0kOAR KqesdpeJ_.i.z_lzHSg5wOEN.l5mkhEkZdGjT2jnXb3HeqD8ZCRjt3YoEL1A lFtBaZH7yhtDGE3aQ2lyLEJD5r1Nd7N7UVppXZjU1oerSLZcTJWwkpeYBRtE InDyLbsZJWSZsgPgAoCWMEbs.fOY- Received: from [68.186.252.198] by web141404.mail.bf1.yahoo.com via HTTP; Fri, 08 Feb 2013 18:19:10 PST X-Rocket-MIMEInfo: 001.001, R2VudGxlbWVuOgoKSSBjcmVhdGVkIGFuIGFjY291bnQgb24gdGhlIFppbWJyYSBzaXRlIGFuZCBzZW50IG1haWwgdG8gdGhlIE9TUyBFbmdpbmVlciwgU29sa28sIHdobyBoYXMgZG9uZSBtb3N0IG9mIHRoZSBhdHRlbXB0ZWQgcG9zdC7CoCBJIGhvcGUgdG8gaGVhciBmcm9tIGhpbSBzb29uIGFuZCBnZXQgdGhpcyBraWNrZWQgb2ZmLgoKQXQgdGhlIHByZXNlbnQgdGltZSwgSSdtIGluIHRoZSBtaWRkbGUgb2YgcGVyZm9ybWluZyB0aGUgYnVpbGRvdXQgb2YgbXkgaW5mcmFzdHJ1Y3R1cmUgYW5kIHByb2R1Y3QBMAEBAQE- X-Mailer: YahooMailWebService/0.8.132.503 References: <1359472957.57513.YahooMailNeo@web141403.mail.bf1.yahoo.com> <1360357160.42747.YahooMailNeo@web141401.mail.bf1.yahoo.com> Message-ID: <1360376350.36760.YahooMailNeo@web141404.mail.bf1.yahoo.com> Date: Fri, 8 Feb 2013 18:19:10 -0800 (PST) From: Paul Pathiakis Subject: Re: Zimbra Port To: Jason Helfman In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Chris Rees , "ports@freebsd.org" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Pathiakis List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 02:21:47 -0000 Gentlemen:=0A=0AI created an account on the Zimbra site and sent mail to th= e OSS Engineer, Solko, who has done most of the attempted post.=A0 I hope t= o hear from him soon and get this kicked off.=0A=0AAt the present time, I'm= in the middle of performing the buildout of my infrastructure and products= for Atlantis Services, my company.=A0 I hope to do FreeBSD/PC-BSD proud. := -)=0A=0AI hope that "Ports" can pick up the mantle and run with this once I= get all the parties to the table.=0A=0A(Heck, I've done an OK job over the= years.... although OpenNMS (Thanks to getting Sevan to talk to ports) is n= ot a complete port, the install is incredibly simple now...=A0 FrontAccount= ing is getting many of my client QuickBooks users :-)=A0 Zimbra could be ye= t another great addition to ports.=A0 As I get more feedback from my client= s as to their needs, we'll round out even more useful ports for the small b= usiness user. )=0A=0A(Sure my site isn't up, word of mouth is keeping me bu= sy enough. :-) )=A0 =0A=0A=0AYou gotta love the look of bewilderment:=0A=0A= Not Microsoft?=0AFree Office Suite?=A0 (OO, of course)=0ANo viruses?=0ANo S= PAM?=0AFree software?=0ANo license fees?=0A=0AIt just keeps getting better.= ....=0A=0ASo, here's hoping we can get this to go quickly....=A0 =0A=0A=0AP= .=0A=0A=0A=0A________________________________=0A From: Jason Helfman =0ATo: Paul Pathiakis =0ACc: Chris Rees ; "ports@freebsd.org" =0ASent: Friday,= February 8, 2013 5:31 PM=0ASubject: Re: Zimbra Port=0A =0A=0AOn Fri, Feb 8= , 2013 at 12:59 PM, Paul Pathiakis wrote:=0A=0AChris,= =0A>=0A>I dug into it hard just a few days ago.=0A>=0A>Here's their issues:= =0A>=0A>Like most people who are "solely" Linux (I'm not solely anything, 2= 5+ years in sysadmin, architecture, internet engineering, etc.), they don't= understand where /opt came from and what its true, original purpose was.= =A0 (Additional OS enhancement software - directory was created circa 1990)= .=A0 Most of the linux world believes that all additional software goes int= o /opt.=0A>=0A>Happily, we have nullfs but more happily, ZFS.=0A>=0A>ZFS cr= eating /opt/zimbra or creating a zpool and zfs'ing it, whatever, solves thi= s issue.=A0 (In other words, poor use of auto-configuration tools and make = variables that allow you to define a DESTDIR instead of hardcoding it.)=A0 = Performing a softlink or other things causes the install to totally blow up= .=0A>=0A>They guy who did the attempt at FreeBSD installation, did a decent= job at figuring this out.=A0 Everything, performing his procedure works as= almost as directed.=A0=0A>=0A>Things that are not to be liked about it:=0A= >=0A>He builds specific packages for the install and bundles them up with t= he install.=0A>He creates three packages for the install, the builddeps, ru= ndeps and source.=0A>He then almost forces you to use these packages and hi= s 'blessed ports packages" that he created to get it to install correctly i= nstead of just using ports.=0A>=0A>After all this is installed with pkg_add= (I couldn't find any indication of pkgng work) The supporting software is = installed and ready to go.=0A>=0A>Now, you get to the Zimbra source.=A0 (Al= l 3 software bundles are tar'd and gzip'd)=A0 Once the ZCS is unpacked, you= run install.sh in its root directory and away it goes.=A0=0A>=0A>Once you = get by some very strange errors (DNS not configured but it was, you have to= force it to be your domain, and some other strangeness), you work out thos= e few issues and find no errors in the install log(s).=A0 Awesome....=0A>= =0A>The last part of it is the thing starts up and integrates everything...= .=A0 (This is something truly impressive:=A0 Apache, OpenSSL (certs get gen= 'd) , LDAP, MySqeel, Postfix, all the spam, virus, etc packages that go wit= h a mail system, and on and on.....=A0 It then tells me everything is runni= ng and I have to connect to https://:7071..... it just hangs at that = point....=A0 *shrug*=A0=0A>=0A>I've tried debugging it and I've tried over = 10 times of going over possible errors.=A0 Nothing.=A0 I tried contacting t= he author but there seems to be an access issue.=0A>=0A>I'll try again soon= , however, my company is being built right now....=A0 so I have VERY, VERY = LIMITED time.=A0 (Yes, it's PC-BSD and FreeBSD based)=A0 I was hoping to ha= ve a full collaboration suite for MS exchange and Outlook drop-in replaceme= nt and this looked very promising.=A0 *sigh*=0A>=0A>P.=0A>=0A>=0A>=0A>=0A>= =0A>________________________________=0A>=A0From: Chris Rees =0A>To: Paul Pathiakis =0A>Cc: "ports@freebsd.org"= =0A>Sent: Friday, February 8, 2013 2:23 PM=0A>Subject: = Re: Zimbra Port=0A>=0A>=0A>On 29 January 2013 15:22, Paul Pathiakis wrote:=0A>> Hi,=0A>>=0A>> It looks like they are soooo close= here.=A0 Can't ports pick this up and put it in the collection?=0A>>=0A>> = http://wiki.zimbra.com/wiki/Zimbra_on_FreeBSD=0A>>=0A>> If you look at the = Zimbra site for threads there are quite few with people asking for Zimbra o= n FreeBSD.=0A>=0A>At a glance it's a little less trivial than "picking it u= p and putting=0A>it in the collection" :)=0A>=0A>It probably wouldn't be to= o difficult, but someone would need to make=0A>a tarball of the sources ava= ilable, which may have licensing issues...=0A>perhaps you could ask the aut= hor how he made the packages?=0A>=0A>Chris=0A>=0A=0AI may able to take a lo= ok at this. I was a Zimbra Administrator and have run into a number of issu= es that I can solve, and maybe can work with you on the port.=0A=0Amail/zim= bra or java/zimbra lol..... :)=0A=0A-jgh=0A=0A--=0AJason Helfman=A0=A0=A0= =A0=A0=A0 =A0=A0 | FreeBSD Committer=0Ajgh@FreeBSD.org=A0=A0=A0=A0 |=A0http= ://people.freebsd.org/~jgh=A0 | The Power to Serve From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 03:18:55 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 83F4ECDD for ; Sat, 9 Feb 2013 03:18:55 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id 3F228336 for ; Sat, 9 Feb 2013 03:18:54 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=G4+e4qY5 c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=106E8bdoDFEA:10 a=jLN7EqiLvroA:10 a=9YQ-1ebCAAAA:8 a=iF0c6FqsOP4A:10 a=s1O25tkdAAAA:8 a=U3-AZJamp_Ule4E6froA:9 a=OyOq_G8mXAEA:10 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:19486] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 83/63-06175-810C5115; Fri, 08 Feb 2013 22:18:48 -0500 Date: Fri, 08 Feb 2013 22:18:48 -0500 Message-ID: <83.63.06175.810C5115@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Xorg totally unusable with KMS and new Xorg on Sandy Bridge system: how to undo Cc: Warren Block , Andrey Fesenko , freebsd-current@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 03:18:55 -0000 >From Warren Block : > After adding those, graphics/libdrm must be rebuilt, and > x11-drivers/xf86-video-intel must have the KMS option enabled and be > rebuilt. If you just added WITH_NEW_XORG, there will be other xorg > components that need to be updated. O no, I'm getting rid of KMS and WITH_NEW_XORG because they produce an unusable Xorg installation that just crashes the system and requires Reset button. I guess I need to use portmaster with --force-config on x11/xorg ? Tom From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 09:20:51 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D1B1A278 for ; Sat, 9 Feb 2013 09:20:51 +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 727B6FA1 for ; Sat, 9 Feb 2013 09:20:51 +0000 (UTC) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtp (envelope-from ) id <1U46c5-00422l-Ro>; Sat, 09 Feb 2013 10:20:49 +0100 Received: from e178030124.adsl.alicedsl.de ([85.178.30.124] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) for freebsd-ports@freebsd.org with esmtpsa (envelope-from ) id <1U46c5-001ldb-OF>; Sat, 09 Feb 2013 10:20:49 +0100 Message-ID: <511614EA.4040509@zedat.fu-berlin.de> Date: Sat, 09 Feb 2013 10:20:42 +0100 From: "O. Hartmann" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130131 Thunderbird/17.0.2 MIME-Version: 1.0 To: Ports FreeBSD Subject: raphics/visionworkbench: applying FreeBSD patches for visionworkbench-2.2.0_4, 4 out of 4 hunks failed--saving rejects to src/vw/BundleAdjustment/ControlNetworkLoader.cc.rej X-Enigmail-Version: 1.4.6 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig87571C225E4F5AFBF12005C0" X-Originating-IP: 85.178.30.124 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 09:20:51 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig87571C225E4F5AFBF12005C0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable It seems that the last update of the port raphics/visionworkbench has been performed very sloppy, the update or installation fails with the error message below. Obviously, the patchset does not fit the sources provided. Didn't do this port got a test before committed? I already filed a PR (ports/175753). But if someone fit in the matter could provide some help, I'd appreciate that. Thanks in advance, Oliver =3D=3D=3D>>> All >> visionworkbench-2.2.0_3 (3/5) =3D=3D=3D> Cleaning for visionworkbench-2.2.0_4 =3D=3D=3D> License NOSA accepted by the user =3D=3D=3D> visionworkbench-2.2.0_4 depends on file: /usr/local/sbin/pkg= - found =3D=3D=3D> Extracting for visionworkbench-2.2.0_4 =3D> SHA256 Checksum OK for VisionWorkbench-2.2.0.tar.gz. =3D=3D=3D> Patching for visionworkbench-2.2.0_4 =3D=3D=3D> Applying FreeBSD patches for visionworkbench-2.2.0_4 4 out of 4 hunks failed--saving rejects to src/vw/BundleAdjustment/ControlNetworkLoader.cc.rej File to patch: --------------enig87571C225E4F5AFBF12005C0 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.19 (FreeBSD) iQEcBAEBAgAGBQJRFhTxAAoJEOgBcD7A/5N8IdQH/Rlmsbjm0PkaXe+bIpBbC2jj 5R8CiLyWJYppFqOE1mtZ8laFA/rZdfDOBqCW1P/R5A0pq+0iGRnId8SMucDIp7q2 FZN+1IuZ2O1+s3ZqfA5J6dH8IT5Z7iKK6bIUWvBum6Eby6ntueWLcHlDCzdIBbaa UjzjVxm+zZM0T+fLDh3HR7VnD0XPPsMRstRAd6DtdGUiDJrzewdC5zD5vP9VuXae 0cJ09HBjkRa7SF7R5v5grobvwRwem5tBvKDtd/BvBYY8R8AOhNR+8SFyT9b61B0F BR4M2xsmSwakMS0SQZZLyNP4E6gkHW2+1pfWNYH8ze6bOk2XSXp0rDj5svu05m8= =BIR7 -----END PGP SIGNATURE----- --------------enig87571C225E4F5AFBF12005C0-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 09:50:41 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 423AF92C; Sat, 9 Feb 2013 09:50:41 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.server1.bsdforen.de (bsdforen.de [82.193.243.81]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBBD10B; Sat, 9 Feb 2013 09:50:40 +0000 (UTC) Received: from mobileKamikaze.norad (HSI-KBW-134-3-231-194.hsi14.kabel-badenwuerttemberg.de [134.3.231.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.server1.bsdforen.de (Postfix) with ESMTPSA id 3BEA88618F; Sat, 9 Feb 2013 10:50:38 +0100 (CET) Message-ID: <51161BED.3070802@bsdforen.de> Date: Sat, 09 Feb 2013 10:50:37 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Albert Shih Subject: Re: LibreOffice 3.6.5 on amd References: <20130205160944.GA47236@pcjas.obspm.fr> <20130205161157.GE88651@ithaqua.etoilebsd.net> <20130206151711.GA15667@pcjas.obspm.fr> <20130206152017.GJ1268@ithaqua.etoilebsd.net> <20130206153807.GC15741@pcjas.obspm.fr> <20130206154911.GB80179@mail.hs.ntnu.edu.tw> <51129EA0.3050909@FreeBSD.org> <20130208134135.GC12284@pcjas.obspm.fr> In-Reply-To: <20130208134135.GC12284@pcjas.obspm.fr> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: 7bit Cc: Olivier Smedts , ports@freebsd.org, Baptiste Daroussin , Jung-uk Kim X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 09:50:41 -0000 On 08/02/2013 14:41, Albert Shih wrote: > ===> Registering installation for libreoffice-3.6.5_1 > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk/application' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/mimelnk' (package tools out of date?) > pkg_create: read_plist: unknown command '@dirrmtry share/mime/packages' (package tools out of date?) > ... > > Any idea ? I thought I somehow had my tinderbox jails polluted by creating legacy and pkgng builds from the same jails. I just removed all my jails to start from scratch, because of that. And all the packages, because I suspected they were created with a mixed set of pkg-tools. Ouch. This mess is going to compile for a couple of days. :D -- 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 Sat Feb 9 11:27:15 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 191CCFDC; Sat, 9 Feb 2013 11:27:15 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id A7B61389; Sat, 9 Feb 2013 11:27:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id DE4705E31C; Sat, 9 Feb 2013 12:27:11 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.99 X-Spam-Level: X-Spam-Status: No, score=-1.99 tagged_above=-999 required=5 tests=[AWL=-0.087, BAYES_00=-2.599, RDNS_NONE=0.1, SPF_SOFTFAIL=0.596] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 96I2xXmuQm4m; Sat, 9 Feb 2013 12:27:09 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (unknown [195.216.53.111]) by mx1.bjare.net (Postfix) with ESMTP id DCC9E5E3C5; Sat, 9 Feb 2013 12:27:08 +0100 (CET) Message-ID: <5116328D.2060204@eskk.nu> Date: Sat, 09 Feb 2013 12:27:09 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130129 Thunderbird/17.0.2 MIME-Version: 1.0 To: Nicola Vitale Subject: SOLVED..Re: FreeBSD Port: wbar-2.3.4 upgrade References: <51137C4C.7030004@eskk.nu> <511518FA.5070601@eskk.nu> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 11:27:15 -0000 2013-02-08 17:21, Nicola Vitale skrev: > Hi, > >> [2013/2/8 Leslie Jensen ] >>>> wbar -above-desk -bpress -pos bottom -nanim 7 >> >> I've been playing around with the position settings. > > Have you already tried with the long options? > > wbar --above-desk --bpress --pos bottom --nanim 7? > > Best regards. > Yes that did it! Changed to -- instead of - and now it works again. Thank you for pointing it out :-) /Leslie From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 12:51:18 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7F42E273 for ; Sat, 9 Feb 2013 12:51:18 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from eumx.net (eumx.net [91.82.101.43]) by mx1.freebsd.org (Postfix) with ESMTP id 37D13910 for ; Sat, 9 Feb 2013 12:51:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type; s=default; bh=KVOKDtlXc/nnROMWD+RRnM OuVSg=; b=W0RDTa4+ifOtrME2xzUtpRQx2c1pgo0XpM2Vg/0QVMAzjeb0EPRUlu rA86D4IqMm+bR1s+CMwqd2Nr5vyUCHb+eQhZUIJbxAwjTjiEtf9XIw0p7RHVIEWk kFTNbymInsUPummFXZYkJa65tkEeLUvVg6u9YTBcOu3D6LBHUHqxs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:cc:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=qCL3vUGvE0LYXedTCerx5VEKlA+Xs yeU+GWNO36Pj5K08KZbnOwkAyrJQpO8IY1TevCiynNbHnGunHmhUoOpIijbXfnln 9lavWmGcouKgr3aWcee+J3sOCAhO+TNEC0WvPBLIBGtSOpgg1Z3QvulEdjO1RIg5 kzL26zr6GbH3WM= Date: Sat, 09 Feb 2013 13:51:09 +0100 Message-ID: <86ehgpabwi.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: Raphael Eiselstein Subject: Re: mutt vs db44 // Bug in /usr/ports/Mk/bsd.database.mk ? In-Reply-To: <20130208220108.GC4018@ma.sigsys.de> References: <20130208201503.GB4018@ma.sigsys.de> <20130208220108.GC4018@ma.sigsys.de> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i386-pc-freebsd9.1) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 12:51:18 -0000 On Fri, 8 Feb 2013 23:01:08 +0100 Raphael Eiselstein wrote: > Hi again, > > quick-fix / works for me (line breaks!) > ---------------------------------------------------------- > [root@fbsd9 ~]# diff -u /usr/ports/mail/mutt/Makefile.orig > /usr/ports/mail/mutt/Makefile > --- /usr/ports/mail/mutt/Makefile.orig 2013-02-08 22:33:28.650075250 > +0100 > +++ /usr/ports/mail/mutt/Makefile 2013-02-08 22:33:39.249797810 > +0100 > @@ -527,7 +527,7 @@ > CONFIGURE_ARGS+= --enable-hcache --without-gdbm --without-bdb > --with-tokyocabinet > LIB_DEPENDS+= > tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet > .else > -USE_BDB= 42+ > +USE_BDB= 44 > CONFIGURE_ARGS+= --enable-hcache --without-gdbm --with-bdb > .endif > .else Have you tried to set # WITH_BDB_VER # - User defined global variable to set Berkeley DB version. # _WITH_BDB_VER # - User defined port specific variable to set Berkeley DB # version. in /etc/make.conf? -- Herbert From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 13:13:45 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 627CFA54 for ; Sat, 9 Feb 2013 13:13:45 +0000 (UTC) (envelope-from rabe@uugrn.org) Received: from mail.uugrn.org (mail.uugrn.org [IPv6:2a03:2500:1:6:b::]) by mx1.freebsd.org (Postfix) with ESMTP id D6B1D9DD for ; Sat, 9 Feb 2013 13:13:44 +0000 (UTC) Received: from rabe.uugrn.org (rabe.uugrn.org [IPv6:2a03:2500:1:6:19::]) by mail.uugrn.org (8.14.5/8.14.5) with ESMTP id r19DDXIB098192 for ; Sat, 9 Feb 2013 14:13:43 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from rabox.fritz.box (rabe@rabe.uugrn.org [164.177.171.25]) by rabe.uugrn.org (8.14.5/8.13.8) with ESMTP id r19DDWhZ098188 for ; Sat, 9 Feb 2013 14:13:32 +0100 (CET) (envelope-from rabe@uugrn.org) Received: from rabox.fritz.box (localhost [127.0.0.1]) by rabox.fritz.box (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r19DDUdl020723 for ; Sat, 9 Feb 2013 14:13:30 +0100 Received: (from rabe@localhost) by rabox.fritz.box (8.14.4/8.14.4/Submit) id r19DDUfh020722 for ports@freebsd.org; Sat, 9 Feb 2013 14:13:30 +0100 X-Authentication-Warning: rabox.fritz.box: rabe set sender to rabe@uugrn.org using -f Date: Sat, 9 Feb 2013 14:13:30 +0100 From: Raphael Eiselstein To: ports@freebsd.org Subject: Re: mutt vs db44 // Bug in /usr/ports/Mk/bsd.database.mk ? Message-ID: <20130209131330.GF4018@ma.sigsys.de> References: <20130208201503.GB4018@ma.sigsys.de> <20130208220108.GC4018@ma.sigsys.de> <86ehgpabwi.wl%hskuhra@eumx.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qp4W5+cUSnZs0RIF" Content-Disposition: inline In-Reply-To: <86ehgpabwi.wl%hskuhra@eumx.net> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 13:13:45 -0000 --qp4W5+cUSnZs0RIF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 09, 2013 at 01:51:09PM +0100, Herbert J. Skuhra wrote: > Have you tried to set >=20 > # WITH_BDB_VER > # - User defined global variable to set Ber= keley DB version. > # _WITH_BDB_VER > # - User defined port specific variable to = set Berkeley DB > # version. > in /etc/make.conf? havn't tried yet. But for me it makes more sens to pin all ports to the *same* version of BDB.=20 Is there any problem linking db44 to *any* port?=20 in /etc/make.conf I'd set=20 ----------------------- WITH_BDB_VER=3D44 ----------------------- What will fail if I do so? (recompiling all our local packages will take 12= h+ just to find out ...) Why do we have so much versions of bdb in our ports?=20 Best Regards Raphael --=20 Raphael Eiselstein http://rabe.uugrn.org/ xmpp:freibyter@gmx.de | https://www.xing.com/profile/Raphael_Eiselstein = =20 GnuPG: E7B2 1D66 3AF2 EDC7 9828 6D7A 9CDA 3E7B 10CA 9F2D =2E........|.........|.........|.........|.........|.........|.........|.. --qp4W5+cUSnZs0RIF Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAlEWS3oACgkQnNo+exDKny1/KgCgnoeR1drXYQWIr+x1ZyzY8ccD hcUAn34wceAT8/GafWeeT4pQtH36C3LA =4uQ1 -----END PGP SIGNATURE----- --qp4W5+cUSnZs0RIF-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 14:07:17 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A694AD1E; Sat, 9 Feb 2013 14:07:17 +0000 (UTC) (envelope-from uwe.reiher@me.com) Received: from st11p02mm-asmtp005.mac.com (st11p02mm-asmtp005.mac.com [17.172.220.240]) by mx1.freebsd.org (Postfix) with ESMTP id 8426DBF5; Sat, 9 Feb 2013 14:07:17 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from neo.fritz.box ([77.235.173.243]) by st11p02mm-asmtp005.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MHY00GOMF3U5M00@st11p02mm-asmtp005.mac.com>; Sat, 09 Feb 2013 13:07:08 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-02-09_02:2013-02-08,2013-02-09,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1212290000 definitions=main-1302090089 From: Uwe Reiher Subject: FreeBSD Port: courier-imap-4.11.0,2 Date: Sat, 09 Feb 2013 14:07:04 +0100 Message-id: <2294A4D7-D476-43CE-896D-8475A12F2E54@me.com> To: oliver@FreeBSD.org X-Mailer: Apple Mail (2.1499) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 14:07:17 -0000 Hi, please test the current openssl port openssl-1.0.1_6 against the courier-imap server. I've found out (after a long night yesterday) that this version triggers many errors in TLS handling and the whole TLS/SSL thing in courier is still unuseable. I still have to downgrade to openssl-1.0.1_4. Kind regards Uwe From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 14:08:52 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 411E9DC1; Sat, 9 Feb 2013 14:08:52 +0000 (UTC) (envelope-from uwe.reiher@me.com) Received: from st11p02mm-asmtp002.mac.com (st11p02mm-asmtp002.mac.com [17.172.220.237]) by mx1.freebsd.org (Postfix) with ESMTP id 1F193C0F; Sat, 9 Feb 2013 14:08:52 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from neo.fritz.box ([77.235.173.243]) by st11p02mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan 3 2012)) with ESMTPSA id <0MHY004ERF6IMT50@st11p02mm-asmtp002.mac.com>; Sat, 09 Feb 2013 13:08:44 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.9.8327,1.0.431,0.0.0000 definitions=2013-02-09_02:2013-02-08,2013-02-09,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1212290000 definitions=main-1302090089 From: Uwe Reiher Subject: FreeBSD Port: postfix-2.9.4,1 Date: Sat, 09 Feb 2013 14:08:40 +0100 Message-id: To: sahil@FreeBSD.org X-Mailer: Apple Mail (2.1499) Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 14:08:52 -0000 Hi, please test the current openssl port openssl-1.0.1_6 against the postfix port. I've found out (after a long night yesterday) that this version triggers many errors in TLS handling and the whole TLS/SSL thing in postfix is still unuseable. I still have to downgrade to openssl-1.0.1_4. Kind regards Uwe From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 14:48:10 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 07A3F6B0 for ; Sat, 9 Feb 2013 14:48:10 +0000 (UTC) (envelope-from oliver@freebsd.org) Received: from avocado.salatschuessel.net (avocado.salatschuessel.net [78.111.72.186]) by mx1.freebsd.org (Postfix) with ESMTP id 57E6ADD4 for ; Sat, 9 Feb 2013 14:48:09 +0000 (UTC) Received: (qmail 97925 invoked by uid 80); 9 Feb 2013 14:41:26 -0000 Received: from dsdf-4db5f76f.pool.mediaWays.net (dsdf-4db5f76f.pool.mediaWays.net [77.181.247.111]) by avocado.salatschuessel.net (Horde Framework) with HTTP; Sat, 09 Feb 2013 15:41:26 +0100 Date: Sat, 09 Feb 2013 15:41:26 +0100 Message-ID: <20130209154126.Horde.r10AdgnaGjbOtqUJdh9Lrg1@avocado.salatschuessel.net> From: Oliver Lehmann To: Uwe Reiher Subject: Re: FreeBSD Port: courier-imap-4.11.0,2 References: <2294A4D7-D476-43CE-896D-8475A12F2E54@me.com> In-Reply-To: <2294A4D7-D476-43CE-896D-8475A12F2E54@me.com> User-Agent: Internet Messaging Program (IMP) H5 (6.0.3) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 14:48:10 -0000 Hi Uwe, please try to clarify this upstream with the courier author. I have not set up TLS with courier. Thank you. Uwe Reiher wrote: > Hi, > > please test the current openssl port openssl-1.0.1_6 against the > courier-imap server. > > I've found out (after a long night yesterday) that this version > triggers many errors in TLS handling and the whole TLS/SSL thing in > courier is still unuseable. I still have to downgrade to > openssl-1.0.1_4. > > Kind regards > Uwe From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 14:54:53 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53658861 for ; Sat, 9 Feb 2013 14:54:53 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yh0-x22b.google.com (yh-in-x022b.1e100.net [IPv6:2607:f8b0:4002:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 0CC20DF6 for ; Sat, 9 Feb 2013 14:54:52 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id z6so571376yhz.2 for ; Sat, 09 Feb 2013 06:54:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding; bh=zKjx/EFpAAUmty0CJ8Zpkw9xG5vOItkOd/2ogbcAIew=; b=I2nagpw6TAFPAZpdeiTzGtalIq9PrZHZg/4iBnzKFpPQvMNtX7v/IGWF5cZpmBiSkC alkxugF9lNH2bBM/5jcj32VyffHZgXu6s3//9LzKRLBmlEY/RzNUFuAonKJw0WWwGF+I El/8YCnfttc1LOGaBRQPahKdlzvBB9Y4O1QwI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :reply-to:organization:x-mailer:face:mime-version:content-type :content-transfer-encoding:x-gm-message-state; bh=zKjx/EFpAAUmty0CJ8Zpkw9xG5vOItkOd/2ogbcAIew=; b=HhdpfbYBC1SBgXC+P7g2Fq6vVCPVq0tJsu0SRuK67wQY2fMwJaCWUolfHoEG41Lhao vgr8ly5RolCkS1N3qFrkDCEec7rUF4SVOZzOAH4/cfN7RfDmI7LdpCkFzWkGXp45JB/M vR7Yo3S/9X3pvm3wCMZtbKJ/jtCDboz98EePeO3cOunZr42Cly4gmZXjqI4UIvTG6Muh 2whk1apilJ/KemRzEjMIf7Z3OeeDdN/BW9HNGdhEsrf5oE/hlblFUCEBjJYpTnEjLGaa QjUfloArgI/9gK5VJLDTVUcTKPtlYnUMy7wPrmio49pHJHCt863dGH9iba3rr0eziqDo gZ7g== X-Received: by 10.236.131.9 with SMTP id l9mr10695132yhi.93.1360420319266; Sat, 09 Feb 2013 06:31:59 -0800 (PST) Received: from scorpio.seibercom.net (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPS id y14sm21774368anm.14.2013.02.09.06.31.58 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 09 Feb 2013 06:31:58 -0800 (PST) Received: from scorpio (localhost [127.0.0.1]) (Authenticated sender: jerry@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPA id 3Z3G192YrXz2CG5n for ; Sat, 9 Feb 2013 09:31:57 -0500 (EST) Date: Sat, 9 Feb 2013 09:31:57 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: postfix-2.9.4,1 Message-ID: <20130209093157.0c4c38aa@scorpio> In-Reply-To: References: Organization: seibercom.net X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAHlBMVEUAAABYRlwJCw4FAgAIBwKprDkBAQFQLR0BAgCir7VRttp8AAACAUlEQVQ4jZWUTYvbMBCGTVl8V2hX6Gg5G5FbWQdBj0lEfE7BhN4cyzi5Wt1E5L70roWy6N92xok/skkP+5IYrMcz78xIduDWpNM3vFzuA/jX5EY1AI6KHFwW/CzFuQAwqUBbV12p+CzIh6Awq7sg33pn5D64SQXAexffeuQlA/L35RrkaB551OjGfP/cAO8mCNaDcgvfky5ijoD0pAXlCQCnljiAjsJD9Ax05Ko5sZxbnLQcmM+dZg5IjREfZrWIHK0JuwU68pAGwHvfRxBundRzTxxz3r9dNUikPsEihjz2Dc4kjp1hKsJGuot4EDxaxzMoC7XqhxhOSfZrTS6gSX1JVdjp+o1PvWfekXgw3WL0g70nDEwA0H0HQsEZc8sTmFMTkWUfYWC/vdR1zQy3xLQgLwzu90QnlnFLjeiGWBjwhb4Sa42IqOg2qqS4O1/zhKokFUb1Q8Rj4Eb69WVflXEehJ35DgChVTE5n50eaGyMLOfH8AOodoSM4PVYAQgQdBulOa+knklYks3vAuQ+uX492lTl+A+e8qBV2AKoXalVKFfyuUp0pUp1ARaUHh82lv9MN+Ig7CZtgE6FNYvjlywT2VP2dMgOG46gTIWcqdfvuwyXNz0oMJNd/N5lh1YNiJt19ADTUo3VuFSNeQwVqRSrGjSCp53fk2g+Mvfk/gfoPxHeUS8MH9vRAAAAAElFTkSuQmCC Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Gm-Message-State: ALoCoQks2ST3HU3J530kPjbqHYJfQUGJwLi77gI/WghPn/596MtVC9xnSYwVE9h6VHWKcrSd3gcX X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: freebsd-ports@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 14:54:53 -0000 On Sat, 09 Feb 2013 14:08:40 +0100 Uwe Reiher articulated: > I've found out (after a long night yesterday) that this version > triggers many errors in TLS handling and the whole TLS/SSL thing in > postfix is still unuseable. I still have to downgrade to > openssl-1.0.1_4. This version of openssl 1.0.1d is bonked. There is a patch available but it has not made it to the ports yet. Those fine people at the openssl factory will be issuing an updated version 1.0.1e any day now. You can check the "openssl-dev" forum for further details. In the case of Postfix, you can have your clients disable the use of port 587. It should work until a proper fix is issued. And yes, there is a PR against this port. -- Jerry â™” 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 Sat Feb 9 16:33:49 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 805A8F12 for ; Sat, 9 Feb 2013 16:33:49 +0000 (UTC) (envelope-from portscout@portscout.freebsd.org) Received: from null.zi0r.com (null.zi0r.com [71.245.171.204]) by mx1.freebsd.org (Postfix) with ESMTP id 429001D0 for ; Sat, 9 Feb 2013 16:33:49 +0000 (UTC) Received: from null.zi0r.com (localhost [127.0.0.1]) by null.zi0r.com (8.14.5/8.14.5) with ESMTP id r19GXh0J008941 for ; Sat, 9 Feb 2013 11:33:43 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id r19GXh0M008864; Sat, 9 Feb 2013 11:33:43 -0500 (EST) (envelope-from portscout) Message-Id: <201302091633.r19GXh0M008864@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 9 Feb 2013 11:33:43 -0500 From: portscout@portscout.freebsd.org To: ports@freebsd.org Subject: FreeBSD ports you maintain which are out of date X-Mailer: portscout/0.8.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 16:33:49 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ textproc/py-jaxml | 3.02 | 9.00 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt If wish to stop receiving portscout reminders, please contact portscout@portscout.freebsd.org Thanks. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 16:42:08 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6B4ECC0 for ; Sat, 9 Feb 2013 16:42:08 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 216D61F8 for ; Sat, 9 Feb 2013 16:42:07 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.6/8.14.6) with ESMTP id r19Gg0BO066591 for ; Sat, 9 Feb 2013 10:42:00 -0600 (CST) (envelope-from stephen@missouri.edu) Message-ID: <51167C58.4060506@missouri.edu> Date: Sat, 09 Feb 2013 10:42:00 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: FreeBSD Ports Mailing List Subject: pkg-plist for security/super X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 16:42:08 -0000 The first line of security/super/pkg-plist is: # $FreeBSD: head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z pawel $ This has the unfortunate effect that the package install process thinks that there is a file by this name. So for example, make deinstall produces: pkg_delete: file '/usr/local/# $FreeBSD: head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z pawel $' doesn't exist and there is a similar error for make package. (I have seen a lot of email correspondence about pkgng, which I must admit I have not followed at all. Is this related in some way?) Stephen From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 16:56:34 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B4F5146B; Sat, 9 Feb 2013 16:56:34 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 45499273; Sat, 9 Feb 2013 16:56:33 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id o25so5283791iad.33 for ; Sat, 09 Feb 2013 08:56:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=C82aH8LZNI4Zcy3SYfqGw5joYNWjg6nymk2mrUxg0F8=; b=dncRsMUhLwnPr0fmDd6cVFIkBFB7Cv/gkfgsS27Qo/ZzJpyq/T2XOiTnh/i1c02gVk gDtDQJxhluzXW+OeMKshbueL0018AlRan/RFuybBYscGIjQoBOj6PClNw20qtD9xseEK eT95Bikyf5hpzBxfeUvEXPL4X2kQL8W8QVWIgjC937KWFJu2V6Ls0C7iARg/mXWPrLqz jtYIEmnM7cRI+XI1LmaunYU5azyGwJqlAvHIdYxTw0PGSpnEyN0KE5IiDqtJe1IylYbz tx3P5opVqkDZqUoJfYQspiHGgWIdBPZTmdszH955nSBDNWj7bDkGU6+81k5PLvTTF0fH njWQ== X-Received: by 10.50.152.132 with SMTP id uy4mr7994897igb.62.1360428993497; Sat, 09 Feb 2013 08:56:33 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.16.73 with HTTP; Sat, 9 Feb 2013 08:56:03 -0800 (PST) In-Reply-To: <51167C58.4060506@missouri.edu> References: <51167C58.4060506@missouri.edu> From: Chris Rees Date: Sat, 9 Feb 2013 16:56:03 +0000 X-Google-Sender-Auth: iI4EkFiciY6rFn5vqtusZsV3lcs Message-ID: Subject: Re: pkg-plist for security/super To: Stephen Montgomery-Smith , Pawel Pekala Content-Type: text/plain; charset=ISO-8859-1 Cc: FreeBSD Ports Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 16:56:34 -0000 On 9 February 2013 16:42, Stephen Montgomery-Smith wrote: > The first line of security/super/pkg-plist is: > # $FreeBSD: head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z > pawel $ > > This has the unfortunate effect that the package install process thinks > that there is a file by this name. So for example, make deinstall produces: > > pkg_delete: file '/usr/local/# $FreeBSD: head/security/super/pkg-plist > 307297 2012-11-10 17:38:33Z pawel $' doesn't exist > > and there is a similar error for make package. > > (I have seen a lot of email correspondence about pkgng, which I must > admit I have not followed at all. Is this related in some way?) It is incorrect. If a $FreeBSD$ is included at all in a pkg-plist it must be preceded by @comment. Pawel, please fix! Chris From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 17:18:57 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5AA7FDBF; Sat, 9 Feb 2013 17:18:57 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-bk0-f47.google.com (mail-bk0-f47.google.com [209.85.214.47]) by mx1.freebsd.org (Postfix) with ESMTP id B935B3D6; Sat, 9 Feb 2013 17:18:56 +0000 (UTC) Received: by mail-bk0-f47.google.com with SMTP id jc3so2069933bkc.34 for ; Sat, 09 Feb 2013 09:18:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=jK0dKst8zTLhMquJfRCzQ4jl/aOpCfVRF41fxT/Xp9A=; b=LheYJXLUuxzGe2EYhKJdlfqYHJYKuydLXctG8DZ3Wvb2WSCYiHHewHW0tZHaYT3D2/ 1luH8yAdTdYifTaWvFmC2rrntZY660eOHvCcUF0MaCoC2dxwXYS72ynYSDxkPKqnb1du Zc2SlisZ3TFqb7KzlLlH1AXwKmPH05/R2ZBOtMByoRNLsq3gmlLf4k6O6uOl7EfH8H2/ I4HvhZus5rTHef1dq3WGoYKoAYe+FFPmFKspreaPuDx9yp9V6fjCTKe7ahDoxuODpkHm /cC/sbhBLIdElsgaumU2yg53GtYKT0jsSOyTosTs0nqLObUtnumh40zGsBkNXfSLas7m KSzw== X-Received: by 10.204.152.71 with SMTP id f7mr2493900bkw.72.1360430330200; Sat, 09 Feb 2013 09:18:50 -0800 (PST) Received: from localhost ([176.109.164.5]) by mx.google.com with ESMTPS id ge12sm11317729bkc.19.2013.02.09.09.18.46 (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 09 Feb 2013 09:18:48 -0800 (PST) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Sat, 9 Feb 2013 18:16:47 +0100 From: Pawel Pekala To: Chris Rees Subject: Re: pkg-plist for security/super Message-ID: <20130209181647.25091823@FreeBSD.org> In-Reply-To: References: <51167C58.4060506@missouri.edu> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: Stephen Montgomery-Smith , FreeBSD Ports Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 17:18:57 -0000 Dnia 2013-02-09, o godz. 16:56:03 Chris Rees napisa=B3(a): >On 9 February 2013 16:42, Stephen Montgomery-Smith > wrote: >> The first line of security/super/pkg-plist is: >> # $FreeBSD: head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z >> pawel $ >> >> This has the unfortunate effect that the package install process >> thinks that there is a file by this name. So for example, make >> deinstall produces: >> >> pkg_delete: file '/usr/local/# $FreeBSD: >> head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z pawel $' >> doesn't exist >> >> and there is a similar error for make package. >> >> (I have seen a lot of email correspondence about pkgng, which I must >> admit I have not followed at all. Is this related in some way?) > >It is incorrect. If a $FreeBSD$ is included at all in a pkg-plist it >must be preceded by @comment. > >Pawel, please fix! Should be fixed now. --=20 pozdrawiam / with regards Pawe=B3 P=EAkala From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 17:48:28 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DC2BA582; Sat, 9 Feb 2013 17:48:28 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id A8ABF6BF; Sat, 9 Feb 2013 17:48:28 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.6/8.14.6) with ESMTP id r19HmQsF075984; Sat, 9 Feb 2013 11:48:27 -0600 (CST) (envelope-from stephen@missouri.edu) Message-ID: <51168BEA.4000605@missouri.edu> Date: Sat, 09 Feb 2013 11:48:26 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Pawel Pekala Subject: Re: pkg-plist for security/super References: <51167C58.4060506@missouri.edu> <20130209181647.25091823@FreeBSD.org> In-Reply-To: <20130209181647.25091823@FreeBSD.org> X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 8bit Cc: Chris Rees , FreeBSD Ports Mailing List X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 17:48:28 -0000 On 02/09/2013 11:16 AM, Pawel Pekala wrote: > Dnia 2013-02-09, o godz. 16:56:03 > Chris Rees napisa³(a): > >> On 9 February 2013 16:42, Stephen Montgomery-Smith >> wrote: >>> The first line of security/super/pkg-plist is: >>> # $FreeBSD: head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z >>> pawel $ >>> >>> This has the unfortunate effect that the package install process >>> thinks that there is a file by this name. So for example, make >>> deinstall produces: >>> >>> pkg_delete: file '/usr/local/# $FreeBSD: >>> head/security/super/pkg-plist 307297 2012-11-10 17:38:33Z pawel $' >>> doesn't exist >>> >>> and there is a similar error for make package. >>> >>> (I have seen a lot of email correspondence about pkgng, which I must >>> admit I have not followed at all. Is this related in some way?) >> >> It is incorrect. If a $FreeBSD$ is included at all in a pkg-plist it >> must be preceded by @comment. >> >> Pawel, please fix! > > Should be fixed now. > Why do we want this line in pkg-plist at all? From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 20:18:49 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9EBB76E4 for ; Sat, 9 Feb 2013 20:18:49 +0000 (UTC) (envelope-from fautogtxu@kade.protagonist.nl) Received: from antispam2.protagonist.nl (antispam2.protagonist.nl [88.198.12.171]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB7F1E0 for ; Sat, 9 Feb 2013 20:18:49 +0000 (UTC) Received: from kade.protagonist.nl ([82.150.140.20]) by antispam2.protagonist.nl with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1U4Gsg-0000pO-8E for ports@freebsd.org; Sat, 09 Feb 2013 21:18:42 +0100 Received: from kade.protagonist.nl (unknown [127.0.0.1]) by kade.protagonist.nl (Postfix) with ESMTP id 21D571D7580B4 for ; Sat, 9 Feb 2013 20:18:07 +0000 (UTC) Received: by kade.protagonist.nl (Postfix, from userid 10956) id 1FF291D7580C4; Sat, 9 Feb 2013 20:18:07 +0000 (UTC) To: ports@freebsd.org Subject: 444 From: <44444444444444444@kade.protagonist.nl> Message-Id: <20130209201807.1FF291D7580C4@kade.protagonist.nl> Date: Sat, 9 Feb 2013 21:18:07 +0100 (CET) X-Filter-ID: XtLePq6GTMn8G68F0EmQvdijXVL5KIo/rggce2h0J2FFQHMBKaX+owRehHyN2DUfQTIisvvOrpS7 pHxHX4joiLi/eUFVDiwhMamKvyhIw1jAZxalSlNXXUOuKKBq5GfvAMT91KCE8sP3K0KP140gt8Bf LiHYhY49+75i3mchxXIw5Av+jj3yEkmYLRJD7ndLt7gNyNn5hYHg8holtA6wgBqgBP3Xyry+B1Rg U08D1x/QWg/rsBLpZfB1zq+jUIMP17NirEYyqwqMBGrw8ELiqOTTj5rUmpDkIJtdnDX/i3sVmHCV tCUTw41sXGWuAlEO647lNwN4qOsSZg+fYhVZGxhuW+7oRigEHJ/e8arvVRMrztZQKOkMqtqC4cA8 U2VFptBEmYYSKz2C9N6qsKadCrELZS37TvViF8OX2RjGL2lhTKmYSveyTuhKqN4s2TAI+/P2ELCW qDIb2ZfmskrMCyxu96JvYpJrBJMAptOIWHccFSAsABiWaOWOKl7/06WLZ6Ojy+M3FCfCUw3kjVf6 Q9Xu20jQVMAH4JWsIiH+r4Mc6FoOqKXlxFEj7EWP6gBpT9rj5oKikYS2z2avJ3nocgeYUOp7A73H I6oJg7w/Voc7VHt3plG0orAr9us0XVeVe7QV9BiL25fNJoc/6EmckA== X-Originating-IP: 82.150.140.20 X-SpamExperts-Domain: kade.protagonist.nl X-SpamExperts-Username: 82.150.140.20 Authentication-Results: protagonist.nl; auth=pass () smtp.auth=82.150.140.20 X-SpamExperts-Outgoing-Class: ham X-SpamExperts-Outgoing-Evidence: Combined (0.10) X-Recommended-Action: accept MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 20:18:49 -0000 44444444444444444444444 From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 20:23:26 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2FB5DB82 for ; Sat, 9 Feb 2013 20:23:26 +0000 (UTC) (envelope-from coco@executive-computing.de) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id DFBB128C for ; Sat, 9 Feb 2013 20:23:25 +0000 (UTC) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id 5540E8B1420 for ; Sat, 9 Feb 2013 21:15:18 +0100 (CET) X-Spam-Flag: NO X-Spam-Score: -100.965 X-Spam-Level: X-Spam-Status: No, score=-100.965 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, AWL=0.034, FSL_RCVD_USER=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id AnvEeN2W1ERr for ; Sat, 9 Feb 2013 21:15:16 +0100 (CET) Received: from moehre.dyndns.org (p54B0B913.dip.t-dialin.net [84.176.185.19]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id 3E5648B143C for ; Sat, 9 Feb 2013 21:15:16 +0100 (CET) Received: from ltea-047-064-170-165.pools.arcor-ip.net ([47.64.170.165]) (SquirrelMail authenticated user coco) by moehre.dyndns.org with HTTP; Sat, 9 Feb 2013 21:15:16 +0100 Message-ID: <5ac8a7e10c1920c26cd938149c056ff2.squirrel@moehre.dyndns.org> Date: Sat, 9 Feb 2013 21:15:16 +0100 Subject: Possibly interactive deinstallation warning for a port ? From: "Marco Steinbach" To: ports@freebsd.org 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 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 20:23:26 -0000 Hi, I'm preparing a port for which the vendor advises the use of the built-in export and import functionality for upgrading from one version of the product to another. So, for an upgrade the user is supposed to export the current data, then delete the installed port, install the updated port, then import the data. Just trying to preserve configuration files and data upon deinstallation is prone to introduce hard to track errors for this product, so this does not seem to be a viable option. Currently, I'm just displaying a warning for 10 seconds during which the user has time for aborting the deinstallation. What I'd like to do is make the deinstallation truly interactive, enabling the user to read through the warning text, then either decide to ditch the product, or stop deinstallation, without any clock running (unless BATCH is specified, that is). Should I rely on the user knowing what he's doing, and just wait for a few seconds in my pkg-deinstall script like postgresql does ? Or is making deinstallation interactive an acceptable option ? If yes, do I need to mark the whole port as being interactive, although installation is not interactive ? I tend to just wait a few seconds in order to not overcomplicate things, but maybe someone can come up with some ideas or hints. MfG CoCo PS: The product in question is the REDAXO content management system. From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 20:56:15 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D521E8AE for ; Sat, 9 Feb 2013 20:56:15 +0000 (UTC) (envelope-from meta@vmeta.jp) Received: from glory.vmeta.jp (7c293911.i-revonet.jp [124.41.57.17]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA317AD for ; Sat, 9 Feb 2013 20:56:15 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id D47BFA06; Sun, 10 Feb 2013 03:37:37 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 10 Feb 2013 03:37:37 +0900 From: meta To: Subject: =?UTF-8?Q?WRKDIRPREFIXPORTSDIR=3F?= Message-ID: X-Sender: meta@vmeta.jp User-Agent: Roundcube Webmail/0.8.4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 20:56:15 -0000 Porter's handbook section 12.3 mentions WRKDIREPREFIXPORTSDIR, but I can't find it anywhere. $ grep WRKDIRPREFIXPORTSDIR /usr/ports/Mk/* -> not found $ find /usr/ports -name Makefile -depth 3 | xargs grep WRKDIRPREFIXPORTSDIR -> not found Is it obsolete and has it disappeared? What's the alternative? -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 21:04:24 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3AF40BE5 for ; Sat, 9 Feb 2013 21:04:24 +0000 (UTC) (envelope-from fautogtxu@kade.protagonist.nl) Received: from antispam3.protagonist.nl (antispam3.protagonist.nl [46.4.118.228]) by mx1.freebsd.org (Postfix) with ESMTP id CBFB982A for ; Sat, 9 Feb 2013 21:04:23 +0000 (UTC) Received: from kade.protagonist.nl ([82.150.140.20]) by antispam3.protagonist.nl with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1U4Gwt-0007ID-Uq for ports@freebsd.org; Sat, 09 Feb 2013 21:23:02 +0100 Received: from kade.protagonist.nl (unknown [127.0.0.1]) by kade.protagonist.nl (Postfix) with ESMTP id 143E41D7580C5 for ; Sat, 9 Feb 2013 20:22:29 +0000 (UTC) Received: by kade.protagonist.nl (Postfix, from userid 10956) id 12E301D7580C4; Sat, 9 Feb 2013 20:22:29 +0000 (UTC) To: ports@freebsd.org Subject: 4444 From: <444@kade.protagonist.nl> Message-Id: <20130209202229.12E301D7580C4@kade.protagonist.nl> Date: Sat, 9 Feb 2013 21:22:29 +0100 (CET) X-Filter-ID: XtLePq6GTMn8G68F0EmQvdijXVL5KIo/rggce2h0J2FFQHMBKaX+owRehHyN2DUfQTIisvvOrpS7 pHxHX4joiLi/eUFVDiwhMamKvyhIw1jAZxalSlNXXUOuKKBq5GfvAMT91KCE8sP3K0KP140gt8Bf LiHYhY49+75i3mchxXIHxVW9fdAVrywwAfqoRiNV050vgkpVUis9GpX8epjm+hqgBP3Xyry+B1Rg U08D1x/QWg/rsBLpZfB1zq+jUIMP17NirEYyqwqMBGrw8ELiqOTTj5rUmpDkIJtdnDX/i3sVmHCV tCUTw41sXGWuAlEO647lNwN4qOsSZg+fYhVZGxhuW+7oRigEHJ/e8arvVRMrztZQKOkMqtqC4cA8 U2VFptBEmYYSKz2C9N6qsKadCrELZS37TvViF8OX2RjGL2lhTKmYSveyTuhKqN4s2TAI+/P2ELCW qDIb2ZfmskrMCyxu96JvYpJrBJMAptOIWHccFSAsABiWaOWOKl7/06WL64Z8vuJUGQgpYmsO/Ifc L9Xu20jQVMAH4JWsIiH+r4Mc6FoOqKXlxFEj7EWP6gBpHVC5u7d+djGYVUtjRhW7kXNmJr1mTiKG BJoLfrAFUQXZU1ReJzM3XHnlg/X3b+JdjsQHB7bv1DN1hzzj9dMJJA== X-Originating-IP: 82.150.140.20 X-SpamExperts-Domain: kade.protagonist.nl X-SpamExperts-Username: 82.150.140.20 Authentication-Results: protagonist.nl; auth=pass () smtp.auth=82.150.140.20 X-SpamExperts-Outgoing-Class: ham X-SpamExperts-Outgoing-Evidence: Combined (0.10) X-Recommended-Action: accept MIME-Version: 1.0 Content-Type: text/plain X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 21:04:24 -0000 44 From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 21:31:46 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6557890 for ; Sat, 9 Feb 2013 21:31:46 +0000 (UTC) (envelope-from fonz@skysmurf.nl) Received: from spectrum.skysmurf.nl (spectrum.skysmurf.nl [82.95.125.145]) by mx1.freebsd.org (Postfix) with ESMTP id D59CE917 for ; Sat, 9 Feb 2013 21:31:45 +0000 (UTC) Received: from spectrum.skysmurf.nl (localhost [127.0.0.1]) by spectrum.skysmurf.nl (8.14.4/8.14.4) with ESMTP id r19L55kg015093; Sat, 9 Feb 2013 22:05:05 +0100 (CET) (envelope-from fonz@spectrum.skysmurf.nl) Received: (from fonz@localhost) by spectrum.skysmurf.nl (8.14.4/8.14.4/Submit) id r19L55Rd015092; Sat, 9 Feb 2013 22:05:05 +0100 (CET) (envelope-from fonz) Date: Sat, 9 Feb 2013 22:05:04 +0100 From: "A.J. 'Fonz' van Werven" To: 44444444444444444@kade.protagonist.nl Subject: Re: 444 Message-ID: <20130209210504.GA15070@spectrum.skysmurf.nl> References: <20130209201807.1FF291D7580C4@kade.protagonist.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MGYHOYXEY6WxJCY8" Content-Disposition: inline In-Reply-To: <20130209201807.1FF291D7580C4@kade.protagonist.nl> User-Agent: Mutt/1.4.2.3i X-PGP-Key: http://www.skysmurf.nl/pgp/fonz.asc Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 21:31:46 -0000 --MGYHOYXEY6WxJCY8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 44444444444444444@kade.protagonist.nl wrote: > 44444444444444444444444 You are sadly mistaken. It's actually 3.14159 26535 89793 23846 26433 83279 50288 41971 69399 37510 58209 74944 59230 78164 06286 20899 86280 34825 34211 70679 (and as many more digits as you'd like). AvW --=20 I'm not completely useless, I can be used as a bad example. --MGYHOYXEY6WxJCY8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQIcBAEBAgAGBQJRFroAAAoJEAfP7gJTaCe8nWoQAMAgn3WpiBZ27PZgn2anOVwF 7kMiI5vq5aPMVUJgX3xLP1g/BAvTVCjwvWnpgT1FJiApNTV7wAmh6T+tUlMsPKg9 iTs4Y4l+hUL/jqIWpDissRJL3i4zoTZyv7R4S2n6hrXr/N9IMNM35QswXGgOFkhq ANndL45vtCC3avK9Un17OJhd0zRnwkMLeJJqjbynEZHIH2+GweqgRUhHu7FKWu0Q +n2FIy0kmFtzeLxwhc3HRQgNlZcJ69ySk8Vdm2deN1vm1+GZL5pJ3Jr0z241IAV9 WKug/1Ww4zqysAF2vG4hyRscf0Sph5LgP+Y/vOnp3sKNkJCaxXzw1COTagXmj65U UYePnRxfmaNsnMa4NbI5/RyMDeDn9BrCKPXsn1FnyaktC2afeSUN6I99DBYlLuKu Cy55aYSV72mbQZG85OyMJ830hTL0DE8lTC2YK+qNjYBrt8ipIubpzyKo84L8OeJz 4R5e2bKaG9ql4LN7enviVanJ7izAyT2XMHCXNkle/+ETu0vw8sl22Gw2zadxxY6M hwBAtvICZBpAbXyY1scjM2mDNjNOSV+j8ZHLUdn6/xBHXlGt9FBAdcmb6XvM380C oHh3Mp3EHX1XqRXX9F01yj/pmmK7pgguGkIaSEzl2hpT+nfbfm6f+RlJkmE/pVdb dMk3biHDvwSMAY5p10Yp =SjhL -----END PGP SIGNATURE----- --MGYHOYXEY6WxJCY8-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 21:34:42 2013 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C7364147; Sat, 9 Feb 2013 21:34:42 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id 6C204935; Sat, 9 Feb 2013 21:34:41 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U4I46-00024d-Vx; Sat, 09 Feb 2013 21:34:35 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U4I46-0003L0-Qa; Sat, 09 Feb 2013 21:34:30 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r19LYUno046251; Sat, 9 Feb 2013 21:34:30 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r19LYUoC046250; Sat, 9 Feb 2013 21:34:30 GMT (envelope-from mexas) Date: Sat, 9 Feb 2013 21:34:30 GMT From: Anton Shterenlikht Message-Id: <201302092134.r19LYUoC046250@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@FreeBSD.org, mexas@bristol.ac.uk, swills@FreeBSD.org Subject: Re: lang/perl5.16: threaded perl vs -pthread? In-Reply-To: <5115AC25.7060208@FreeBSD.org> X-Spam-Score: -1.3 X-Spam-Level: - X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 21:34:42 -0000 From swills@freebsd.org Sat Feb 9 02:32:10 2013 On 02/08/13 20:59, Anton Shterenlikht wrote: > What is the difference between building lang/perl5.16 > with > Build threaded perl > vs > Build with -pthread > > on amd64? > > What if I choose both options? > The point of the -pthread option is to ensure that perl doesn't hang when you load a perl module which dlopens a threaded lib. You really want this. Threaded perl is completely different. You probably don't want this unless you know what you're doing. The two are not incompatible. The defaults were chosen wisely, for good reasons. Steve Ok, thanks, I'll stick to the default. Anton From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 21:40:14 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 66BE3526 for ; Sat, 9 Feb 2013 21:40:14 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id F1B0E974 for ; Sat, 9 Feb 2013 21:40:13 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.6/8.14.6) with ESMTP id r19Le1vN034374 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Sat, 9 Feb 2013 21:40:08 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.7.4 smtp.infracaninophile.co.uk r19Le1vN034374 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1360446008; bh=NXVC04p+ttKxtGC1QQRQN3pC7XtYuBheInzzvYrw5pw=; h=Date:From:To:CC:Subject:References:In-Reply-To; z=Date:=20Sat,=2009=20Feb=202013=2021:39:53=20+0000|From:=20Matthew =20Seaman=20|To:=20meta=20|CC:=20ports@freebsd.org|Subject:=20Re:=20WRKDIRPREFIXPORT SDIR?|References:=20|In -Reply-To:=20; b=P7JyM/nG5wmdORWpAz7miA0GBc5fVbCXDupvA0yx9DMR16YIWuYdXq0P98KMfMP2K h9CkeWYF1QG9t2WRM6JhflqtC6YYjVeAUbggIMosfZ9Ob018CWq9tX3XgHI3l8buA2 Jhn8Ov4HjO9GHBSXo7Ek7gIuDIG36I/79TXr4aNg= Message-ID: <5116C229.6090404@infracaninophile.co.uk> Date: Sat, 09 Feb 2013 21:39:53 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: meta Subject: Re: WRKDIRPREFIXPORTSDIR? References: In-Reply-To: X-Enigmail-Version: 1.5 OpenPGP: id=60AE908C Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="----enig2TRMLTOGKDUQKIXXIOIOK" X-Virus-Scanned: clamav-milter 0.97.6 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,SPF_FAIL autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 21:40:14 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) ------enig2TRMLTOGKDUQKIXXIOIOK Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 09/02/2013 18:37, meta wrote: > Porter's handbook section 12.3 mentions WRKDIREPREFIXPORTSDIR, > but I can't find it anywhere. >=20 > $ grep WRKDIRPREFIXPORTSDIR /usr/ports/Mk/* > -> not found > $ find /usr/ports -name Makefile -depth 3 | xargs grep WRKDIRPREFIXPORT= SDIR > -> not found >=20 > Is it obsolete and has it disappeared? What's the alternative? That looks like a flaw in the way the Porter's Handbook is converted into HTML. There isn't a variable 'WRKDIRPREFIXPORTSDIR' [*] as the PH apparently claims there is. Instead there are two variables: ${WRKDIRPREFIX} ${PORTSDIR} So: taking the www/apache22 port as an example, and setting WRKDIRPREFIX to a distinct value as it's usually empty, we see: % cd /usr/ports/www/apache22 % setenv WRKDIRPREFIX /usr/obj % make -V WRKDIRPREFIX /usr/obj % make -V PORTSDIR /usr/ports % make -V WRKDIR /usr/obj/usr/ports/www/apache22/work So you can see that ${WRKDIR} is composed as: ${WRKDIRPREFIX}${PORTSDIR}/www/apache22/work All the $-signs and other punctuation seems to have gone missing from that section in the PH. Cheers, Matthew [*] Nor indeed WRKDIREPREFIXPORTSDIR, but that was probably a typo. --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk ------enig2TRMLTOGKDUQKIXXIOIOK Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.16 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlEWwjEACgkQ8Mjk52CukIxi5ACfa1Z+OVuXQYNl1WJum+AAaIko 2dEAn2ATVcaoFjQ0RTKbxqzvLL0uzOqL =CF9L -----END PGP SIGNATURE----- ------enig2TRMLTOGKDUQKIXXIOIOK-- From owner-freebsd-ports@FreeBSD.ORG Sat Feb 9 22:39:11 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F3F63140; Sat, 9 Feb 2013 22:39:10 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirg.bris.ac.uk (dirg.bris.ac.uk [137.222.10.102]) by mx1.freebsd.org (Postfix) with ESMTP id BC426B6F; Sat, 9 Feb 2013 22:39:09 +0000 (UTC) Received: from irix.bris.ac.uk ([137.222.10.39] helo=ncs.bris.ac.uk) by dirg.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1U4J4V-00025J-HC; Sat, 09 Feb 2013 22:39:02 +0000 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U4J4V-00043o-C2; Sat, 09 Feb 2013 22:38:59 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6) with ESMTP id r19McxMD046456; Sat, 9 Feb 2013 22:38:59 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.6/8.14.6/Submit) id r19McwKR046455; Sat, 9 Feb 2013 22:38:59 GMT (envelope-from mexas) Date: Sat, 9 Feb 2013 22:38:59 GMT From: Anton Shterenlikht Message-Id: <201302092238.r19McwKR046455@mech-cluster241.men.bris.ac.uk> To: makc@FreeBSD.org Subject: games/supertux SHA256 Checksum mismatch for supertux-0.1.3.tar.bz2. X-Spam-Score: -3.6 X-Spam-Level: --- Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2013 22:39:11 -0000 This is amd64 r246552 root@zzz:/usr/ports/games/supertux # svn up Updating '.': At revision 311993. root@zzz:/usr/ports/games/supertux # => Attempting to fetch http://download2.berlios.de/supertux/supertux-0.1.3.tar.b z2 fetch: http://download2.berlios.de/supertux/supertux-0.1.3.tar.bz2: size unknown fetch: http://download2.berlios.de/supertux/supertux-0.1.3.tar.bz2: size of remo te file is not known supertux-0.1.3.tar.bz2 1064 B 6418 kBps 00m00s ===> supertux-0.1.3_9 depends on file: /usr/local/sbin/pkg - found => SHA256 Checksum mismatch for supertux-0.1.3.tar.bz2. ===> Giving up on fetching files: supertux-0.1.3.tar.bz2 Make sure the Makefile and distinfo file (/usr/ports/games/supertux/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** [checksum] Error code 1 Thanks Anton