From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 00:03:48 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A295E9C1; Sun, 16 Dec 2012 00:03:48 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3720C8FC17; Sun, 16 Dec 2012 00:03:48 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fy27so3661745vcb.13 for ; Sat, 15 Dec 2012 16:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=SZDfSuiY2MNjsrN0ZSKduRgzSd5EYYfIamn0MRqK56s=; b=YJ8ZXtedLZN//rOxqn8N6vcSxaLDqVBiy1XUsv4unAR4Pw7MCOKP3EEpoYfLesd8xa NDn6VvnhAa+HsCsxlyalvzLK+Kg5lPSvkYSeWPUBwH0e/AGrERvFvTsUwY1PrNw1Z6YK o51ugLrkUTHZBAabBpWk3vTyh359OTzbz/PHQtT6DvDSkET/6pxUSAG/cgnwjA9V/Nvi 8p3RfB6TBikbALj31qUBZafUgjk3BrVn2Oe/hnzxboxfG/oN0zU01Yf76k0whA+xt42N 3pPHLljwqXdOFb7WoNpLGpTYo2VyYVw+e2JZmaUOv5Lj1twrsPGjbDYoH0e8SjEMWeKI S/HA== Received: by 10.59.13.197 with SMTP id fa5mr16796609ved.47.1355616227497; Sat, 15 Dec 2012 16:03:47 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id ey7sm7191049ved.0.2012.12.15.16.03.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Dec 2012 16:03:46 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: devel/gnustep Date: Sat, 15 Dec 2012 19:03:44 -0500 Message-ID: <1623796.AT4JdTCn6r@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: ports@freebsd.org, patrick dudjalija 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, 16 Dec 2012 00:03:48 -0000 On Saturday, December 15, 2012 22:25:12 patrick dudjalija wrote: > My gcc config : > pkg_info | grep gcc > gcc-4.6.3.20111202 GNU Compiler Collection 4.6 > > Do i need to deinstall gcc 4.6 and reinstall gcc 4.4, or is there another > way ? > Try adding: GNUSTEP_WITH_GCC46=yes to /etc/make.conf Make sure the ports are clean before attempting to rebuild. -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 07:26:22 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 670C0D1F for ; Sun, 16 Dec 2012 07:26:22 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4266B8FC13 for ; Sun, 16 Dec 2012 07:26:22 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tk8c9-00053T-Ur for freebsd-ports@freebsd.org; Sat, 15 Dec 2012 23:26:21 -0800 Date: Sat, 15 Dec 2012 23:26:21 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1355642781949-5769675.post@n5.nabble.com> Subject: gcc and g++ version setting in buildflags.conf 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, 16 Dec 2012 07:26:22 -0000 I am running a purely clang world (no gcc42), while I also have gcc46 installed for ports building. I use ccache for both world and ports. In /usr/local/etc/buildflags.conf I have set: BUILDFLAGS_GCC= 4.6+ GCC_DEFAULT_VERSION= 4.6+ # USE_GCC= 4.6+ # breaks distcc Some ports builds unfortunately break under this setup because build is looking for world's cc (gcc42 or clang). If I do this below, then the build completes fine: # setenv cc gcc46 && setenv cxx g++46 Any suggestions are welcome! -- View this message in context: http://freebsd.1045724.n5.nabble.com/gcc-and-g-version-setting-in-buildflags-conf-tp5769675.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:59:35 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A0C79FA for ; Sun, 16 Dec 2012 09:59:35 +0000 (UTC) (envelope-from marco.broeder@gmx.eu) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) by mx1.freebsd.org (Postfix) with ESMTP id 08BAA8FC13 for ; Sun, 16 Dec 2012 09:59:34 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.32]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0M8ntS-1Tphm13ECa-00C6mX for ; Sun, 16 Dec 2012 10:54:17 +0100 Received: (qmail invoked by alias); 16 Dec 2012 09:54:17 -0000 Received: from port-92-195-139-29.dynamic.qsc.de (EHLO localhost) [92.195.139.29] by mail.gmx.net (mp032) with SMTP; 16 Dec 2012 10:54:17 +0100 X-Authenticated: #23197544 X-Provags-ID: V01U2FsdGVkX19UyzwgfNlUmzTxivDT8+99TPKv+hkVHQNa2tLdSq pAbfSPtoK1gV7J Message-ID: <50CD99F2.4010205@gmx.eu> Date: Sun, 16 Dec 2012 10:52:50 +0100 From: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: [@ ports committers] ports/173531 OpenPGP: id=68D40A14 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigE03B19A96FE0EAE85DE45C4A" X-Y-GMX-Trusted: 0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marco.broeder@gmx.eu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 09:59:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE03B19A96FE0EAE85DE45C4A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, could a ports committer take ports/173531 pr, please? It is unassigned fo= r over a month, now. Thank you very much! --=20 Kind regards --------------enigE03B19A96FE0EAE85DE45C4A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJQzZnyAAoJEEjQ6Txo1AoUljEQAIxVDA1QOQ2iYsD1PbF4MiPg 4LvTzKvauiD5rAtQe6qP+2qi1ULzbRkTpbMCBuW71ZlcKAlb0U4CjgHw5dyvHz// mEX8lQoqMBgo4m38wOENazKqPYhgMvARHqq8wTSUlqBGXegb8yk6sqqI5tdEk19j WdBSHvIO5iOIhiYvYje3ZUtAF8FIdSTSp24tcF2EwsbT0qtMk3gT/i62HPgSAsok j9f7IFVMPr6hw/cEhCO1IS/QlitZ8KGix4WNDDtHBVm6mMgjxzj7OSWlSGYexAJd 34xihss0wnOiP9/Lt/hRRPzmZcV3m+gdUzSBdAe7h29bgv/B2rzPKry3cBfC+9p4 ZQ5kwzTPp7FuhlItPami6ble/Se0WOdCjaG9m9KFNYx6tJgQF/C5uYP9jGVAXNWC 9pJwkb3Vj1hK/vNQybwphyFaBCJNgr15mnRxLhaBib/M55lpkDL34voahQEY4Qwg KDOwVnlhARPwSfBcHPpTEx0ouLCgZk49/tGwQy/obJXtvH3KkRXeOmpz4EQooLOM iRtJiHQoW72UveKNrP96LubgDtIZeMkOLHXNChnyiYUxs2jerXF08h3DK4U1fwsW GiW8Z/skN2MucoybulwA4dMk+HKrg4EL7DzC4I7gy6mDm1LZDlSProdCjBppKJpI 8N0v2M3l0LOBiKqg5Arg =GgdH -----END PGP SIGNATURE----- --------------enigE03B19A96FE0EAE85DE45C4A-- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 11:00:35 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE284817; Sun, 16 Dec 2012 11:00:35 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 42DF08FC15; Sun, 16 Dec 2012 11:00:35 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 3437D701410; Sun, 16 Dec 2012 15:00:33 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id C552F2C027D; Sun, 16 Dec 2012 15:00:32 +0400 (MSK) Received: from unknown (unknown [77.66.155.61]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 0WcuYmZ7-0WcuWLMx; Sun, 16 Dec 2012 15:00:32 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355655632; bh=IjZBsqUmu/jODvOULRqRupVmZTFTnigGGnl5p7MrBd8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type; b=kPeQJMiWwN/jgpqS2KusrvNCYljZyFjsOE8a0+HYun2N7rEdUwcfwJbnc+9MiZbea Njr7DyrFPW6v+SFQ6Zgkp+rWoPHtu5Lrbg9wjOFw/UkfZN2GBXSvSqAWhQaPTsiV7/ ttBap4BgpEjm+QP3PZR86QKHa11zy92jEbK8uyrI= Message-ID: <50CDA9A7.7010401@yandex.ru> Date: Sun, 16 Dec 2012 14:59:51 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: marco.broeder@gmx.eu Subject: Re: [@ ports committers] ports/173531 References: <50CD99F2.4010205@gmx.eu> In-Reply-To: <50CD99F2.4010205@gmx.eu> Content-Type: multipart/mixed; boundary="------------080704000609030002040006" Cc: bug-followup@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: Sun, 16 Dec 2012 11:00:36 -0000 This is a multi-part message in MIME format. --------------080704000609030002040006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Marco, Marco Bröder wrote on 16.12.2012 13:52: > Hi, > > could a ports committer take ports/173531 pr, please? It is unassigned for > over a month, now. > > Thank you very much! Please review patch attached. I changed some things in your patch: - using OPTIONSFILE instead of UNIQUENAME (it's common practice to fix things like that) - limit to python 2.x (dulwich is not python 3.x-aware yet) - tab -> space change in pkg-descr:WWW (style bug) - remove DOCS_DESC (we have generic description in bsd.options.desc.mk) - use PYTHON_CMD instead of ``/usr/bin/env python'' (to make sure it will be runned with the same python branch, that it was built with) Please let me know if you agree with the changes, and I commit the update shortly. PS. Surely, it builds fine with this patch. -- Regards, Ruslan Tinderboxing kills... the drives. --------------080704000609030002040006 Content-Type: text/plain; charset=UTF-8; name="dulwich.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dulwich.diff.txt" Index: Makefile =================================================================== --- Makefile (revision 308996) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# Ports collection makefile for: dulwich -# Date created: 2009-10-24 -# Whom: Marco Broeder -# +# Created by: Marco Broeder # $FreeBSD$ -# PORTNAME= dulwich -PORTVERSION= 0.8.5 +PORTVERSION= 0.8.7 CATEGORIES= devel python MASTER_SITES= http://samba.org/~jelmer/${PORTNAME}/ \ http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -20,23 +16,31 @@ MAKE_JOBS_SAFE= yes -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes FETCH_ARGS= -Fpr # default '-AFpr' prevents 302 redirects by launchpad -.ifndef (NOPORTDOCS) -PORTDOCS= AUTHORS COPYING HACKING NEWS README +OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options +OPTIONS_DEFINE= DOCS +OPTIONS_DEFAULT=DOCS + +.include + +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS= AUTHORS COPYING HACKING NEWS README introduction.txt \ + object-store.txt protocol.txt remote.txt repo.txt .endif post-patch: - ${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = /usr/bin/env python|g' \ + ${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = ${PYTHON_CMD}|g' \ ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|/usr/bin/python|/usr/bin/env python|g' \ + ${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ ${WRKSRC}/setup.py post-install: -.ifndef (NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} + ${CP} ${WRKSRC}/docs/*.txt ${WRKSRC}/docs/tutorial/*.txt ${WRKSRC} ${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif Index: distinfo =================================================================== --- distinfo (revision 308996) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dulwich-0.8.5.tar.gz) = 546d2840199500dc270da5bda456df68de4d1733f8b184bf425c5e560f988b6a -SIZE (dulwich-0.8.5.tar.gz) = 203727 +SHA256 (dulwich-0.8.7.tar.gz) = 7ba336d0100b90baf843b20d71fedc8a92e36de41c1acdebe4cba12e76b93810 +SIZE (dulwich-0.8.7.tar.gz) = 208639 Index: pkg-descr =================================================================== --- pkg-descr (revision 308996) +++ pkg-descr (working copy) @@ -4,4 +4,4 @@ but instead uses pure Python. It is based on the Python-Git module released by James Westby. -WWW: http://samba.org/~jelmer/dulwich/ +WWW: http://samba.org/~jelmer/dulwich/ --------------080704000609030002040006-- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 11:08:31 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A82DA9D5; Sun, 16 Dec 2012 11:08:31 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4747F8FC12; Sun, 16 Dec 2012 11:08:31 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 13593700FB7; Sun, 16 Dec 2012 15:08:29 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 9ABC8134030F; Sun, 16 Dec 2012 15:08:29 +0400 (MSK) Received: from unknown (unknown [77.66.155.61]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8S8OVaVF-8T8Ksuht; Sun, 16 Dec 2012 15:08:29 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355656109; bh=h1wc+6II6H6is1pTmaqYSvgBsgwl34aLYU6JPjkVTA4=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=MyenAAy4XAMDn6A55QihQgtNjnBUEbMATp/ZJWSsUDbsVLNNo8NmVxMTjexh+z6lg hl616W6iW9zcBdzqSV7SxnMhKZzx1+iVWl5wyDfDT3HduJw8Kcikw8mKSmNCaHdohd /fcxBJjnKRXCD9jADV+rRrtAhY7WSZON1GWj29tc= Message-ID: <50CDAB84.5050701@yandex.ru> Date: Sun, 16 Dec 2012 15:07:48 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: marco.broeder@gmx.eu Subject: Re: [@ ports committers] ports/173531 References: <50CD99F2.4010205@gmx.eu> <50CDA9A7.7010401@yandex.ru> In-Reply-To: <50CDA9A7.7010401@yandex.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: "Jason E. Hale" , freebsd-ports@FreeBSD.org, bug-followup@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, 16 Dec 2012 11:08:31 -0000 Ruslan Makhmatkhanov wrote on 16.12.2012 14:59: > Hi Marco, > > Marco Bröder wrote on 16.12.2012 13:52: >> Hi, >> >> could a ports committer take ports/173531 pr, please? It is unassigned >> for >> over a month, now. >> >> Thank you very much! > > Please review patch attached. I changed some things in your patch: > - using OPTIONSFILE instead of UNIQUENAME (it's common practice to fix > things like that) > - limit to python 2.x (dulwich is not python 3.x-aware yet) > - tab -> space change in pkg-descr:WWW (style bug) > - remove DOCS_DESC (we have generic description in bsd.options.desc.mk) > - use PYTHON_CMD instead of ``/usr/bin/env python'' (to make sure it > will be runned with the same python branch, that it was built with) > > Please let me know if you agree with the changes, and I commit the > update shortly. > > PS. Surely, it builds fine with this patch. Oops, I see that this pr was taken by jhale already :) One more thing - PORTDOCS should be defined uncoditionally, but installed conditionally: +.if ${PORT_OPTIONS:MDOCS} +PORTDOCS= AUTHORS COPYING HACKING NEWS README introduction.txt \ + object-store.txt protocol.txt remote.txt repo.txt .endif This condition is not necessary. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 11:13:57 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5D2F5B9A; Sun, 16 Dec 2012 11:13:57 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id E7A298FC15; Sun, 16 Dec 2012 11:13:56 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id fy27so3895767vcb.13 for ; Sun, 16 Dec 2012 03:13:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding:content-type; bh=wxJx1KwJW0CwJFt9NZDnJp5OYC7tlMm41ENu/eijnNw=; b=RRFbhaYFa/m9kobeCxpu+00tRyKn9Dle3661M81Pc+e8aTZeKspq2fVytgS1GPtv6d CXdEVNT5hfNi7E8yHqOYLnVTtSe0BcK5PutaE9/OpfBJz16FTfPxj+3yXlfUevkyOp4i 4JbA7XXMxZAZAqBJBcJWTPEJxWlYIqO7+FFRqfZb5YCrTWC1Gxk3fXGOXCjOD1AN+Z0t bNsetpjwJ5jZA0lu/Gxcj9nlera6oQTqMRRH4s3Ecy0D8a9YWsuSXCvuCeIjYbWHNpAQ BpzsV2KhwcIKxpaLnGWk+iPQ3tjEi0da1mM/vmtnP/rfCntp3A/NG2w3Q4DpKoLyoBnN GEZg== Received: by 10.58.137.7 with SMTP id qe7mr18591484veb.23.1355656436153; Sun, 16 Dec 2012 03:13:56 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id yu4sm8309988veb.7.2012.12.16.03.13.55 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Dec 2012 03:13:55 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: Ruslan Makhmatkhanov Subject: Re: [@ ports committers] ports/173531 Date: Sun, 16 Dec 2012 06:13:53 -0500 Message-ID: <3096099.yLIANgpWSo@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <50CDAB84.5050701@yandex.ru> References: <50CD99F2.4010205@gmx.eu> <50CDA9A7.7010401@yandex.ru> <50CDAB84.5050701@yandex.ru> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Cc: marco.broeder@gmx.eu, freebsd-ports@freebsd.org, bug-followup@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, 16 Dec 2012 11:13:57 -0000 On Sunday, December 16, 2012 15:07:48 Ruslan Makhmatkhanov wrote: > Ruslan Makhmatkhanov wrote on 16.12.2012 14:59: > > Hi Marco, > >=20 > > Marco Br=F6der wrote on 16.12.2012 13:52: > >> Hi, > >>=20 > >> could a ports committer take ports/173531 pr, please? It is unassi= gned > >> for > >> over a month, now. > >>=20 > >> Thank you very much! > >=20 > > Please review patch attached. I changed some things in your patch: > > - using OPTIONSFILE instead of UNIQUENAME (it's common practice to = fix > >=20 > > things like that) > >=20 > > - limit to python 2.x (dulwich is not python 3.x-aware yet) > > - tab -> space change in pkg-descr:WWW (style bug) > > - remove DOCS_DESC (we have generic description in bsd.options.desc= .mk) > > - use PYTHON_CMD instead of ``/usr/bin/env python'' (to make sure i= t > >=20 > > will be runned with the same python branch, that it was built wi= th) > >=20 > > Please let me know if you agree with the changes, and I commit the > > update shortly. > >=20 > > PS. Surely, it builds fine with this patch. >=20 > Oops, I see that this pr was taken by jhale already :) Ruslan, If you want to take this that is fine with me...I haven't started worki= ng on=20 it yet and it seems you have looked into it already. > One more thing - PORTDOCS should be defined uncoditionally, but > installed conditionally: >=20 > +.if ${PORT_OPTIONS:MDOCS} > +PORTDOCS=3D=09AUTHORS COPYING HACKING NEWS README introduction.txt \= > +=09=09object-store.txt protocol.txt remote.txt repo.txt > .endif >=20 COPYING should be removed here too. LICENSE is already defined. > This condition is not necessary. --=20 Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 11:26:06 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E0FA2DC5; Sun, 16 Dec 2012 11:26:06 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9358FC0C; Sun, 16 Dec 2012 11:26:06 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward12.mail.yandex.net (Yandex) with ESMTP id F3374C21EAC; Sun, 16 Dec 2012 15:26:03 +0400 (MSK) Received: from smtp14.mail.yandex.net (localhost [127.0.0.1]) by smtp14.mail.yandex.net (Yandex) with ESMTP id A382C1B60644; Sun, 16 Dec 2012 15:26:01 +0400 (MSK) Received: from unknown (unknown [77.66.155.61]) by smtp14.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Q1cec6Jg-Q1cmg4GK; Sun, 16 Dec 2012 15:26:01 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355657161; bh=LwtRDZhRwlKilkO+wNGwpS7qMhI9EluPSkZcNK+8sGE=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=QDg7aJcMmRtylfepuudGIj6l/dbnGG5aoQ/e7NXtPlJfxilNo9OXzqd376fHo/p+J Y5oYLdVxkTtqbiwzEnVJeisC5PyxTryblR2h0NlqCkz4ekWQNA4g9Xgdc9gLk0U+0J v0m972NyNrsrDLNY0t+IR1wyanS/AFukHJtgK1r0= Message-ID: <50CDAF9F.5070601@yandex.ru> Date: Sun, 16 Dec 2012 15:25:19 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: "Jason E. Hale" Subject: Re: [@ ports committers] ports/173531 References: <50CD99F2.4010205@gmx.eu> <50CDA9A7.7010401@yandex.ru> <50CDAB84.5050701@yandex.ru> <3096099.yLIANgpWSo@mocha.verizon.net> In-Reply-To: <3096099.yLIANgpWSo@mocha.verizon.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: marco.broeder@gmx.eu, freebsd-ports@freebsd.org, bug-followup@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, 16 Dec 2012 11:26:07 -0000 Jason E. Hale wrote on 16.12.2012 15:13: > On Sunday, December 16, 2012 15:07:48 Ruslan Makhmatkhanov wrote: >> Ruslan Makhmatkhanov wrote on 16.12.2012 14:59: >>> Hi Marco, >>> >>> Marco Bröder wrote on 16.12.2012 13:52: >>>> Hi, >>>> >>>> could a ports committer take ports/173531 pr, please? It is unassigned >>>> for >>>> over a month, now. >>>> >>>> Thank you very much! >>> >>> Please review patch attached. I changed some things in your patch: >>> - using OPTIONSFILE instead of UNIQUENAME (it's common practice to fix >>> >>> things like that) >>> >>> - limit to python 2.x (dulwich is not python 3.x-aware yet) >>> - tab -> space change in pkg-descr:WWW (style bug) >>> - remove DOCS_DESC (we have generic description in bsd.options.desc.mk) >>> - use PYTHON_CMD instead of ``/usr/bin/env python'' (to make sure it >>> >>> will be runned with the same python branch, that it was built with) >>> >>> Please let me know if you agree with the changes, and I commit the >>> update shortly. >>> >>> PS. Surely, it builds fine with this patch. >> >> Oops, I see that this pr was taken by jhale already :) > > Ruslan, > > If you want to take this that is fine with me...I haven't started working on > it yet and it seems you have looked into it already. > >> One more thing - PORTDOCS should be defined uncoditionally, but >> installed conditionally: >> >> +.if ${PORT_OPTIONS:MDOCS} >> +PORTDOCS= AUTHORS COPYING HACKING NEWS README introduction.txt \ >> + object-store.txt protocol.txt remote.txt repo.txt >> .endif >> > COPYING should be removed here too. LICENSE is already defined. > >> This condition is not necessary. Ok, both done (take-pr and COPYING). Thanks. Awaiting of maintainer's response. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 11:57:45 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C3563498 for ; Sun, 16 Dec 2012 11:57:45 +0000 (UTC) (envelope-from marco.broeder@gmx.eu) Received: from mout.gmx.net (mout.gmx.net [212.227.15.19]) by mx1.freebsd.org (Postfix) with ESMTP id 69E938FC14 for ; Sun, 16 Dec 2012 11:57:45 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.70]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MMqOH-1TlZ5p1yDH-008aji for ; Sun, 16 Dec 2012 12:57:38 +0100 Received: (qmail invoked by alias); 16 Dec 2012 11:57:38 -0000 Received: from port-92-195-139-29.dynamic.qsc.de (EHLO localhost) [92.195.139.29] by mail.gmx.net (mp070) with SMTP; 16 Dec 2012 12:57:38 +0100 X-Authenticated: #23197544 X-Provags-ID: V01U2FsdGVkX19pUkgBOWZpTp2ayqyKmOKKairf+Ycv858ieu7HIa /aiR674/mb1QVf Message-ID: <50CDB6E0.4020404@gmx.eu> Date: Sun, 16 Dec 2012 12:56:16 +0100 From: =?UTF-8?B?TWFyY28gQnLDtmRlcg==?= MIME-Version: 1.0 To: Ruslan Makhmatkhanov Subject: Re: [@ ports committers] ports/173531 References: <50CD99F2.4010205@gmx.eu> <50CDA9A7.7010401@yandex.ru> <50CDAB84.5050701@yandex.ru> <3096099.yLIANgpWSo@mocha.verizon.net> <50CDAF9F.5070601@yandex.ru> In-Reply-To: <50CDAF9F.5070601@yandex.ru> OpenPGP: id=68D40A14 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig9ECDA3C8AC995544F1E4437A" X-Y-GMX-Trusted: 0 Cc: "Jason E. Hale" , bug-followup@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: marco.broeder@gmx.eu List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2012 11:57:45 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig9ECDA3C8AC995544F1E4437A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 16.12.2012 12:25, Ruslan Makhmatkhanov wrote: > Jason E. Hale wrote on 16.12.2012 15:13: >> On Sunday, December 16, 2012 15:07:48 Ruslan Makhmatkhanov wrote: >>> Ruslan Makhmatkhanov wrote on 16.12.2012 14:59: >>>> Hi Marco, >>>> >>>> Marco Br=C3=B6der wrote on 16.12.2012 13:52: >>>>> Hi, >>>>> >>>>> could a ports committer take ports/173531 pr, please? It is unassig= ned >>>>> for >>>>> over a month, now. >>>>> >>>>> Thank you very much! >>>> >>>> Please review patch attached. I changed some things in your patch: >>>> - using OPTIONSFILE instead of UNIQUENAME (it's common practice to f= ix >>>> >>>> things like that) >>>> >>>> - limit to python 2.x (dulwich is not python 3.x-aware yet) >>>> - tab -> space change in pkg-descr:WWW (style bug) >>>> - remove DOCS_DESC (we have generic description in bsd.options.desc.= mk) >>>> - use PYTHON_CMD instead of ``/usr/bin/env python'' (to make sure it= >>>> >>>> will be runned with the same python branch, that it was built wi= th) >>>> >>>> Please let me know if you agree with the changes, and I commit the >>>> update shortly. >>>> >>>> PS. Surely, it builds fine with this patch. >>> >>> Oops, I see that this pr was taken by jhale already :) >> >> Ruslan, >> >> If you want to take this that is fine with me...I haven't started work= ing on >> it yet and it seems you have looked into it already. >> >>> One more thing - PORTDOCS should be defined uncoditionally, but >>> installed conditionally: >>> >>> +.if ${PORT_OPTIONS:MDOCS} >>> +PORTDOCS=3D AUTHORS COPYING HACKING NEWS README introduction.txt \ >>> + object-store.txt protocol.txt remote.txt repo.txt >>> .endif >>> >> COPYING should be removed here too. LICENSE is already defined. >> >>> This condition is not necessary. >=20 > Ok, both done (take-pr and COPYING). Thanks. Awaiting of maintainer's=20 > response. >=20 I reviewed and tested your changes. I am fine with all of it. Please comm= it. Many thanks for your help and comments! --=20 Kind regards --------------enig9ECDA3C8AC995544F1E4437A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJQzbcCAAoJEEjQ6Txo1AoUENUQAJMgZVrwd9AUDrRRwCfcASP3 5GPFMQfWIIpy3g0nPfdZMEhvIc/Hnc4wuC3Dct+g0sf8CBmDJeB+CKHxktY3KfSf m0JgpHavw6pvdR6C1fc4Mh2EhOmA0kam+VVusdpzGEX3w2uQ5JuJWL6jHNgMAsjq QfOXMNqHwTwA+A+vJ6lcKh4h0qJUbp7MLUZKnAg7GtndmJxPR7j1tOIiJltgzS9D IFTKYHAvagfnzKQ+MO6AXuAoGBURMAX/PACwBGNs7X6G+zXdzAntAo+Anp7ABfxe 0jy3LtqOvoejyPWwmlbvmRE55bAihfPqNeyUmBMZ7hg3xiihqST8WddxmNFdYTJI 7tkkSRykIO124GGkWmzPZg5t78UZpB3qQRXDjthG/xuETq+Df3DD+i7yrMZKUoax QR5euqjk7A6Lq1OWkwZhiWnAtaNFAxEM63ukciH+Q3zYqtac4XR482iv2UcbDgX6 nUXORa742RKICfv0IgaloM7ovj0V8DIh6khKXVOOyRW2ns3WriMatS5hsJjn4kK5 PyxFXNn8ARmPwnRkJHJClM1YotRR8Fy0/tHVBeWdcwaF0mFV0IudLVFwVYCJPCiT bpJD/PVYgLSX8AIfCToXuDfrHjp/rSB0t34qYa/TQ6jp0MzlH6lN2A4BIB9f4PP3 HznqQXu8fUeLsMnrKR4v =DdVw -----END PGP SIGNATURE----- --------------enig9ECDA3C8AC995544F1E4437A-- From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 15:06:20 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A1A83777 for ; Sun, 16 Dec 2012 15:06:20 +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 5A7408FC19 for ; Sun, 16 Dec 2012 15:06:20 +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 qBGF6JBm009580 for ; Sun, 16 Dec 2012 10:06:19 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBGF6Jmv009535; Sun, 16 Dec 2012 10:06:19 -0500 (EST) (envelope-from portscout) Message-Id: <201212161506.qBGF6Jmv009535@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sun, 16 Dec 2012 10:06:19 -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, 16 Dec 2012 15:06:20 -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/k8048 | 1.04 | 2.07 ------------------------------------------------+-----------------+------------ games/endgame-singularity-music | 006 | 007 ------------------------------------------------+-----------------+------------ games/odamex | 0.5.6 | 0.6.2 ------------------------------------------------+-----------------+------------ www/twiki | 4.2.4 | 5.1.3 ------------------------------------------------+-----------------+------------ x11-toolkits/p5-Gtk | 0.7009 | 0.7010 ------------------------------------------------+-----------------+------------ 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 Dec 16 15:52:25 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BE0386E for ; Sun, 16 Dec 2012 15:52:25 +0000 (UTC) (envelope-from demelier.david@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 E57218FC0C for ; Sun, 16 Dec 2012 15:52:24 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so1999539eaa.13 for ; Sun, 16 Dec 2012 07:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=/3KTVqYsEx0Nuo0caGS+r4izWTeSpyRliYeaoQIDVUY=; b=CspBbSaPthLVJtAsc21Y4eLHkgpF/4TG/TKLcvNiZYxtr4xGtYjftAwSKAR0T2SZv8 hLMpoXidYF/Y0eBXVCcolqHTvvnDk+fGgX89JH//bsnaQWyji3MdN76HAqnzQCI6KFdc 3hP6Wb/UtBe1vUiiiKDxL0kza386a8+KsK5p1XeUYaFEUObPpWD236Mm7ku+UsK4IgY6 SLBRAhJ55WMkCtkgZmkLsd6oaqMGysA2NRNZWgoP4TCVLpAO1cBcN5IwrzGpSEmFBoQt 25DAyuXtH9aClIvhl7vxudTT560QKS2fkpJEfxUM4hrJXk44wi6iLvl4PN1VL7M7vEmT 04Vw== Received: by 10.14.203.8 with SMTP id e8mr33362483eeo.2.1355673143889; Sun, 16 Dec 2012 07:52:23 -0800 (PST) Received: from Melon.malikania.fr (235.21.102.84.rev.sfr.net. [84.102.21.235]) by mx.google.com with ESMTPS id q44sm23207322eep.5.2012.12.16.07.52.21 (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 07:52:22 -0800 (PST) Message-ID: <50CDEE14.2040501@gmail.com> Date: Sun, 16 Dec 2012 16:51:48 +0100 From: David Demelier 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: Let's talk about subversion/svn References: <20121119071607.GA58307@icarus.home.lan> In-Reply-To: <20121119071607.GA58307@icarus.home.lan> 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, 16 Dec 2012 15:52:25 -0000 On 19/11/2012 08:16, Jeremy Chadwick wrote: > Given the incessant focus on everything using Subversion now (please do > not get me started, it will be like arguing with a brick wall), I'd like > to know what the plan is for minimising the number of dependencies. > > The present subversion **package** on the official FTP servers is for > subversion-1.7.6: > > root@icarus:~ # ftp ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/ > ... > ftp> dir subversion*.tbz > 229 Entering Extended Passive Mode (|||10279|). > 150 Here comes the directory listing. > lrwxr-xr-x 1 967 100 32 Oct 14 14:53 subversion-java.tbz -> ../All/subversion-java-1.7.6.tbz > lrwxr-xr-x 1 967 100 27 Oct 13 13:24 subversion.tbz -> ../All/subversion-1.7.6.tbz > lrwxr-xr-x 1 967 100 28 Oct 14 01:54 subversion16.tbz -> ../All/subversion-1.6.18.tbz > 226 Directory send OK. > > And this is partially what it pulls down dependency-wise: > > root@icarus:~ # pkg_add -r -n subversion > Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/subversion.tbz... Done. > Package dependency sqlite3-3.7.14.1 for ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/subversion.tbz not found! > Package dependency gdbm-1.9.1 for ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/subversion.tbz not found! > Package dependency db42-4.2.52_5 for ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/subversion.tbz not found! > Package dependency neon29-0.29.6_4 for ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/subversion.tbz not found! > > I say partially because due to use of -n, some of those packages weren't > downloaded, thus the recursive dependency nature is lost (I consider > this mostly a bug with -n when used with a remote package, but it could > also be deemed a feature). > > However, GDBM and Oracle/Sleepycat DB aren't (by default) enabled > in 1.7.7 which is what's in ports currently: > > root@icarus:/usr/ports/devel/subversion # make run-depends-list > /usr/ports/databases/sqlite3 > /usr/ports/devel/apr1 > /usr/ports/devel/gettext > /usr/ports/textproc/expat2 > /usr/ports/www/neon29 > > So GDBM and Oracle/Sleepycat DB are now disabled by default (good!), > but now we have the following (and I will describe each of them for > readers so they know what they're for): > > - SQLite -- which I believe is used for data storage for commits/etc. > and tends to work well for that, so I'm okay with it. > - gettext -- needed for NLS, which I've learned to accept although I'd > rather everything today just use UTF-8 universally (idealistic me). > However, there are many people who are heavy WITHOUT_NLS advocates, > and I used to be one, so they should be honoured (IMO). > - APR -- have yet to figure this out. All I can think of is "svn is > an Apache project and we like injecting all our crap into everything, > so enjoy!". > - expat2 -- XML parsing library, which I also have yet to figure out > the need for. What VCS uses XML and why? Is this really *needed*? > - neon -- OPTIONS description labels this as "WebDAV/DAV support", > but in reality what this provides that's most important is HTTPS/SSL > support. I found this out the hard way when building svn for a > customer 4-5 months ago. NEON_DESC should really become this: > > NEON_DESC=WebDAV/Delta-V access module + HTTPS/SSL support > > I want people reading this to remember olden days, because it seems > we've taken a step backwards when it comes to applying minimalistic > approaches and KISS principle. I want people to remember the days of > this command: > > pkg_add -r cvsup-without-gui > > And how it had a dependency on ezm3 (Modula-3 language), which its > author insisted was needed "because cvsup's design needed M3 for speed" > (I'd have to dig up his exact words). This utter nonsense was debunked > when csup -- written purely in C -- was introduced into the base system. > I remember that day, and it was one of the happiest moments I had using > FreeBSD. Yes really. All of my co-workers at the time who used FreeBSD > rejoiced as well. > > I understand everyone uses svn differently, but there *needs* to be a > package (or stub port) that is minimal, i.e. "install this to use svn on > FreeBSD if you want to check out src and ports and other stuff"[1], that > has absolutely no fluff in it other than what's needed, and I am not > sure if the above defaults meet that requirement (thus possibly a > stub-port would be good). Possibly that can be accomplished by someone > updating the existing subversion.tbz package on the servers to 1.7.7? > Not sure. > > I also know FREEBSD_TEMPLATE is absolutely needed (failure to include > that will result in weird breakage, which I've seen posts complaining > about on the lists in the past). > > There is STATIC, which would be great for solving this (if you ask me), > but if I remember right the port maintainer stated sometime in the past > that he had concerns over this option given "security implications", > e.g. if SQLite, etc. had security holes in them and thus had to be > updated, a static build wouldn't be able to deal with that, but that's > just a bunch of hogwash (I can explain why in detail if wanted). So I > doubt we'll see something like subversion-static.tbz anytime soon. > > So what's the point of my Email? > > I want to find out what is being done by the FreeBSD folks (that means > Project members and Committers alike) to deal with this migration from > the end-user perspective. The Project has effectively destroyed > csup/cvsup in different ways, especially over the past 2 days (I love > seeing all CVS commits now done as user "svnexp" and the cvsweb.cgi > interface is 100% broken -- thanks! Nobody used this functionality > anyway, right?), so for me svn is the only choice[1]. > > Finally: for those wanting svn in the base system, good luck. I'm sure > licensing issues will be the main reason this can't happen. This just > circles back to my age-old argument about how the "base system" concept > on FreeBSD needs to be nuked, and that all "base system" software should > actually just be ports/packages and can be updated/maintained in that > same fashion (but obviously with much more scrutiny). There's no > technical reason this can't be done, only social reasons. For how this > is done properly, see Debian. > > I look forward to responses, but I can assure you I will respond very > little; I tend to be argumentative (case in point) and could battle this > all day and night, but more importantly, the work/effort here is not my > responsibility -- it is the responsibility of those who have deprecated > something that was minimal and "just worked out-of-the-box". > > > [1]: Regarding ports and "use portsnap": have no problem with portsnap, > but it doesn't work for my workflow/model. I absolutely need to see > things in more real-time fashion than "when a portsnap mirror decides to > update its snapshot from the master" (could be hours, could be days, who > knows -- and we have seen occasions of these delays happen already, and > not just recently). I used csup (and when providing diffs for PRs, cvs > itself) exclusively for ports and src, and I will therefore use svn for > the same purpose. Not for debate. :-) > We should write a snup tool similar to csup, a bootstrap tool that depends on nothing and can fetch both src/ ports/ and doc/ repositories with branches support. Cheers, From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 15:56:20 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15D769F1 for ; Sun, 16 Dec 2012 15:56:20 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 7A7658FC0C for ; Sun, 16 Dec 2012 15:56:18 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so3986751lah.13 for ; Sun, 16 Dec 2012 07:56:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=T9b0JrkUVi9DbPpibBdiOLFMW5UNd4PodzZTv+mRyBk=; b=pttq6RhXqgXRUwuq2FiztVzrtNcc2Dl7HYjgqi0dtURk+eTt/XWxNOTF6V1zZUpTIK TgmwsMSMXlYqWInpHJayUsnGeTN+I/y/h4JsTkR8FfdFp+m2/3tQFgFs76qKHtpM11my la0D2vCs5FnokJj86QerEIKDPDsQoI6r8l55I= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=T9b0JrkUVi9DbPpibBdiOLFMW5UNd4PodzZTv+mRyBk=; b=UBmNwT9FXPp4t1Q+YvdRNxIZPiIGR1GXr1dHg8HVw6ofT1CaSyQQeyPokY2cLPav/P e07lIemcONB78lsqeP0dQH/SxkNhqWiSss3h1QjIkBXIfI8YUC+9WAt4MyX1C1tzZdWp A4xdGOHvpk9UWZohf3aO5qj2aG69Df1VceeeYP1/xd3+ecyl1QN/IEy4jpHW3kvSy+lX 8B5U7JW7nYmPu9merV1zmMthqF+5QsSxnYAvlZ1D1h0Ey7mL22Su2yAg21kU7QYkU9yt DSFv5kz+/eHaDCTz+3lNiEPjqsR/JYDpwE+rUJvqB6WTfUFJQ5VvvaPUexPtXO+yFgbk qAPA== Received: by 10.112.46.70 with SMTP id t6mr4815169lbm.107.1355673371534; Sun, 16 Dec 2012 07:56:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.149.225 with HTTP; Sun, 16 Dec 2012 07:55:40 -0800 (PST) In-Reply-To: <50CDEE14.2040501@gmail.com> References: <20121119071607.GA58307@icarus.home.lan> <50CDEE14.2040501@gmail.com> From: Eitan Adler Date: Sun, 16 Dec 2012 10:55:40 -0500 Message-ID: Subject: Re: Let's talk about subversion/svn To: David Demelier Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQlUh5skAvMF2t88snIyt+p+i0KhKPMgAs7TI8kUGnKSvPr/PEuoQpma0LV+6C+VEKCGt8rs 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: Sun, 16 Dec 2012 15:56:20 -0000 On 16 December 2012 10:51, David Demelier wrote: > We should write a snup tool similar to csup, a bootstrap tool that depends > on nothing and can fetch both src/ ports/ and doc/ repositories with > branches support. Absolutely. If you want to help just svn checkout svn://svn.freebsd.org/base/user/des/svnsup and start hacking! -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 16:03:04 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F775C4F for ; Sun, 16 Dec 2012 16:03:04 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 176268FC0A for ; Sun, 16 Dec 2012 16:03:03 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so2765064eek.13 for ; Sun, 16 Dec 2012 08:03:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=hvxYMoSsrgpXDx1pnTNUtasV8Wjwj+VwxtziD13l8ro=; b=K1Inhld2EdDO8j/oBtjxn0EXglBqJtUz585zb/85rvBGn5bw/8f3qLzTf8Bq946QXX At6UNMxkB1aqy+kxyFudiCXmOVF2/qesOhINhD/Ep3JkGLWVkXRJuMoXx8crlifnoscl buPsKAcWBW6E7TGUM550qL63Ty149RJ1QFCF3GDkIE1LPSCDBOcnnu5gfjZbGCXz5Tr5 DmPUGqFIsILk+LZ9rrcJ6QOkCp9LtWZn310tgmDtFwdapwLoWGJfkoM9oHNNgSi/Ay4q 8wCsAnqoVOjOKR0nkeGKZ57gg25AbgdAaWX5vXa3pgIuA+kjqE6UhQqwZvOxu+iG6HYg oAyQ== Received: by 10.14.3.195 with SMTP id 43mr33034602eeh.36.1355673782947; Sun, 16 Dec 2012 08:03:02 -0800 (PST) Received: from Melon.malikania.fr (235.21.102.84.rev.sfr.net. [84.102.21.235]) by mx.google.com with ESMTPS id w3sm23278514eel.17.2012.12.16.08.03.01 (version=SSLv3 cipher=OTHER); Sun, 16 Dec 2012 08:03:02 -0800 (PST) Message-ID: <50CDF093.70703@gmail.com> Date: Sun, 16 Dec 2012 17:02:27 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: Let's talk about subversion/svn References: <20121119071607.GA58307@icarus.home.lan> <50CDEE14.2040501@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; 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: Sun, 16 Dec 2012 16:03:04 -0000 On 16/12/2012 16:55, Eitan Adler wrote: > On 16 December 2012 10:51, David Demelier wrote: >> We should write a snup tool similar to csup, a bootstrap tool that depends >> on nothing and can fetch both src/ ports/ and doc/ repositories with >> branches support. > Absolutely. If you want to help just > svn checkout svn://svn.freebsd.org/base/user/des/svnsup > and start hacking! > Oh really great, didn't know a project like that started! From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 16:06:00 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B474DD4 for ; Sun, 16 Dec 2012 16:06:00 +0000 (UTC) (envelope-from lists@eitanadler.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 D4B188FC16 for ; Sun, 16 Dec 2012 16:05:59 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id go10so3996730lbb.13 for ; Sun, 16 Dec 2012 08:05:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=tY/bB93SNwomwZQXrYN6E2h4QhGU6XR5S6rNdgPmmq4=; b=HVxx2zEIbm3Gw+Mvo60BSERLOGqzHP5HN9sYIC96wU/MlQcWNu+sImL96Z6wLK3dRI 0nB62doLyjrb/+Fr5o3AI8F6FshyIdk71yXkc17B5TIMGW4/GdOkEKjUG+/BhHJA16NP JO/6xZj5N7U89SvrPMpdIkPHkBygvpGOsPz2U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=tY/bB93SNwomwZQXrYN6E2h4QhGU6XR5S6rNdgPmmq4=; b=ZKSvNVLl38pj1y4W3sU/m1XSbRf76thLzheMOetxs21h+fslDvowI0cWN1UyE9NQrI Hh15CPqRA0i6aJwkNb9DDukUas3KiII+WGbcdhgCmkgEm+x+A5T9+4Fh8aPZPBigdwoH g/YDaml5FACbO9gUqTwpQO//lU/fJR6++2J7lJwMWm8aeKvEJ7sEDaz7f2/Tav1H+vxk i0QstGirXFlQnHrQmVH9D23qjNi+vo7RJ7X30VOjoUYU5mSNbKjqKdJ+ZdOeAvmv53Bk 9Xl12ZsucOxVRX5/uPB+v9htfuQ3Vz+zWECJXa7IoSO0HAm560Z8r4K6sQNepfx9tyR9 GvcA== Received: by 10.112.46.70 with SMTP id t6mr4823437lbm.107.1355673958693; Sun, 16 Dec 2012 08:05:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.149.225 with HTTP; Sun, 16 Dec 2012 08:05:28 -0800 (PST) In-Reply-To: <50CDF093.70703@gmail.com> References: <20121119071607.GA58307@icarus.home.lan> <50CDEE14.2040501@gmail.com> <50CDF093.70703@gmail.com> From: Eitan Adler Date: Sun, 16 Dec 2012 11:05:28 -0500 Message-ID: Subject: Re: Let's talk about subversion/svn To: David Demelier Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkYp1srFFahuko+1bVAUBEjIv/SQGrtMv14zJj3UVCZO6KA0EG2TopTjwJF5vNNlSOD4cED 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: Sun, 16 Dec 2012 16:06:00 -0000 On 16 December 2012 11:02, David Demelier wrote: >> Absolutely. If you want to help just >> svn checkout svn://svn.freebsd.org/base/user/des/svnsup >> and start hacking! >> > Oh really great, didn't know a project like that started! It is started, but stalled: someone needs to take up the lead again. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 21:42:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37ADFE93 for ; Sun, 16 Dec 2012 21:42:17 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 1513D8FC17 for ; Sun, 16 Dec 2012 21:42:16 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TkLyM-0007cl-8c for freebsd-ports@freebsd.org; Sun, 16 Dec 2012 13:42:10 -0800 Date: Sun, 16 Dec 2012 13:42:10 -0800 (PST) From: Jakub Lach To: freebsd-ports@freebsd.org Message-ID: <1355694130257-5769812.post@n5.nabble.com> Subject: devel/gdb does not compile with gcc47+ 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, 16 Dec 2012 21:42:17 -0000 Thread model: posix gcc version 4.7.3 20121208 (prerelease) (FreeBSD Ports Collection) configure:4043: $? = 0 configure:4032: gcc47 -V >&5 gcc47: error: unrecognized command line option '-V' gcc47: fatal error: no input files compilation terminated. configure:4043: $? = 1 configure:4032: gcc47 -qversion >&5 gcc47: error: unrecognized command line option '-qversion' gcc47: fatal error: no input files compilation terminated. configure:4043: $? = 1 configure:4063: checking for C compiler default output file name configure:4085: gcc47 -O2 -pipe -march=native -DRL_NO_COMPAT -fno-strict-aliasing -I/usr/local/include -L/us /usr/local/lib/libreadline.so: undefined reference to `tputs' /usr/local/lib/libreadline.so: undefined reference to `tgoto' /usr/local/lib/libreadline.so: undefined reference to `tgetflag' /usr/local/lib/libreadline.so: undefined reference to `UP' /usr/local/lib/libreadline.so: undefined reference to `tgetent' /usr/local/lib/libreadline.so: undefined reference to `tgetnum' /usr/local/lib/libreadline.so: undefined reference to `PC' /usr/local/lib/libreadline.so: undefined reference to `tgetstr' /usr/local/lib/libreadline.so: undefined reference to `BC' collect2: error: ld returned 1 exit status configure:4089: $? = 1 configure:4126: result: configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:4132: error: in `/usr/obj/usr/ports/devel/gdb/work/gdb-7.5.1': configure:4136: error: C compiler cannot create executables See `config.log' for more details. -- View this message in context: http://freebsd.1045724.n5.nabble.com/devel-gdb-does-not-compile-with-gcc47-tp5769812.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:49:29 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8DF6682 for ; Sun, 16 Dec 2012 23:49:29 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-ye0-f182.google.com (mail-ye0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 84C038FC19 for ; Sun, 16 Dec 2012 23:49:29 +0000 (UTC) Received: by mail-ye0-f182.google.com with SMTP id q5so1046831yen.13 for ; Sun, 16 Dec 2012 15:49:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:reply-to:organization:x-mailer:face :mime-version:content-type:content-transfer-encoding; bh=YJCZmMtI1XcMkVED2kz+Y2Q6QeKfyNJpXnQi3Su6sCo=; b=Hveq54fm2wGqEoQ6sA+IRvkO6XD/c3Is22AJOA0focvlRSNdhDzhHflUWeuaNmOzDr 7RiaXYcoZ7uDSsHefvMCCCmXYcgw/tBw53HJK205kq5OAhDBuIy6aGjoLtkdHmNtKbqk m8hMuulVGZSGYXWr1psJ9ZmJyRWmmbyJ8tbQo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:subject:message-id:reply-to:organization:x-mailer:face :mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=YJCZmMtI1XcMkVED2kz+Y2Q6QeKfyNJpXnQi3Su6sCo=; b=bw+4aouhGg8M6GmlqdfouUpKlR3p+9q0StO3eG3as+7SCLvvetHzGAXt26jcaDKXpD f+TWVLoAaIqh0/R81HB98efCBP+eXMNKH/sY04z9IiUStgSZ+0utyDU1uYFUff9E+J17 EgKqSulvpsBdT3wCPXQmk6zDzbxJS9Rbd5sRbhWWh6CGYQV6jgsGZ5HIYHKzDvh36dpc cJrPgCTEA66vSms+CRO53mCtixgWlR+wpjyN4a9Kgss6avhBgQdENB4rtrC+0x+552KG 5bf8R6BWFj/PI013Tp4d8n9J/V8I6nDY6FneoUtb+saKS9Mwu5MVrbd2+o6XhTD8bN2v KmnQ== Received: by 10.236.75.200 with SMTP id z48mr4565215yhd.41.1355701763592; Sun, 16 Dec 2012 15:49:23 -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 s21sm11570812yhb.5.2012.12.16.15.49.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Dec 2012 15:49:23 -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 3YPhzj5XjBz2CG4g; Sun, 16 Dec 2012 18:49:21 -0500 (EST) Date: Sun, 16 Dec 2012 18:49:21 -0500 From: Jerry To: freebsd-ports@freebsd.org, obrien@FreeBSD.org Subject: Bash-4.2 Message-ID: <20121216184921.558e6cd0@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: ALoCoQnegSrjXBsTKleasdlEL7HJhqW4QqJwO9Iq8EW1gWuxazzhb5HLql+OfXdqOMM4zv0KYYA9 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, 16 Dec 2012 23:49:30 -0000 The current Bash-4.2 in the ports is only current to patch level 37. Now that the port freeze is over, can the port be updated to level 39 which is the current level? -- 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 Mon Dec 17 11:06:03 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D31E838 for ; Mon, 17 Dec 2012 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 6033B8FC0C for ; Mon, 17 Dec 2012 11:06:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHB63g7022546 for ; Mon, 17 Dec 2012 11:06:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBHB62mE022544 for freebsd-ports@FreeBSD.org; Mon, 17 Dec 2012 11:06:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Dec 2012 11:06:02 GMT Message-Id: <201212171106.qBHB62mE022544@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, 17 Dec 2012 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/174503 Update of ports-mgmt/portsreinstall to version 2.2.0 o ports/174497 [MAINTAINER] devel/pear-PHP_PMD: update to 1.4.1 o ports/174495 [MAINTAINER] sysutils/shmcat: update to 1.6 o ports/174494 [MAINTAINER] devel/pear-PHP_Timer: update to 1.0.4 o ports/174488 rebuild of pcre breaks too many things f ports/174487 mail/notmuch fails to build during portupgrade o ports/174486 [PATCH] lang/fasm update to 1.70.03 f ports/174482 [PATCH]: x11/slim Fix PAM error handling o ports/174474 [PATCH] Update graphics/librasterlite to version 1.1e f ports/174457 [update] www/luakit to 2012.09.13-r1 f ports/174453 [update] devel/luafilesystem o ports/174451 [maintainer] chinese/phpbb3-tw: update to 3.0.11 f ports/174445 [PATCH] lang/groovy: [SUMMARIZE CHANGES] o ports/174437 [new port] lang/lua52 o ports/174428 [NEW PORT] multimedia/assimp: library to import 3D mod o ports/174427 [patch] add some http mirrors to bsd.sites.mk o ports/174420 hal doesn't build o ports/174418 [MAINTAINER] mail/ovs: update to 1.05 f ports/174410 [PATCH] mail/perdition: Update to 1.18-rc5 (current ve o ports/174385 devel/opencl: Changes in Version 1.2 by Khronos in som f ports/174384 [PATCH] net/nss-pam-ldapd update to 0.8.12 o ports/174382 [PATCH] games/rocksndiamonds: Added Master site, deskt o ports/174379 Temporal fix to include/sasl.h o ports/174368 New port: lang/nimrod The Nimrod programming language. f ports/174364 [MAINTAINER] games/drcreep: Update to 1.0 o ports/174361 ports must be bumped after pcre update o ports/174352 print/cups-base : `make package` is broken with WITH_M o ports/174342 [NEW PORT] irc/shirk: Modular IRC bot based on the Twi o ports/174338 [patch] multimedia/mkvtoolsnix: update to 5.9.0 o ports/174327 [PATCH] security/zenmap: Fixed Man pages, take maintai f ports/174317 New port: dns/idnkit2 update from 2.1 to 2.2 o ports/174308 [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile o ports/174304 [PATCH] audio/jmusic: update to 1.6.3, take maintainer f ports/174303 [PATCH] Update devel/libgta to version 1.0.4 f ports/174292 [Patch] Update x11-wm/echinus to version 0.4.9 o ports/174289 net/ssvnc build fails - configure: error: /usr/bin/cpp o ports/174286 x11/xorg-server fails to compile with Clang o ports/174250 port mail/junkfilter needs portscout variable f ports/174246 [PATCH] audio/libdssialsacompat: Fixed download f ports/174237 databases/php5-redis - zAdd does not set the correct s o ports/174234 [new port] devel/covtool: C++ Test Coverage Analyser o ports/174210 [maintainer update] Update port sysutils/fusefs-mp3fs o ports/174208 New port: net-im/jitsi Open source IM and VoIP applica f ports/174153 emulators/fceux: update to 2.2.0 f ports/174149 net-mgmt/nfdump configure fails f ports/174145 net-mgmt/noc: remove bogus setuptools dependency o ports/174131 net/citrix_ica: Update port to 12.0.0.189834 o ports/174129 [Maintainer-Update] print/cups-bjnp to latest o ports/174118 graphics/pecl-gmagick o ports/174116 [patch] devel/nxt-python: update from 2.1.0 to 2.2.2 o ports/174112 [maintainer-update] update www/mod_authn_otp to versio o ports/174111 [Maintainer] chinese/phpbb3-tw: update to 3.0.11 o ports/174103 [NEW PORT] lang/ruby20: An object-oriented interpreted o ports/174099 [PATCH] misc/wmweather+: update to 2.13, take maintain o ports/174093 games/odamex: update to 0.6.1 o ports/174080 net/ssmping fix o ports/174069 [PATCH] misc/explosions: OptionsNG, added categories, o ports/174068 [maintainer update] Update port www/geneweb, formerly o ports/174057 [PATCH] misc/cmatrix: OptionsNG, added license, mtx.pc o ports/174035 New port: devel/liblnk o ports/174031 New port: security/rifiuti2 o ports/174030 [patch] emulators/kqemu-kmod*: create sys symlink prop o ports/174022 [PATCH] games/gnurobots: Added OptionsNG, license, des o ports/174020 initdb will not run on a mounted FS with a snapshot di f ports/174018 Can't disable security/sshguard -b option o ports/174015 [PATCH] finance/venice: update to 0.751beta, take main o ports/174005 dns/dualserver update and request maintenership o ports/173998 textproc/xalan-c from version 1.10 to 1.11 f ports/173996 Add support for net-mgmt/flow-tools-ng o ports/173953 New port: net/u6rd User-space 6rd (RFC 5569) implement o ports/173911 [update]: audio/clementine-player up to latest version 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/173879 [NEW PORT] games/randomshooter: Destroy as many enemie f ports/173875 [PATCH] games/cuyo: update to 2.0.0,1, Added License, f ports/173865 devel/boost-all: let Boost to use proper toolset with o ports/173860 [maintainer update] security/strongswan 4.5.3 -> 5.0.1 f ports/173858 sysutils/bsdadminscripts installs pkg_libchk that does o ports/173843 [patch] update math/py-matlab from 1.1.1 to 1.2.0 f ports/173795 [PATCH] audio/hydrogen optionsng 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 o ports/173708 New Port: audio/pyaudio PyAudio provides Python bindin o ports/173676 [new port] graphics/openshadinglanguage f ports/173638 net-mgmt/nagios_plugins [PATCH] Revised check_ircd.pl f ports/173631 [new port] graphics/converseen o ports/173618 [NEW PORT] games/blobandconquer: 3D shooter with some o ports/173615 textproc/db2latex 0.8p1_1 has bad xls [patch] o ports/173599 multimedia/xbmc maintainer update to 12 alpha 7 o ports/173590 New ports: textproc/fcitx-m17n and vietnamese/fcitx-un o ports/173581 new port submission, security/sagan f ports/173575 Fix devel/boost-python-libs with python-3.2 o ports/173574 [NEW PORT] www/pecl-solr: An Apache Solr PHP extension o ports/173571 [PATCH] graphics/glfw: update to 2.7.7, take maintaine o ports/173567 [NEW PORT] www/download-gemist o ports/173566 [maintainer update] net/xrdp: change install-time beha o ports/173559 "portmaster math/lp_solve" fails when run from normal o ports/173558 conflicting hdf5 when first installing graphics/openim o ports/173544 [new port] devel/liblognorm, a log normalizer o ports/173543 ucarp / vlan interfaces o ports/173542 [PATCH] graphics/fracplanet: take maintainership, Make o ports/173534 [NEW PORT] games/wizznic: Implementation of the arcade o ports/173533 mpd5 PPTP server race condition with some clients o ports/173526 xscreensaver rapidly fills Xorg.0.log with (II) lines o ports/173518 [PATCH] devel/gengetopt: update to 2.22.6, take mainta f ports/173517 comms/spandsp-devel lacks build dependency for xsltpro o ports/173505 java/java3d does not compile o ports/173504 [PATCH] games/xye: update to 0.12.1, take maintainersh o ports/173493 [NEW PORT] games/blobwars: Mission and Objective based 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 o ports/173456 [MAINTAINER] games/bombherman: Makefile changed, added o ports/173453 graphics/ocaml-images Update to 4.0.1 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/173430 [MAINTAINER] games/krank: Makefile changed, added pkg- o ports/173427 [MAINTAINER] games/iceicepenguin: Makefile changed, ad o ports/173424 [MAINTAINER] games/glightoff: Fixed NLS, removed notes 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/173392 Port update for net-mgmt/torrus 2.05 release f ports/173388 [Patch] Update mail/imapsync to version 1.508 f ports/173369 math/gnuplot+: avoid conflicts with math/gnuplot o ports/173368 [PATCH] games/glmaze: OptionsNG, changed Makefile, add o ports/173364 lang/ocaml Update to 4.00.1 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/173349 [MAINTAINER] games/asteroids3d: Changed Makefile, adde 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/173246 maintainer update: sysutils/condor 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/173164 [MAINTAINER] devel/mingw32-gcc: update to 4.7.2 f ports/173131 www/openbravoerp: remove tomcat55 dependency (eol soon o ports/173112 [update] multimedia/qmmp support 4 ports of ffmpeg o ports/173079 [NEW PORT] databases/pyspatialite Python interface to o ports/173076 New Port: sysutils/jail another rc-script for jails, t f ports/173051 emulators/hercules update from 3.05 to 3.07 o ports/173040 net-mgmt/argus3, port update o ports/173036 net-mgmt/argus3-clients, update o ports/173034 update to security/kpcli v. 1.5, .kdbx support added o ports/173033 update to ver. 2.03, containing some new features 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 asterisk-gui port for asterisk 1.6 to asterisk 11 o ports/172964 USE_GITHUB feature not fully implemented o ports/172950 [PATCH] irc/psybnc update to 2.4-BETA1 o ports/172944 [NEW PORT] games/oneisenough: Economic development in o ports/172943 [PATCH] security/pear-Auth_PrefManager: update to 1.2. o ports/172941 [PATCH] security/pam_ssh_agent_auth: update to 0.9.4 o ports/172934 [PATCH] games/whichwayisup: Makefile changed, OptionsN o ports/172917 textproc/syck: LuaYAML-Testcases test-suite for lua ex o ports/172912 [MAINTAINER PATCH]: devel/dbus-qt3 Code cleanup o ports/172887 [PATCH] games/nuclearchess: Makefile changed, OptionsN o ports/172885 New port: misc/fbless text-mode fb2 books reader o ports/172866 [PATCH] games/icebreaker: update to 1.9.5, take mainta 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/172793 maintainer: copy net/xrdp to net/xrdp-devel, update to 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/172745 The port sessreg does not compile in 9.1-PRERELEASE #2 f ports/172713 ports-mgmt/portbuilder hangs building x11/xorg on i386 f ports/172707 Fix sysutils/ipmitool build on big endian architecture o ports/172696 [new port][patch] databases/mysq56 f ports/172689 Problem building emulators/hercules + patch o ports/172688 audio/gmpc 11.8.16: playback buttons don't have icons o ports/172679 [PATCH] games/pyawale: Makefile clearly, simplified, O o ports/172678 [PATCH] audio/portaudio: update to 19.20111121, take m f ports/172668 [PATCH] databases/mtop: Patch for MySQL version detect o ports/172628 cannot build ports/INDEX f ports/172600 [PKGNG]sysutils/bacula-client & sysutils/bacula-server o ports/172595 New port: net-p2p/pushpoold bitcoin push-mining pool s o ports/172547 bsd.destdir.mk fails when DESTDIR is set o ports/172491 [NEW PORT] devel/pecl-test_helpers: An extension to ea 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/172416 Building multimedia/mplayer on 9.1-PRERELEASE errors w o ports/172415 New port: net/lualdap f ports/172391 multimedia/xbmc -- no man page o ports/172365 [PATCH]: x11/slim Fix ConsoleKit support 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 o ports/172298 [patch] 7 R-cran ports: finance/R-cran-fBasics finance 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 f ports/171931 [PATCH] net-mgmt/zabbix-server: update to 1.8.15 o ports/171921 New port: devel/ocltools: f ports/171917 databases/mantis: Database query failed. Error receive o ports/171914 New port: devel/pocl: Portable open source OpenCL 1.2 o ports/171912 [NEW PORT] devel/pear-channel-phpdoc: PEAR channel pea f 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 o 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/171768 [UPDATE] devel/libffi: update to 3.0.11 o ports/171760 New port: cad/sweethome3d f ports/171749 [NEW PORT] devel/pear-Pirum: A simple PEAR channel ser 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 o ports/171674 [NEW PORT] audio/alure: Utility library to help manage 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 f ports/171523 [PATCH] devel/boost-libs: Allow building using Clang, 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 o ports/171378 New port: x11-wm/herbstluftwm Manual tiling window man 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 f ports/171005 Updated port sysutils/rubygem-chef 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 f ports/170773 sysutils/bacula-server overlaps with sysutils/backula- 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 o ports/170569 sysutils/sec does not start automatically at boot time f ports/170542 sysutils/bsdadminscripts does not build correctly in m f ports/170538 x11-wm/enlightenment build breaks f ports/170537 devel/libftdi seems broken on i386 and amd64 o ports/170490 fix port: math/proofgeneral o ports/170461 [MAINTAINER] games/kajaani-kombat: Makefile changed, n 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/170242 [PATCH] devel/arduino: fix avr-libc SIG_USART1_RECV is 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/170172 x11-toolkits/gtkglext: Fix USE_XORG f ports/170150 games/uhexen2: Update to version 1.5.3 f ports/170100 astro/orsa: version 0.7.0 in ports hopelessly outdated o ports/170000 emulators/vmware-tools6: Can not install VMware Tools o ports/169877 New port: security/pam_search_list : PAM module to sea f ports/169876 devel/flyspray: Strict Standards: Non-static method Fl o ports/169741 [new port] devel/visualparadigm o ports/169736 Patch for broken net-im/libjingle port 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 [new 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/168671 [exp-run] Make devel/cmake and devel/cmake-gui not use o ports/168647 Remove trailing spaces from all ports-related files f ports/168611 conflict: cad/brlcad: Port shares files with other por 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 mail/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 f ports/165361 x11-wm/e17-module-mem counts memory incorrectly f ports/164941 [UPDATE] [NEW PORTS] jamvm/classpath w/o jdk 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/159242 New port: sysutils/fuse-zip FUSE filesystem to mount Z 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/155898 Update port devel/libthai 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 413 problems total. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 12:07:22 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CEBDB840 for ; Mon, 17 Dec 2012 12:07:22 +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 842E18FC0C for ; Mon, 17 Dec 2012 12:07:21 +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 1TkZTT-0005Os-AI for freebsd-ports@freebsd.org; Mon, 17 Dec 2012 12:07:14 +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 1TkZTT-0003th-6n for freebsd-ports@freebsd.org; Mon, 17 Dec 2012 12:07:11 +0000 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id qBHC7Ad5081934 for ; Mon, 17 Dec 2012 12:07:10 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id qBHC7A3q081933 for freebsd-ports@freebsd.org; Mon, 17 Dec 2012 12:07:10 GMT (envelope-from mexas) Date: Mon, 17 Dec 2012 12:07:10 GMT From: Anton Shterenlikht Message-Id: <201212171207.qBHC7A3q081933@mech-cluster241.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: print/cups-image /usr/local/libexec/cups/filter/pdftops not registered in pkgng database? 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: Mon, 17 Dec 2012 12:07:22 -0000 TZAV> ls -al /usr/local/libexec/cups/filter/pdftops -r-xr-xr-x 1 root wheel 34488 Dec 10 10:39 /usr/local/libexec/cups/filter/pdftops TZAV> pkg which /usr/local/libexec/cups/filter/pdftops /usr/local/libexec/cups/filter/pdftops was not found in the database TZAV> pkg info -xo cups cups-client-1.5.4: print/cups-client cups-image-1.5.4: print/cups-image TZAV> # make -C /usr/ports/print/cups-base/ showconfig ===> The following configuration options are available for cups-base-1.5.4: GNUTLS=off: SSL/TLS via GnuTLS LIBPAPER=on: libpaper support PHP=off: PHP binding/support PYTHON=off: Python bindings PAM=off: PAM support LDAP=off: LDAP support DBUS=off: D-Bus IPC system LIBUSB=off: USB support XDG_OPEN=off GHOSTSCRIPT=on: Build pdftops with GHOSTSCRIPT XPDF=off: Build pdftops with XPDF AVAHI=off: Zeroconf via Avahi MDNSRESPONDER=off: Zeroconf via mDNSResponder ===> Use 'make config' to modify these settings # Please help; 1. Why is /usr/local/libexec/cups/filter/pdftops not registered in the pkgng database? 2. It seems strange that I don't have cups-base installed, but am still affected by the options for this port. Or am I wrong here? Thanks Anton From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 13:38:22 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53971C3B for ; Mon, 17 Dec 2012 13:38:22 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 1116F8FC0A for ; Mon, 17 Dec 2012 13:38:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <50CF1F04.4000600@intersonic.se> Date: Mon, 17 Dec 2012 14:32:52 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121015 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1 Content-Type: text/plain; charset=ISO-8859-15 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: Mon, 17 Dec 2012 13:38:22 -0000 We use pkgng, how do one force registration then? Problem: /sbin/ldconfig -m /usr/local/libexec/openldap ===> Installing ldconfig configuration file ===> Registering installation for openldap-server-2.4.33_1 Installing openldap-server-2.4.33_1...pkg: openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1 (installs files into the same place). Problematic file: /usr/local/share/doc/openldap/CHANGES *** [fake-pkg] Error code 70 Stop in /usr/ports/net/openldap24-server. *** [install] Error code 1 Thanks, From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 14:34:39 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7F25BBC; Mon, 17 Dec 2012 14:34:39 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from smtp-out.sentor.se (smtp-out.sentor.se [195.178.165.236]) by mx1.freebsd.org (Postfix) with ESMTP id 49B0D8FC14; Mon, 17 Dec 2012 14:34:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by farmermaggot.shire.sentor.se (Postfix) with ESMTP id 49CE1AA52C9F; Mon, 17 Dec 2012 15:34:37 +0100 (CET) Date: Mon, 17 Dec 2012 15:34:37 +0100 (CET) From: Martin Olsson To: araujo@FreeBSD.org Subject: FreeBSD Port: www/mod_security (ap22-mod_security-2.6.6) In-Reply-To: Message-ID: References: <011401cdd9f2$730d7ff0$59287fd0$@sentor.se> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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, 17 Dec 2012 14:34:39 -0000 Hi araujo! I think something is wrong with ap22-mod_security-2.6.6. As you saw in my previous email, I get the options dialog again after first running 'portmaster -na' and answering all dialogs. I now tried a rebuild of www/mod_security where I force the creation of configs. I run 'portmaster --force-config -dgf www/mod_security'. I now get option dialogs for all depending ports and for ap22-mod_security 2.6.6_1. I press tab and enter to accept the defaults to all of them. (for ap22-mod_security this mean: [ ] LUA and [ ] MLOGC). Ports are now being built. (libcrypto, openssl, pcre, libxml, apache22-2.2.23_3, etc) Suddenly I get the options dialog for ap22-mod_security-2.6.6 again. I press tab and enter to accept the defaults once more ([ ] LUA and [ ] MLOGC). It continues building... ... ... ===> Extracting for ap22-mod_security-2.6.6_1 => SHA256 Checksum OK for modsecurity-apache_2.6.6.tar.gz. ===> Patching for ap22-mod_security-2.6.6_1 ===> ap22-mod_security-2.6.6_1 depends on file: /usr/local/sbin/apxs - found ===> ap22-mod_security-2.6.6_1 depends on executable: pkgconf - found ===> ap22-mod_security-2.6.6_1 depends on shared library: pcre.3 - found ===> ap22-mod_security-2.6.6_1 depends on shared library: apr-1 - found ===> ap22-mod_security-2.6.6_1 depends on shared library: xml2.5 - found ===> Configuring for ap22-mod_security-2.6.6_1 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/install-sh -c -d checking for gawk... no ... ... ===> Building for ap22-mod_security-2.6.6_1 Making all in tools Making all in apache2 ... ... Suddenly I get the options dialog for ap22-mod_security-2.6.6 a third time! I press tab and enter to accept the defaults once more ([ ] LUA and [ ] MLOGC). After this dialog I see this on the screen: ===> Installing for ap22-mod_security-2.6.6_1 ===> Generating temporary packing list ===> Checking if www/mod_security already installed Making install in tools test -z "/usr/local/bin" || ../build/install-sh -c -d "/usr/local/bin" install -o root -g wheel -m 555 rules-updater.pl '/usr/local/bin' Making install in apache2 test -z "/usr/local/lib" || ../build/install-sh -c -d "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c -o root -g wheel mod_security2.la '/usr/local/lib' libtool: install: /usr/bin/install -c -o root -g wheel .libs/mod_security2.so /usr/local/lib/mod_security2.so libtool: install: /usr/bin/install -c -o root -g wheel .libs/mod_security2.lai /usr/local/lib/mod_security2.la libtool: install: /usr/bin/install -c -o root -g wheel .libs/mod_security2.a /usr/local/lib/mod_security2.a libtool: install: chmod 644 /usr/local/lib/mod_security2.a libtool: install: ranlib /usr/local/lib/mod_security2.a ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/make install-exec-hook Removing unused static libraries... Making install in tests install -o root -g wheel -m 444 /usr/ports/www/mod_security/work/modsecurity-apache_2.6.6/modsecurity.conf-recommended /usr/local/etc/modsecurity.conf-example ===> Registering installation for ap22-mod_security-2.6.6_1 ===>>> Creating a package for new version ap22-mod_security-2.6.6_1 That's it. Here the process freezes. :-( Nothing happen and nothing new is displayed on screen. I switch to another shell and list the processes: -- /usr/local/bin/bash `-- /bin/sh /usr/local/sbin/portmaster --force-config -dgf www/mod_security `-- /usr/bin/make package `-- /bin/sh -ec cd /usr/ports/www/mod_security && /usr/bin/make do-config; `-- /usr/bin/make do-config `-- [sh] `-- /usr/bin/dialog --checklist Options for ap22-mod_security 2.6.6_1 21 70 15 LUA Embedded Lua language support off MLOGC Build ModSecurity Log Collector off So there is a dialog process running, but I don't see any dialog! I switch back to the 'portmaster' shell and press and in the blind (after the line "===>>> Creating a package for new version ap22-mod_security-2.6.6_1"). Apparently my keystrokes are received by that hidden dialog process, 'cause the 'portmaster' command now continues: ===>>> Package saved to /usr/ports/packages/All ===>>> pkg-message for python27-2.7.3_3 ==== Note that some of the standard modules are provided as separate ports since they require extra dependencies: bsddb databases/py-bsddb gdbm databases/py-gdbm sqlite3 databases/py-sqlite3 tkinter x11-toolkits/py-tkinter Install them as needed. ==== ===>>> pkg-message for openssl-1.0.1_4 Copy /usr/local/openssl/openssl.cnf.sample to /usr/local/openssl/openssl.cnf and edit it to fit your needs. ===>>> pkg-message for apache22-2.2.23_3 To run apache www server from startup, add apache22_enable="YES" in your /etc/rc.conf. Extra options can be found in startup script. Your hostname must be resolvable using at least 1 mechanism in /etc/nsswitch typically DNS or /etc/hosts or apache might have issues starting depending on the modules you are using. ===>>> Done displaying pkg-message files ===>>> The following actions were performed: Re-installation of libtool-2.4.2 Re-installation of libiconv-1.14 Re-installation of db42-4.2.52_5 Re-installation of gettext-0.18.1.1 Re-installation of gmake-3.82_1 Re-installation of gdbm-1.9.1 Re-installation of xz-5.0.3 Re-installation of m4-1.4.16_1,1 Re-installation of perl-5.16.2 Re-installation of help2man-1.40.13 Re-installation of autoconf-wrapper-20101119 Re-installation of autoconf-2.69 Re-installation of automake-wrapper-20101119 Re-installation of automake-1.12.5 Re-installation of python27-2.7.3_3 Re-installation of pkgconf-0.8.9 Re-installation of xproto-7.0.22 Re-installation of makedepend-1.0.3,1 Re-installation of openssl-1.0.1_4 Re-installation of expat-2.0.1_2 Re-installation of apr-1.4.6.1.4.1_3 Re-installation of pcre-8.32 Re-installation of libxml2-2.7.8_5 Re-installation of apache22-2.2.23_3 Re-installation of ap22-mod_security-2.6.6_1 ...and the 'portmaster' command finishes. Do you have any idea as to what is going on? I have never experienced anything simillar. /Martin From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 14:42:16 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 09FDB200 for ; Mon, 17 Dec 2012 14:42:16 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 87A148FC20 for ; Mon, 17 Dec 2012 14:42:15 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id u54so2802909wey.13 for ; Mon, 17 Dec 2012 06:42: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=UWaY4RKwOgNy1BAB3tNL3zfxukm8+SNikM24EuxsyDc=; b=YWpQnSiF7NXdPh/AZ0A1vW+2Cnnql+Uyr5RQj2nics5wiEJkvlbjZf93jiAPXuOEVx xE+xo3OTenvwKeoVGEikwHA4h8l58OWbsWqAL/23EpcAMaacRyeEHV6KvDXeZs/VhTl5 WZWb4basAKLkzcDLYUvl1k6VB4nybTVDD/kHY33MHQ5I2d4w6VVZnPKMOSPzJVKISfwq NFU8w1d1jt45qMZW3c6ASd+PlMnHU0NHuB5NHLzfjyPsrPNv+YTazQ34LqlZBJ7D1mga bFuuOH68LkkFN+fiehbxE5joP7Dfjh/IAwWDNwYEbGvJZ88zDRmIvHj2C25rSNVL5PFm HrKw== X-Received: by 10.180.24.70 with SMTP id s6mr16161781wif.22.1355755334273; Mon, 17 Dec 2012 06:42:14 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id hi2sm5139254wib.10.2012.12.17.06.42.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 17 Dec 2012 06:42:13 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 17 Dec 2012 15:42:12 +0100 From: Baptiste Daroussin To: Per olof Ljungmark Subject: Re: openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1 Message-ID: <20121217144212.GA65992@ithaqua.etoilebsd.net> References: <50CF1F04.4000600@intersonic.se> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RnlQjJ0d97Da+TV1" Content-Disposition: inline In-Reply-To: <50CF1F04.4000600@intersonic.se> 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, 17 Dec 2012 14:42:16 -0000 --RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 17, 2012 at 02:32:52PM +0100, Per olof Ljungmark wrote: > We use pkgng, how do one force registration then? >=20 > Problem: >=20 > /sbin/ldconfig -m /usr/local/libexec/openldap > =3D=3D=3D> Installing ldconfig configuration file > =3D=3D=3D> Registering installation for openldap-server-2.4.33_1 > Installing openldap-server-2.4.33_1...pkg: openldap-server-2.4.33_1 > conflicts with openldap-client-2.4.33_1 (installs files into the same > place). Problematic file: /usr/local/share/doc/openldap/CHANGES > *** [fake-pkg] Error code 70 >=20 > Stop in /usr/ports/net/openldap24-server. > *** [install] Error code 1 >=20 > Thanks, > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" Just update your ports tree this has been fixed regards, Bapt --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDPL0QACgkQ8kTtMUmk6ExrcQCeOi5+oWYT3aRSNFsKvtRrV/3s sHIAoJLf5v8vRZ4KYJ2DpDu8POlrTTBT =M6ZI -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1-- From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 14:54:05 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4204D406 for ; Mon, 17 Dec 2012 14:54:05 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from smtp-out.sentor.se (smtp-out.sentor.se [195.178.165.236]) by mx1.freebsd.org (Postfix) with ESMTP id 789408FC1C for ; Mon, 17 Dec 2012 14:54:04 +0000 (UTC) Received: from nikka (static-213-115-204-13.sme.bredbandsbolaget.se [213.115.204.13]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by farmermaggot.shire.sentor.se (Postfix) with ESMTPSA id 9E57EAA535C2; Mon, 17 Dec 2012 15:54:03 +0100 (CET) From: "Martin Olsson" To: Subject: FreeBSD Port: mail/dovecot2-pigeonhole (dovecot-pigeonhole-0.3.3) Date: Mon, 17 Dec 2012 15:54:05 +0100 Organization: Sentor MSS AB Message-ID: <01a001cddc66$5c4d09e0$14e71da0$@sentor.se> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac3cZk7+qHWmNZKNS8CHQcgkvkNnYw== Content-Language: sv Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 14:54:05 -0000 Hi! I'm recompiling my ports and it looks like the dovecot-pigeonhole-0.3.3 port is missing files. I'm running: portmaster --no-confirm -adg . . Making all in doc Making all in man /bin/sh ./sed.sh . /usr/local/var/run/dovecot /usr/local/etc/dovecot < ./sievec.1.in > sievec.1 /bin/sh ./sed.sh . /usr/local/var/run/dovecot /usr/local/etc/dovecot < ./sieve-dump.1.in > sieve-dump.1 /bin/sh ./sed.sh . /usr/local/var/run/dovecot /usr/local/etc/dovecot < ./sieve-test.1.in > sieve-test.1 /bin/sh ./sed.sh . /usr/local/var/run/dovecot /usr/local/etc/dovecot < ./sieve-filter.1.in > sieve-filter.1 /bin/sh ./sed.sh . /usr/local/var/run/dovecot /usr/local/etc/dovecot < ./pigeonhole.7.in > pigeonhole.7 Making all in example-config Making all in conf.d Making all in rfc ===>>> Creating a backup package for old version dovecot-pigeonhole-0.3.3 tar: share/doc/dovecot/example-config/conf.d/20-managesieve.conf: Cannot stat: No such file or directory tar: share/doc/dovecot/example-config/conf.d/90-sieve.conf: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/AUTHORS: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/COPYING: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/COPYING.LGPL: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/INSTALL: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/NEWS: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/README: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/TODO: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/script-location-dict.txt: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/editheader.txt: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/include.txt: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/spamtest-virustest.txt: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/vacation.txt: Cannot stat: No such file or directory tar: share/doc/dovecot/pigeonhole/vnd.dovecot.duplicate.txt: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/elvey.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/jerry.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/mjohnson.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/mklose.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/relational.rfc5231.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/rfc3028.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/sanjay.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/sieve_examples.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/subaddress.rfc5233.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/vacation.sieve: Cannot stat: No such file or directory tar: share/examples/dovecot/pigeonhole/vivil.sieve: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 ===>>> Package creation failed for dovecot-pigeonhole-0.3.3! ===>>> Ignore this error [i] ===>>> Abort update [a] ===>>> Retry [r] ===>>> How would you like to proceed? [i] None of the files are important, but they generate annoying errors. Could you please fix? /Martin From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:08:55 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A251895C for ; Mon, 17 Dec 2012 15:08:55 +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 5A2EA8FC17 for ; Mon, 17 Dec 2012 15:08:55 +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 qBHF8s3I071750 for ; Mon, 17 Dec 2012 10:08:54 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBHF8sss071749; Mon, 17 Dec 2012 10:08:54 -0500 (EST) (envelope-from portscout) Message-Id: <201212171508.qBHF8sss071749@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Mon, 17 Dec 2012 10:08:54 -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, 17 Dec 2012 15:08:55 -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-p2p/libtorrent-rasterbar-15 | 0.15.9 | 0.16.6 ------------------------------------------------+-----------------+------------ net-p2p/libtorrent-rasterbar-15-python | 0.15.9 | 0.16.6 ------------------------------------------------+-----------------+------------ net-p2p/libtorrent-rasterbar-16 | 0.16.4 | 0.16.6 ------------------------------------------------+-----------------+------------ net-p2p/libtorrent-rasterbar-16-python | 0.16.4 | 0.16.6 ------------------------------------------------+-----------------+------------ net-p2p/tribler | 6.0.2 | 6.0.3 ------------------------------------------------+-----------------+------------ 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 Dec 17 15:09:23 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D83A6A48; Mon, 17 Dec 2012 15:09:23 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.freebsd.org (Postfix) with ESMTP id 3D2728FC16; Mon, 17 Dec 2012 15:09:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at BSDLabs AB Message-ID: <50CF359F.5020603@intersonic.se> Date: Mon, 17 Dec 2012 16:09:19 +0100 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121015 Thunderbird/16.0.1 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: openldap-server-2.4.33_1 conflicts with openldap-client-2.4.33_1 References: <50CF1F04.4000600@intersonic.se> <20121217144212.GA65992@ithaqua.etoilebsd.net> In-Reply-To: <20121217144212.GA65992@ithaqua.etoilebsd.net> 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: Mon, 17 Dec 2012 15:09:23 -0000 On 12/17/12 15:42, Baptiste Daroussin wrote: > On Mon, Dec 17, 2012 at 02:32:52PM +0100, Per olof Ljungmark wrote: >> We use pkgng, how do one force registration then? >> >> Problem: >> >> /sbin/ldconfig -m /usr/local/libexec/openldap >> ===> Installing ldconfig configuration file >> ===> Registering installation for openldap-server-2.4.33_1 >> Installing openldap-server-2.4.33_1...pkg: openldap-server-2.4.33_1 >> conflicts with openldap-client-2.4.33_1 (installs files into the same >> place). Problematic file: /usr/local/share/doc/openldap/CHANGES >> *** [fake-pkg] Error code 70 >> >> Stop in /usr/ports/net/openldap24-server. >> *** [install] Error code 1 >> >> Thanks, >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > Just update your ports tree this has been fixed > > regards, > Bapt I just updated it from svn but did not get latest rev for som reason, applied the patch manually. Thanks! From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 15:15:38 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9A48C33; Mon, 17 Dec 2012 15:15:38 +0000 (UTC) (envelope-from martin.olsson@sentor.se) Received: from smtp-out.sentor.se (smtp-out.sentor.se [195.178.165.236]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9CA8FC0C; Mon, 17 Dec 2012 15:15:38 +0000 (UTC) Received: from nikka (static-213-115-204-13.sme.bredbandsbolaget.se [213.115.204.13]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by farmermaggot.shire.sentor.se (Postfix) with ESMTPSA id 4C2F7AA535C2; Mon, 17 Dec 2012 16:15:37 +0100 (CET) From: "Martin Olsson" To: Subject: FreeBSD Port: sysutils/munin-node Date: Mon, 17 Dec 2012 16:15:39 +0100 Organization: Sentor MSS AB Message-ID: <01ce01cddc69$5f61bc90$1e2535b0$@sentor.se> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac3cZ2s2cwCmJTMwRr+lpdrmOkgX0g== Content-Language: sv Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 15:15:38 -0000 Hi! When I rebuild all my ports on my two build machines (i386 and amd64), the portmaster build process always stop with an interactive question from munin: Would you like me to set up log rotation [y]? Since this is just build machines, I don't actually run munin on them, I'm just creating the installation packages to be used on other machines. Is there a way to prevent munin from asking the interactive question about log rotation and just keep going on building without an annoying pause in the build process? Snippet of build process: ... ... ... ===> Installing rc.d startup script(s) Initializing new plugins..# FATAL: version '2.0.7' was not found in the plugin history file done. Cannot 'start' munin_node. Set munin_node_enable to YES in /etc/rc.conf or use 'onestart' instead of 'start'. Would you like me to set up log rotation [y]? n /var/log/munin-node.log will grow without bounds. ... ... ... #pkg_info | grep munin munin-common-2.0.9 Common components between a munin node and server /Martin From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 16:19:27 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1839F1E4 for ; Mon, 17 Dec 2012 16:19:27 +0000 (UTC) (envelope-from hsn@filez.com) Received: from ponto.amerinoc.com (ponto.amerinoc.com [64.6.108.239]) by mx1.freebsd.org (Postfix) with ESMTP id C9BA28FC13 for ; Mon, 17 Dec 2012 16:19:26 +0000 (UTC) Received: from fbsd9.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id qBHGJM3j061517 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 17 Dec 2012 17:19:25 +0100 (CET) (envelope-from hsn@filez.com) Received: from [127.0.0.1] ([10.0.0.1]) by fbsd9.localdomain (8.14.5/8.14.5) with ESMTP id qBHGJEtr018682 for ; Mon, 17 Dec 2012 17:19:16 +0100 (CET) (envelope-from hsn@filez.com) Message-ID: <50CF4601.9040009@filez.com> Date: Mon, 17 Dec 2012 17:19:13 +0100 From: Radim Kolar User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: illegal port version Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 121217-0, 17.12.2012), Outbound message X-Antivirus-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: Mon, 17 Dec 2012 16:19:27 -0000 what can i do with this? fbsd9:~/ports/hornetq> port test ===> Validating port with portlint WARN: Makefile: Setting PORTREVISION to 0 is not necessary. FATAL: Makefile: PORTVERSION looks illegal. You should modify "2.2.24.GA". 1 fatal error and 1 warning found. Error validating port this GA suffix appears in directory name of extracted file From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 16:30:40 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 971678B0 for ; Mon, 17 Dec 2012 16:30:40 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from mx1a.lautre.net (mx1a.lautre.net [80.67.160.71]) by mx1.freebsd.org (Postfix) with ESMTP id 528288FC12 for ; Mon, 17 Dec 2012 16:30:39 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1a.lautre.net (Postfix) with ESMTPSA id 0FB704059C for ; Mon, 17 Dec 2012 17:30:29 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 58D3F11475; Mon, 17 Dec 2012 17:29:44 +0100 (CET) Date: Mon, 17 Dec 2012 17:29:44 +0100 From: Thierry Thomas To: ports@freebsd.org Subject: Re: illegal port version Message-ID: <20121217162944.GB78000@graf.pompo.net> Mail-Followup-To: ports@freebsd.org References: <50CF4601.9040009@filez.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <50CF4601.9040009@filez.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 9.1-PRERELEASE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 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, 17 Dec 2012 16:30:40 -0000 Le lun 17 dĂ©c 12 ďż˝ 17:19:13 +0100, Radim Kolar ďż˝crivaitďż˝: > what can i do with this? Use DISTVERSION. > fbsd9:~/ports/hornetq> port test > ===> Validating port with portlint > WARN: Makefile: Setting PORTREVISION to 0 is not necessary. > FATAL: Makefile: PORTVERSION looks illegal. You should modify "2.2.24.GA". > 1 fatal error and 1 warning found. > Error validating port > > this GA suffix appears in directory name of extracted file -- Th. Thomas. From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 16:41:45 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54DCEEFF for ; Mon, 17 Dec 2012 16:41:45 +0000 (UTC) (envelope-from l.pizzamiglio@bally-wulff.de) Received: from mail.bally-wulff.de (mail.bally-wulff.de [212.144.118.8]) by mx1.freebsd.org (Postfix) with ESMTP id 087438FC0C for ; Mon, 17 Dec 2012 16:41:44 +0000 (UTC) Received: from bwex.bally-wulff.de (bwex.bally-wulff.de [192.168.204.106]) by mail.bally-wulff.de (Postfix) with ESMTP id 1015B4E082; Mon, 17 Dec 2012 17:33:05 +0100 (CET) Received: from pizzamig.bally.de ([192.168.205.30]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.4675); Mon, 17 Dec 2012 17:33:10 +0100 Message-ID: <50CF4942.8010106@bally-wulff.de> Date: Mon, 17 Dec 2012 17:33:06 +0100 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jakub Lach Subject: Re: devel/gdb does not compile with gcc47+ References: <1355694130257-5769812.post@n5.nabble.com> In-Reply-To: <1355694130257-5769812.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Dec 2012 16:33:10.0291 (UTC) FILETIME=[338E8E30:01CDDC74] Cc: freebsd-ports@freebsd.org, luca.pizzamiglio@gmail.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: Mon, 17 Dec 2012 16:41:45 -0000 Hi Jakub, Are you using a customized make.conf? Could you send it, please? Best regards, Luca On 12/16/12 22:42, Jakub Lach wrote: > Thread model: posix > gcc version 4.7.3 20121208 (prerelease) (FreeBSD Ports Collection) > configure:4043: $? = 0 > configure:4032: gcc47 -V >&5 > gcc47: error: unrecognized command line option '-V' > gcc47: fatal error: no input files > compilation terminated. > configure:4043: $? = 1 > configure:4032: gcc47 -qversion >&5 > gcc47: error: unrecognized command line option '-qversion' > gcc47: fatal error: no input files > compilation terminated. > configure:4043: $? = 1 > configure:4063: checking for C compiler default output file name > configure:4085: gcc47 -O2 -pipe -march=native -DRL_NO_COMPAT > -fno-strict-aliasing -I/usr/local/include -L/us > /usr/local/lib/libreadline.so: undefined reference to `tputs' > /usr/local/lib/libreadline.so: undefined reference to `tgoto' > /usr/local/lib/libreadline.so: undefined reference to `tgetflag' > /usr/local/lib/libreadline.so: undefined reference to `UP' > /usr/local/lib/libreadline.so: undefined reference to `tgetent' > /usr/local/lib/libreadline.so: undefined reference to `tgetnum' > /usr/local/lib/libreadline.so: undefined reference to `PC' > /usr/local/lib/libreadline.so: undefined reference to `tgetstr' > /usr/local/lib/libreadline.so: undefined reference to `BC' > collect2: error: ld returned 1 exit status > configure:4089: $? = 1 > configure:4126: result: > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:4132: error: in `/usr/obj/usr/ports/devel/gdb/work/gdb-7.5.1': > configure:4136: error: C compiler cannot create executables > See `config.log' for more details. > > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/devel-gdb-does-not-compile-with-gcc47-tp5769812.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 19:53:49 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B917AEE for ; Mon, 17 Dec 2012 19:53:49 +0000 (UTC) (envelope-from cjr@cruwe.de) Received: from wp376.webpack.hosteurope.de (wp376.webpack.hosteurope.de [IPv6:2a01:488:42::50ed:8591]) by mx1.freebsd.org (Postfix) with ESMTP id CF2C08FC13 for ; Mon, 17 Dec 2012 19:53:48 +0000 (UTC) Received: from p5b37b320.dip.t-dialin.net ([91.55.179.32] helo=dijkstra); authenticated by wp376.webpack.hosteurope.de running ExIM with esmtpsa (SSL3.0:DHE_RSA_AES_128_CBC_SHA1:16) id 1Tkgl1-0008ET-0F; Mon, 17 Dec 2012 20:53:47 +0100 Date: Mon, 17 Dec 2012 20:53:31 +0100 From: "Christopher J. Ruwe" Cc: freebsd-ports@freebsd.org Subject: Re: no port for Glassfish - does it make sense to quickly write one? Message-ID: <20121217205331.4d433c9e@dijkstra> In-Reply-To: References: <20121214191746.57246f0a@dijkstra> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 X-bounce-key: webpack.hosteurope.de;cjr@cruwe.de;1355774028;9dfcec78; 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, 17 Dec 2012 19:53:49 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQotIC0tLS0t QkVHSU4gUEdQIFNJR05FRCBNRVNTQUdFLS0tLS0NCkhhc2g6IFNIQTENCg0KT24gRnJpLCAxNCBE ZWMgMjAxMiAxODo0NDo0NSArMDAwMA0KQ2hyaXMgUmVlcyA8dXRpc29mdEBnbWFpbC5jb20+IHdy b3RlOg0KDQo+IE9uIDE0IERlYyAyMDEyIDE4OjE4LCAiQ2hyaXN0b3BoZXIgSi4gUnV3ZSIgPGNq ckBjcnV3ZS5kZT4gd3JvdGU6DQo+ID4NCj4gPiAtLS0tLUJFR0lOIFBHUCBTSUdORUQgTUVTU0FH RS0tLS0tDQo+ID4gSGFzaDogU0hBMQ0KPiA+DQo+ID4gSGVsbG8sDQo+ID4NCj4gPiB1c2luZyBO ZXRiZWFucyBJIGhhdmUgbGVhcm5lZCB0aGF0IHRoZXJlIGlzIG5vIHBvcnQgZm9yIHRoZSBtYXRj aGluZw0KPiA+IEdsYXNzZmlzaCBhcHBsaWNhdGlvbiBzZXJ2ZXIuDQo+ID4NCj4gPiBIYXZpbmcg bG9va2VkIGF0IHRoZSBOZXRiZWFucyBwb3J0LCBtYWtpbmcgYSBwb3J0IGZvciBHbGFzc2Zpc2gN Cj4gPiBzZWVtcyBub3QgdG8gYmUgYSBiaWcgZGVhbCwgc28gSSBhbSBhIGJpdCBzdXJwcmlzZWQg dGhhdCBub29uZSBoYXMNCj4gPiBzdGVwcGVkIGZvcndhcmQgdG8gY29udHJpYnV0ZSBvbmUuDQo+ ID4NCj4gPiBJIGFtIHdpbGxpbmcgdG8gYmUgdGhlIG9uZSB0byBzdGVwIGZvcndhcmQsIGhvd2V2 ZXIsIEkgd291bGQgbGlrZQ0KPiA+IHRvIGFzayBiZWZvcmVoYW5kIHdoZXRoZXIgdGhlcmUgYXJl IGFueSByZWFzb25zIEkgYW0gbm90IGF3YXJlIG9mDQo+ID4gdGhhdCBhIHBvcnQgZm9yIEdsYXNz ZmlzaCB3b3VsZCBiZSB1bmRlc2lyYWJsZT8NCj4gDQo+IEkgaGFkIG9mdGVuIGJlZW4gc3VycHJp c2VkIGF0IHRoZSBvbWlzc2lvbiBvZiB2ZXJ5IHVzZWZ1bCBzb2Z0d2FyZQ0KPiBmcm9tIHRoZSBQ b3J0cyBUcmVlLiAgSSBkb24ndCBrbm93IG9mIGFueSB0aGF0IGhhdmUgYmVlbiBhY3R1YWxseQ0K PiByZWplY3RlZDsgaXQgaXMgc2ltcGx5IGEgY2FzZSBvZiBtYW5wb3dlciB2cyB0aGUgemlsbGlv bnMgb2Ygc29mdHdhcmUNCj4gcGFja2FnZXMgb3V0IHRoZXJlLg0KPiANCj4gQmVmb3JlIHlvdSBy dXNoIHRvIG1ha2UgYSBwb3J0LCBjaGVjayB0aGVyZSBpc24ndCBhIHByZXZpb3VzIHZlcnNpb24N Cj4gaW4gdGhlIFBvcnRzIFRyZWUgdGhhdCBoYXMgYmVlbiByZW1vdmVkLCBvciB5b3UgbWF5IHdh c3RlIHRpbWUNCj4gcmVpbnZlbnRpbmcgdGhlIHdoZWVsIDopDQo+IA0KPiBodHRwOi8vcGVvcGxl LmZyZWVic2Qub3JnL35jcmVlcy9yZW1vdmVkX3BvcnRzL2luZGV4LnhtbA0KPiANCj4gQ2hyaXMN Cg0KDQpPb3BzIC4uLiBtaWdodCBiZSB3aXNlIHRvIGFkZHJlc3MgdGhlIGxpc3QgLi4uIA0KDQpU aGFua3MgdG8gYWxsIGZvciB0aGUgaW5wdXQuIFBSIGlzIHBvcnRzLzE3NDUxNi4gQ2hlZXJzLA0K LSAtIC0tIA0KQ2hyaXN0b3BoZXIgDQpUWjogCSAgICBHTVQgKyAyaA0KR251UEcvR1BHOiAgMHhF OERFMkMxNA0KDQpQdW5jdHVhdGlvbiBtYXR0ZXJzOg0KIkxldCdzIGVhdCBHcmFuZG1hIiBvciAi TGV0J3MgZWF0LCBHcmFuZG1hIiAtIFB1bmN0dWF0aW9uIHNhdmVzIGxpdmVzLg0KIkEgcGFuZGEg ZWF0cyBzaG9vdHMgYW5kIGxlYXZlcyIgb3IgIkEgcGFuZGEgZWF0cywgc2hvb3RzLCBhbmQgbGVh dmVzIiAtDQpQdW5jdHVhdGlvbiB0ZWFjaGVzIHByb3BlciBiaW9sb2d5Lg0KLSAtLS0tLUJFR0lO IFBHUCBTSUdOQVRVUkUtLS0tLQ0KVmVyc2lvbjogR251UEcgdjIuMC4xOSAoRnJlZUJTRCkNCg0K aVFJY0JBRUJBZ0FHQlFKUXoxZWlBQW9KRUpUSUtXL28zaXdVTEc0UUFNTzlRbzJmUUxZaFNtTUtl UEFDdGtMUQ0KcW9YRkdPQWtST0FiQ0FreE4xV2FWclB2SXZNVDlEOENYc0VMN21LSXh5R3duMk5D ZFZzY1EwOE02SWxIVnZuSQ0KVGozKzlnZ2pqMWlnT2xEcUQ1UDlTTTlURSttMVRIYi9nem0wN1Rq dzhCVjVzeVRybVVXYUo3cXk0b0poalRJbg0KaHlrU0NQakFNZWZHTzgvVm1QcWdOaWl2YWl1TUta dHhSNFNEUHhFSzc3SnJnS2VOY014cTViR0hpMzlBWmR2eg0KM1hoWW12WW1XbUcxQU9BT2lOc3Yr bDAyMkFyeDZ1bHFHUmRyZ05BaUtPbnNlWWt6aDRZbzZSOVM3Si9DdVdNMQ0KbHkvVklFVlA1RHd6 OFBxYS9sWWxhV2dMZWR1YUo2TGZiOUNUNjUxWW96dldEQTNsZmNBQ3JvTTB6b3VPb0FnVg0Kb3F2 T1RRS1RMdks2TFc0alZzdHdaekdpcDVTcHFSNWl6M1hVdVptak9LTUVrK3A1cnJBejRjV3NxeHBl T0xEYw0KWG95bXVJREZ1VE9BemhMeXZoTUVPSVd3UUdvNUkvbHFzeFpDVkcvZlY3S3VTbXpweHVV QktQQ1pqSW1sWkVuag0KdStwWVFEV0xLSXJkMk5EVlUwdzFpNjhSSVZaT0dMZzlzczBCem00ZDZY ZWJBZUpJN3g3VzI3eSthbEFYdjd0WA0KY0NHVk1qVzVUTWU3UzJDL2x3NDJqdnJFTTcyaG1VaWNF eVZPVW5WenljczdxMjV2U1lEb2NRZXdvREpsTFd0TQ0KYnR4R2gxeTNRZjQyMEF3aHVCVGNxVHN1 eHhuckRDMDBmOGVJYjZIK2dYWG9tbC9lT3N5elJPaHFHVDZ1NU9pKw0KdmNmaTNhc2dWdWYxWHN0 Y2RpdmQNCj15Sk51DQotIC0tLS0tRU5EIFBHUCBTSUdOQVRVUkUtLS0tLQ0KLS0tLS1CRUdJTiBQ R1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYyLjAuMTkgKEZyZWVCU0QpDQoNCmlR SWNCQUVCQWdBR0JRSlF6M2hJQUFvSkVKVElLVy9vM2l3VVVHTVFBSzdTekMzNVdyKzRHdHJSTy9h RW51a24NClBob1JCVFhvUFNVWlFvYXFKMWRtRkJqZWsxK3VaWmtYTDZPaktETG50ZjVnMjM0aGNj bmNERE1JNFppWWdtMXINCnpxM01GK1BrNUF3M2NYeVVTblFZRDQzejZEd2Y5dmFEZ1grOFVINGRt bVJwdkJQNHFSdStaM3RaUnd3TUs4NEENCjM0L2tibXpBdVFQUXMySFFiRENrbmExQ1c2R1ZwaDIr bXdNNTRKK3FTcjBqSFkwOHV0UzNNR09HREJueW00WWwNCjdUeUZoaldMbG5zWkhtQjVWcjhUMHZC eGpsYi83QXNuWjNPVXJPL0lqNUJmSDFnMmhtZGx6Yjg2U1pLSFlEZnoNClRKelpwRWQ4YnZmN0FH bU5DNzRPU092djFvb1FvYUVjSytxUUdLQU9GeklJV2VyOVRWWGQ4ZVVsanBWWGVwa1oNCi9hbHVE YVNvWjI1MmZzaFd6UXV1eFpRcGJYUWo1TjU2TTZzb21EbGczMm5Db29qT3QyUnNscm85bVZSY0ZM bngNCjFaRUZMc2Fjd1dCTWoxN0FxbXdHU05qbDQ1RS8xU094bE1ZQnVIQWVkR2NtSFloSVBNeXZu c2xaalVoT0NsR3QNClQ0QkRTNWJBSUYvWS9HNnI0OStTYmlDdzQySDFuSElSL0tZMGs5dTM2VHJU SFFxVForVVc0Wk1POEdZT2IwV2wNCm9USVF0N3RWZlltM2tBcXc0SnVqM1pxYzBXTTRhSitRMVpG cWRnT2h4MVZleDJYTWhuand3clFucXNYekRwK3cNCktRWGZRUm1mV2tpWks2TVpaL3JqM051UTZv N0xFYTJYeHRKSzQzTVRxWkMzWm5zem9hYXd0YzRNNUQwUUJCSHkNCmU0MjE2bEh3ZlJrbGV6enRv RjAzDQo9N0tvUQ0KLS0tLS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 02:17:01 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AAEA88E for ; Tue, 18 Dec 2012 02:17:01 +0000 (UTC) (envelope-from araujobsdport@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id A7EB28FC0A for ; Tue, 18 Dec 2012 02:17:00 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id r4so184117qaq.15 for ; Mon, 17 Dec 2012 18:16:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=mgoaB6WpkzcMVzhkxcyZm60u4FjAX/Iiv2yYCl25fs4=; b=uucLMGBkk3IYNY1CdItDVioWaOADWr9VhI1cUFYDsW4E54sf/L9fIobkQ9SW6Bw2z7 4PqBIFVZSGvd7cZ9iXbJnVabc2qPTPi0nW75ttXcQiR9J/4GClQP0hxGf5JpjrVcPBLa 5RrjsFDtAFBpvOYZxLEO16MoewBJUvucMxhx+KDGP2MzYVt7jZurazwKFPA0PP9Dtg3W G2qtxzczl0NfRRoQ/J4VefCjhvp/9jIYugZp3b0/lSNFryYXemmgZc9BLzbSvv8jI0xX 4JUvY9pjgNzZYxZ48DivMJaL93ILS/1xOE0Jiusie/kimhBLJ+V5PnAgdm9n7/3XOPOi WQ5g== MIME-Version: 1.0 Received: by 10.49.133.195 with SMTP id pe3mr155712qeb.58.1355797014597; Mon, 17 Dec 2012 18:16:54 -0800 (PST) Received: by 10.49.98.3 with HTTP; Mon, 17 Dec 2012 18:16:54 -0800 (PST) In-Reply-To: References: <011401cdd9f2$730d7ff0$59287fd0$@sentor.se> Date: Tue, 18 Dec 2012 10:16:54 +0800 Message-ID: Subject: Re: FreeBSD Port: www/mod_security (ap22-mod_security-2.6.6) From: Marcelo Araujo To: Martin Olsson Content-Type: text/plain; charset=ISO-8859-1 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: araujo@FreeBSD.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Dec 2012 02:17:01 -0000 2012/12/17 Martin Olsson > > ...and the 'portmaster' command finishes. > > > > Do you have any idea as to what is going on? I have never experienced > anything simillar. > > /Martin > Hello Martin, First of all, thank you so much by the report. I didn't see it before, looks pretty strange, I need to check whats happen. My first glance seems that is something related portmaster. However, give me some time to check it. Best Regards, -- Marcelo Araujo araujo@FreeBSD.org From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 07:56:46 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0722DC74 for ; Tue, 18 Dec 2012 07:56:46 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe01.c2i.net [212.247.154.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8A27B8FC1F for ; Tue, 18 Dec 2012 07:56:45 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe01.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 362450871 for ports@freebsd.org; Tue, 18 Dec 2012 08:56:37 +0100 From: Hans Petter Selasky To: ports@freebsd.org Subject: Compile fix for flphoto Date: Tue, 18 Dec 2012 08:58:14 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201212180858.14816.hselasky@c2i.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, 18 Dec 2012 07:56:46 -0000 --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx @@ -56,6 +56,7 @@ #ifdef HAVE_LIBCUPS # include +# include #endif // HAVE_LIBCUPS The above patch is needed in order for flphoto to compile. --HPS From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 10:03:47 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B57F0B07 for ; Tue, 18 Dec 2012 10:03:47 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 909AF8FC18 for ; Tue, 18 Dec 2012 10:03:46 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tku1a-0000rf-6C for freebsd-ports@freebsd.org; Tue, 18 Dec 2012 02:03:46 -0800 Date: Tue, 18 Dec 2012 02:03:46 -0800 (PST) From: Jakub Lach To: freebsd-ports@freebsd.org Message-ID: <1355825026067-5770354.post@n5.nabble.com> In-Reply-To: <1355642781949-5769675.post@n5.nabble.com> References: <1355642781949-5769675.post@n5.nabble.com> Subject: Re: gcc and g++ version setting in buildflags.conf 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: Tue, 18 Dec 2012 10:03:47 -0000 I just use CPUTYPE?=native CC=gcc47 CXX=g++47 CPP=cpp47 If port does not intentionally choose clang (mplayer, libreoffice) it works. -- View this message in context: http://freebsd.1045724.n5.nabble.com/gcc-and-g-version-setting-in-buildflags-conf-tp5769675p5770354.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 10:53:49 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B6A4A67 for ; Tue, 18 Dec 2012 10:53:49 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 44B8E8FC0A for ; Tue, 18 Dec 2012 10:53:48 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tkuo0-0004yz-FK for freebsd-ports@freebsd.org; Tue, 18 Dec 2012 02:53:48 -0800 Date: Tue, 18 Dec 2012 02:53:48 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1355828028468-5770358.post@n5.nabble.com> In-Reply-To: <1355825026067-5770354.post@n5.nabble.com> References: <1355642781949-5769675.post@n5.nabble.com> <1355825026067-5770354.post@n5.nabble.com> Subject: gcc and g++ version setting in buildflags.conf 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: Tue, 18 Dec 2012 10:53:49 -0000 Hi Jakub, I forgot to mention I have ccache enabled for port builds. No matter, I could place this in make.conf: CC:=${CC:C,^gcc46,/usr/local/libexec/ccache/world/gcc46,1} And it would work. What I don't understand is that when I was building security/gnupg1 the port kept calling "cc" (clang compiler in world) instead of gcc46. As I stated, only when I did "# setenv cc gcc46 " is when build started using gcc46. Output from the build process shows: /usr/local/bin/ccache cc -DHAVE_CONFIG_H ..... (etc) cc: warning: argument unused during compilation: '-I .' cc: warning: argument unused during compilation: '-I ..' clang is not hard-coded in tyhe Makefile as: CFLAGS:= ${CFLAGS:S/-pipe//g} .if ${CC} == "clang" CFLAGS:= ${CFLAGS:S/$/ -std=c89/} .endif I use buildflags.conf because I find it is easier to maintain per-port preferences. These don't work either, BTW so I think I might advise the port maintainer for bsdadminscripts. BUILDFLAGS_GCC_CC= /usr/local/libexec/ccache/world/gcc46 BUILDFLAGS_GCC_CXX= /usr/local/libexec/ccache/world/g++46 BUILDFLAGS_GCC_CPP= /usr/local/libexec/ccache/world/cpp46 BUILDFLAGS_GCC_CC= 4.6+ BUILDFLAGS_GCC_CXX= 4.6+ -- View this message in context: http://freebsd.1045724.n5.nabble.com/gcc-and-g-version-setting-in-buildflags-conf-tp5769675p5770358.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 11:13:08 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 443BEEB6 for ; Tue, 18 Dec 2012 11:13:08 +0000 (UTC) (envelope-from jakub_lach@mailplus.pl) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 1E3638FC12 for ; Tue, 18 Dec 2012 11:13:07 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Tkv6g-0006Nj-PA for freebsd-ports@freebsd.org; Tue, 18 Dec 2012 03:13:06 -0800 Date: Tue, 18 Dec 2012 03:13:06 -0800 (PST) From: Jakub Lach To: freebsd-ports@freebsd.org Message-ID: <1355829186764-5770364.post@n5.nabble.com> In-Reply-To: <1355828028468-5770358.post@n5.nabble.com> References: <1355642781949-5769675.post@n5.nabble.com> <1355825026067-5770354.post@n5.nabble.com> <1355828028468-5770358.post@n5.nabble.com> Subject: Re: gcc and g++ version setting in buildflags.conf 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: Tue, 18 Dec 2012 11:13:08 -0000 Speaking of bsdadminscripts I have problem with pkg_validate, however Dominic haven't replied, so he may be busy. I've never got hang of deploying ccache, sorry. Usually just heard something in the line "make sure you don't use ccache/clean properly before rebuild" so it discouraged me in term of debugging potential problems. I set per port flags by simple means of: .if ${.CURDIR:M*/directory/directory} AAAAAAA= .endif My setup predates bsdadminscripts and USE_GCC=4.6+ I think, so maybe it's not flavour of the month, but it usually works, more or less. Unless something really hangs on trying /usr/bin/cc, which is clang here too, yes. But it should not, as porters handbook is concerned, and x11 parts which were hardcoded around trying it are already fixed. -- View this message in context: http://freebsd.1045724.n5.nabble.com/gcc-and-g-version-setting-in-buildflags-conf-tp5769675p5770364.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 14:01:41 2012 Return-Path: Delivered-To: freebsd-ports@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 601A0FC1; Tue, 18 Dec 2012 14:01:41 +0000 (UTC) (envelope-from eadler@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 2C7928FC0A; Tue, 18 Dec 2012 14:01:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBIE1f5n015665; Tue, 18 Dec 2012 14:01:41 GMT (envelope-from eadler@freefall.freebsd.org) Received: (from eadler@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBIE1fvr015661; Tue, 18 Dec 2012 14:01:41 GMT (envelope-from eadler) Date: Tue, 18 Dec 2012 14:01:41 GMT Message-Id: <201212181401.qBIE1fvr015661@freefall.freebsd.org> To: eadler@FreeBSD.org, freebsd-www@FreeBSD.org, freebsd-ports@FreeBSD.org From: eadler@FreeBSD.org Subject: Re: ports/174540: www/linkchecker: update to 8.2 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, 18 Dec 2012 14:01:41 -0000 Old Synopsis: update New Synopsis: www/linkchecker: update to 8.2 Responsible-Changed-From-To: freebsd-www->freebsd-ports Responsible-Changed-By: eadler Responsible-Changed-When: Tue Dec 18 14:00:35 UTC 2012 Responsible-Changed-Why: fix synopsis, category, and assign http://www.freebsd.org/cgi/query-pr.cgi?pr=174540 From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 14:01:51 2012 Return-Path: Delivered-To: freebsd-ports@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 40385DB; Tue, 18 Dec 2012 14:01:51 +0000 (UTC) (envelope-from edwin@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 0F5A48FC0A; Tue, 18 Dec 2012 14:01:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qBIE1oKL015814; Tue, 18 Dec 2012 14:01:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBIE1ocI015810; Tue, 18 Dec 2012 14:01:50 GMT (envelope-from edwin) Date: Tue, 18 Dec 2012 14:01:50 GMT Message-Id: <201212181401.qBIE1ocI015810@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports@FreeBSD.org, beat@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/174540: www/linkchecker: update to 8.2 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, 18 Dec 2012 14:01:51 -0000 Synopsis: www/linkchecker: update to 8.2 Responsible-Changed-From-To: freebsd-ports->beat Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 18 14:01:50 UTC 2012 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=174540 From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 14:37:27 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA53BDC3 for ; Tue, 18 Dec 2012 14:37:27 +0000 (UTC) (envelope-from zaphod@berentweb.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 947578FC0A for ; Tue, 18 Dec 2012 14:37:27 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1TkyIR-0003Ce-9D for freebsd-ports@freebsd.org; Tue, 18 Dec 2012 06:37:27 -0800 Date: Tue, 18 Dec 2012 06:37:27 -0800 (PST) From: Beeblebrox To: freebsd-ports@freebsd.org Message-ID: <1355841447278-5770410.post@n5.nabble.com> In-Reply-To: <1355829186764-5770364.post@n5.nabble.com> References: <1355642781949-5769675.post@n5.nabble.com> <1355825026067-5770354.post@n5.nabble.com> <1355828028468-5770358.post@n5.nabble.com> <1355829186764-5770364.post@n5.nabble.com> Subject: Re: gcc and g++ version setting in buildflags.conf 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: Tue, 18 Dec 2012 14:37:27 -0000 > however Dominic haven't replied Bummer. Hope he will be reachable soon. > I've never got hang of deploying ccache ... it discouraged me in term of > debugging potential problems. You can always disable it & re-enable it. Saves compile time for sure. Usually I have to re-start builds because ccache bombs maybe 50% of the time - still wort it. Buildflags.conf is definitely needed if you use ccache for ports because it allows to specify NOCCACHE for each port that cannot use it (mostly cmake incompatibility with ccache) Regards. -- View this message in context: http://freebsd.1045724.n5.nabble.com/gcc-and-g-version-setting-in-buildflags-conf-tp5769675p5770410.html Sent from the freebsd-ports mailing list archive at Nabble.com. From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 15:05:20 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97514595 for ; Tue, 18 Dec 2012 15:05:20 +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 4DC558FC0A for ; Tue, 18 Dec 2012 15:05:20 +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 qBIF5CW5088457 for ; Tue, 18 Dec 2012 10:05:14 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBIF5Cu0088305; Tue, 18 Dec 2012 10:05:12 -0500 (EST) (envelope-from portscout) Message-Id: <201212181505.qBIF5Cu0088305@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 18 Dec 2012 10:05: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: Tue, 18 Dec 2012 15:05:20 -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/k8048 | 1.04 | 2.08 ------------------------------------------------+-----------------+------------ 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 Dec 18 17:19:52 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4778934 for ; Tue, 18 Dec 2012 17:19:52 +0000 (UTC) (envelope-from pathiaki2@yahoo.com) Received: from nm17-vm4.bullet.mail.gq1.yahoo.com (nm17-vm4.bullet.mail.gq1.yahoo.com [98.137.177.228]) by mx1.freebsd.org (Postfix) with ESMTP id 768248FC14 for ; Tue, 18 Dec 2012 17:19:52 +0000 (UTC) Received: from [98.137.12.188] by nm17.bullet.mail.gq1.yahoo.com with NNFMP; 18 Dec 2012 17:19:46 -0000 Received: from [98.137.12.248] by tm9.bullet.mail.gq1.yahoo.com with NNFMP; 18 Dec 2012 17:19:46 -0000 Received: from [127.0.0.1] by omp1056.mail.gq1.yahoo.com with NNFMP; 18 Dec 2012 17:19:46 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 151852.90245.bm@omp1056.mail.gq1.yahoo.com Received: (qmail 1699 invoked by uid 60001); 18 Dec 2012 17:19:45 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1355851185; bh=C5u9PgrYv2YbC3B0FMgeL9RRb7j5lfpXazP8FjTAO+0=; 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=jJRDfCQMfMA7zGSht49Z8PedLclaTOjYeihPjPioUgTGRnoB/u9CKy5hi5b2PXFUPG/kyKs6Tsvd+Y5UtYCFlu9d0u6ibZUdUqxHhc9Y2kHEG/JiTxKAbXeuxQQWLeI/l0ZZOwVuG18bNnkWOyMTHeDcjuUjItU46jQzSBTcqEI= 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=fI3Zpiqz/ANIvWdDWWG6NegtSY8MR9R81qLKHwPSkpoa2/Xd2v392H8L8JSZZyTm3WSGJ79sRBU+U9aSKXUD4dCxXy9m+Pg0rI8KdxR1G8gjp0HsauTQFzB9iwpaufJtsOPdWnMdDPPaXlmZuTTrv+1f08UDqnQy/4Yg+2U+CkM=; X-YMail-OSG: p3tehrkVM1mE02xToKBH1l.ONCHoXDKK.b0PVjjwhIWnEFT r8MQVIcxCPhh0YNLx203Sb1J06ANOFNSMq8jmxWOBr5TtD9gFmxhIv8zBsTO G6zvS0qWxR7977_Dd4fqHHpz9aFVaXALn9Jrn5jRzhfGOw.xOKnaMIQEb6l0 bxZ9Isgm4MOYy.tuBbobDpE_YSzsKdiRqoJUoBN2TC8NqmjmWGS_b16xZlkD X0nYiEKJZSNGHg8.139m7zBczmfKGekogHQFpQ.nSxQdqcpWgNyPqTZSREO. R40JvIDdZRWWF3pp1p0FrxGsQypeUyu7TDEE17UOAvIDARPLKHcQc1VAvyzH 76l9ELTLGeRrA7LB1PWr8ZZBmo0QdoNWyjqAaKCL.hlPzUvSDRAaEMpVhUIO neHXUoLqp6eJJ5H2H7jJrW7TzwvFLAMvzUWymYwPhYwKKWyUKzFl4u7R97A2 EaHuo_ZnTFjD5xmqF1OtQosyQcvbapBmt9rqdKZQWl9E_xIQ.qTm2rlpxwv. m3OcMcUSYQMNtv4VVNxUMx.3gEWkvXZFiYPWafZV5ucgD9W_uQoFiVytoOHE UmQLUdkJCjUjkAtKEanqFmjhKznTD4b3a.tci245gXcuMDMKF_humYVS1xS1 Mdv49UG6I4uhE_pFKS9tt08X8PTqooFoSr4Wyp_od7KpVN5gUEBn.TnYbGNt OYlZf7KZRUEgPzjFZAVCalQtKj64- Received: from [68.186.252.198] by web110512.mail.gq1.yahoo.com via HTTP; Tue, 18 Dec 2012 09:19:45 PST X-Rocket-MIMEInfo: 001.001, SGkgdG8gZXZlcnlvbmUuLi4uCgpEaWQgdGhpcyBtYWtlIGl0IGludG8gcG9ydHMgeWV0P8KgIEkgYXNzdW1lZCBpdCB3b3VsZCBiZSB1bmRlciBmaW5hbmNlLsKgIEhvd2V2ZXIsIEkgY2FuJ3QgZmluZCBpdCBhbnl3aGVyZSBpbiB0aGUgcG9ydHMgYXQgYWxsLgoKVGhhbmsgeW91IQoKUC4KCgoKCl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCiBGcm9tOiBKYW5rZXRoIEpheSA8amFua3lqQHVuZnMudXM.ClRvOiBQYXVsIFBhdGhpYWtpcyA8cGF0aGlha2kyQHlhaG9vLmNvbT4gCkNjOiBDaHJpcyABMAEBAQE- X-Mailer: YahooMailWebService/0.8.129.483 References: <1345312414.3380.YahooMailNeo@web110509.mail.gq1.yahoo.com> <50305278.8000402@unfs.us> <50305386.90508@unfs.us> <5030BFC1.70200@p-o.co.uk> <1345413641.2572.YahooMailNeo@web110516.mail.gq1.yahoo.com> <5034432B.3020006@unfs.us> Message-ID: <1355851185.955.YahooMailNeo@web110512.mail.gq1.yahoo.com> Date: Tue, 18 Dec 2012 09:19:45 -0800 (PST) From: Paul Pathiakis Subject: Re: Port Request - FrontAccounting To: Janketh Jay In-Reply-To: <5034432B.3020006@unfs.us> 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" , Alan Hicks , Chris Rees 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: Tue, 18 Dec 2012 17:19:52 -0000 Hi to everyone....=0A=0ADid this make it into ports yet?=A0 I assumed it wo= uld be under finance.=A0 However, I can't find it anywhere in the ports at = all.=0A=0AThank you!=0A=0AP.=0A=0A=0A=0A=0A________________________________= =0A From: Janketh Jay =0ATo: Paul Pathiakis =0ACc: Chris Rees ; Alan Hicks = ; "ports@freebsd.org" =0ASent: Tuesday, August 21, 2012= 10:25 PM=0ASubject: Re: Port Request - FrontAccounting=0A =0A-----BEGIN PG= P SIGNED MESSAGE-----=0AHash: SHA1=0A=0AHi Everyone,=0A=0A=A0=A0=A0 Thanks = for all of this info. regarding the port changes that should=0Abe done. I h= aven't played with the port system in a while so I'm=0Adefinitely a bit rus= ty and I'm sure there have been many changes=0A(Hence the Apache 2.0 bit...= :o!) Anyhow, I had to skip town for a few=0Adays for something EXTREMELY i= mportant (golf...) but I will try to get=0Athis fixed and submitted within = the next few days.=0A=0AThanks again,=0AJanky Jay, III=0A=0A=0AOn 08/19/201= 2 04:00 PM, Paul Pathiakis wrote:=0A> My thanks to all of you on this. :-)= =0A> =0A> P.=0A> =0A> -----------------------------------------------------= -------------------=0A>=0A> =0A*From:* Chris Rees =0A> *= To:* Alan Hicks *Cc:* Janketh Jay=0A> ; = "ports@freebsd.org" ; Paul=0A> Pathiakis *Sent:* Sunday, August 19, 2012=0A> 11:06 AM *Subject:* Re: Port Req= uest - FrontAccounting=0A> =0A> On 19 August 2012 11:28, Alan Hicks > wrote:=0A>> Hi=0A>> =0A>> =0A>> = On 19/08/2012 03:46, Janketh Jay wrote:=0A>>> =0A>>> -----BEGIN PGP SIGNED = MESSAGE----- Hash: SHA1=0A>>> =0A>>> Or not. It appears the attachment was = lost. You can download=0A>>> the .tar.gz file from the following URL:=0A>>>= =0A>>> =0A>>> =0A> http://www.purplehat.org/downloads/frontaccounting/fron= taccounting-2.3.11-fbsd-port.tar.gz=0A>>>=0A>>>=0A> =0AExtract to ${PORTSDI= R}/www and let me know if anything needs to be=0A>>> changed and/or adjuste= d....=0A>>> =0A>>> On 08/18/2012 08:42 PM, Janketh Jay wrote:=0A>>>> =0A>>>= > Hi,=0A>>>> =0A>>>> On 08/18/2012 11:53 AM, Paul Pathiakis wrote:=0A>>>>> = =0A>>>>> Hi,=0A>>>> =0A>>>> =0A>>>>> This is probably the best competitor t= o QuickBooks out=0A>>>>> there. People can rave about the benefits of GnuCa= sh and=0A>>>>> Kmymoney. I've used both and they both lack.=A0 This doesn't= .=0A>>>>> I've also got a pretty good bit of Accounting in my=0A>>>>> backg= round.=A0 This should definitely be a port.=0A>>>> =0A>>>> =0A>>>>> No, I d= on't have time.=A0 I'm busy trying to build Atlantis =0A>>>>> Services and = putting FreeBSD and PCBSD into the mainstream.=0A>>>>> This is one of those= things that will be necessary.=0A>>>> =0A>>>> =0A>>>>> Paul Pathiakis=0A>>= >> =0A>>>> =0A>>>> I've attached a port (in tar.gz form) which is the=0A>>>= > FrontAccounting port for FreeBSD. I've tested it a few times=0A>>>> and i= t seems to work perfectly fine. If someone wants to test=0A>>>> this before= I submit, that would be great. Otherwise, I'll=0A>>>> submit some time tom= orrow.=0A>> =0A>> =0A>> Thanks for porting, install works well.=0A>> =0A>> = On de-installing before running the install wizard there are=0A>> unable to= delete errors for www/frontaccounting/config_db.php =0A>> www/frontaccount= ing/config.default.php=0A> =0A> Yup, the plist has the correct @unexec and = @exec lines, but of=0A> course the @exec lines only apply if installing fro= m a package.=0A> =0A> For installation from the port;=0A> =0A> post-install= : .for conf in config%.php config_db%.php ${CP} -np=0A> ${PREFIX}/www/front= accounting/${conf:S,%,.default} \ =0A> ${PREFIX}/www/frontaccounting/${conf= :S,%,,} .endfor=0A> =0A> will do nicely.=0A> =0A>> After a full install inc= luding the web install wizard there are=0A>> delete errors for =0A>> '/usr/= local/www/frontaccounting/config.default.php' doesn't=0A>> exist '/usr/loca= l/www/frontaccounting/tmp' =0A>> '/usr/local/www/frontaccounting/lang' =0A>= > '/usr/local/www/frontaccounting/company/0/js_cache' =0A>> '/usr/local/www= /frontaccounting/company/0' =0A>> '/usr/local/www/frontaccounting/company' = =0A>> '/usr/local/www/frontaccounting'=0A>> =0A>> Perhaps @dirrmtry might b= e of help=0A>> =0A>> Also unable to build a package as cannot find config_d= b.php=0A>> =0A>> Trying the usual portmaster reinstall fails to create a ba= ckup=0A>> package and so has to prompt to ignore the error, the reinstall= =0A>> succeeds successfully.=0A>> =0A>> Should be a great addition to the p= orts, Alan=0A>> =0A> =0A> I think these errors can mostly be traced to the = missing Makefile=0A> lines :)=0A> =0A> Nice job!=A0 CC me on your PR.=0A> = =0A> Chris=0A> =0A> =0A-----BEGIN PGP SIGNATURE-----=0AVersion: GnuPG v1.4.= 11 (GNU/Linux)=0AComment: Using GnuPG with Mozilla - http://enigmail.mozdev= .org/=0A=0AiEYEARECAAYFAlA0QycACgkQGK3MsUbJZn5E7wCcDjAUI0AeWeCSaet0iYVtYluT= =0A8OkAni3vzJs1mpfYBSgGHyPM89UwRRwg=0A=3DBjyB=0A-----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Tue Dec 18 18:33:44 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A3011E1 for ; Tue, 18 Dec 2012 18:33:44 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from morbid.purplehat.org (morbid.purplehat.org [206.225.82.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5B7198FC0C for ; Tue, 18 Dec 2012 18:33:44 +0000 (UTC) Received: from localhost (morbid.purplehat.org [206.225.82.173]) by morbid.purplehat.org (Postfix) with ESMTP id A8986D8CD11 for ; Tue, 18 Dec 2012 11:26:36 -0700 (MST) Received: from morbid.purplehat.org ([206.225.82.173]) by localhost (morbid.purplehat.org [206.225.82.173]) (maiad, port 10024) with ESMTP id 27239-01 for ; Tue, 18 Dec 2012 11:26:31 -0700 (MST) Received: from [192.168.1.3] (mx2.purplehat.org [24.8.6.185]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ek@purplehat.org) by morbid.purplehat.org (Postfix) with ESMTPSA id 85D9BD8CCE5 for ; Tue, 18 Dec 2012 11:26:30 -0700 (MST) Message-ID: <50D0B55A.3000506@unfs.us> Date: Tue, 18 Dec 2012 11:26:34 -0700 From: Janketh Jay User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: Re: Port Request - FrontAccounting References: <1345312414.3380.YahooMailNeo@web110509.mail.gq1.yahoo.com> <50305278.8000402@unfs.us> <50305386.90508@unfs.us> <5030BFC1.70200@p-o.co.uk> <1345413641.2572.YahooMailNeo@web110516.mail.gq1.yahoo.com> <5034432B.3020006@unfs.us> <1355851185.955.YahooMailNeo@web110512.mail.gq1.yahoo.com> In-Reply-To: <1355851185.955.YahooMailNeo@web110512.mail.gq1.yahoo.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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, 18 Dec 2012 18:33:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Paul, Not finished yet! Sorry. I was actually working on this the other night (after the port freeze) but ran into a snag of sorts. I'll submit it today, though. I'm actually looking forward to using this software myself. Regards, Janky Jay On 12/18/2012 10:19 AM, Paul Pathiakis wrote: > Hi to everyone.... > > Did this make it into ports yet? I assumed it would be under > finance. However, I can't find it anywhere in the ports at all. > > Thank you! > > P. > > > ------------------------------------------------------------------------ > > *From:* Janketh Jay > *To:* Paul Pathiakis *Cc:* Chris Rees > ; Alan Hicks ; > "ports@freebsd.org" *Sent:* Tuesday, August 21, > 2012 10:25 PM *Subject:* Re: Port Request - FrontAccounting > > Hi Everyone, > > Thanks for all of this info. regarding the port changes that > should be done. I haven't played with the port system in a while so > I'm definitely a bit rusty and I'm sure there have been many > changes (Hence the Apache 2.0 bit... :o!) Anyhow, I had to skip > town for a few days for something EXTREMELY important (golf...) but > I will try to get this fixed and submitted within the next few > days. > > Thanks again, Janky Jay, III > > > On 08/19/2012 04:00 PM, Paul Pathiakis wrote: >> My thanks to all of you on this. :-) > >> P. > >> ------------------------------------------------------------------------ > >> > > *From:* Chris Rees > >> *To:* Alan Hicks > >> *Cc:* > Janketh Jay >> >; "ports@freebsd.org > " >; Paul >> Pathiakis > >> *Sent:* > Sunday, August 19, 2012 >> 11:06 AM *Subject:* Re: Port Request - FrontAccounting > >> On 19 August 2012 11:28, Alan Hicks >> >> wrote: >>> Hi >>> >>> >>> On 19/08/2012 03:46, Janketh Jay wrote: >>>> >>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>> >>>> Or not. It appears the attachment was lost. You can download >>>> the .tar.gz file from the following URL: >>>> >>>> >>>> > > http://www.purplehat.org/downloads/frontaccounting/frontaccounting-2.3.11-fbsd-port.tar.gz >>>> >>>> > > Extract to ${PORTSDIR}/www and let me know if anything needs to > be >>>> changed and/or adjusted.... >>>> >>>> On 08/18/2012 08:42 PM, Janketh Jay wrote: >>>>> >>>>> Hi, >>>>> >>>>> On 08/18/2012 11:53 AM, Paul Pathiakis wrote: >>>>>> >>>>>> Hi, >>>>> >>>>> >>>>>> This is probably the best competitor to QuickBooks out >>>>>> there. People can rave about the benefits of GnuCash and >>>>>> Kmymoney. I've used both and they both lack. This >>>>>> doesn't. I've also got a pretty good bit of Accounting in >>>>>> my background. This should definitely be a port. >>>>> >>>>> >>>>>> No, I don't have time. I'm busy trying to build >>>>>> Atlantis Services and putting FreeBSD and PCBSD into the >>>>>> mainstream. This is one of those things that will be >>>>>> necessary. >>>>> >>>>> >>>>>> Paul Pathiakis >>>>> >>>>> >>>>> I've attached a port (in tar.gz form) which is the >>>>> FrontAccounting port for FreeBSD. I've tested it a few >>>>> times and it seems to work perfectly fine. If someone wants >>>>> to test this before I submit, that would be great. >>>>> Otherwise, I'll submit some time tomorrow. >>> >>> >>> Thanks for porting, install works well. >>> >>> On de-installing before running the install wizard there are >>> unable to delete errors for www/frontaccounting/config_db.php >>> www/frontaccounting/config.default.php > >> Yup, the plist has the correct @unexec and @exec lines, but of >> course the @exec lines only apply if installing from a package. > >> For installation from the port; > >> post-install: .for conf in config%.php config_db%.php ${CP} -np >> ${PREFIX}/www/frontaccounting/${conf:S,%,.default} \ >> ${PREFIX}/www/frontaccounting/${conf:S,%,,} .endfor > >> will do nicely. > >>> After a full install including the web install wizard there >>> are delete errors for >>> '/usr/local/www/frontaccounting/config.default.php' doesn't >>> exist '/usr/local/www/frontaccounting/tmp' >>> '/usr/local/www/frontaccounting/lang' >>> '/usr/local/www/frontaccounting/company/0/js_cache' >>> '/usr/local/www/frontaccounting/company/0' >>> '/usr/local/www/frontaccounting/company' >>> '/usr/local/www/frontaccounting' >>> >>> Perhaps @dirrmtry might be of help >>> >>> Also unable to build a package as cannot find config_db.php >>> >>> Trying the usual portmaster reinstall fails to create a backup >>> package and so has to prompt to ignore the error, the >>> reinstall succeeds successfully. >>> >>> Should be a great addition to the ports, Alan >>> > >> I think these errors can mostly be traced to the missing >> Makefile lines :) > >> Nice job! CC me on your PR. > >> Chris > > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDQtVYACgkQGK3MsUbJZn6kPACePaU3jrB8Wc/IUi5FC1CgWcKH vsIAn2a7S0ANh9bfDDvI+FOKU7YbpAER =bWvj -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 00:03:33 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C0EC663; Wed, 19 Dec 2012 00:03:33 +0000 (UTC) (envelope-from lucas.hosseini@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id ADD5A8FC0C; Wed, 19 Dec 2012 00:03:32 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id es5so615104wgb.17 for ; Tue, 18 Dec 2012 16:03:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject:date :message-id:cc:to:mime-version:x-mailer; bh=DKtVLBwBDskeF5DWeh9FMmmhBG4v3GQaBl5RqksDwwU=; b=hFmKGUNHsZ5T7S0GoW6xbTaCGVMdL7ZBe1kyXjSdXU6MhmYj9bmNWq4HletiQzXhJ5 tkinlTlI8/BIts0FED7pGHq155IZgEsOgN/bp8n6C6NgIh/SpMt9W1UWVprKE0IctMgL Ussd5HX0Vdu46gosCq7kPuwJKf5JngSrxRuqZurQLB0dJbHXVum/driYouvoQh+fZtyZ s9GYgduHBR7Zh4kfzDAg4vtxSWq6LzngAgpbuqitu7EJo+r5kQbjfH+jW2E3uWW7eP2E RV2k9z1NMqlZRvBSYS1WmUyxANBJpVxn1CGcRMXhsT1eBLscv6jyH+EnC9f8t6rB8LOB VvKg== X-Received: by 10.180.20.177 with SMTP id o17mr481977wie.24.1355875411735; Tue, 18 Dec 2012 16:03:31 -0800 (PST) Received: from worm2.home (AMontsouris-554-1-71-143.w90-2.abo.wanadoo.fr. [90.2.222.143]) by mx.google.com with ESMTPS id y3sm18130752wix.6.2012.12.18.16.03.30 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 18 Dec 2012 16:03:30 -0800 (PST) From: Lucas Hosseini Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: FreeBSD Port: i3-4.2 Date: Wed, 19 Dec 2012 01:03:19 +0100 Message-Id: To: dhn@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) X-Mailer: Apple Mail (2.1486) 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, 19 Dec 2012 00:03:33 -0000 Hi, Is there work currently being done for getting i3-4.4 in the ports ? I = can help if there is a need. Best regards, Lucas= From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 00:18:29 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D87093D for ; Wed, 19 Dec 2012 00:18: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 553298FC15 for ; Wed, 19 Dec 2012 00:18: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 F064B861C6; Wed, 19 Dec 2012 01:18:21 +0100 (CET) Message-ID: <50D107CC.4050903@bsdforen.de> Date: Wed, 19 Dec 2012 01:18:20 +0100 From: Dominic Fandrey User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Beeblebrox Subject: Re: gcc and g++ version setting in buildflags.conf References: <1355642781949-5769675.post@n5.nabble.com> In-Reply-To: <1355642781949-5769675.post@n5.nabble.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: Wed, 19 Dec 2012 00:18:29 -0000 On 16/12/2012 08:26, Beeblebrox wrote: > I am running a purely clang world (no gcc42), while I also have gcc46 > installed for ports building. I use ccache for both world and ports. In > /usr/local/etc/buildflags.conf I have set: > BUILDFLAGS_GCC= 4.6+ > GCC_DEFAULT_VERSION= 4.6+ > # USE_GCC= 4.6+ # breaks distcc > > Some ports builds unfortunately break under this setup because build is > looking for world's cc (gcc42 or clang). If I do this below, then the build > completes fine: > # setenv cc gcc46 && setenv cxx g++46 BUILDFLAGS_GCC takes effect if WITH_GCC is defined and the port being compiled does not set CC/CXX itself. For more information see buildflags.mk(1). -- 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 Dec 19 01:32:31 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0E6A3B4E for ; Wed, 19 Dec 2012 01:32:31 +0000 (UTC) (envelope-from tingox@gmail.com) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) by mx1.freebsd.org (Postfix) with ESMTP id 94B2D8FC19 for ; Wed, 19 Dec 2012 01:32:30 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hq12so28497wib.0 for ; Tue, 18 Dec 2012 17:32:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=20Ucf2qrWYWj3TSyXFuHukoE6r6c5UPvE+qqhAJhrNg=; b=tSQRIB4UfvuVqXGqIvgirhZbOYUmn7Q97UlA8cckJhfq8s8RO9tfI/du7TJsfVvO8c KZcTEgvGt0knS1hS7TFefyNSNnBr68u0Ym9KL9ZHUBw59axkYa5Ehzurq0IOACLHQkvq 6Q4JO+nbOhfxWgJ8vNqeY9pEB0QxnFF8yns6UTaMnEkQaZtoSGnGpzk7B5GCZmqU05P1 oVwvUSe1dUVplgutfCUSczfkdu/Og3ko+aXiCJbSP3Uk7q/wya0uByEh0IY8FlEzBJ1g QzLoKdRn/Rxm2B0GMJPmwrU24cMp8jbn9p5iBw/L4wHHrazuDy/xKfH9Q53t+ORqXKDH kGVg== MIME-Version: 1.0 Received: by 10.194.143.35 with SMTP id sb3mr8090133wjb.30.1355879082270; Tue, 18 Dec 2012 17:04:42 -0800 (PST) Received: by 10.216.101.201 with HTTP; Tue, 18 Dec 2012 17:04:42 -0800 (PST) Date: Wed, 19 Dec 2012 02:04:42 +0100 Message-ID: Subject: net/liveMedia - source missing From: Torfinn Ingolfsen To: FreeBSD Ports ML Content-Type: text/plain; charset=ISO-8859-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: Wed, 19 Dec 2012 01:32:31 -0000 FYI - Just tried building net/liveMedia, but it seems the source has gone missing: root@kg-v2# portupgrade -R liveMedia [Gathering depends for net/liveMedia done] [Exclude up-to-date packages done] ---> Upgrading 'liveMedia-2012.04.04,2' to 'liveMedia-2012.11.30_1,2' (net/liveMedia) ---> Building '/usr/ports/net/liveMedia' ===> Cleaning for liveMedia-2012.11.30_1,2 ===> License GPLv2 accepted by the user => live.2012.11.30.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch ftp://tingo:white12@kg-f2/usr/ports/distfiles//live.2012.11.30.tar.gz fetch: ftp://tingo:white12@kg-f2/usr/ports/distfiles//live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch http://www.live555.com/liveMedia/public/live.2012.11.30.tar.gz fetch: http://www.live555.com/liveMedia/public/live.2012.11.30.tar.gz: Not Found => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz fetch: ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/live.2012.11.30.tar.gz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/live.2012.11.30.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** Error code 1 Nope - I can't fetch it manually, and it seems Google doesn't know how to find that file either. Or DuckDuckGo for that matter. HTH -- Regards, Torfinn Ingolfsen From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 01:43:57 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2E1ABDD for ; Wed, 19 Dec 2012 01:43:57 +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 B65838FC17 for ; Wed, 19 Dec 2012 01:43:55 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id 6C4BCECF; Wed, 19 Dec 2012 10:38:19 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 19 Dec 2012 10:38:19 +0900 From: meta To: Subject: Re: net/liveMedia - source missing In-Reply-To: References: Message-ID: <98cf33bb94c27dd952a894bd3957ea59@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: Wed, 19 Dec 2012 01:43:57 -0000 Newer version of liveMedia is found here. Just updating the port might do the trick. http://www.live555.com/liveMedia/public/live.2012.12.18.tar.gz 2012-12-19 10:04 ă« Torfinn Ingolfsen ă•ă‚“ăŻć›¸ăŤăľă—ăź: > FYI - Just tried building net/liveMedia, but it seems the source has > gone missing: > > root@kg-v2# portupgrade -R liveMedia > [Gathering depends for net/liveMedia done] > [Exclude up-to-date packages done] > ---> Upgrading 'liveMedia-2012.04.04,2' to > 'liveMedia-2012.11.30_1,2' > (net/liveMedia) > ---> Building '/usr/ports/net/liveMedia' > ===> Cleaning for liveMedia-2012.11.30_1,2 > ===> License GPLv2 accepted by the user > => live.2012.11.30.tar.gz doesn't seem to exist in > /usr/ports/distfiles/. > => Attempting to fetch > ftp://tingo:white12@kg-f2/usr/ports/distfiles//live.2012.11.30.tar.gz > fetch: > ftp://tingo:white12@kg-f2/usr/ports/distfiles//live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > http://www.live555.com/liveMedia/public/live.2012.11.30.tar.gz > fetch: > http://www.live555.com/liveMedia/public/live.2012.11.30.tar.gz: Not > Found > => Attempting to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz > fetch: > > ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/rm/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Attempting to fetch > > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/live.2012.11.30.tar.gz > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/live.2012.11.30.tar.gz: > File unavailable (e.g., file not found, no access) > => Couldn't fetch it - please try to retrieve this > => port manually into /usr/ports/distfiles/ and try again. > *** Error code 1 > > Nope - I can't fetch it manually, and it seems Google doesn't know > how to find that file either. Or DuckDuckGo for that matter. > > HTH -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 02:14:01 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A9A261E for ; Wed, 19 Dec 2012 02:14:01 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from morbid.purplehat.org (morbid.purplehat.org [206.225.82.173]) by mx1.freebsd.org (Postfix) with ESMTP id E34698FC12 for ; Wed, 19 Dec 2012 02:14:00 +0000 (UTC) Received: from localhost (morbid.purplehat.org [206.225.82.173]) by morbid.purplehat.org (Postfix) with ESMTP id 322A3D8CD17 for ; Tue, 18 Dec 2012 19:13:59 -0700 (MST) Received: from morbid.purplehat.org ([206.225.82.173]) by localhost (morbid.purplehat.org [206.225.82.173]) (maiad, port 10024) with ESMTP id 30460-02 for ; Tue, 18 Dec 2012 19:13:53 -0700 (MST) Received: from [192.168.1.3] (mx2.purplehat.org [24.8.6.185]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ek@purplehat.org) by morbid.purplehat.org (Postfix) with ESMTPSA id 6B5D9D8CD05 for ; Tue, 18 Dec 2012 19:13:53 -0700 (MST) Message-ID: <50D122E5.6050307@unfs.us> Date: Tue, 18 Dec 2012 19:13:57 -0700 From: Janketh Jay User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Port Request - FrontAccounting References: <1345312414.3380.YahooMailNeo@web110509.mail.gq1.yahoo.com> <50305278.8000402@unfs.us> <50305386.90508@unfs.us> <5030BFC1.70200@p-o.co.uk> <1345413641.2572.YahooMailNeo@web110516.mail.gq1.yahoo.com> <5034432B.3020006@unfs.us> <1355851185.955.YahooMailNeo@web110512.mail.gq1.yahoo.com> <50D0B55A.3000506@unfs.us> In-Reply-To: <50D0B55A.3000506@unfs.us> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Wed, 19 Dec 2012 02:14:01 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Umm.. They've managed to b0rk something in the latest release (missing PHP files that are causing errors.) As soon as that's fixed, I'll submit the port. Regards, Janky Jay, III On 12/18/2012 11:26 AM, Janketh Jay wrote: > Hi Paul, > > Not finished yet! Sorry. I was actually working on this the other > night (after the port freeze) but ran into a snag of sorts. I'll > submit it today, though. > > I'm actually looking forward to using this software myself. > > Regards, Janky Jay > > On 12/18/2012 10:19 AM, Paul Pathiakis wrote: >> Hi to everyone.... > >> Did this make it into ports yet? I assumed it would be under >> finance. However, I can't find it anywhere in the ports at all. > >> Thank you! > >> P. > > >> ------------------------------------------------------------------------ > >> > > *From:* Janketh Jay >> *To:* Paul Pathiakis *Cc:* Chris Rees >> ; Alan Hicks ; >> "ports@freebsd.org" *Sent:* Tuesday, August >> 21, 2012 10:25 PM *Subject:* Re: Port Request - FrontAccounting > >> Hi Everyone, > >> Thanks for all of this info. regarding the port changes that >> should be done. I haven't played with the port system in a while >> so I'm definitely a bit rusty and I'm sure there have been many >> changes (Hence the Apache 2.0 bit... :o!) Anyhow, I had to skip >> town for a few days for something EXTREMELY important (golf...) >> but I will try to get this fixed and submitted within the next >> few days. > >> Thanks again, Janky Jay, III > > >> On 08/19/2012 04:00 PM, Paul Pathiakis wrote: >>> My thanks to all of you on this. :-) > >>> P. > >>> ------------------------------------------------------------------------ > >>> >>> > >> *From:* Chris Rees > > >>> *To:* Alan Hicks > >>> *Cc:* >> Janketh Jay >>> >; "ports@freebsd.org >> " > >; Paul >>> Pathiakis > >>> *Sent:* >> Sunday, August 19, 2012 >>> 11:06 AM *Subject:* Re: Port Request - FrontAccounting > >>> On 19 August 2012 11:28, Alan Hicks > >>> >> wrote: >>>> Hi >>>> >>>> >>>> On 19/08/2012 03:46, Janketh Jay wrote: >>>>> >>>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>> >>>>> Or not. It appears the attachment was lost. You can >>>>> download the .tar.gz file from the following URL: >>>>> >>>>> >>>>> > >> http://www.purplehat.org/downloads/frontaccounting/frontaccounting-2.3.11-fbsd-port.tar.gz >>>>> >>>>> > >> Extract to ${PORTSDIR}/www and let me know if anything needs to >> be >>>>> changed and/or adjusted.... >>>>> >>>>> On 08/18/2012 08:42 PM, Janketh Jay wrote: >>>>>> >>>>>> Hi, >>>>>> >>>>>> On 08/18/2012 11:53 AM, Paul Pathiakis wrote: >>>>>>> >>>>>>> Hi, >>>>>> >>>>>> >>>>>>> This is probably the best competitor to QuickBooks out >>>>>>> there. People can rave about the benefits of GnuCash >>>>>>> and Kmymoney. I've used both and they both lack. This >>>>>>> doesn't. I've also got a pretty good bit of Accounting >>>>>>> in my background. This should definitely be a port. >>>>>> >>>>>> >>>>>>> No, I don't have time. I'm busy trying to build >>>>>>> Atlantis Services and putting FreeBSD and PCBSD into >>>>>>> the mainstream. This is one of those things that will >>>>>>> be necessary. >>>>>> >>>>>> >>>>>>> Paul Pathiakis >>>>>> >>>>>> >>>>>> I've attached a port (in tar.gz form) which is the >>>>>> FrontAccounting port for FreeBSD. I've tested it a few >>>>>> times and it seems to work perfectly fine. If someone >>>>>> wants to test this before I submit, that would be great. >>>>>> Otherwise, I'll submit some time tomorrow. >>>> >>>> >>>> Thanks for porting, install works well. >>>> >>>> On de-installing before running the install wizard there are >>>> unable to delete errors for >>>> www/frontaccounting/config_db.php >>>> www/frontaccounting/config.default.php > >>> Yup, the plist has the correct @unexec and @exec lines, but of >>> course the @exec lines only apply if installing from a >>> package. > >>> For installation from the port; > >>> post-install: .for conf in config%.php config_db%.php ${CP} -np >>> ${PREFIX}/www/frontaccounting/${conf:S,%,.default} \ >>> ${PREFIX}/www/frontaccounting/${conf:S,%,,} .endfor > >>> will do nicely. > >>>> After a full install including the web install wizard there >>>> are delete errors for >>>> '/usr/local/www/frontaccounting/config.default.php' doesn't >>>> exist '/usr/local/www/frontaccounting/tmp' >>>> '/usr/local/www/frontaccounting/lang' >>>> '/usr/local/www/frontaccounting/company/0/js_cache' >>>> '/usr/local/www/frontaccounting/company/0' >>>> '/usr/local/www/frontaccounting/company' >>>> '/usr/local/www/frontaccounting' >>>> >>>> Perhaps @dirrmtry might be of help >>>> >>>> Also unable to build a package as cannot find config_db.php >>>> >>>> Trying the usual portmaster reinstall fails to create a >>>> backup package and so has to prompt to ignore the error, the >>>> reinstall succeeds successfully. >>>> >>>> Should be a great addition to the ports, Alan >>>> > >>> I think these errors can mostly be traced to the missing >>> Makefile lines :) > >>> Nice job! CC me on your PR. > >>> Chris > > > > > _______________________________________________ > 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" > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDRIuEACgkQGK3MsUbJZn4clQCfWYCDeUSfDbL+eJKg072TfTQu uIsAn2w8OZlvYHI1x3Xct+QTv3FADBGM =8t3x -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 04:37:30 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63313D7C for ; Wed, 19 Dec 2012 04:37:30 +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 26B858FC0A for ; Wed, 19 Dec 2012 04:37:29 +0000 (UTC) Received: from ssl.vmeta.jp (localhost [127.0.0.1]) by glory.vmeta.jp (Postfix) with ESMTP id 20098562; Wed, 19 Dec 2012 13:37:28 +0900 (JST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 19 Dec 2012 13:37:28 +0900 From: meta To: Subject: Re: net/liveMedia - source missing In-Reply-To: References: 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: Wed, 19 Dec 2012 04:37:30 -0000 I've just submitted ports/174562 and it works fine for me. Could you try this? http://www.freebsd.org/cgi/query-pr.cgi?pr=174562 -- `whois vmeta.jp | nkf -w` meta From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 04:42:20 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D7861ECA for ; Wed, 19 Dec 2012 04:42:20 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f52.google.com (mail-yh0-f52.google.com [209.85.213.52]) by mx1.freebsd.org (Postfix) with ESMTP id 886538FC12 for ; Wed, 19 Dec 2012 04:42:20 +0000 (UTC) Received: by mail-yh0-f52.google.com with SMTP id o22so362397yho.25 for ; Tue, 18 Dec 2012 20:42:19 -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:content-type:content-transfer-encoding; bh=LpBxnaF5mtvDeT9YiS2kkr7b6D3+z89ex3qqFAzdM+o=; b=p1lZF623EU1WAa/TYkILdrLtVuFC8oQDqKcNYPRykUnbQ4JK1YfHtqboki2159tTu6 8tNZftwjAkYLMiVtn0oYyii5SUC+NGYtAR3Yl0q55L3L2eAvACV4N4e0X7AhhvSJxOuy YhqH9anlI7rlcN4IQfoLE18vZN1M8ZcpSLny0us1MqHN3psZoUxaBvpajQL5A5aytmXK Ah4qIxNjNn9vnNh2PX4jv6y9ABJsluyXQAGyk0nZWTTERPVMVW3MXcn0o6iTZZ5e7NmA kxvaA9wJ7xq/WUnbIaZY9aj684CMVrU+wj71uuT9nHJjrGYyuivOegklWJFmNgZx25Li ebqA== X-Received: by 10.236.113.6 with SMTP id z6mr4427622yhg.119.1355892139424; Tue, 18 Dec 2012 20:42:19 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id g3sm3352503anj.14.2012.12.18.20.42.17 (version=SSLv3 cipher=OTHER); Tue, 18 Dec 2012 20:42:18 -0800 (PST) Message-ID: <50D145A6.5000308@gmail.com> Date: Tue, 18 Dec 2012 22:42:14 -0600 From: "Joseph A. Nagy, Jr" 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: net/liveMedia - source missing References: In-Reply-To: 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: Wed, 19 Dec 2012 04:42:20 -0000 On 12/18/12 22:37, meta wrote: > I've just submitted ports/174562 and it works fine for me. > Could you try this? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=174562 > I did even less than that. Removed PORTREVISION and ran make makesum after updating PORTVERSION. Built perfectly fine for me. (: -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 07:05:22 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59CC9515 for ; Wed, 19 Dec 2012 07:05:22 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward2h.mail.yandex.net (forward2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::2]) by mx1.freebsd.org (Postfix) with ESMTP id C244A8FC17 for ; Wed, 19 Dec 2012 07:05:21 +0000 (UTC) Received: from smtp4h.mail.yandex.net (smtp4h.mail.yandex.net [84.201.186.21]) by forward2h.mail.yandex.net (Yandex) with ESMTP id 0073B70198E; Wed, 19 Dec 2012 11:05:19 +0400 (MSK) Received: from smtp4h.mail.yandex.net (localhost [127.0.0.1]) by smtp4h.mail.yandex.net (Yandex) with ESMTP id B17802C005C; Wed, 19 Dec 2012 11:05:19 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp4h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 5Dc8nDur-5JcWv4iF; Wed, 19 Dec 2012 11:05:19 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355900719; bh=7kL2vfByvDbXsNG5Wp2dxnUGuMUuIt1DwZDzhP5J6nk=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=KBL2Q+jWjZuOenioTtMyiLkX87wDGn7Ca2AfJC7eZ8gvHt7RvRDB4Xb5WIhaUtsCb NGsD581FsOYaivC4XB6v80GAbWnbtZPFkVDSQtCqpc9xcTu1A3NHWMl49gJeKrdg80 7jFLuw5SiWNQp99cJWT0X1t5pL7rKmnFnB7KzYAA= Message-ID: <50D166FD.9030502@yandex.ru> Date: Wed, 19 Dec 2012 11:04:29 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Torfinn Ingolfsen Subject: Re: net/liveMedia - source missing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Ports ML 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, 19 Dec 2012 07:05:22 -0000 Torfinn Ingolfsen wrote on 19.12.2012 05:04: > FYI - Just tried building net/liveMedia, but it seems the source has > gone missing: Yes, the source tarball should be mirrored locally, because that guys tend to remove old tarballs when new version is out. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 13:28:11 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0507321B for ; Wed, 19 Dec 2012 13:28:11 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) by mx1.freebsd.org (Postfix) with ESMTP id 93B4F8FC13 for ; Wed, 19 Dec 2012 13:28:10 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id k61so452932yhk.23 for ; Wed, 19 Dec 2012 05:28:09 -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=SxzbEv3wno0hKRY5aDvViBs8TZGZfrF/sivWjp8qhiA=; b=S/rwAeLD2+29hFPpu0bZRv4gO791shjkKxVpMoSNf6cpOYqLXZmNJi0JPKeJhxdB9A v4Es+FRTKWxDyrln62rFV3XCQRr8kp9bvgZwGFBXV/N54HUltjvIivsx4y1wE4hC0pUW Jp6qTJCVW3YbeYNE8KInnbhla5cxedxjnk2xY= 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=SxzbEv3wno0hKRY5aDvViBs8TZGZfrF/sivWjp8qhiA=; b=ON3trWTkahNoYxAhYDHB46I9siwgJNZM5BEOhARMwLFyQZXCP/H/t4AolyH7HmADyl bDNmddgYyOlB2sDp/ZOUpb72nF/PPGGfRaqMBXrTOr+o5hSWzNb57hGksXjjcQxNBJdZ e+9A12fMF047hpsCJqRIWCA2yGgqUe8mr/lLQw73SH++HDESDj9Fz47Zm8CtG228Ofcu A8cbUxBmkNHlkBIpkmDQqU81D+ix5YtoEIesavEjlSa8MDRB1b8BlQXq8MQb40UDYD/4 bpFy+qPPRLyqjT6DU5BmsM3wWvIK72bCEj5HoaybqkUL2Mb1P5tWEeO9ROpkjlWwWdDp dC9g== X-Received: by 10.236.141.78 with SMTP id f54mr5464601yhj.92.1355922254710; Wed, 19 Dec 2012 05:04: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 v4sm4124817ank.9.2012.12.19.05.04.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 05:04:14 -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 3YRGWw6gHXz2CG4D for ; Wed, 19 Dec 2012 08:04:12 -0500 (EST) Date: Wed, 19 Dec 2012 08:04:12 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Dropbox on FreeBSD Message-ID: <20121219080412.5396aeb6@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: ALoCoQljnZLYpumPcLAtkqEwq7j6RoJkrSwi4+U0eTm3sY4GObMsjPnU3JwOeZ6BXoDnIucjlkxE 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: Wed, 19 Dec 2012 13:28:11 -0000 I was asked about the feasibility of setting up Dropbox on a FreeBSD machine, specifically under KDE if possible. I found three references to Dropbox in the ports tree; however, I am not sure that they are exactly what I am looking for. Does anyone have any experience with this software or specific information on it? -- Jerry â™” Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ Every solution breeds new problems. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 13:33:11 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B355A385 for ; Wed, 19 Dec 2012 13:33:11 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from isp-bos-02.edutel.nl (isp-bos-02.edutel.nl [IPv6:2a01:670:100:11::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 35DD68FC0C for ; Wed, 19 Dec 2012 13:33:10 +0000 (UTC) Received: from isp-aos-02.edu.local (unknown [IPv6:2a01:670:100:11::1:2]) by isp-bos-02.edutel.nl (Postfix) with ESMTP id 944462C63CB for ; Wed, 19 Dec 2012 14:33:09 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by isp-aos-02.edu.local (Postfix) with ESMTP id 929B739412B for ; Wed, 19 Dec 2012 14:33:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at isp-aos-02.edutel.intern Received: from isp-aos-02.edu.local ([127.0.0.1]) by localhost (isp-aos-02.edu.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lXmTdRU0TTSC for ; Wed, 19 Dec 2012 14:33:08 +0100 (CET) Received: from lacus.fstaals.net (104-208.ftth.onsbrabantnet.nl [88.159.208.104]) by isp-aos-02.edu.local (Postfix) with ESMTPA id EEA43394128 for ; Wed, 19 Dec 2012 14:33:08 +0100 (CET) Received: from lacus.fstaals.net (unknown [192.168.10.14]) by filter.fstaals.local (Postfix) with ESMTP id B9CD07F5235 for ; Wed, 19 Dec 2012 14:33:06 +0100 (CET) Received: from localhost (dyn-81-246.cs.uu.nl [131.211.81.246]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: frank) by lacus.fstaals.net (Postfix) with ESMTPSA id A751C7F4FB7 for ; Wed, 19 Dec 2012 14:33:06 +0100 (CET) From: Frank Staals To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD References: <20121219080412.5396aeb6@scorpio> User-Mail-Address: frank@fstaals.net Date: Wed, 19 Dec 2012 14:32:57 +0100 In-Reply-To: <20121219080412.5396aeb6@scorpio> (jerry@seibercom.net's message of "Wed, 19 Dec 2012 08:04:12 -0500") Message-ID: <874njimak6.fsf@Shanna.FStaals.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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, 19 Dec 2012 13:33:11 -0000 Jerry writes: > I was asked about the feasibility of setting up Dropbox > on a FreeBSD machine, > specifically under KDE if possible. I found three references to Dropbox > in the ports tree; however, I am not sure that they are exactly what I > am looking for. Does anyone have any experience with this software or > specific information on it? As far as I know it is currently impossible to run dropbox on FreeBSD, as it requires inotify, as found in the Linux kernel, to detect when files have changed. Regards, -- - Frank From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 14:16:22 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C1A41F6 for ; Wed, 19 Dec 2012 14:16:22 +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 33BE48FC15 for ; Wed, 19 Dec 2012 14:16:20 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.5/8.14.5) with ESMTP id qBJEGKZ8012003 for ; Wed, 19 Dec 2012 06:16:20 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.5/8.14.5/Submit) id qBJEGKcX012002 for freebsd-ports@freebsd.org; Wed, 19 Dec 2012 06:16:20 -0800 (PST) (envelope-from david) Date: Wed, 19 Dec 2012 06:16:20 -0800 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: qt4-webkit-4.8.2 build fails during portmaster run for icu update Message-ID: <20121219141620.GJ1897@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Xssso5lpTBgMxDfe" 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: Wed, 19 Dec 2012 14:16:22 -0000 --Xssso5lpTBgMxDfe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable The failure looks like: =2E.. =3D=3D=3D> Building for qt4-webkit-4.8.2 =2E.. -Itesting/js -Igenerated -I../../Source -I../../include -I../include/QtWebK= it -I../include -I../../../sqlite -I/common/local/include -I.moc/release-st= atic -I/common/local/include/qt4 -I/common/local/include -o .obj/release-st= atic/AccessibilityMediaControls.o accessibility/AccessibilityMediaControls.= cpp g++ -c -O2 -pipe -fno-strict-aliasing -I../../../../include/Qt -I../../../.= =2E/include -Wall -Wextra -Wreturn-type -fno-strict-aliasing -Wcast-align -= Wchar-subscripts -Wformat-security -Wreturn-type -Wno-unused-parameter -Wno= -sign-compare -Wno-switch -Wno-switch-enum -Wundef -Wmissing-noreturn -Wini= t-self -ffunction-sections -fdata-sections -O2 -fPIC -fvisibility=3Dhidden = -fvisibility-inlines-hidden -I/common/local/include/freetype2 -I/common/loc= al/include -DNDEBUG -DBUILDING_QT__=3D1 -DNDEBUG -DQT_ASCII_CAST_WARNINGS -= DENABLE_XSLT=3D0 -DENABLE_WEB_TIMING=3D0 -DENABLE_JAVASCRIPT_DEBUGGER=3D1 -= DENABLE_DATABASE=3D1 -DENABLE_EVENTSOURCE=3D1 -DENABLE_OFFLINE_WEB_APPLICAT= IONS=3D1 -DENABLE_DOM_STORAGE=3D1 -DENABLE_ICONDATABASE=3D1 -DENABLE_CHANNE= L_MESSAGING=3D1 -DENABLE_DIRECTORY_UPLOAD=3D0 -DENABLE_FILE_SYSTEM=3D0 -DEN= ABLE_QUOTA=3D0 -DENABLE_SQLITE=3D1 -DENABLE_DASHBOARD_SUPPORT=3D0 -DENABLE_= FILTERS=3D1 -DENABLE_XPATH=3D1 -DENABLE_WCSS=3D0 -DENABLE_SHARED_WORKERS=3D= 1 -DENABLE_WORKERS=3D1 -DENABLE_XHTMLMP=3D0 -DENABLE_DETAILS=3D1 -DENABLE_M= ETER_TAG=3D1 -DENABLE_PROGRESS_TAG=3D1 -DENABLE_BLOB=3D1 -DENABLE_NOTIFICAT= IONS=3D1 -DENABLE_INPUT_SPEECH=3D0 -DENABLE_INSPECTOR=3D1 -DENABLE_3D_RENDE= RING=3D1 -DENABLE_WEB_AUDIO=3D0 -DENABLE_WEBGL=3D0 -DENABLE_MEDIA_STATISTIC= S=3D0 -DENABLE_VIDEO_TRACK=3D0 -DENABLE_TOUCH_ICON_LOADING=3D0 -DENABLE_ANI= MATION_API=3D0 -DENABLE_SVG=3D1 -DENABLE_SVG_FONTS=3D1 -DENABLE_SVG_FOREIGN= _OBJECT=3D1 -DENABLE_SVG_ANIMATION=3D1 -DENABLE_SVG_AS_IMAGE=3D1 -DENABLE_S= VG_USE=3D1 -DENABLE_DATALIST=3D1 -DENABLE_TILED_BACKING_STORE=3D1 -DENABLE_= NETSCAPE_PLUGIN_API=3D1 -DENABLE_WEB_SOCKETS=3D1 -DWTF_USE_QT_BEARER=3D1 -D= ENABLE_TOUCH_EVENTS=3D1 -DENABLE_VIDEO=3D0 -DSQLITE_CORE -DSQLITE_OMIT_LOAD= _EXTENSION -DSQLITE_OMIT_COMPLETE -DXP_UNIX -DENABLE_NETSCAPE_PLUGIN_METADA= TA_CACHE=3D1 -DBUILDING_JavaScriptCore -DBUILDING_WTF -DBUILDING_WEBKIT -DQ= T_MAKEDLL -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_GUI_= LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MM= XEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -DQT_HAVE_SSSE3 -DQT_SHARED -I/common/lo= cal/share/qt4/mkspecs/freebsd-g++ -I. -I../../../../../include/QtCore -I../= =2E./../../../include/QtNetwork -I../../../../../include/QtGui -I../../../.= =2E/../include -I../JavaScriptCore -I../../Source -I../ThirdParty -I../Java= ScriptCore/assembler -I../JavaScriptCore/bytecode -I../JavaScriptCore/bytec= ompiler -I../JavaScriptCore/heap -I../JavaScriptCore/dfg -I../JavaScriptCor= e/debugger -I../JavaScriptCore/interpreter -I../JavaScriptCore/jit -I../Jav= aScriptCore/parser -I../JavaScriptCore/profiler -I../JavaScriptCore/runtime= -I../JavaScriptCore/wtf -I../JavaScriptCore/wtf/gobject -I/common/ports/ww= w/qt4-webkit/work/qt-everywhere-opensource-src-4.8.2/src/3rdparty/webkit/So= urce/JavaScriptCore/wtf/symbian -I../JavaScriptCore/wtf/unicode -I../JavaSc= riptCore/yarr -I../JavaScriptCore/API -I../JavaScriptCore/ForwardingHeaders= -I../JavaScriptCore/generated -Ibridge/qt -Ipage/qt -Iplatform/graphics/qt= -Iplatform/network/qt -Iplatform/qt -I../WebKit/qt/Api -I../WebKit/qt/WebC= oreSupport -I. -Iaccessibility -Ibindings -Ibindings/generic -Ibridge -Icss= -Idom -Idom/default -Iediting -Ifileapi -Ihistory -Ihtml -Ihtml/canvas -Ih= tml/parser -Ihtml/shadow -Iinspector -Iloader -Iloader/appcache -Iloader/ar= chive -Iloader/cache -Iloader/icon -Imathml -Inotifications -Ipage -Ipage/a= nimation -Iplatform -Iplatform/animation -Iplatform/audio -Iplatform/graphi= cs -Iplatform/graphics/filters -Iplatform/graphics/filters/arm -Iplatform/g= raphics/texmap -Iplatform/graphics/transforms -Iplatform/image-decoders -Ip= latform/leveldb -Iplatform/mock -Iplatform/network -Iplatform/sql -Iplatfor= m/text -Iplatform/text/transcoder -Iplugins -Irendering -Irendering/mathml = -Irendering/style -Irendering/svg -Istorage -Isvg -Isvg/animation -Isvg/gra= phics -Isvg/graphics/filters -Isvg/properties -Itesting -Iwebaudio -Iwebsoc= kets -I/common/ports/www/qt4-webkit/work/qt-everywhere-opensource-src-4.8.2= /src/3rdparty/webkit/Source/WebCore/wml -Iworkers -Ixml -Ibridge/jsc -Ibind= ings/js -I/common/ports/www/qt4-webkit/work/qt-everywhere-opensource-src-4.= 8.2/src/3rdparty/webkit/Source/WebCore/bindings/js/specialization -Ibridge/= c -Itesting/js -Igenerated -I../../Source -I../../include -I../include/QtWe= bKit -I../include -I../../../sqlite -I/common/local/include -I.moc/release-= static -I/common/local/include/qt4 -I/common/local/include -o .obj/release-= static/AccessibilityMenuList.o accessibility/AccessibilityMenuList.cpp In file included from ../../../../../include/QtCore/qatomic_arch.h:1, from ../../../../../include/QtCore/../../src/corelib/threa= d/qbasicatomic.h:227, from ../../../../../include/QtCore/qbasicatomic.h:1, from ../../../../../include/QtCore/../../src/corelib/threa= d/qatomic.h:46, from ../../../../../include/QtCore/qatomic.h:1, from ../../../../../include/QtCore/../../src/corelib/tools= /qbytearray.h:45, from ../../../../../include/QtCore/qbytearray.h:1, from ../../../../../include/QtCore/../../src/corelib/tools= /qstring.h:46, from ../../../../../include/QtCore/qstring.h:1, from ../../../../../include/QtCore/../../src/corelib/kerne= l/qobject.h:48, from ../../../../../include/QtCore/qobject.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qi= odevice.h:46, from ../../../../../include/QtCore/qiodevice.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qd= atastream.h:46, from ../../../../../include/QtCore/qdatastream.h:1, from ../../../../../include/QtCore/QDataStream:1, from platform/graphics/IntPoint.h:32, from platform/graphics/IntRect.h:29, from accessibility/AccessibilityObject.h:33, from accessibility/AccessibilityImageMapLink.h:32, from accessibility/AccessibilityImageMapLink.cpp:30: =2E./../../../../include/QtCore/../../src/corelib/arch/qatomic_arch.h:96:4:= error: #error "Qt has not been ported to this architecture" In file included from ../../../../../include/QtCore/qatomic_arch.h:1, from ../../../../../include/QtCore/../../src/corelib/threa= d/qbasicatomic.h:227, from ../../../../../include/QtCore/qbasicatomic.h:1, from ../../../../../include/QtCore/../../src/corelib/threa= d/qatomic.h:46, from ../../../../../include/QtCore/qatomic.h:1, from ../../../../../include/QtCore/../../src/corelib/tools= /qbytearray.h:45, from ../../../../../include/QtCore/qbytearray.h:1, from ../../../../../include/QtCore/../../src/corelib/tools= /qstring.h:46, from ../../../../../include/QtCore/qstring.h:1, from ../../../../../include/QtCore/../../src/corelib/kerne= l/qobject.h:48, from ../../../../../include/QtCore/qobject.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qi= odevice.h:46, from ../../../../../include/QtCore/qiodevice.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qd= atastream.h:46, from ../../../../../include/QtCore/qdatastream.h:1, from ../../../../../include/QtCore/QDataStream:1, from platform/graphics/IntPoint.h:32, from platform/graphics/IntRect.h:29, from accessibility/AccessibilityObject.h:33, from accessibility/AccessibilityRenderObject.h:33, from accessibility/AccessibilityMenuList.h:29, from accessibility/AccessibilityMenuList.cpp:27: =2E./../../../../include/QtCore/../../src/corelib/arch/qatomic_arch.h:96:4:= error: #error "Qt has not been ported to this architecture" In file included from platform/graphics/IntPoint.h:29, from platform/graphics/IntRect.h:29, from accessibility/AccessibilityObject.h:33, from accessibility/AccessibilityImageMapLink.h:32, from accessibility/AccessibilityImageMapLink.cpp:30: platform/graphics/IntSize.h:46: error: expected constructor, destructor, or= type conversion before 'class' platform/graphics/IntSize.h:60: error: expected constructor, destructor, or= type conversion before 'namespace' In file included from /usr/include/c++/4.2/bits/c++io.h:43, from /usr/include/c++/4.2/iosfwd:46, from /usr/include/c++/4.2/bits/stl_algobase.h:70, from /usr/include/c++/4.2/bits/char_traits.h:46, from /usr/include/c++/4.2/string:47, from ../../../../../include/QtCore/../../src/corelib/tools= /qstring.h:54, from ../../../../../include/QtCore/qstring.h:1, from ../../../../../include/QtCore/../../src/corelib/kerne= l/qobject.h:48, from ../../../../../include/QtCore/qobject.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qi= odevice.h:46, from ../../../../../include/QtCore/qiodevice.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qd= atastream.h:46, from ../../../../../include/QtCore/qdatastream.h:1, from ../../../../../include/QtCore/QDataStream:1, from platform/graphics/IntPoint.h:32, from platform/graphics/IntRect.h:29, from accessibility/AccessibilityObject.h:33, from accessibility/AccessibilityImageMapLink.h:32, from accessibility/AccessibilityImageMapLink.cpp:30: /usr/include/c++/4.2/bits/gthr.h:33: error: expected declaration before end= of line *** [.obj/release-static/AccessibilityImageMapLink.o] Error code 1 In file included from platform/graphics/IntPoint.h:29, from platform/graphics/IntRect.h:29, from accessibility/AccessibilityObject.h:33, from accessibility/AccessibilityRenderObject.h:33, from accessibility/AccessibilityMenuList.h:29, from accessibility/AccessibilityMenuList.cpp:27: platform/graphics/IntSize.h:46: error: expected constructor, destructor, or= type conversion before 'class' platform/graphics/IntSize.h:60: error: expected constructor, destructor, or= type conversion before 'namespace' In file included from /usr/include/c++/4.2/bits/c++io.h:43, from /usr/include/c++/4.2/iosfwd:46, from /usr/include/c++/4.2/bits/stl_algobase.h:70, from /usr/include/c++/4.2/bits/char_traits.h:46, from /usr/include/c++/4.2/string:47, from ../../../../../include/QtCore/../../src/corelib/tools= /qstring.h:54, from ../../../../../include/QtCore/qstring.h:1, from ../../../../../include/QtCore/../../src/corelib/kerne= l/qobject.h:48, from ../../../../../include/QtCore/qobject.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qi= odevice.h:46, from ../../../../../include/QtCore/qiodevice.h:1, from ../../../../../include/QtCore/../../src/corelib/io/qd= atastream.h:46, from ../../../../../include/QtCore/qdatastream.h:1, from ../../../../../include/QtCore/QDataStream:1, from platform/graphics/IntPoint.h:32, from platform/graphics/IntRect.h:29, from accessibility/AccessibilityObject.h:33, from accessibility/AccessibilityRenderObject.h:33, from accessibility/AccessibilityMenuList.h:29, from accessibility/AccessibilityMenuList.cpp:27: /usr/include/c++/4.2/bits/gthr.h:33: error: expected declaration before end= of line *** [.obj/release-static/AccessibilityMenuList.o] Error code 1 2 errors *** [sub-WebCore-make_default-ordered] Error code 2 1 error *** [do-build] Error code 1 Stop in /common/ports/www/qt4-webkit. =3D=3D=3D>>> make failed for www/qt4-webkit =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for qt4-webkit-4.8.2 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for qt4-designer-4.8.2 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for qt4-linguist-4.8.2 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for graphviz-2.28.0_1 failed =3D=3D=3D>>> Aborting update =3D=3D=3D>>> Update for ImageMagick-6.8.0.7 failed =3D=3D=3D>>> Aborting update Terminated This is on: FreeBSD g1-227.catwhisker.org 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #324 24= 4423M: Wed Dec 19 04:42:53 PST 2012 root@g1-227.catwhisker.org:/usr/obj= /usr/src/sys/CANARY i386 Any clues? Thanks.... 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. --Xssso5lpTBgMxDfe Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDRzDMACgkQmprOCmdXAD0CMQCfdT8w1E3Yqy4oabBGtOprxqXt MCMAn2FwAQCtKn0HG9LqQgZY+g7fCqBt =DIea -----END PGP SIGNATURE----- --Xssso5lpTBgMxDfe-- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 14:23:51 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C47485E0 for ; Wed, 19 Dec 2012 14:23:51 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gg0-f177.google.com (mail-gg0-f177.google.com [209.85.161.177]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE388FC15 for ; Wed, 19 Dec 2012 14:23:50 +0000 (UTC) Received: by mail-gg0-f177.google.com with SMTP id y3so440574ggc.22 for ; Wed, 19 Dec 2012 06:23:50 -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=QUGdNCIHUDbMddYBKozY0v5oxkj3P/7gmvWRU6io3YE=; b=U1ksBQ5ngtFX9jWznJULqgIMPL2g6XsFzAxsm8bvV8oxWRi7okqbf20NJ7Q44Fp5fl pKTnZ9pYiipA687ECRjefWXzXFzWawzUpl+qDty7rtYNICssKUMxMjXmDrCqKOboM3J6 8/PwDSyp9/JvBPwTTGAR4P+6qk9Yz4I3EGCEo= 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=QUGdNCIHUDbMddYBKozY0v5oxkj3P/7gmvWRU6io3YE=; b=Xcy+Eu7bBLumMDaZ3XNf8THHfo+fRazXEBNEribvafxVcAD5LukfblEvZqVfji5xxV mLFyzAs6xnsXznGMHIUsJKA6RuvLciCfa3j/SRk2TFvB4Gn7DO9R0tMbZwsN0oIVPRT9 lJn+ARVEzJrHYbQ3WT9xvmxSkA+ut/vUUPVrM1oleKk4ovYlHmHYwrF0Q+rgiYLj2wpb rYI3KXRWAIgZXzaXY4ffmoHQzSSoo30EKsN5oDnGnvkAQtctK6+WP8mfW09eJm+Lk/H1 LkPf9EMtlTzQ47dXhb9IMK2Q6xn3lEKt/BbqNaMPN1Q8+H/vg+GQ9vbMKJawHbl5n2wQ cssw== X-Received: by 10.236.9.36 with SMTP id 24mr5744242yhs.63.1355927030147; Wed, 19 Dec 2012 06:23:50 -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 z1sm4321272anj.2.2012.12.19.06.23.49 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 06:23:49 -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 3YRJHm1hqTz2CG4D for ; Wed, 19 Dec 2012 09:23:48 -0500 (EST) Date: Wed, 19 Dec 2012 09:23:47 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD Message-ID: <20121219092347.4cafd59d@scorpio> In-Reply-To: <874njimak6.fsf@Shanna.FStaals.net> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> 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: ALoCoQn8VhQhgEx+31QbbQQrgWkzojlLNnrdnoEm+kwgl9pFN7w06DTRCBSmK9OLtDs3IP3p/XhT 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: Wed, 19 Dec 2012 14:23:51 -0000 On Wed, 19 Dec 2012 14:32:57 +0100 Frank Staals articulated: > Jerry writes: > > > I was asked about the feasibility of setting up Dropbox > > on a FreeBSD machine, > > specifically under KDE if possible. I found three references to > > Dropbox in the ports tree; however, I am not sure that they are > > exactly what I am looking for. Does anyone have any experience with > > this software or specific information on it? > > As far as I know it is currently impossible to run dropbox on FreeBSD, > as it requires inotify, as found in the Linux kernel, to detect when > files have changed. Thanks, I told the individual that I didn't think it would work. I saw something on a forum regarding it. I don't remember exactly what it referred to though. It is not going to happen in v.9.x of FreeBSD; however, perhaps before bumping the version to v.10, someone might get this resolved. However, sometimes I wonder if certain individuals are more interested in bumping version numbers as opposed to putting out fully functional software. -- 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 Wed Dec 19 15:08:36 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF279458 for ; Wed, 19 Dec 2012 15:08:36 +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 89E478FC12 for ; Wed, 19 Dec 2012 15:08:36 +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 qBJF8Tf6056169 for ; Wed, 19 Dec 2012 10:08:31 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBJF8Tgl056098; Wed, 19 Dec 2012 10:08:29 -0500 (EST) (envelope-from portscout) Message-Id: <201212191508.qBJF8Tgl056098@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Wed, 19 Dec 2012 10:08:29 -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: Wed, 19 Dec 2012 15:08:36 -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 ------------------------------------------------+-----------------+------------ www/xist | 3.25 | 4.6 ------------------------------------------------+-----------------+------------ 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 Wed Dec 19 15:27:23 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 83DF49A4 for ; Wed, 19 Dec 2012 15:27:23 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com [74.125.82.47]) by mx1.freebsd.org (Postfix) with ESMTP id 0286B8FC13 for ; Wed, 19 Dec 2012 15:27:22 +0000 (UTC) Received: by mail-wg0-f47.google.com with SMTP id dq11so958636wgb.2 for ; Wed, 19 Dec 2012 07:27:22 -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=Z3a+hZJYX1PqzeSXyXM152EunZ18xR9zZagUd469lM4=; b=A/b8ivnBc+AoJtj3TvTMpbfQUuuwdCd9deS7LkOGT7F1YKtrmtPTY+swSKMko8IcKS AtOTy00S0ZEQsdIcAhzPqNvuKFKVQdKezfpMB6EVUPlhmQRRWG3kdKdRUnbkPGsScMB+ 1I8GWT6UCNTLae1VhivgmqzGjVFi10DY+YOK1bC4SfFhtchboofhCrUXBx2FsQl6wXvH KJii7lY7tjPCvFlpy90/nSnsMSPjJ3xHiG2YWrZ2bo1xjmHzLlhbOxgxrZGMX6VemR+T ZelUxr0A/DXyGl7tJNDLf+JZKFKb/I28cDlr/OTjgvZfB4/LGOM5sFTyU4mV2OY3eGYA FlNQ== X-Received: by 10.194.10.74 with SMTP id g10mr12410960wjb.21.1355930841965; Wed, 19 Dec 2012 07:27:21 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id hg17sm21012454wib.1.2012.12.19.07.27.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 07:27:21 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 19 Dec 2012 16:27:19 +0100 From: Baptiste Daroussin To: David Wolfskill Subject: Re: qt4-webkit-4.8.2 build fails during portmaster run for icu update Message-ID: <20121219152719.GF80683@ithaqua.etoilebsd.net> References: <20121219141620.GJ1897@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4VrXvz3cwkc87Wze" Content-Disposition: inline In-Reply-To: <20121219141620.GJ1897@albert.catwhisker.org> 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, 19 Dec 2012 15:27:23 -0000 --4VrXvz3cwkc87Wze Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: > The failure looks like: >=20 At first glance, it does look like an icu problem. Sorry I have no idea. Bapt --4VrXvz3cwkc87Wze Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDR3NcACgkQ8kTtMUmk6ExCNgCfefbikhLt3l9O+wZlOrTy1Tpe MKYAn3rlGJssJRctQ9XX6gb2lGvY9AeS =caDT -----END PGP SIGNATURE----- --4VrXvz3cwkc87Wze-- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 15:32:06 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B659E9A for ; Wed, 19 Dec 2012 15:32:06 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-ye0-f182.google.com (mail-ye0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id D11648FC16 for ; Wed, 19 Dec 2012 15:32:05 +0000 (UTC) Received: by mail-ye0-f182.google.com with SMTP id q5so470574yen.27 for ; Wed, 19 Dec 2012 07:32:05 -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:content-type:content-transfer-encoding; bh=LyB+ls7YhBDczHhI+pNC0oYOhIGz1ffGb1Az15fXWcc=; b=lEeAWncsZLOYgRaGWzkLZ/8faHT3P4+OTha60EChzVX5jqGOarToZkqnotZjpGV9Vv BduaBbo9t0TK2pJ1b04gEBaVSLrUP01cCqWCqqliOtED4VzzYAGg5su6/w7W+gODA8Gk N0Qap/6pQ7veY+YKkFFem0f5cU34ViaWOroEbqRAphv7b83N37o3KjAiOXe75KuJty1i StKJPbfIhpjWQzAwEVmzWy0c0z1D3KaZipn+IQSteJrMW3bB4i/vD7THJIah+/iW3wwo Wze34+jLWlJW1xoHb2t4Rvasx73WjMHVyJN6a0K/g8CoztMIHoDfwDGD6lO8mW+E8kEq gsmQ== X-Received: by 10.101.175.24 with SMTP id c24mr1653481anp.56.1355931124951; Wed, 19 Dec 2012 07:32:04 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id n66sm2332375yhk.11.2012.12.19.07.32.00 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 07:32:04 -0800 (PST) Message-ID: <50D1DDEE.2070301@gmail.com> Date: Wed, 19 Dec 2012 09:31:58 -0600 From: "Joseph A. Nagy, Jr" 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: qt4-webkit-4.8.2 build fails during portmaster run for icu update References: <20121219141620.GJ1897@albert.catwhisker.org> <20121219152719.GF80683@ithaqua.etoilebsd.net> In-Reply-To: <20121219152719.GF80683@ithaqua.etoilebsd.net> 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: Wed, 19 Dec 2012 15:32:06 -0000 On 12/19/12 09:27, Baptiste Daroussin wrote: > On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: >> The failure looks like: >> > At first glance, it does look like an icu problem. > > Sorry I have no idea. > Bapt > I found symlinking the new icu library as the old one works for a dirty hack. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 15:34:10 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8F9CBF63 for ; Wed, 19 Dec 2012 15:34:10 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-f176.google.com (mail-we0-f176.google.com [74.125.82.176]) by mx1.freebsd.org (Postfix) with ESMTP id 0A72D8FC0C for ; Wed, 19 Dec 2012 15:34:09 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id r5so1044161wey.35 for ; Wed, 19 Dec 2012 07:34: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=5T60F/eNFATIhDR8YpeLSJ2CwD7FHb9KneWrkHhRkL4=; b=o9VgkzZumhupZah3GeuHP6r5jzw6wsLOUPGlrAr9xiP5war8wVQtmM54OxlJjlPMg/ gaGi6jv51x1P20xsCmeYL+q7UEtXiMIiZ9fxyeeiURM8ksoetnNa5dTnS5B7UgxHfuX0 5q00QxnNhIHUQwL8YLfsBtNH0txRm2skxOECuWXZPt5PL/sSZ8rkgTYEWKSz1njx/8fT hAoxJmMGMRte8ti5qblt2wORqxVvcM2bYJK45zGDhp+nbKjm3M8wr38eQQQWk5gsxwlh ATP5WFmzLgzkGfdn64ISB9FX9Lu3NtcKZBI/RantLyjUIy7mYNfHDzWcdv5qt97TpTFn zdJw== X-Received: by 10.180.108.236 with SMTP id hn12mr12368754wib.6.1355931242722; Wed, 19 Dec 2012 07:34:02 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id i2sm21035294wiw.3.2012.12.19.07.34.01 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 07:34:02 -0800 (PST) Sender: Baptiste Daroussin Date: Wed, 19 Dec 2012 16:34:00 +0100 From: Baptiste Daroussin To: "Joseph A. Nagy, Jr" Subject: Re: qt4-webkit-4.8.2 build fails during portmaster run for icu update Message-ID: <20121219153400.GG80683@ithaqua.etoilebsd.net> References: <20121219141620.GJ1897@albert.catwhisker.org> <20121219152719.GF80683@ithaqua.etoilebsd.net> <50D1DDEE.2070301@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4eRLI4hEmsdu6Npr" Content-Disposition: inline In-Reply-To: <50D1DDEE.2070301@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: Wed, 19 Dec 2012 15:34:10 -0000 --4eRLI4hEmsdu6Npr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote: > On 12/19/12 09:27, Baptiste Daroussin wrote: > > On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: > >> The failure looks like: > >> > > At first glance, it does look like an icu problem. > > > > Sorry I have no idea. > > Bapt > > >=20 > I found symlinking the new icu library as the old one works for a dirty= =20 > hack. >=20 That probably means you didn't follow the UPDATING instructions. regards, Bapt --4eRLI4hEmsdu6Npr Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDR3mgACgkQ8kTtMUmk6EyIlgCfbmaoWj0SyYWuU9FCrm4GFAhN qLoAn0lFVhEWbXAzpWr8xZ10U8HLksqd =c03E -----END PGP SIGNATURE----- --4eRLI4hEmsdu6Npr-- From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 15:40:46 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED76245C; Wed, 19 Dec 2012 15:40:46 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f47.google.com (mail-yh0-f47.google.com [209.85.213.47]) by mx1.freebsd.org (Postfix) with ESMTP id 5185E8FC16; Wed, 19 Dec 2012 15:40:46 +0000 (UTC) Received: by mail-yh0-f47.google.com with SMTP id g23so501602yhg.6 for ; Wed, 19 Dec 2012 07:40:39 -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:content-type :content-transfer-encoding; bh=31gWjBVlhd9lt2aGweE1DuRoBjV/TbebTPMWuiM1LaY=; b=PZlC1u25g70w7stb0Eh7/HBBHeNuDio5znL1fKEwNBECjFc/T+m3KDn8K6z+ufelk6 JCyMkd2YT1AEBeFKIst37VZBFWe3PZ8pGUzIFipgHLAoKDCLVyGQcur3YpAWlmi5DsNp Hl7ARRhLGe/q+rABF4rULa1cm7ziRlazR7OHMNj0oPvllzoa23V7sbvR9RkZRwInIu6T 1Zh8kGaMcI8X8YsRZefCdXT5/pHJ3UFElgifk/oBa5eDQRoNBFFeexwCiiVuy++z7Ywe UsqW2jvrjAzNNrJVewGR9X7FD4pZmeTZk6WSAd6sHLw2tDHoe3XFcchWFyfaexRJeBa+ NIMQ== X-Received: by 10.236.89.105 with SMTP id b69mr5844569yhf.106.1355931639780; Wed, 19 Dec 2012 07:40:39 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id f14sm4509157anl.0.2012.12.19.07.40.38 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 07:40:39 -0800 (PST) Message-ID: <50D1DFF4.8040307@gmail.com> Date: Wed, 19 Dec 2012 09:40:36 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: qt4-webkit-4.8.2 build fails during portmaster run for icu update References: <20121219141620.GJ1897@albert.catwhisker.org> <20121219152719.GF80683@ithaqua.etoilebsd.net> <50D1DDEE.2070301@gmail.com> <20121219153400.GG80683@ithaqua.etoilebsd.net> In-Reply-To: <20121219153400.GG80683@ithaqua.etoilebsd.net> 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, 19 Dec 2012 15:40:47 -0000 On 12/19/12 09:34, Baptiste Daroussin wrote: > On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote: >> On 12/19/12 09:27, Baptiste Daroussin wrote: >>> On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: >>>> The failure looks like: >>>> >>> At first glance, it does look like an icu problem. >>> >>> Sorry I have no idea. >>> Bapt >>> >> >> I found symlinking the new icu library as the old one works for a dirty >> hack. >> > > That probably means you didn't follow the UPDATING instructions. > > regards, > Bapt > That means I was rebuilding a bunch of stuff for devel/pcre and didn't know icu had issues as well. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 17:39:05 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EDEDED80 for ; Wed, 19 Dec 2012 17:39:05 +0000 (UTC) (envelope-from pldrouin@gmail.com) Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by mx1.freebsd.org (Postfix) with ESMTP id A9EE08FC0C for ; Wed, 19 Dec 2012 17:39:05 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id x4so2267792obh.24 for ; Wed, 19 Dec 2012 09:38:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=0Y8qd4/ZWmzOzx/lS2RE8OMACo4XwdnVqxIPEWbpGxo=; b=IGv7NWqVmDPM2/HzFTkMKcTeDRPg0la9O8EWvm/XTGIPwVGKKygs5iQLS1S63dIu9M 6lguAYwJaHNA/8xkRdFTVKVpMdW8MMRI3UENQgeQwaTVjmI0Y1aiGsO8h+UK5jbbtRya 3Fq6u61Rxrdn54G4D2k65ULsqQx5XFUeJCmfOji888OTTTFaM99YzHzon2fTcqJrylAS FNFZnbPovOem5RGvFM8XAmVWEsFC0pemE7LROrazqakUUCFha/clF7eIDMzTXGXhFhC1 Ixhw5DYDqoVXLKrn/GVyCTfSNb/kdo1rxnRQEP9xVG1q3T94Tiza5TE8cskKnVcpfllW jDsQ== MIME-Version: 1.0 Received: by 10.182.49.104 with SMTP id t8mr5611051obn.0.1355938739106; Wed, 19 Dec 2012 09:38:59 -0800 (PST) Sender: pldrouin@gmail.com Received: by 10.76.70.167 with HTTP; Wed, 19 Dec 2012 09:38:58 -0800 (PST) Date: Wed, 19 Dec 2012 12:38:58 -0500 X-Google-Sender-Auth: jLlfvyGZU36JFEv1IFn5DVZ-b3Y Message-ID: Subject: FreeBSD distfiles have not been updated since November 8th? From: Pierre-Luc Drouin 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, 19 Dec 2012 17:39:06 -0000 Hi, Do you know why the distfiles in http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ have not been updated since November 8th? Because of network restrictions, I have to pull everything from the FreeBSD server, so this effectively prevents me from installing current ports, unless I download everything by hand. Thanks! From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 19:57:30 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 464D072A; Wed, 19 Dec 2012 19:57:30 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-vb0-f42.google.com (mail-vb0-f42.google.com [209.85.212.42]) by mx1.freebsd.org (Postfix) with ESMTP id 600D68FC13; Wed, 19 Dec 2012 19:57:29 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id fa15so2847557vbb.29 for ; Wed, 19 Dec 2012 11:57:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1PdFKAwTujStOfUsIO7cfoN8dSsK5QS7LoSw4jww1is=; b=wCgzbIekSCslg9f8t34dxdR2i/tk5x0pJmzTYxtwed4Jx0+J/cVvLiUAMGpgk98/iV OTBsKTwU8IUtY+/Ckc6vQ8Fb/wYjWqh0u/vZZfb8BhbbAbtT0wvc9JBbG7dH9bF4MOxb jofB6+pVftiLI+MFIbTkPuHxh1n6JnttgIqXAcyUJPx5jnajxGmkTBamVhpFjq9fEpjR pH0W/QWwkSt2Vu2ImGfUudQgD4c6tt5kGOjxdcTEH7mjSujaarjxzlV3g0EeuIvJCGoY AGfQOFbH2//1fc8H6hpvAJrznthe6+wjzvK/IEiQ7phHa2CtIBWPOP1SYRx4SiCaEG5D watA== MIME-Version: 1.0 Received: by 10.220.240.80 with SMTP id kz16mr10571440vcb.7.1355947048373; Wed, 19 Dec 2012 11:57:28 -0800 (PST) Received: by 10.58.215.106 with HTTP; Wed, 19 Dec 2012 11:57:28 -0800 (PST) In-Reply-To: <50D1DFF4.8040307@gmail.com> References: <20121219141620.GJ1897@albert.catwhisker.org> <20121219152719.GF80683@ithaqua.etoilebsd.net> <50D1DDEE.2070301@gmail.com> <20121219153400.GG80683@ithaqua.etoilebsd.net> <50D1DFF4.8040307@gmail.com> Date: Wed, 19 Dec 2012 13:57:28 -0600 Message-ID: Subject: Re: qt4-webkit-4.8.2 build fails during portmaster run for icu update From: Franci Nabalanci To: "Joseph A. Nagy, Jr" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 19 Dec 2012 19:57:30 -0000 All files which were rebuilt not so long ago are on the list for rebuilding (ICU) again. Is it not possible to update pcre, icu, cyrus-sasl at the same time, please? What is the next one... On Wed, Dec 19, 2012 at 9:40 AM, Joseph A. Nagy, Jr wrote: > On 12/19/12 09:34, Baptiste Daroussin wrote: > >> On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote: >> >>> On 12/19/12 09:27, Baptiste Daroussin wrote: >>> >>>> On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: >>>> >>>>> The failure looks like: >>>>> >>>>> At first glance, it does look like an icu problem. >>>> >>>> Sorry I have no idea. >>>> Bapt >>>> >>>> >>> I found symlinking the new icu library as the old one works for a dirty >>> hack. >>> >>> >> That probably means you didn't follow the UPDATING instructions. >> >> regards, >> Bapt >> >> > That means I was rebuilding a bunch of stuff for devel/pcre and didn't > know icu had issues as well. > > > -- > Yours in Christ, > > Joseph A Nagy Jr > "Whoever loves instruction loves knowledge, But he who hates correction > is stupid." -- Proverbs 12:1 > Emails are not formal business letters, whatever businesses may want. > Original content CopyFree (F) under the OWL http://owl.apotheon.org > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 20:05:54 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC371C7A for ; Wed, 19 Dec 2012 20:05:54 +0000 (UTC) (envelope-from basil@vpm.net.ua) Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com [209.85.219.51]) by mx1.freebsd.org (Postfix) with ESMTP id 78D7D8FC1A for ; Wed, 19 Dec 2012 20:05:53 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id n12so2521896oag.38 for ; Wed, 19 Dec 2012 12:05:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=Z66ZPaDfIqdmgGfc52lvuKyKS4RUkTvDJSMnoGQ8KRQ=; b=YhGNNxz/18XzBLf6o3WLFu5/tLvFPWQloks482EWlNN/QntUBsrQCNTm3AZ7q29DIL kD8r5TzsNPsMxr+fbzH7NipMhgKeoaqN1v9HLIoGSNLUgPIc9UcZmZVNefqzpnCKHguY zIG6cvEinySTs4ThvKwSpS4LVFO4xD3EM4F35baQzfdHQWTF64TfAqmMN0SAnKhgNpWb G/qltpYMZDYC9hfnLL6qPCv7jl4k6WCSVd54+x2WzhcXEhNcTsVdQ/TUpPK+bApMbN1Y mWVMXxvLCf0aavjhuta5yBur6LLbtIQ0KhnLsIMdVO2ckb4MGdIqKAGVVRMujjJqu5Zm OyqA== MIME-Version: 1.0 Received: by 10.182.124.102 with SMTP id mh6mr5813897obb.48.1355947553155; Wed, 19 Dec 2012 12:05:53 -0800 (PST) Received: by 10.182.118.193 with HTTP; Wed, 19 Dec 2012 12:05:53 -0800 (PST) X-Originating-IP: [77.239.179.142] In-Reply-To: <201212181505.qBIF5Ftt009027@null.zi0r.com> References: <201212181505.qBIF5Ftt009027@null.zi0r.com> Date: Wed, 19 Dec 2012 22:05:53 +0200 Message-ID: Subject: Re: FreeBSD ports you maintain which are out of date From: "Vasiliy P. Melnik" To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlhtFZCPVpngwebOGEBeCaBWWyksvKkmrswAR5qgxmJMGkM4ctkg0K+cAS5jOb80H/DlpY4 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, 19 Dec 2012 20:05:54 -0000 please update port http://www.freebsd.org/cgi/query-pr.cgi?pr=174579 2012/12/18 : > 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/basil@vpm.net.ua.html > > > Port | Current version | New version > ------------------------------------------------+-----------------+------------ > sysutils/ldap-account-manager | 3.9 | 4.0 > ------------------------------------------------+-----------------+------------ > > > 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 Wed Dec 19 20:24:42 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 97B6590D for ; Wed, 19 Dec 2012 20:24:42 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-ia0-f169.google.com (mail-ia0-f169.google.com [209.85.210.169]) by mx1.freebsd.org (Postfix) with ESMTP id 51ED78FC14 for ; Wed, 19 Dec 2012 20:24:42 +0000 (UTC) Received: by mail-ia0-f169.google.com with SMTP id r4so2149950iaj.14 for ; Wed, 19 Dec 2012 12:24:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; bh=S/tg5cpqWarCHVzk9OqP9cHZtaU1OytKIetcqXFpEbY=; b=bUcYYPi70wxmACgUjQLIs68PmL6011wWYov1zyoBQCvrxwlAKv6QgUv0VCFYe9k27T K5Ehn4LbuutmItrl3buEdstKQknSkGyFgvkj9CIy06t+5ufqV5o3uDM1zklGi3myX8Jm 1JXo/kDjQhX/zE6+oQbaIl8Fomc9abJIKHXdageQdSliMQBNJetjJajkaqkWwBqp/ifo FzNKHG7KGVYOkSiSjvqPLGbNewaWAAtSad5GTt6yuG+aM1hI/c17r3mP5RP+S6fcWEzm 7Rnmge7PwwHhgZu376HVZLHho3ZrYEHj6XHWOEz//oyzph+W0m8LTcWoHXNw1q1xqdf/ fU0w== X-Received: by 10.50.41.165 with SMTP id g5mr8436519igl.66.1355948681430; Wed, 19 Dec 2012 12:24:41 -0800 (PST) Received: from luna.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com. [184.58.138.79]) by mx.google.com with ESMTPS id gz10sm5003891igc.9.2012.12.19.12.24.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 12:24:40 -0800 (PST) From: ajtiM To: freebsd-ports@freebsd.org Subject: opera 12.12 Date: Wed, 19 Dec 2012 14:24:30 -0600 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RC3; KDE/4.8.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201212191424.31404.lumiwa@gmail.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: Wed, 19 Dec 2012 20:24:42 -0000 After ICU update there so many problems. One of this is todays update for Opera 12.12: opera Unable to load library icui18n "Cannot load library icui18n: (Shared object "libicui18n.so.48" not found, required by "opera")" Thanks. Mitja -------- http://www.redbubble.com/people/lumiwa From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:05:00 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 88F0E171 for ; Wed, 19 Dec 2012 21:05:00 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by mx1.freebsd.org (Postfix) with ESMTP id CA2FF8FC14 for ; Wed, 19 Dec 2012 21:04:57 +0000 (UTC) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTP id C63039401D2 for ; Wed, 19 Dec 2012 22:04:51 +0100 (CET) Received: from freedom.alkumuna.eu ([192.168.10.100]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.14.5/8.14.5) with ESMTP id qBJL4nQA059715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 Dec 2012 22:04:49 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Wed, 19 Dec 2012 22:04:49 +0100 From: Matthieu Volat To: freebsd-ports@freebsd.org Subject: Re: opera 12.12 Message-Id: <20121219220449.c1680d25ab603f554b9cd3f2@alkumuna.eu> In-Reply-To: <201212191424.31404.lumiwa@gmail.com> References: <201212191424.31404.lumiwa@gmail.com> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.10; amd64-portbld-freebsd9.1) 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: Wed, 19 Dec 2012 21:05:00 -0000 On Wed, 19 Dec 2012 14:24:30 -0600 ajtiM wrote: > After ICU update there so many problems. One of this is todays update for > Opera 12.12: > > opera > Unable to load library icui18n "Cannot load library icui18n: (Shared object > "libicui18n.so.48" not found, required by "opera")" > > Thanks. > [...] It seems to me that both /usr/local/lib/opera/liboperagtk2.so and /usr/local/lib/opera/liboperakde4.so look for those specific version of the icu libraries. There is not much to do freebsd-side except for... 1. have the 4.8 icu version installed alongside the new one 2. (maybe) use symlinks to trick opera to use the new one and hope that there is enough compatibility between both version of icu 3. (maybe) disable kde and gtk backends 4. ask nicely opera for an update -- Matthieu Volat From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 21:46:20 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C606DEF; Wed, 19 Dec 2012 21:46:20 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 5312B8FC16; Wed, 19 Dec 2012 21:46:19 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 0FFCB1E0011A; Wed, 19 Dec 2012 22:46:13 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id qBJLi11k073643; Wed, 19 Dec 2012 22:44:01 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id qBJLi0iB073628; Wed, 19 Dec 2012 22:44:00 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Wed, 19 Dec 2012 22:44:00 +0100 To: freebsd-multimedia@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: CFT: vlc 2.0.5 Message-ID: <20121219214400.GA73465@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) 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, 19 Dec 2012 21:46:20 -0000 Hi! It's this time again, there's a new vlc release out and I want to update the port: http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch Everyone is invited to test this update and post any issues they find... Thanx! :) Juergen PS: Here is what's in NEWS about what has changed since 2.0.4: Changes between 2.0.4 and 2.0.5: -------------------------------- Access: * Fix DVB-S delivery system detection Audio Output: * Fix playback initial synchronization with PulseAudio (however similar bugs in PulseAudio version 2.0 and later still exist) * Fix file output bug affecting floating point on big endian systems Demuxers: * Fix crash with some embedded subtitle fonts * Fix buffer overflow in HTML subtitles parser * Fix koreus lua parser * Improve reliability for RTSP streams sent by some IP cameras * Fix division by 0 in AIFF demuxer * Fix some MKV crashes when ordered editions have empty or broken links * Fix SWF potential crash on malformed files. Video filters: * Fix crash in Freetype with embedded fonts * Fix wrong aspect ratio in some cases Encoders: * Fix Mpeg-2 audio and video encoders initialization Mac OS X: * Fix Reveal-in-Finder for files with non-Western file names * Fix crash with local statistics disabled * Fix Time counter UI look Win32: * Fix https streaming libVLC: * Fix audio and video track selection: The constant track identifier is now always used. Some functions previously incorrectly used the (moving) index of the track in the table of tracks. Translations: * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish, Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew, Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese, Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations * Initial translations for Welsh and Interlingua From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 22:06:32 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF1656F5; Wed, 19 Dec 2012 22:06:32 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward14.mail.yandex.net (forward14.mail.yandex.net [IPv6:2a02:6b8:0:801::4]) by mx1.freebsd.org (Postfix) with ESMTP id D5E038FC0C; Wed, 19 Dec 2012 22:06:31 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward14.mail.yandex.net (Yandex) with ESMTP id F34BF1982354; Thu, 20 Dec 2012 02:06:29 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id A603116A05D5; Thu, 20 Dec 2012 02:06:29 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 6TmKfHxB-6TmuwiOR; Thu, 20 Dec 2012 02:06:29 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355954789; bh=QlCRsF4lnowiUMTcpIoOreJBfHKgI9VTUd3rOk3qIDI=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=b96UKjbDS0woWkNS6JKeMAL7ilabnFknL62jhjMjQV9lNmGBsojQAlZlW+AOagwNf ljuGpYT1qZ4gelgL9AVM5gFLTx4zK1FG9ULRlGT0om0/RsYA8kI1KogfAYK8iNG3db +oySG1m081UYWPXUG6HbkkefGC5E3iWsnHCx2kec= Message-ID: <50D23A38.6000203@yandex.ru> Date: Thu, 20 Dec 2012 02:05:44 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 References: <20121219214400.GA73465@triton8.kn-bremen.de> In-Reply-To: <20121219214400.GA73465@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@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, 19 Dec 2012 22:06:33 -0000 Hi Juergen, thank you for an update. I just tested it. Everything seems working fine. But mkv playing issue still not resolved. I still getting that "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" message when trying to watch any mkv-movie :( Juergen Lock wrote on 20.12.2012 01:44: > Hi! > > It's this time again, there's a new vlc release out and I want to update > the port: > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > Everyone is invited to test this update and post any issues they find... > > Thanx! :) > Juergen > > PS: Here is what's in NEWS about what has changed since 2.0.4: > > Changes between 2.0.4 and 2.0.5: > -------------------------------- > > Access: > * Fix DVB-S delivery system detection > > Audio Output: > * Fix playback initial synchronization with PulseAudio > (however similar bugs in PulseAudio version 2.0 and later still exist) > * Fix file output bug affecting floating point on big endian systems > > Demuxers: > * Fix crash with some embedded subtitle fonts > * Fix buffer overflow in HTML subtitles parser > * Fix koreus lua parser > * Improve reliability for RTSP streams sent by some IP cameras > * Fix division by 0 in AIFF demuxer > * Fix some MKV crashes when ordered editions have empty or broken links > * Fix SWF potential crash on malformed files. > > Video filters: > * Fix crash in Freetype with embedded fonts > * Fix wrong aspect ratio in some cases > > Encoders: > * Fix Mpeg-2 audio and video encoders initialization > > Mac OS X: > * Fix Reveal-in-Finder for files with non-Western file names > * Fix crash with local statistics disabled > * Fix Time counter UI look > > Win32: > * Fix https streaming > > libVLC: > * Fix audio and video track selection: > The constant track identifier is now always used. Some functions previously > incorrectly used the (moving) index of the track in the table of tracks. > > Translations: > * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish, > Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew, > Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese, > Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations > * Initial translations for Welsh and Interlingua > _______________________________________________ > 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" > > -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 22:24:26 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E445E82; Wed, 19 Dec 2012 22:24:26 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id ACA858FC0C; Wed, 19 Dec 2012 22:24:25 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 0718F1E007A2; Wed, 19 Dec 2012 23:24:25 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id qBJMMktl077585; Wed, 19 Dec 2012 23:22:46 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id qBJMMk01077584; Wed, 19 Dec 2012 23:22:46 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Wed, 19 Dec 2012 23:22:46 +0100 To: Ruslan Makhmatkhanov Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121219222246.GA77516@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D23A38.6000203@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50D23A38.6000203@yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , 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, 19 Dec 2012 22:24:26 -0000 On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote: > Hi Juergen, > > thank you for an update. I just tested it. Everything seems working > fine. But mkv playing issue still not resolved. I still getting that > "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" > message when trying to watch any mkv-movie :( > Hm I wonder if something is up with our multimedia/libmatroska port... According to http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20 you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround, does that fix it for you? Thanx, Juergen > Juergen Lock wrote on 20.12.2012 01:44: > > Hi! > > > > It's this time again, there's a new vlc release out and I want to update > > the port: > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > > > Everyone is invited to test this update and post any issues they find... > > > > Thanx! :) > > Juergen > > > > PS: Here is what's in NEWS about what has changed since 2.0.4: > > > > Changes between 2.0.4 and 2.0.5: > > -------------------------------- > > > > Access: > > * Fix DVB-S delivery system detection > > > > Audio Output: > > * Fix playback initial synchronization with PulseAudio > > (however similar bugs in PulseAudio version 2.0 and later still exist) > > * Fix file output bug affecting floating point on big endian systems > > > > Demuxers: > > * Fix crash with some embedded subtitle fonts > > * Fix buffer overflow in HTML subtitles parser > > * Fix koreus lua parser > > * Improve reliability for RTSP streams sent by some IP cameras > > * Fix division by 0 in AIFF demuxer > > * Fix some MKV crashes when ordered editions have empty or broken links > > * Fix SWF potential crash on malformed files. > > > > Video filters: > > * Fix crash in Freetype with embedded fonts > > * Fix wrong aspect ratio in some cases > > > > Encoders: > > * Fix Mpeg-2 audio and video encoders initialization > > > > Mac OS X: > > * Fix Reveal-in-Finder for files with non-Western file names > > * Fix crash with local statistics disabled > > * Fix Time counter UI look > > > > Win32: > > * Fix https streaming > > > > libVLC: > > * Fix audio and video track selection: > > The constant track identifier is now always used. Some functions previously > > incorrectly used the (moving) index of the track in the table of tracks. > > > > Translations: > > * Update of Asturian, Bengali (India), Bosnian, Croatian, Czech, Danish, > > Dutch, Estonian, French, Galician, Scottish Gaelic, German, Hebrew, > > Italian, Japanese, Khmer, Malayalam, Polish, Slovak, Simplified Chinese, > > Traditional Chinese, Brazilian Portuguese, Turkish, Thai translations > > * Initial translations for Welsh and Interlingua > > _______________________________________________ > > 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" > > > > > > > -- > Regards, > Ruslan > > Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 22:41:04 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A473882D; Wed, 19 Dec 2012 22:41:04 +0000 (UTC) (envelope-from cvs-src@yandex.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 15DD38FC12; Wed, 19 Dec 2012 22:41:04 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward1h.mail.yandex.net (Yandex) with ESMTP id 9458D9E2183; Thu, 20 Dec 2012 02:41:02 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 375CD13402F7; Thu, 20 Dec 2012 02:41:02 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id f188MEla-f18WvcSO; Thu, 20 Dec 2012 02:41:01 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355956862; bh=a0W7uJjctPyFeIBj43+APvBPoI4/tg9BHsxI+EQhmmo=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=wRG6wUxv+VTlGKyODbPMgdMQ9dZbqB2DUER4r9TOiyNpRI72m8NI72HBj1H2qxfGG 4eVU0Gok7h9TS9t07WXMgG+nCCcikVS8LJZYDVBn4ShfMWAHg5YDQw0xmWF3sIooL8 xGt0Zkl/rzyu/5iWYStgkBeQKQ8JnjaAt014O2EM= Message-ID: <50D24251.3040000@yandex.ru> Date: Thu, 20 Dec 2012 02:40:17 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D23A38.6000203@yandex.ru> <20121219222246.GA77516@triton8.kn-bremen.de> In-Reply-To: <20121219222246.GA77516@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@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, 19 Dec 2012 22:41:04 -0000 Juergen Lock wrote on 20.12.2012 02:22: > On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote: >> Hi Juergen, >> >> thank you for an update. I just tested it. Everything seems working >> fine. But mkv playing issue still not resolved. I still getting that >> "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" >> message when trying to watch any mkv-movie :( >> > Hm I wonder if something is up with our multimedia/libmatroska port... > According to > > http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20 > > you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround, > does that fix it for you? > > Thanx, > Juergen > I don't have it on the list, but ffmpeg (3 of them) is installed: ffmpeg-0.7.13_6,1 Realtime audio/video encoder/converter and streaming server ffmpeg-011-0.11.1_1 Realtime audio/video encoder/converter and streaming server ffmpeg1-1.0.1 Realtime audio/video encoder/converter and streaming server While searching for workaround, I saw some one-line patch from vlc team on forums, that weakening some security checks and let it play mkv. But I didn't tried that. Will try to re-search it tomorrow and give it a try. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 22:55:32 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E817EC9; Wed, 19 Dec 2012 22:55:32 +0000 (UTC) (envelope-from pawelbsd@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 E5AED8FC0C; Wed, 19 Dec 2012 22:55:31 +0000 (UTC) Received: by mail-ee0-f49.google.com with SMTP id c4so1340670eek.8 for ; Wed, 19 Dec 2012 14:55:30 -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=de5kQfvezPQ3s8Xd1OyKXOmVzc2HlPdAShT43lT6A88=; b=dEEkGPhVSC9w6ao80b+2Ip+WYuJAASDlLvPRRApAN9lG+AOCwr925gAHD+wczlodCQ +TCeGbzMtR4bVGrAoovCCs0YxBlmZwa8CxR30zj2rBp0Is8muDWKZBoamJWzSrvwoWhP sR010JuCkhmEAGrtdagDyVL5DnxqiGN4H9MYU3SVLdzvHOjkt1Z80Oz6JQX9CQM65zzj 2CIdOSFsFDqiHPRjDqR11bKEuUrV0PUxtkBQzBQqboEMTUtaAPAmXaRn+YCL+OFHYg5H 5YA0fhJfVvwSVJybr40WLa4PIT6qGC6Z46LxxjwqSiYNxZ7w+bPrd5ueZK8LEIbGJODP jmcQ== X-Received: by 10.14.2.196 with SMTP id 44mr17782603eef.25.1355957730755; Wed, 19 Dec 2012 14:55:30 -0800 (PST) Received: from localhost ([176.109.164.5]) by mx.google.com with ESMTPS id 6sm11892942eea.3.2012.12.19.14.55.28 (version=SSLv3 cipher=OTHER); Wed, 19 Dec 2012 14:55:29 -0800 (PST) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Wed, 19 Dec 2012 23:54:15 +0100 From: Pawel Pekala To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121219235415.4b0b5a39@FreeBSD.org> In-Reply-To: <20121219214400.GA73465@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> 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: freebsd-multimedia@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, 19 Dec 2012 22:55:32 -0000 Dnia 2012-12-19, o godz. 22:44:00 Juergen Lock napisa=B3(a): >Hi! > > It's this time again, there's a new vlc release out and I want to > update >the port: > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > Everyone is invited to test this update and post any issues they > find... Works well here, 10.0-CURRENT. With default options there are couple missing deps on my system: [corn:ports/multimedia/vlc]# pkg-lib-check vlc-2.0.5,3/ ERR: not registered missing dependency audio/libcddb ERR: not registered missing dependency audio/libsamplerate ERR: not registered missing dependency devel/ORBit2 ERR: not registered missing dependency devel/gconf2 ERR: not registered missing dependency devel/gnome-vfs ERR: not registered missing dependency multimedia/libbluray ERR: not registered missing dependency multimedia/libkate WARN: not registered implicit dependency devel/dbus-glib WARN: not registered implicit dependency devel/glib20 WARN: not registered implicit dependency devel/libpthread-stubs WARN: not registered implicit dependency devel/orc WARN: not registered implicit dependency devel/pcre WARN: not registered implicit dependency graphics/aalib WARN: not registered implicit dependency graphics/jpeg WARN: not registered implicit dependency graphics/libdrm WARN: not registered implicit dependency math/gmp WARN: not registered implicit dependency multimedia/libvpx WARN: not registered implicit dependency multimedia/schroedinger WARN: not registered implicit dependency multimedia/xvid WARN: not registered implicit dependency print/freetype2 WARN: not registered implicit dependency security/libgpg-error WARN: not registered implicit dependency security/nettle WARN: not registered implicit dependency security/p11-kit WARN: not registered implicit dependency textproc/expat2 WARN: not registered implicit dependency textproc/libebml WARN: not registered implicit dependency textproc/libxml2 WARN: not registered implicit dependency x11-fonts/fontconfig WARN: not registered implicit dependency x11/libICE WARN: not registered implicit dependency x11/libSM WARN: not registered implicit dependency x11/libX11 WARN: not registered implicit dependency x11/libXau WARN: not registered implicit dependency x11/libXdamage WARN: not registered implicit dependency x11/libXdmcp WARN: not registered implicit dependency x11/libXext WARN: not registered implicit dependency x11/libXfixes WARN: not registered implicit dependency x11/libXinerama WARN: not registered implicit dependency x11/libXrender WARN: not registered implicit dependency x11/libXxf86vm --=20 pozdrawiam / with regards Pawe=B3 P=EAkala From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 23:29:58 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 46CB4EFB for ; Wed, 19 Dec 2012 23:29:58 +0000 (UTC) (envelope-from cjr@cruwe.de) Received: from wp376.webpack.hosteurope.de (wp376.webpack.hosteurope.de [IPv6:2a01:488:42::50ed:8591]) by mx1.freebsd.org (Postfix) with ESMTP id C71328FC13 for ; Wed, 19 Dec 2012 23:29:57 +0000 (UTC) Received: from p5b37a6fb.dip.t-dialin.net ([91.55.166.251] helo=dijkstra); authenticated by wp376.webpack.hosteurope.de running ExIM with esmtpsa (SSL3.0:DHE_RSA_AES_128_CBC_SHA1:16) id 1TlT5I-0002q0-2f; Thu, 20 Dec 2012 00:29:56 +0100 Date: Wed, 19 Dec 2012 13:42:16 +0100 From: "Christopher J. Ruwe" (by way of Christopher J. Ruwe ) To: Steve Wills Message-ID: <20121219134216.691ef305@dijkstra> In-Reply-To: <50CFE52D.1020305@FreeBSD.org> References: <50CFE52D.1020305@FreeBSD.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: base64 Resent-Date: Thu, 20 Dec 2012 00:29:49 +0100 Resent-From: Christopher J. Ruwe Subject: Re: ports/174516: New port: java/glassfish for Glassfish Java EE reference implementation Resent-Message-ID: <20121220002949.4a768d9b@dijkstra> Resent-Cc: freebsd-ports@freebsd.org X-bounce-key: webpack.hosteurope.de;cjr@cruwe.de;1355959797;1144ebf9; 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, 19 Dec 2012 23:29:58 -0000 LS0tLS1CRUdJTiBQR1AgU0lHTkVEIE1FU1NBR0UtLS0tLQ0KSGFzaDogU0hBMQ0KDQpPbiBNb24s IDE3IERlYyAyMDEyIDIyOjM4OjIxIC0wNTAwDQpTdGV2ZSBXaWxscyA8c3dpbGxzQEZyZWVCU0Qu b3JnPiB3cm90ZToNCg0KPiBIaSwNCj4gDQo+IFdoeSB0aGUgbWFudWFsIGRvd25sb2FkPyBJIGRv bid0IHNlZSBhbnl0aGluZyBvbiB0aGUgZG93bmxvYWQgc2l0ZQ0KPiB0aGF0IG1ha2VzIG1lIHRo aW5rIHRoaXMgbmVlZHMgdG8gYmUgcmVzdHJpY3RlZCwgc3VjaCBhcyBhIGZvcmNlZA0KPiBsaWNl bnNlIGFncmVlbWVudCBiZWZvcmUgZG93bmxvYWRpbmcuDQo+IA0KPiBTdGV2ZQ0KPiANCg0KSGVs bG8gU3RldmUsDQoNCnlvdSBhcmUgYWJzb2x1dGVseSByaWdodCB0aGF0IHRoZXJlIGlzIG5vIGxl Z2FsZXNlIHJlc3RyaWN0aW9uIG9yDQphbnl0aGluZyBsaWtlIGl0IG9uIHRoZSBzaXRlLiBUaGF0 J3MgYSB3b3JrYXJvdW5kIGZvciBhIHRlY2huaWNhbA0KcHJvYmxlbSB0aGF0IEkgZGlkIG5vdCB1 bmRlcnN0YW5kLiANCg0KV2hlbiB0cnlpbmcgdG8gZG8gdGhlIGF1dG9tYXRlZCBkb3dubG9hZCB2 aWEgdGhlIE1BU1RFUlNJVEUsIHlvdSB3aWxsDQpnZXQ6DQoNCltjanJAZGlqa3N0cmE6amF2YS9n bGFzc2Zpc2hdJCBzdWRvIG1ha2UNCj09PT4gICBnbGFzc2Zpc2gtMy4xLjIuMiBkZXBlbmRzIG9u IGZpbGU6IC91c3IvbG9jYWwvc2Jpbi9wa2cgLSBmb3VuZA0KPT4gZ2xhc3NmaXNoLTMuMS4yLjIu emlwIGRvZXNuJ3Qgc2VlbSB0byBleGlzdCBpbiAvdXNyL3BvcnRzL2Rpc3RmaWxlcy8uDQo9PiBB dHRlbXB0aW5nIHRvIGZldGNoDQpodHRwOi8vZG93bmxvYWQuamF2YS5uZXQvZ2xhc3NmaXNoLzMu MS4yLjIvcmVsZWFzZS9nbGFzc2Zpc2gtMy4xLjIuMi56aXAgDQpmZXRjaDoNCmh0dHA6Ly9kb3du bG9hZC5qYXZhLm5ldC9nbGFzc2Zpc2gvMy4xLjIuMi9yZWxlYXNlL2dsYXNzZmlzaC0zLjEuMi4y LnppcDoNCk1vdmVkIFRlbXBvcmFyaWx5IA0KDQpGZXRjaGluZyBtYW51YWxseSB1c2luZyB0aGUg c3BlY2lmaWVkIFVSTCB3b3JrcywgdGhvdWdoLiANCg0KDQpbY2pyQGRpamtzdHJhOmphdmEvZ2xh c3NmaXNoXSQgZmV0Y2ggaHR0cDovL2Rvd25sb2FkLmphdmEubmV0L2dsYXNzZmlzaC8zLjEuMi4y L3JlbGVhc2UvZ2xhc3NmaXNoLTMuMS4yLjIuemlwDQpnbGFzc2Zpc2gtMy4xLjIuMi56aXAgICAg ICAgICAgICAgICAgICAgICAgICAgICAyJSBvZiAgIDgzIE1CICA2NDEga0Jwcw0KDQoNClNvLCB0 aGlzIGlzIHRoZSByZWFzb24gZm9yIHRoZSBtYW51YWwgZG93bmxvYWQuIEkgYW0gYWJzb2x1dGVs eSBvcGVuIHRvDQphbnkgb3RoZXIgaWRlYXMgdG8gc3RyaXAgdGhlIHBvcnQgZnJvbSB0aGlzIGNs dWRnZS4NCg0KQ2hlZXJzLA0KLSAtLSANCkNocmlzdG9waGVyDQpUWjogCSAgICBHTVQgKyAyaA0K R251UEcvR1BHOiAgMHhFOERFMkMxNA0KDQpQdW5jdHVhdGlvbiBtYXR0ZXJzOg0KIkxldCdzIGVh dCBHcmFuZG1hIiBvciAiTGV0J3MgZWF0LCBHcmFuZG1hIiAtIFB1bmN0dWF0aW9uIHNhdmVzIGxp dmVzLg0KIkEgcGFuZGEgZWF0cyBzaG9vdHMgYW5kIGxlYXZlcyIgb3IgIkEgcGFuZGEgZWF0cywg c2hvb3RzLCBhbmQgbGVhdmVzIiAtDQpQdW5jdHVhdGlvbiB0ZWFjaGVzIHByb3BlciBiaW9sb2d5 Lg0KLS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYyLjAuMTkg KEZyZWVCU0QpDQoNCmlRSWNCQUVCQWdBR0JRSlEwYlkwQUFvSkVKVElLVy9vM2l3VWlrd1AvMldl SzFNcWxxSnhhYmNXZGE0bXRmR2INCnd6c2RiVXNwU2ZwZS9pUWVrMnQ0eGFqcWRGbHpON3cxMkRU YW8wZExtQk1qTXdYZ1F5TzMxVEcrdm90cWh6b3oNCmR0Mk9wY1BZZExsZU9OU2tBRGl0TFZpbnRE ZENZd1NEcHczRWhuWXNLaFd5UHlzQUNzeHpuTExJcHhJMTRzZ0wNCjVKdXNqazd1aS9paTNveXlR SG1qWFNVaTBFM0tiM042ZmZleGN0dTd3aVc2M3NhT05QTFJBR0xRbnd4cSt0UlcNCnZCcmdrUm9q S2JaL2NSSjdaald3Z0V6WXhHSlAwK1JGZVNkYkVCNXJJM3FCRmExNW1iRnJ5ZU4weWNacjk3MksN CkF2alV3SVBOSXJjN0dWcGFZQWRlSzE5dllQSW9RV1IwczRRZjdVSFJsTmdEQ1pqdlZvMVk4MFNJ T0VjcWZXM1YNCmV6ZjBhcjFVYlpnSGUzdjZtcUFHNkpBeGVDTFNHWjQ4dVhHVzNtSDdRSGNaTWxV OWd3MVdXNkZENWdreGFuYjgNCll2RERYZnoyY0o0dDhRei95cnZFc3NFYXBNSElzQXljdFNHUEl1 NlIwYVlFVzFHN1ZUOFN4VUY2clhVYjQySmQNCndJempDSUkyenlGblpPUkE3NHg2U2lhZ2tSeGpq SVMwNFJlNEpxSGs5VXVidlRtK3Jla0xacUQ3K1JwVlZtVGMNClpEeFBZb1llcVc2TSttV2ViMlVa ejVVNnFvNlBrWnhub25xYjhBK0tqeTRxWXRxVGhDcEE4aDZiMEVDaE9YN1YNCmtXR3ZxNTFpcVZG S2hJc2I5NnVPYjdXaVB2LzRLT1Iyc09kVUVmTVZTWFREeUR4bzFzU04rbkxsR2JUUWpDRkUNClBr cVNROTcrNkNDb3g4bnFPbDBjDQo9VlA4Vg0KLS0tLS1FTkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= From owner-freebsd-ports@FreeBSD.ORG Wed Dec 19 23:30:57 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB01AFAA for ; Wed, 19 Dec 2012 23:30:57 +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 B8A988FC0C for ; Wed, 19 Dec 2012 23:30:57 +0000 (UTC) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.14.5/8.14.5) with ESMTP id qBJNUvgF015887 for ; Wed, 19 Dec 2012 15:30:57 -0800 (PST) (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.14.5/8.14.5/Submit) id qBJNUvur015886 for freebsd-ports@freebsd.org; Wed, 19 Dec 2012 15:30:57 -0800 (PST) (envelope-from david) Date: Wed, 19 Dec 2012 15:30:57 -0800 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: Re: qt4-webkit-4.8.2 build fails during portmaster run for icu update Message-ID: <20121219233057.GT1897@albert.catwhisker.org> References: <20121219141620.GJ1897@albert.catwhisker.org> <20121219152719.GF80683@ithaqua.etoilebsd.net> <50D1DDEE.2070301@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6axCafNXXMM8qu6Q" Content-Disposition: inline In-Reply-To: <50D1DDEE.2070301@gmail.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: Wed, 19 Dec 2012 23:30:58 -0000 --6axCafNXXMM8qu6Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote: > On 12/19/12 09:27, Baptiste Daroussin wrote: > > On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: > >> The failure looks like: > >> > > At first glance, it does look like an icu problem. > > > > Sorry I have no idea. > > Bapt > > >=20 > I found symlinking the new icu library as the old one works for a dirty= =20 > hack. > ... Joseph -- sorry; I wasn't able to figure out which of the icu libraries you meant, but I appreciate the note (with its implicit confirmation that I'm not alone in seeing a problem with this). While I have not solved the problem, I believe that I've mitigated it to some extent: Once portmaster terminated, it helpfully provided a list of the ports (roughly in the sequence in which they were likely to have been built, had things not gone wrong). So I re-invoked portmaster, but I skipped the ports that were causing the immediate distress... eventually failing again on net/wireshark (as expected), so I iterated over the procedure until I was unable to rebuild any of the ports left to be built. The list of ports that failed (in my case -- and please note that net/wireshark had failed its update for me prior to the devel/icu update) is: devel/qt4-assistant www/qt4-webkit graphics/ImageMagick graphics/graphviz devel/qt4-linguist net/wireshark And the list of ports successfully updated or reinstalled is: Upgrade of icu-4.8.1.1_1 to icu-50.1 Re-installation of glib-2.28.8_5 Re-installation of gamin-0.1.10_4 Re-installation of gio-fam-backend-2.28.8_1 Re-installation of gobject-introspection-0.10.8_3 Re-installation of atk-2.0.1 Re-installation of gdk-pixbuf-2.23.5_3 Re-installation of cairo-1.10.2_5,2 Re-installation of pango-1.28.4_1 Re-installation of shared-mime-info-1.0_1 Re-installation of gtk-update-icon-cache-2.24.6_1 Re-installation of gtk-2.24.6_2 Re-installation of ghostscript9-9.06_1 Re-installation of GraphicsMagick-1.1.15_5,1 Re-installation of libglade2-2.6.4_5 Re-installation of qt4-corelib-4.8.2 Re-installation of qt4-sql-4.8.2 Re-installation of qt4-script-4.8.2 Re-installation of qt4-gui-4.8.2_1 Re-installation of qt4-svg-4.8.2 Re-installation of qt4-network-4.8.2 Re-installation of qt4-xml-4.8.2 Re-installation of qt4-xmlpatterns-4.8.2 Re-installation of qt4-opengl-4.8.2 Re-installation of qt4-declarative-4.8.2 Re-installation of qt4-qt3support-4.8.2 Re-installation of automoc4-0.9.88_3 Re-installation of qt4-dbus-4.8.2 Re-installation of qt4-qtestlib-4.8.2 Upgrade of raptor2-2.0.8 to raptor2-2.0.8_1 Re-installation of qzeitgeist-0.8.0 Re-installation of phonon-4.6.0_1 Re-installation of gstreamer-0.10.36 Re-installation of gstreamer-plugins-0.10.36_2,3 Re-installation of qt4-designer-4.8.2 Re-installation of gts-0.7.6_1 Re-installation of gtkglarea-2.0.1_3 Re-installation of gtkglext-1.2.0_10 Re-installation of liblqr-1-0.4.1_3 Re-installation of libIDL-0.8.14_1 Re-installation of ORBit2-2.14.19 Re-installation of dbus-glib-0.94 Re-installation of libgee-0.6.2.1 Re-installation of vala-0.12.1 Re-installation of dconf-0.5.1_4 Re-installation of eggdbus-0.6_1 Re-installation of polkit-0.99 Re-installation of gconf2-2.32.0_3 Re-installation of libgsf-1.14.21_1 Re-installation of libcroco-0.6.2_1 Re-installation of gtk-engines2-2.20.2_1 Re-installation of librsvg2-2.34.1_1 Upgrade of R-2.15.1_2 to R-2.15.1_3 Upgrade of boost-libs-1.48.0_1 to boost-libs-1.48.0_2 Re-installation of desktop-file-utils-0.18 Re-installation of goffice-0.8.17_3 Re-installation of enchant-1.6.0 Re-installation of wv-1.2.9_1 Re-installation of abiword-2.8.4_2 Re-installation of glibmm-2.28.2,1 Re-installation of atkmm-2.22.5 Re-installation of libxml++-2.34.2 Re-installation of cairomm-1.10.0_1 Re-installation of pangomm-2.28.2_1 Re-installation of gtkmm-2.24.2_1 Re-installation of bombono-1.2.1_3 Re-installation of teTeX-base-3.0_23 Re-installation of cm-super-0.3.4_4 Re-installation of consolekit-0.4.3 Re-installation of dvipsk-tetex-5.95a_6 Re-installation of xdvik-tetex-22.84.16_4 Re-installation of teTeX-3.0_6 Re-installation of doxygen-1.8.2 Re-installation of dvdauthor-0.7.1 Re-installation of firefox-17.0.1,1 Re-installation of libopenraw-0.0.8_4 Re-installation of gegl-0.1.8_4 Re-installation of ghostview-1.5_3 Re-installation of poppler-0.18.4_2 Re-installation of poppler-glib-0.18.4_2 Re-installation of gsettings-desktop-schemas-3.0.1 Re-installation of glib-networking-2.28.7_4 Re-installation of libsoup-2.34.3 Upgrade of webkit-gtk2-1.4.3_1 to webkit-gtk2-1.4.3_2 Re-installation of gimp-app-2.6.12_1,1 Re-installation of py27-cairo-1.8.10_1 Re-installation of py27-gobject-2.28.6_1 Re-installation of py27-gtk-2.24.0_1 Re-installation of py27-gimp-app-2.6.12_1 Re-installation of gimp-2.6.12,2 Re-installation of gnumeric-1.10.17_1 Re-installation of pinentry-0.8.1_2 Re-installation of gnupg-2.0.19_2 Re-installation of gtk-3.0.12_2 Re-installation of gtkspell-2.0.16_4 Re-installation of gv-3.7.3_1 Re-installation of policykit-0.9_6 Re-installation of hal-0.5.14_20 Re-installation of libxul-10.0.11 Re-installation of icedtea-web-1.3.1 Re-installation of libwpd-0.9.4_1 Re-installation of libwpg-0.2.1_2 Re-installation of inkscape-0.48.2_3 Re-installation of irssi-0.8.15_5 Re-installation of libcanberra-0.28_3 Re-installation of libcanberra-gtk3-0.28_3 Re-installation of libnotify-0.7.3_2 Upgrade of openal-soft-1.14_1 to openal-soft-1.15.1 Re-installation of mplayer-1.1.r20120721_1 Re-installation of mtr-0.82_1 Re-installation of notification-daemon-0.7.2_1 Re-installation of nspluginwrapper-1.4.4 Re-installation of xorg-server-1.7.7_6,1 Re-installation of nvidia-driver-304.64 Re-installation of nvidia-settings-310.14 Re-installation of rrdtool-1.4.7_2 Re-installation of ted-2.22_2 Re-installation of transcode-1.1.7_8 Re-installation of transfig-3.2.5d_1 Re-installation of w3m-0.5.3_1 Re-installation of wifimgr-1.10_1 Re-installation of xchat-2.8.8_1 Re-installation of xf86-input-keyboard-1.6.1 Re-installation of xf86-input-mouse-1.7.1_1 Re-installation of xf86-video-ati-6.14.3_1 Re-installation of xf86-video-intel-2.7.1_4 Re-installation of xf86-video-mach64-6.9.0 Re-installation of xf86-video-nv-2.1.18_1 Re-installation of xf86-video-openchrome-0.2.904_3 Re-installation of xf86-video-r128-6.8.1_3 Re-installation of xf86-video-radeonhd-1.3.0_5 Re-installation of xf86-video-vesa-2.3.0_2 Re-installation of xfig-3.2.5b_1 Re-installation of xmlto-0.0.25 Re-installation of xorg-drivers-7.5.2 Re-installation of xorg-7.5.2 Re-installation of xorg-nestserver-1.7.7_1,1 Re-installation of qt4-clucene-4.8.2 Re-installation of qt4-sqlite-plugin-4.8.2 Re-installation of qt4-help-4.8.2 Also, since I failed to mention it earlier, and it might possibly be of use: my ports working copy is at r309231. 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. --6axCafNXXMM8qu6Q Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDSTjAACgkQmprOCmdXAD0o7QCfcXNKSww4yw1XhLwnKscYP+M+ XCcAn3bFxkZEmccTUcr2ZWTWaAI/6NqI =KOy0 -----END PGP SIGNATURE----- --6axCafNXXMM8qu6Q-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 00:02:41 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 062C0BE6; Thu, 20 Dec 2012 00:02:41 +0000 (UTC) (envelope-from bsdkaffee@gmail.com) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by mx1.freebsd.org (Postfix) with ESMTP id 8AB658FC14; Thu, 20 Dec 2012 00:02:40 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id gb30so2987033vcb.26 for ; Wed, 19 Dec 2012 16:02:34 -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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=SZaLncxJIgY1ysVwRCAL5iG/5oSrD30g2ztPTS6gcIY=; b=FXjHIq84o720VLrqPeOKQzTKb1bkzwAxaLRdLXtjotYrPfwwEMHOkQX9DRADrrLLim YYC/AdAzQE2g51q7UyUc/ueuZH4JJc96un3hrBLxv7wUzG4WEnhwyjspY/02ox0g1IWT 6Ecg8sUZaDtdNKq345gse+tqSpu54J9N8YDUENV+4X9Vxnmtpsz2pWMjAiqd9WXATtqG 3ZuVfZfru4CwY/5TEik7iki8om1Nmy4388XcmDfU1xzKHMURYq0qdSxNSS9LmD+wySGK XniqFMEFq9ipl2wy76YrSP9XFTmCkW1GA4gXScN7e+rdg9QSF/My82BB3hlkDY5jaMkt t6Gg== X-Received: by 10.58.127.195 with SMTP id ni3mr11913453veb.30.1355961754430; Wed, 19 Dec 2012 16:02:34 -0800 (PST) Received: from mocha.verizon.net (c-71-61-40-68.hsd1.oh.comcast.net. [71.61.40.68]) by mx.google.com with ESMTPS id b10sm5440666vdk.15.2012.12.19.16.02.33 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Dec 2012 16:02:33 -0800 (PST) Sender: "Jason E. Hale" From: "Jason E. Hale" To: "Christopher J. Ruwe" Subject: Re: ports/174516: New port: java/glassfish for Glassfish Java EE reference implementation Date: Wed, 19 Dec 2012 19:02:31 -0500 Message-ID: <3254784.tj3oU2fbbj@mocha.verizon.net> User-Agent: KMail/4.8.4 (FreeBSD/9.0-RELEASE-p3; KDE/4.8.4; i386; ; ) In-Reply-To: <20121219134216.691ef305@dijkstra> References: <50CFE52D.1020305@FreeBSD.org> <20121219134216.691ef305@dijkstra> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: Steve Wills , 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, 20 Dec 2012 00:02:41 -0000 On Wednesday, December 19, 2012 13:42:16 Christopher J. Ruwe wrote: > So, this is the reason for the manual download. I am absolutely open to > any other ideas to strip the port from this cludge. > Try adding: FETCH_ARGS= -Fpr -- Jason E. Hale - jhale@ FreeBSD Ports Committer KDE/FreeBSD Team From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 00:05:45 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B9623CB6 for ; Thu, 20 Dec 2012 00:05:45 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f171.google.com (mail-lb0-f171.google.com [209.85.217.171]) by mx1.freebsd.org (Postfix) with ESMTP id 2D7118FC13 for ; Thu, 20 Dec 2012 00:05:44 +0000 (UTC) Received: by mail-lb0-f171.google.com with SMTP id gf7so2439487lbb.2 for ; Wed, 19 Dec 2012 16:05:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=FmuHULi18hVEzR6kzfwLofmctuLak5ZyZkIRuXKWnhs=; b=sAQPYFr5+VF8u0f5c3aJ6a5tdp7l+WHk2UAP5Zf09Dsh91DnTO/DqmZ7N1f7OrjEG7 b7ILVCOY9ztWSa4VLB5XCDLZPiG0BkqTco8sZHVNNZ66y9JFDgQi0Ul6PXiPzmOSL6/j vX6VAd6nQ0i+9az4Y1Tuqj0PiM1QBAKwHYSlY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=FmuHULi18hVEzR6kzfwLofmctuLak5ZyZkIRuXKWnhs=; b=kh1QAFNA9zszphrAP602LHhcgUZR1CV/uscrbQ6Xq5sgbDKYis0see9IW7HhLaMxks JKSjDB0mproZTj1X7p8wgBQFGxQqgI7xRHupPeE1uqBx5p9l/fxUdbT1NySSjGCTakQa 4hGHrOtfi44ZXGfi9SVB62/lggW6r/HKtNs8NEqSuKYd9zRfQ2SiEOYhWE9VjM/qexz7 j4J8lvaqdV9nrYKYNawwHGxgqL7kSDYTaJHuesN6FLtBHNYhwjfyt6mnVx74hIhI1ssQ pUDgs3+x2CP4BWvRcmXJMixbAfH13WAbb5hRAFezyf141JIK5X0pKl4ZDRisuCmwJKWl bdog== Received: by 10.112.11.34 with SMTP id n2mr3026535lbb.100.1355961943429; Wed, 19 Dec 2012 16:05:43 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Wed, 19 Dec 2012 16:05:13 -0800 (PST) In-Reply-To: <3254784.tj3oU2fbbj@mocha.verizon.net> References: <50CFE52D.1020305@FreeBSD.org> <20121219134216.691ef305@dijkstra> <3254784.tj3oU2fbbj@mocha.verizon.net> From: Eitan Adler Date: Wed, 19 Dec 2012 19:05:13 -0500 Message-ID: Subject: Re: ports/174516: New port: java/glassfish for Glassfish Java EE reference implementation To: "Jason E. Hale" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmqUg+gRcDxNSMRRO0YypHQt8ZNFHsdHFcrRUttSg+rJl6w9VT6B1ZbILdiC0Wb0adVBYiG Cc: Steve Wills , freebsd-ports@freebsd.org, "Christopher J. Ruwe" 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, 20 Dec 2012 00:05:45 -0000 On 19 December 2012 19:02, Jason E. Hale wrote: > On Wednesday, December 19, 2012 13:42:16 Christopher J. Ruwe wrote: >> So, this is the reason for the manual download. I am absolutely open to >> any other ideas to strip the port from this cludge. >> > Try adding: > FETCH_ARGS= -Fpr Try using http://dlc.sun.com.edgesuite.net/glassfish/3.1.2.2/release/glassfish-3.1.2.2.zip or a macro if we have one for that. curl -I is your friend. > > -- > Jason E. Hale - jhale@ > FreeBSD Ports Committer > KDE/FreeBSD Team > _______________________________________________ > 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" -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 01:19:06 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D0289702; Thu, 20 Dec 2012 01:19:06 +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 7EDF28FC16; Thu, 20 Dec 2012 01:19:06 +0000 (UTC) Received: from meatwad.mouf.net (cpe-024-162-230-236.nc.res.rr.com [24.162.230.236]) (authenticated bits=0) by mouf.net (8.14.5/8.14.5) with ESMTP id qBK1ImDM082189 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 19 Dec 2012 20:18:58 -0500 (EST) (envelope-from swills@FreeBSD.org) Message-ID: <50D26777.2010904@FreeBSD.org> Date: Wed, 19 Dec 2012 20:18:47 -0500 From: Steve Wills User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Eitan Adler Subject: Re: ports/174516: New port: java/glassfish for Glassfish Java EE reference implementation References: <50CFE52D.1020305@FreeBSD.org> <20121219134216.691ef305@dijkstra> <3254784.tj3oU2fbbj@mocha.verizon.net> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (mouf.net [199.48.129.64]); Wed, 19 Dec 2012 20:18:58 -0500 (EST) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.97.5 at mouf.net X-Virus-Status: Clean Cc: "Jason E. Hale" , freebsd-ports@FreeBSD.org, "Christopher J. Ruwe" 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, 20 Dec 2012 01:19:06 -0000 On 12/19/12 19:05, Eitan Adler wrote: > On 19 December 2012 19:02, Jason E. Hale wrote: >> On Wednesday, December 19, 2012 13:42:16 Christopher J. Ruwe wrote: >>> So, this is the reason for the manual download. I am absolutely open to >>> any other ideas to strip the port from this cludge. >>> >> Try adding: >> FETCH_ARGS= -Fpr > > Try using > http://dlc.sun.com.edgesuite.net/glassfish/3.1.2.2/release/glassfish-3.1.2.2.zip > > or a macro if we have one for that. > > curl -I is your friend. > fetch -v too, if you're looking for something in base. Steve From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 07:26:39 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A6C2AE4; Thu, 20 Dec 2012 07:26:39 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8208FC0C; Thu, 20 Dec 2012 07:26:37 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id j5so1434270bkw.12 for ; Wed, 19 Dec 2012 23:26:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X7ylltXHOZl4fh0qzNxRU8SWXf/5Cs8wnWcIc+eO3B8=; b=TKQi8HXxyjahFCiNTzr++1YbjekDGYO4aSZvgFc40/gqqizQYo7vPzBCTL4OrevBUl rBGpz0BflKAjvJtvET7tDu4lSJ4w7pI/Zi/rBVEXy80UXAVokM6YAXd+A6mmwxfa4iVu fDtafCSG2FidlitdAg74IENXT4yM+VFlxjds7waTxXX8PegxXaipr5kJW6ULfBMQGTIQ rkuCPQ3MzbzZE9x4OgW29I5I0aBmBdqUV5p0ntZCvgx7glkBJgtusRZN0cmtnlC5LLfp uJ/p7mwo09Ze2KhHyJe6P7gGFvnjPJ8WT8DsXdEVrXEGZoDJEWAg1DK9tbYHsZ7wMzLy Okkw== MIME-Version: 1.0 Received: by 10.204.150.137 with SMTP id y9mr4022478bkv.103.1355988391436; Wed, 19 Dec 2012 23:26:31 -0800 (PST) Received: by 10.204.167.71 with HTTP; Wed, 19 Dec 2012 23:26:31 -0800 (PST) Received: by 10.204.167.71 with HTTP; Wed, 19 Dec 2012 23:26:31 -0800 (PST) In-Reply-To: <50D26777.2010904@FreeBSD.org> References: <50CFE52D.1020305@FreeBSD.org> <20121219134216.691ef305@dijkstra> <3254784.tj3oU2fbbj@mocha.verizon.net> <50D26777.2010904@FreeBSD.org> Date: Thu, 20 Dec 2012 07:26:31 +0000 Message-ID: Subject: Re: ports/174516: New port: java/glassfish for Glassfish Java EE reference implementation From: Chris Rees To: Steve Wills Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Eitan Adler , "Jason E. Hale" , "Christopher J. Ruwe" , 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: Thu, 20 Dec 2012 07:26:39 -0000 On 20 Dec 2012 01:19, "Steve Wills" wrote: > > On 12/19/12 19:05, Eitan Adler wrote: > > On 19 December 2012 19:02, Jason E. Hale wrote: > >> On Wednesday, December 19, 2012 13:42:16 Christopher J. Ruwe wrote: > >>> So, this is the reason for the manual download. I am absolutely open to > >>> any other ideas to strip the port from this cludge. > >>> > >> Try adding: > >> FETCH_ARGS= -Fpr > > > > Try using > > http://dlc.sun.com.edgesuite.net/glassfish/3.1.2.2/release/glassfish-3.1.2.2.zip > > > > or a macro if we have one for that. > > > > curl -I is your friend. > > > > fetch -v too, if you're looking for something in base. > Also, please use PLIST_SUB on the versions in the plist; we don't want to have to rewrite the whole thing on every update! Chris From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 11:23:18 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4905B4E1 for ; Thu, 20 Dec 2012 11:23:18 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id C8EF88FC0C for ; Thu, 20 Dec 2012 11:23:17 +0000 (UTC) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 481386A6008 for ; Thu, 20 Dec 2012 12:23:16 +0100 (CET) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.5/8.14.5) with ESMTP id qBKBNGl6031749 for ; Thu, 20 Dec 2012 12:23:16 +0100 (CET) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.5/8.14.5/Submit) id qBKBNG8W031723 for freebsd-ports@freebsd.org; Thu, 20 Dec 2012 12:23:16 +0100 (CET) (envelope-from lars) Date: Thu, 20 Dec 2012 12:23:16 +0100 From: Lars Engels To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD Message-ID: <20121220112316.GQ33209@e-new.0x20.net> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="4CyH/NlNBqvsUTYP" Content-Disposition: inline In-Reply-To: <20121219092347.4cafd59d@scorpio> X-Editor: VIM - Vi IMproved 7.3 X-Operation-System: FreeBSD 8.3-RELEASE-p4 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: Thu, 20 Dec 2012 11:23:18 -0000 --4CyH/NlNBqvsUTYP Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Dec 19, 2012 at 09:23:47AM -0500, Jerry wrote: > On Wed, 19 Dec 2012 14:32:57 +0100 > Frank Staals articulated: >=20 > > Jerry writes: > >=20 > > > I was asked about the feasibility of setting up Dropbox > > > on a FreeBSD machine, > > > specifically under KDE if possible. I found three references to > > > Dropbox in the ports tree; however, I am not sure that they are > > > exactly what I am looking for. Does anyone have any experience with > > > this software or specific information on it? > >=20 > > As far as I know it is currently impossible to run dropbox on FreeBSD, > > as it requires inotify, as found in the Linux kernel, to detect when > > files have changed.=20 >=20 > Thanks, I told the individual that I didn't think it would work. I saw > something on a forum regarding it. I don't remember exactly what it > referred to though. It is not going to happen in v.9.x of FreeBSD; > however, perhaps before bumping the version to v.10, someone > might get this resolved. However, sometimes I wonder if certain > individuals are more interested in bumping version numbers as opposed > to putting out fully functional software. AFAIK the Windows versions works with WINE. --4CyH/NlNBqvsUTYP Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDS9SMACgkQKc512sD3afgSfACfdhSinAw06Fgu0H2y/OGvHRUL q88AoKlekBbGe3Q+gxGJtTPguM33sWKy =TYJB -----END PGP SIGNATURE----- --4CyH/NlNBqvsUTYP-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 11:39:18 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 13571837 for ; Thu, 20 Dec 2012 11:39:18 +0000 (UTC) (envelope-from frank@fstaals.net) Received: from isp-bos-02.edutel.nl (isp-bos-02.edutel.nl [IPv6:2a01:670:100:11::2:2]) by mx1.freebsd.org (Postfix) with ESMTP id 8BE318FC12 for ; Thu, 20 Dec 2012 11:39:17 +0000 (UTC) Received: from isp-aos-01.edu.local (unknown [IPv6:2a01:670:100:11::1:1]) by isp-bos-02.edutel.nl (Postfix) with ESMTP id B6E6E2C6684; Thu, 20 Dec 2012 12:39:16 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by isp-aos-01.edu.local (Postfix) with ESMTP id A33FD3DD650; Thu, 20 Dec 2012 12:39:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at isp-aos-01.edutel.intern Received: from isp-aos-01.edu.local ([127.0.0.1]) by localhost (isp-aos-01.edu.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id K+5DQpxXGK8f; Thu, 20 Dec 2012 12:39:15 +0100 (CET) Received: from lacus.fstaals.net (104-208.ftth.onsbrabantnet.nl [88.159.208.104]) by isp-aos-01.edu.local (Postfix) with ESMTPA id 6DDC13DD658; Thu, 20 Dec 2012 12:39:15 +0100 (CET) Received: from lacus.fstaals.net (unknown [192.168.10.14]) by filter.fstaals.local (Postfix) with ESMTP id 45AB27F4FB7; Thu, 20 Dec 2012 12:39:11 +0100 (CET) Received: from localhost (dyn-80-235.cs.uu.nl [131.211.80.235]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: frank) by lacus.fstaals.net (Postfix) with ESMTPSA id 2AAB67F4D7B; Thu, 20 Dec 2012 12:39:11 +0100 (CET) From: Frank Staals To: Lars Engels Subject: Re: Dropbox on FreeBSD References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121220112316.GQ33209@e-new.0x20.net> User-Mail-Address: frank@fstaals.net Date: Thu, 20 Dec 2012 12:39:01 +0100 In-Reply-To: <20121220112316.GQ33209@e-new.0x20.net> (Lars Engels's message of "Thu, 20 Dec 2012 12:23:16 +0100") Message-ID: <87lict7y22.fsf@Shanna.FStaals.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain 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, 20 Dec 2012 11:39:18 -0000 Lars Engels writes: > On Wed, Dec 19, 2012 at 09:23:47AM -0500, Jerry wrote: >> On Wed, 19 Dec 2012 14:32:57 +0100 >> Frank Staals articulated: >> >> > Jerry writes: >> > >> > > I was asked about the feasibility of setting up Dropbox >> > > on a FreeBSD machine, >> > > specifically under KDE if possible. I found three references to >> > > Dropbox in the ports tree; however, I am not sure that they are >> > > exactly what I am looking for. Does anyone have any experience with >> > > this software or specific information on it? >> > >> > As far as I know it is currently impossible to run dropbox on FreeBSD, >> > as it requires inotify, as found in the Linux kernel, to detect when >> > files have changed. >> >> Thanks, I told the individual that I didn't think it would work. I saw >> something on a forum regarding it. I don't remember exactly what it >> referred to though. It is not going to happen in v.9.x of FreeBSD; >> however, perhaps before bumping the version to v.10, someone >> might get this resolved. However, sometimes I wonder if certain >> individuals are more interested in bumping version numbers as opposed >> to putting out fully functional software. > > AFAIK the Windows versions works with WINE. What does works mean in this case? It start? It can download the files? and/or full both-way sync works? I would imagine that no matter what you would need some sort of kernel support to detect changes in the file system, and I read somewhere that kqueue does not provide all the required features. So it would surprise me a bit if it would be fully functional. I'm not sure about the details though, so I would be happy to be proven wrong. -- - Frank From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 11:53:26 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6BEF1C82 for ; Thu, 20 Dec 2012 11:53:26 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-ye0-f172.google.com (mail-ye0-f172.google.com [209.85.213.172]) by mx1.freebsd.org (Postfix) with ESMTP id F16FC8FC0C for ; Thu, 20 Dec 2012 11:53:25 +0000 (UTC) Received: by mail-ye0-f172.google.com with SMTP id m10so680452yen.17 for ; Thu, 20 Dec 2012 03:53:18 -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; bh=AqNtLk5V1uwvD4r/0th9uj+fVbk4MwDL7mmbZAwWEHc=; b=Fm/4JqjyUkowK58324qCflVbdAlRVLufIMu1q2sduiFT7w2mvn5oAaKcBH6ymQSSJq 8/47DJtDgaqj27PB1YVXo0Pdm6BEBNXulp1HQ0Fe47Fsy/LrdYiNkDkWiOhY9pxJ3GfY /pJlST78T0+DZ0MRHrxeWamVqxv9/FdW4RXto= 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 :x-gm-message-state; bh=AqNtLk5V1uwvD4r/0th9uj+fVbk4MwDL7mmbZAwWEHc=; b=lUZoeA0L6T/5zbRNKQhTMX3PaRt8AqwNpxjM7VoJqdNhFKh9/kTZcg29ymLrV63/3m bASgggZTcOLGsuHKgrzrFutP6h4nlZ6pVrevsgt/H+nCrAY8i25jY58J850miYSOLNBv ifyLNcG5xKyZ7z62+mVERGeIZAFd/M7orbLIFuPPd2lPO2+d+OiPvBg3p4HgklZ6me40 ZEzfbOvFBPXI6I2qAg7VovfPMZUMLpRApCEKzEviYySLr2E9KFnTyeMNroiBKEUhG1j6 kPUo113NHXv99DowBv5fuUjNxU1bJ/+E58A6+BbucpfF3B/6+D2+TWo1Bj2A+5tSfJ1m SF3A== X-Received: by 10.236.54.138 with SMTP id i10mr9047805yhc.23.1356004398764; Thu, 20 Dec 2012 03:53:18 -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 t14sm6741789anl.17.2012.12.20.03.53.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 03:53:18 -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 3YRrvc6k6gz2CG4D for ; Thu, 20 Dec 2012 06:53:16 -0500 (EST) Date: Thu, 20 Dec 2012 06:53:04 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD Message-ID: <20121220065304.5547560b@scorpio> In-Reply-To: <20121220112316.GQ33209@e-new.0x20.net> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121220112316.GQ33209@e-new.0x20.net> 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: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/4rIbHenLKHOTCRAnwBeLG1R"; protocol="application/pgp-signature" X-Gm-Message-State: ALoCoQl98g2mWIvad7c+sMmNgMVs0ZcZQiHqDWudCHUZISJe+Ke60BaO/Oi4XGVMilzsyH05dVd8 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, 20 Dec 2012 11:53:26 -0000 --Sig_/4rIbHenLKHOTCRAnwBeLG1R Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, 20 Dec 2012 12:23:16 +0100 Lars Engels articulated: > AFAIK the Windows versions works with WINE. I never use "wine". I run Windows program sunder Windows, *.nix under *.nix, etcetera. They run faster, less breakage and just work better. I have discovered that I can run the program under Windows and have it access the files I wanted to work with on my FreeBSD machine quite nicely. Evidently I will not be requiring a FreeBSD version after all. --=20 Jerry =E2=99=94 Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __________________________________________________________________ --Sig_/4rIbHenLKHOTCRAnwBeLG1R Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJQ0vwsAAoJEF2rWD2do7dN4aoH/iiA1FchhoxG5V6rCW3evaYs 7of5xYbVPq8m9nU4ODVAknZ8OyI1bFOhXkj7qt4vDDczNLll/pr1zHm3GTstHRME iiQvgs1cWHpZW8eGs8nqbiBSQP9rpbrULh+BQTa/wlW6qbbEca2YBtZ3ORj1vTO2 PBUuOet6x10oxBC0AyxX/08pMTobTTyE9jwFKBHEYIQjhgRfEtr/pQjhQKv0FDtc RPj8beTex0YC5RSCJdZYs2D9P+uXpd/EUATb+s8rkuHwnkT1HbR+RgDWNNCIx4g8 9D7tGJIN2nUCHbSeVyiKeJawIIdTm/W+4iIoYhdXNpZPfT4VcDMipayDsBpEFsg= =wdGv -----END PGP SIGNATURE----- --Sig_/4rIbHenLKHOTCRAnwBeLG1R-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 12:31:05 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AFE3E4DB; Thu, 20 Dec 2012 12:31:05 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) by mx1.freebsd.org (Postfix) with ESMTP id E4B108FC0C; Thu, 20 Dec 2012 12:31:04 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id e4so2826312lag.24 for ; Thu, 20 Dec 2012 04:30:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:cc:content-type; bh=/yv3ABBfE8Jaqu+1HP91u62Ei2gfVEarb61uvc0F45g=; b=F1xJj5thYRzwXeReUzpkY+kYLBhikmRIdUifzTN89SDSolCW8aRA1lry28jUO2B+GH cdvLE47cZPChAZaiuX1lXjlN8kJU0sNVXoJEQBH3CC1yw/9Z8vTGVz9P7ocIuM5fZKvr x3rOEb9hyLrOikmHozD8XtnZ7PpyJQf+mwJDPiUCXGXa/R9Z9chrWsdnFWEKHS+jCK89 5I2i3TKWjX78sGzgnjCz/vT6Ywoe5SuRNxRw9vV1xslw+6OSVdRMDCKK1gayIlM8n2+a RrvWYBL7lknytjS7AjP+BXa1wxFUN16YBWSTOpRfkkwyRlqS9xViCFTDlyuhsfuMAFem 6wZA== Received: by 10.112.36.137 with SMTP id q9mr3827960lbj.42.1356006657162; Thu, 20 Dec 2012 04:30:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.94.202 with HTTP; Thu, 20 Dec 2012 04:30:37 -0800 (PST) From: Luca Pizzamiglio Date: Thu, 20 Dec 2012 13:30:37 +0100 Message-ID: Subject: libreoffice 3.5.7_1 and icu-50.1 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: office@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, 20 Dec 2012 12:31:05 -0000 Hi, I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1 version the problem is located in i18npool module and the error is during the link phase: /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/ unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In function `sal_main_with_args(int, char**)': gencoll_rule.cxx:(.text+0x3e5): undefined reference to `icu_50::UnicodeString::UnicodeString(char16_t const*)' In details, the source code of i18npool/source/collator/gencoll_rule.cxx line that creates the problem is the 119: RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_cast(Obuf.getStr()), status); // UChar != sal_Unicode in MinGW effectively, objdump confirm a problem with UnicodeString constructors. In gencoll_rule.o the symbol is: 00000000 *UND* 00000000 _ZN6icu_5013UnicodeStringC1EPKDs but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are: 00970d0 g DF .text 00000085 Base _ZN6icu_5013UnicodeStringC1EPKti 00092590 g DF .text 00000079 Base _ZN6icu_5013UnicodeStringC1EPKci 000971f0 g DF .text 00000086 Base _ZN6icu_5013UnicodeStringC1EPKt 00092790 g DF .text 00000117 Base _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode 00095d00 g DF .text 000000e7 Base _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE 00092490 g DF .text 0000007d Base _ZN6icu_5013UnicodeStringC1EPKcS2_ 00092390 g DF .text 00000078 Base _ZN6icu_5013UnicodeStringC1EPKciS2_ 00092690 g DF .text 0000007e Base _ZN6icu_5013UnicodeStringC1EPKc I've no idea how to fix it, it seems that at compile time the constructor is recognized, but at link time it doesn't. My system is STABLE-8 i386. any suggestion to solve this issue? Thanks in advance! Best regards, Luca From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 12:31:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ADD3266C for ; Thu, 20 Dec 2012 12:31:33 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f50.google.com (mail-yh0-f50.google.com [209.85.213.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5CA678FC0C for ; Thu, 20 Dec 2012 12:31:33 +0000 (UTC) Received: by mail-yh0-f50.google.com with SMTP id k61so730329yhk.23 for ; Thu, 20 Dec 2012 04:31:27 -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:content-type :content-transfer-encoding; bh=WivH+HBQZ/Szp/6WplSVmusNNZkVj9OZ2BxlZIaq7M0=; b=z6eYPoX116BAqU3mIHKA9RWuE33S02E4RdfXKUe9DaZjnnZ4ftxxjV8qz40FBRNHTP PCkn/QtHJhLgcO6sFT+Ex+FgfU1Yoy5ZwGxdnADdVPIhFky5Z17wH3I0crAp1eCz/Yaw YAW118nxGnFYVX5omE5VAhfyvgdAnUBkmxc1DnTSUHBJp4PLFn6CAB4MNxr0lpoH/caM 1VZWmt7XVV0row1NPCKx1UJN3yDjLv9lyWj7PdrH+SG4c9CrhQcfgT/QW9J4m5206t26 bN/+kAMZ5rjasSs4yBrQQQ0qgm3GrOw/DCUobRAyGR+km++VH/alvO5KUxGE/9eSJ0ea he4A== X-Received: by 10.236.87.208 with SMTP id y56mr8941074yhe.37.1356006687367; Thu, 20 Dec 2012 04:31:27 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id m69sm7449214yhd.6.2012.12.20.04.31.25 (version=SSLv3 cipher=OTHER); Thu, 20 Dec 2012 04:31:26 -0800 (PST) Message-ID: <50D3051B.3080800@gmail.com> Date: Thu, 20 Dec 2012 06:31:23 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: David Wolfskill Subject: Re: qt4-webkit-4.8.2 build fails during portmaster run for icu update References: <20121219141620.GJ1897@albert.catwhisker.org> <20121219152719.GF80683@ithaqua.etoilebsd.net> <50D1DDEE.2070301@gmail.com> <20121219233057.GT1897@albert.catwhisker.org> In-Reply-To: <20121219233057.GT1897@albert.catwhisker.org> 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: Thu, 20 Dec 2012 12:31:33 -0000 On 12/19/12 17:30, David Wolfskill wrote: > On Wed, Dec 19, 2012 at 09:31:58AM -0600, Joseph A. Nagy, Jr wrote: >> On 12/19/12 09:27, Baptiste Daroussin wrote: >>> On Wed, Dec 19, 2012 at 06:16:20AM -0800, David Wolfskill wrote: >>>> The failure looks like: >>>> >>> At first glance, it does look like an icu problem. >>> >>> Sorry I have no idea. >>> Bapt >>> >> >> I found symlinking the new icu library as the old one works for a dirty >> hack. >> ... > > Joseph -- sorry; I wasn't able to figure out which of the icu libraries > you meant, but I appreciate the note (with its implicit confirmation > that I'm not alone in seeing a problem with this). cd /usr/local/lib/ ln -s libicui18n.so.50 libicui18n.so.48 now I don't exactly recommend it (and when I'm done rebuilding I"m removing the symlink) that's what worked for me (Firefox and Thunderbird wouldn't launch w/o being rebuilt, hence why the symlink). it's dirty but should get your using apps until then. > While I have not solved the problem, I believe that I've mitigated it to > some extent: Once portmaster terminated, it helpfully provided a list of > the ports (roughly in the sequence in which they were likely to have > been built, had things not gone wrong). > > So I re-invoked portmaster, but I skipped the ports that were causing > the immediate distress... eventually failing again on net/wireshark > (as expected), so I iterated over the procedure until I was unable > to rebuild any of the ports left to be built. > > The list of ports that failed (in my case -- and please note that > net/wireshark had failed its update for me prior to the devel/icu > update) is: > > devel/qt4-assistant > www/qt4-webkit > graphics/ImageMagick > graphics/graphviz > devel/qt4-linguist > net/wireshark portmwaster -w -r devel/icu <--- what I invoked to rebuild all deps (from /usr/ports/UPDATING). I'm not running into any issues (I sorted them out when I updated pcre), though I did have issues when I was running the dep build for pcre (icu deps on pcre for some reason). In essence: Don't make the symlink unless you have to, rebuild dependent ports and be done with it. I'm doing to wait until both icu and pcre need to be updated, then I'll update them together to rebuild everything together. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 12:44:26 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4C595C24 for ; Thu, 20 Dec 2012 12:44:26 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail-ob0-f181.google.com (mail-ob0-f181.google.com [209.85.214.181]) by mx1.freebsd.org (Postfix) with ESMTP id EF42B8FC0C for ; Thu, 20 Dec 2012 12:44:25 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id oi10so3224882obb.12 for ; Thu, 20 Dec 2012 04:44:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluelife.at; s=google; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=Ftqsh/aBBzXbjoMkyddBPJOPjWQECeJfHiqLz7rY3dQ=; b=A3l3BmdT7lqlg24d021ewWAPSQD+RkV7W+EGGFYVJewZMHK7ttxwX40ZGI91GXANNS AotWAz76PobLkfbJ7a6IWZYD8Tpf2vp+A9sJhqWqf9rNDGC/xRhO2kquK2/25dSlpOxj e5uTpxumiU2lbjOACrzcBalYhm7+ZcNec/tbQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :x-gm-message-state; bh=Ftqsh/aBBzXbjoMkyddBPJOPjWQECeJfHiqLz7rY3dQ=; b=NFEd6HtfoqzXBu6wF6YSBjCBMnEqhI4/36RGeqeFLHN7bEdn580pWBss2fwMa36Han dnEm2bshfFgWMkSRBuPVJut1RxfggwJ/0lc2BL5Lc4bH4whLRzmInmT9GDePi3KDFsjT mUyyuV4j6KFO1LW6vzUBhXk9cLQwRV6mLbl6pApl9aUfnwF9zUruexap5Oc5e27gjet0 RTCABzg4G3IzrVGCy4Ox1EA1HI020rps7prcdj2/wu41AB75ge9s8X2W8omnGQZ2K6K1 GmxESb64H7Vcm3oSzWhIkrSDGE4OK1Ofx+cJUWxe7nPV7Zt0kye+J2DRBqYYcXrPgrab 4RGg== MIME-Version: 1.0 Received: by 10.182.212.99 with SMTP id nj3mr7737404obc.11.1356007465272; Thu, 20 Dec 2012 04:44:25 -0800 (PST) Sender: decke@bluelife.at Received: by 10.76.8.199 with HTTP; Thu, 20 Dec 2012 04:44:25 -0800 (PST) X-Originating-IP: [80.123.233.199] In-Reply-To: References: Date: Thu, 20 Dec 2012 13:44:25 +0100 X-Google-Sender-Auth: N2LFrgX3l8dVOfMyUtKqAVABhEs Message-ID: Subject: Re: [Call for Testers] VirtualBox 4.2.0 From: =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= To: Daniel Braniss Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkRK4ONYIsNk1lDtorowZqQAsusw2+0I0Uz4TQv15AP3WthY368Qlne8GKn6zxrvRFcSf1D Cc: emulation@freebsd.org, 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, 20 Dec 2012 12:44:26 -0000 On Fri, Sep 21, 2012 at 4:43 PM, Daniel Braniss wrote: > I install vboxdrv.ko in /usr/local/modules via: > cd virtualbox-ose-kmod > make KMODDIR=/usr/local/modules install > but when installing in virtualbox-ose > there is no KMODDIR, and hence make install fails Sorry for that very long response time. I have made a patch that should fix that issue but haven't yet tested it so if you can please give that a try. https://github.com/decke/freebsd-vbox/commit/cd1a793d24fb27525830275bea5cce2cfb4eb3fd -- Bernhard Froehlich http://www.bluelife.at/ From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 12:44:55 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8877CF0; Thu, 20 Dec 2012 12:44:55 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com [74.125.82.51]) by mx1.freebsd.org (Postfix) with ESMTP id 0F5618FC18; Thu, 20 Dec 2012 12:44:54 +0000 (UTC) Received: by mail-wg0-f51.google.com with SMTP id gg4so1517069wgb.30 for ; Thu, 20 Dec 2012 04:44:53 -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=UX+WbAHRn6X46i1FLIKm2oKYsaii33zU/V/nQdrr90E=; b=OZkRcnKxMHgJDSuEjrV+g+5PDfXB38M+kT7m0FAg6nAI58+sH68z/ainlVBhCniFc3 ZTXZtEhvOgJg4TD4g7ZMc8LRYVOu134MFRr2EeGs9dOMgzjCnQf/Jc6uXmigWxJz+ahj 6L1amu++w74h4ep8wDNcPezfvxwCy5e1cWEAMlirPq4B8e1fz5ZDVVkNWggydVvZKLt4 LRonDxz71WqIwrQHhxtgsm358wfsIZBFF/nK3X53I8uSLbQiJIu5j47CynJVC/QihGFp k7pS0jmP+Cgn6IRYwm8qxE0LyErUhWGVbmg8eliiTF8FgnnVBiCYoZ4jggu7/nq9itrK L2Rg== X-Received: by 10.194.76.165 with SMTP id l5mr17374316wjw.14.1356007493863; Thu, 20 Dec 2012 04:44:53 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id w5sm25076435wif.11.2012.12.20.04.44.53 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 04:44:53 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 20 Dec 2012 13:44:51 +0100 From: Baptiste Daroussin To: Luca Pizzamiglio Subject: Re: libreoffice 3.5.7_1 and icu-50.1 Message-ID: <20121220124451.GA16972@ithaqua.etoilebsd.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: office@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, 20 Dec 2012 12:44:55 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 20, 2012 at 01:30:37PM +0100, Luca Pizzamiglio wrote: > Hi, >=20 > I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1 > version >=20 > the problem is located in i18npool module and the error is during the link > phase: >=20 > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/ > unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In functi= on > `sal_main_with_args(int, char**)': > gencoll_rule.cxx:(.text+0x3e5): undefined reference to > `icu_50::UnicodeString::UnicodeString(char16_t const*)' >=20 >=20 > In details, the source code of i18npool/source/collator/gencoll_rule.cxx > line that creates the problem is the 119: >=20 > RuleBasedCollator *coll =3D new RuleBasedCollator(reinterpret_cast UChar *>(Obuf.getStr()), status); // UChar !=3D sal_Unicode in MinGW >=20 > effectively, objdump confirm a problem with UnicodeString constructors. In > gencoll_rule.o the symbol is: >=20 > 00000000 *UND* 00000000 _ZN6icu_5013UnicodeStringC1EPKDs >=20 > but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are: >=20 > 00970d0 g DF .text 00000085 Base > _ZN6icu_5013UnicodeStringC1EPKti > 00092590 g DF .text 00000079 Base > _ZN6icu_5013UnicodeStringC1EPKci > 000971f0 g DF .text 00000086 Base > _ZN6icu_5013UnicodeStringC1EPKt > 00092790 g DF .text 00000117 Base > _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode > 00095d00 g DF .text 000000e7 Base > _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE > 00092490 g DF .text 0000007d Base > _ZN6icu_5013UnicodeStringC1EPKcS2_ > 00092390 g DF .text 00000078 Base > _ZN6icu_5013UnicodeStringC1EPKciS2_ > 00092690 g DF .text 0000007e Base > _ZN6icu_5013UnicodeStringC1EPKc >=20 > I've no idea how to fix it, it seems that at compile time the constructor > is recognized, but at link time it doesn't. >=20 > My system is STABLE-8 i386. >=20 > any suggestion to solve this issue? >=20 > Thanks in advance! > Best regards, > Luca > _______________________________________________ > freebsd-office@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-office > To unsubscribe, send any mail to "freebsd-office-unsubscribe@freebsd.org" Try building with WITH_GCC regards, Bapt --5vNYLRcllDrimb99 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDTCEMACgkQ8kTtMUmk6EwLYwCgwJIsCHv+6P/64OMxqpfFZIFa 0A8AnivxS271rI/iOhx6qbro7BxA6OBN =IquX -----END PGP SIGNATURE----- --5vNYLRcllDrimb99-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 13:20:44 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 96EF2797; Thu, 20 Dec 2012 13:20:44 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id BC4938FC0C; Thu, 20 Dec 2012 13:20:43 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so2983369lah.27 for ; Thu, 20 Dec 2012 05:20:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=G4Rbn6hpglLd9byNvl2qvqJ/V+TLqQzG/y8j1BQppJI=; b=yLocarDWeHOJdXiS2rRLNa1qN4UTBpowFargysE2tkOp0vDtC5o2w4mdgTOCU01QxK LGlWlO04ZCqR7SZawzkMX+qi6jb/1aQn7fRPco9tu3H8FJhsmAazZBM68DO5vFdxYcqD vFGUXyahZhyVXO4tb3AWUl5wuR41TPNU5ZrKaE5encYk1jhsBh3w0ZPYGhdwXc7SIO/H aPphm66U++eahkvKSh+ChWQbqjGGeMyS1hfPyIZHMJKnUNLlvZVBMt1xPdBUpahgbv2g Iim5X5akV7sdLa5+jQfm0fnr91GhvhANu4QVGFuJr6alNG2zIHsp0CMMucWJ1YrQ0TGV YesQ== Received: by 10.152.127.202 with SMTP id ni10mr8849094lab.6.1356009642389; Thu, 20 Dec 2012 05:20:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.94.202 with HTTP; Thu, 20 Dec 2012 05:20:22 -0800 (PST) In-Reply-To: <20121220124451.GA16972@ithaqua.etoilebsd.net> References: <20121220124451.GA16972@ithaqua.etoilebsd.net> From: Luca Pizzamiglio Date: Thu, 20 Dec 2012 14:20:22 +0100 Message-ID: Subject: Re: libreoffice 3.5.7_1 and icu-50.1 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: office@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, 20 Dec 2012 13:20:44 -0000 Hi, thanks for the fast answer!!! @Joseph, Yes, I read the UPDATING file, but I guess the -w option is not a solution in this case. the -w option is a temporary fix to store the old library for compatibility reasons with "not yet recompiled" packages. AFAIK, the goal of bumping libreoffice PORTREVISION is to use the last version of libraries, avoiding the usage of the previous library version. Moreover, if I'm not wrong, the icu50 namespace is not present in the previous icu48 library. @bapt, I get the same error..... Best regards, Luca On Thu, Dec 20, 2012 at 1:44 PM, Baptiste Daroussin wrote: > On Thu, Dec 20, 2012 at 01:30:37PM +0100, Luca Pizzamiglio wrote: > > Hi, > > > > I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1 > > version > > > > the problem is located in i18npool module and the error is during the > link > > phase: > > > > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/ > > unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In > function > > `sal_main_with_args(int, char**)': > > gencoll_rule.cxx:(.text+0x3e5): undefined reference to > > `icu_50::UnicodeString::UnicodeString(char16_t const*)' > > > > > > In details, the source code of i18npool/source/collator/gencoll_rule.cxx > > line that creates the problem is the 119: > > > > RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_cast > UChar *>(Obuf.getStr()), status); // UChar != sal_Unicode in MinGW > > > > effectively, objdump confirm a problem with UnicodeString constructors. > In > > gencoll_rule.o the symbol is: > > > > 00000000 *UND* 00000000 _ZN6icu_5013UnicodeStringC1EPKDs > > > > but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are: > > > > 00970d0 g DF .text 00000085 Base > > _ZN6icu_5013UnicodeStringC1EPKti > > 00092590 g DF .text 00000079 Base > > _ZN6icu_5013UnicodeStringC1EPKci > > 000971f0 g DF .text 00000086 Base > > _ZN6icu_5013UnicodeStringC1EPKt > > 00092790 g DF .text 00000117 Base > > _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode > > 00095d00 g DF .text 000000e7 Base > > _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE > > 00092490 g DF .text 0000007d Base > > _ZN6icu_5013UnicodeStringC1EPKcS2_ > > 00092390 g DF .text 00000078 Base > > _ZN6icu_5013UnicodeStringC1EPKciS2_ > > 00092690 g DF .text 0000007e Base > > _ZN6icu_5013UnicodeStringC1EPKc > > > > I've no idea how to fix it, it seems that at compile time the constructor > > is recognized, but at link time it doesn't. > > > > My system is STABLE-8 i386. > > > > any suggestion to solve this issue? > > > > Thanks in advance! > > Best regards, > > Luca > > _______________________________________________ > > freebsd-office@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-office > > To unsubscribe, send any mail to "freebsd-office-unsubscribe@freebsd.org > " > > Try building with WITH_GCC > > regards, > Bapt > From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 13:32:02 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A62EBCCE; Thu, 20 Dec 2012 13:32:02 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-we0-f171.google.com (mail-we0-f171.google.com [74.125.82.171]) by mx1.freebsd.org (Postfix) with ESMTP id 088178FC17; Thu, 20 Dec 2012 13:32:01 +0000 (UTC) Received: by mail-we0-f171.google.com with SMTP id u3so1527561wey.2 for ; Thu, 20 Dec 2012 05:31:55 -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=lMFqBkhaJ+06VUJ6pfbyz7LfMnqlz0WuFPOTuNgrAWo=; b=uqXSWcZeu/HlAmlZeWfclwTMGaHLoRcKQB7GzEY2tgT0ec9Ml57WZZgk5ljgLSuSNs EWvI1GHvzihxtIrHGljW9IvMMvbE6kMDLT4vrMXk9SDT+6ml5p4r2fg4djcSQfVBBvn1 OyTv69MGkYdGkEIuQKMyXZUGn22P6AVXKmQhixxfss3ezeBD3w4/c/VzcZlo1QOZjfrW oRN9+VzqX/PBHCTRPNvFmII0akWbyDUn94v9xHseucSjHA/XMXA9XXpVuTyFVrDm3h7q qWRYcr/hKrv7+hSzCmwSdek/orzNBLzY26M1wJ5zzg4MUw7roSkpYbWKojDRt3PkmVET VDGw== X-Received: by 10.194.20.4 with SMTP id j4mr17574777wje.54.1356010315180; Thu, 20 Dec 2012 05:31:55 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPS id hg17sm25227897wib.1.2012.12.20.05.31.54 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 05:31:54 -0800 (PST) Sender: Baptiste Daroussin Date: Thu, 20 Dec 2012 14:31:53 +0100 From: Baptiste Daroussin To: Luca Pizzamiglio Subject: Re: libreoffice 3.5.7_1 and icu-50.1 Message-ID: <20121220133153.GB16972@ithaqua.etoilebsd.net> References: <20121220124451.GA16972@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="OwLcNYc0lM97+oe1" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: office@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, 20 Dec 2012 13:32:02 -0000 --OwLcNYc0lM97+oe1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 20, 2012 at 02:20:22PM +0100, Luca Pizzamiglio wrote: > Hi, > thanks for the fast answer!!! >=20 > @Joseph, > Yes, I read the UPDATING file, but I guess the -w option is not a solution > in this case. > the -w option is a temporary fix to store the old library for compatibili= ty > reasons with "not yet recompiled" packages. > AFAIK, the goal of bumping libreoffice PORTREVISION is to use the last > version of libraries, avoiding the usage of the previous library version. > Moreover, if I'm not wrong, the icu50 namespace is not present in the > previous icu48 library. >=20 > @bapt, > I get the same error..... >=20 I really fail at seeing where the issue comes from, I ll to come back soon = with a fix, perhaps upgrading to libreoffice 3.6 would be the best solutiom. Don= t know, sprry for the mess. Bapt --OwLcNYc0lM97+oe1 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDTE0kACgkQ8kTtMUmk6EysQQCfcS3JzHxc7PmydEjG/DkdNmW/ IOkAn18c/3hvj1rT8FR+deknNsxfRMk5 =gkSY -----END PGP SIGNATURE----- --OwLcNYc0lM97+oe1-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 13:45:15 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E62E4F0A for ; Thu, 20 Dec 2012 13:45:15 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f49.google.com (mail-bk0-f49.google.com [209.85.214.49]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6AC8FC16 for ; Thu, 20 Dec 2012 13:45:14 +0000 (UTC) Received: by mail-bk0-f49.google.com with SMTP id jm19so1663335bkc.8 for ; Thu, 20 Dec 2012 05:45:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=J4h7sMMX5hrDoeeUE2uwhibVk5fzLj4E7KOiSI1ms+c=; b=TWE9V+hNSICyvvXkAxaF3A1bvmWGrkR4+jL2ReX6wvRDXbGri6juCflkXLHjEDVp5V 3Z6QGspcmgGb5Kz3gUvWAsCERwzKm9Q/4R7nox/kx31TaJW+IDf6JRWcTu1mDyW05btU ffZerAqsMp5pSuG5uQ1Ys6P6p9RpzEENXtFTJf0FQNNK71iUYcfi49W1UbjP3FL7KhlP 0eWjhHq677KfE3K1I7WIctVxSCWWqZZ6pm0DIwgoPGUtXyEuuXMUErw0h06r1+NscZKg C42xcSdQHjlgIgK9R4CUY142n0W/WQmoFf4CUTaE21TAwVAP4W1Z9udTJdRbmUQ4SmtN Q5VQ== MIME-Version: 1.0 Received: by 10.204.150.137 with SMTP id y9mr4560717bkv.103.1356011113827; Thu, 20 Dec 2012 05:45:13 -0800 (PST) Received: by 10.204.167.71 with HTTP; Thu, 20 Dec 2012 05:45:13 -0800 (PST) Received: by 10.204.167.71 with HTTP; Thu, 20 Dec 2012 05:45:13 -0800 (PST) In-Reply-To: <20121219092347.4cafd59d@scorpio> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> Date: Thu, 20 Dec 2012 13:45:13 +0000 Message-ID: Subject: Re: Dropbox on FreeBSD From: Chris Rees To: FreeBSD Mailing List 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: Thu, 20 Dec 2012 13:45:16 -0000 On 19 Dec 2012 14:24, "Jerry" wrote: > > On Wed, 19 Dec 2012 14:32:57 +0100 > Frank Staals articulated: > > > Jerry writes: > > > > > I was asked about the feasibility of setting up Dropbox > > > on a FreeBSD machine, > > > specifically under KDE if possible. I found three references to > > > Dropbox in the ports tree; however, I am not sure that they are > > > exactly what I am looking for. Does anyone have any experience with > > > this software or specific information on it? > > > > As far as I know it is currently impossible to run dropbox on FreeBSD, > > as it requires inotify, as found in the Linux kernel, to detect when > > files have changed. > > Thanks, I told the individual that I didn't think it would work. I saw > something on a forum regarding it. I don't remember exactly what it > referred to though. It is not going to happen in v.9.x of FreeBSD; > however, perhaps before bumping the version to v.10, someone > might get this resolved. However, sometimes I wonder if certain > individuals are more interested in bumping version numbers as opposed > to putting out fully functional software. It needs porting to kevent. Someone may do it for payment, some may do it for fun, but no-one will do it for you until you learn some manners. Or you could do it yourself. Chris From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 14:09:48 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A1726EF; Thu, 20 Dec 2012 14:09:48 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-la0-f48.google.com (mail-la0-f48.google.com [209.85.215.48]) by mx1.freebsd.org (Postfix) with ESMTP id 51B1F8FC0C; Thu, 20 Dec 2012 14:09:46 +0000 (UTC) Received: by mail-la0-f48.google.com with SMTP id m13so3019855lah.21 for ; Thu, 20 Dec 2012 06:09:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=RxfjvO7SQhs0pbmyZtOFzGHJrMn/YkzZtqlbn3kTpaA=; b=hrTkvNhk2PNfbW4fWHLTXXwwGdfRzwg7yIEKKHLF4EdCSuQ+tjh27AObJ2ltRsTi5m J86hcouaYC2ykCSfgIV4aJoSucecMYWJZHf5hCMACpzuhOd39dfm6G1J3J0VQQQkhemu W1pkvcp58Zk/DiiJPAGZQUj3azTKEPi/c/jAZKIIUmG8dLBkVqTzFckIoaWNS6Zhi8aT tY20lqK4CiYIwsHK6CslBrV8bkCY6NgtGdWfCUqY7yafHE4whKzzrtJRyXe7L/frZ9B4 4f+cgn30D2HOqV4IBtAcmmnl1lYz5YpwBGlPXxh8geaU0dvAxn5obf255MW04A3FJAHQ gs3g== Received: by 10.112.85.35 with SMTP id e3mr3651565lbz.106.1356012585664; Thu, 20 Dec 2012 06:09:45 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.94.202 with HTTP; Thu, 20 Dec 2012 06:09:25 -0800 (PST) In-Reply-To: <20121220133153.GB16972@ithaqua.etoilebsd.net> References: <20121220124451.GA16972@ithaqua.etoilebsd.net> <20121220133153.GB16972@ithaqua.etoilebsd.net> From: Luca Pizzamiglio Date: Thu, 20 Dec 2012 15:09:25 +0100 Message-ID: Subject: Re: libreoffice 3.5.7_1 and icu-50.1 To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: office@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, 20 Dec 2012 14:09:48 -0000 Thanks Bapt! Best regards, Luca On Thu, Dec 20, 2012 at 2:31 PM, Baptiste Daroussin wrote: > On Thu, Dec 20, 2012 at 02:20:22PM +0100, Luca Pizzamiglio wrote: > > Hi, > > thanks for the fast answer!!! > > > > @Joseph, > > Yes, I read the UPDATING file, but I guess the -w option is not a > solution > > in this case. > > the -w option is a temporary fix to store the old library for > compatibility > > reasons with "not yet recompiled" packages. > > AFAIK, the goal of bumping libreoffice PORTREVISION is to use the last > > version of libraries, avoiding the usage of the previous library version. > > Moreover, if I'm not wrong, the icu50 namespace is not present in the > > previous icu48 library. > > > > @bapt, > > I get the same error..... > > > > I really fail at seeing where the issue comes from, I ll to come back soon > with > a fix, perhaps upgrading to libreoffice 3.6 would be the best solutiom. > Don t > know, sprry for the mess. > > Bapt > From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 14:20:32 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08E9990E; Thu, 20 Dec 2012 14:20:32 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com [209.85.161.181]) by mx1.freebsd.org (Postfix) with ESMTP id 8B1508FC15; Thu, 20 Dec 2012 14:20:31 +0000 (UTC) Received: by mail-gg0-f181.google.com with SMTP id s6so695610ggc.26 for ; Thu, 20 Dec 2012 06:20:25 -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:content-type :content-transfer-encoding; bh=OgxKrxKSbgPA+jhsQNHn7/pEYj/C8ut5tmMTwcgWyU0=; b=dhtY7Z3rH3n9alKqvR3kI7Ato33pc8EKzX4HkMedQw6vVpPTysCAmsbiXBrAkqPBtJ nbOB1lIK1pBinx32vHLNI9gPHUwto6K1kLOgEzNHeekuCusC36rx0dz8W3yDBFYrCjLd Qz3d2AA/bMc3baqJQk5y4PpTMZS6ygqlb0MqfbTxNk0JgZRgxZyjyb3OGVOMXtpqsHF5 chpYgAKtCXzVKsGK30JtmAv62UUmIDUvA19LiMccTn+LzyuObV/GIhDcfk+dr3Hcve/7 IAMzsQI+JpVU0iL0fvnlhOsjepK15TYjeIm3mEwxGelfF+PIy/TVhsoulCR5yN91ky+v yxtQ== X-Received: by 10.236.129.129 with SMTP id h1mr9063247yhi.112.1356006852725; Thu, 20 Dec 2012 04:34:12 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id a9sm402336anb.6.2012.12.20.04.34.10 (version=SSLv3 cipher=OTHER); Thu, 20 Dec 2012 04:34:11 -0800 (PST) Message-ID: <50D305BF.1000402@gmail.com> Date: Thu, 20 Dec 2012 06:34:07 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Luca Pizzamiglio Subject: Re: libreoffice 3.5.7_1 and icu-50.1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: office@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, 20 Dec 2012 14:20:32 -0000 On 12/20/12 06:30, Luca Pizzamiglio wrote: > Hi, > > I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1 > version portmaster -w -r devel/icu -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 15:03:11 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA011F24 for ; Thu, 20 Dec 2012 15:03:11 +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 734F88FC0A for ; Thu, 20 Dec 2012 15:03:11 +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 qBKF35Pm089408 for ; Thu, 20 Dec 2012 10:03:10 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBKF35XO089397; Thu, 20 Dec 2012 10:03:05 -0500 (EST) (envelope-from portscout) Message-Id: <201212201503.qBKF35XO089397@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 20 Dec 2012 10:03:05 -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, 20 Dec 2012 15:03:11 -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/tclthread | 2.6.7 | 2.7.0 ------------------------------------------------+-----------------+------------ www/tikiwiki | 9.2 | 10.0 ------------------------------------------------+-----------------+------------ 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 Dec 20 15:33:04 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8467A7AC for ; Thu, 20 Dec 2012 15:33:04 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 188E48FC12 for ; Thu, 20 Dec 2012 15:33:03 +0000 (UTC) Received: by mail-gg0-f182.google.com with SMTP id e5so717114ggh.41 for ; Thu, 20 Dec 2012 07:32:57 -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=HGDYglekPoirqDjaI+IRTQjwDdJtc2kDumgpFq2GzcI=; b=dUt5OE4AZPAgYygPN1FPwRyVwLAbhMlNpkje+LdCt19rsZrVkKvLGiVuFBWl82jKB3 Rs+G3Cf0/kOCKHqV7HhsJHBkc3eNNyUnnpOv6TIL8uELps3QVNV/h4zYEnKbwzNihWzz i8Rtm/9oxxnJX94hfB9H8x1aPglGmcMiAXYcA= 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=HGDYglekPoirqDjaI+IRTQjwDdJtc2kDumgpFq2GzcI=; b=Kz8ZWe4jTi0w2RkPcRrb5K8y+coTE5s1uLlMOf9k4jiknYLqYgrajrw91yKvopBsUM UMuMccUuEZL7eYmxym//JfBhSjZbxPnsO7K9eg5ti/Nk3zPj5u74SUdO4Vtj3/b7swhe BGC5mpMMkej5TvYH29gg5/phSZD9oM+a1kNGuwmKrJTDw9CmFCUoxCpg6HgDeSYPPaF8 2h5MwlLErS7UZXuX8A7XIsDtf5A9GNoY3s49mQyya77+OjDaxKzUb2uD/B9Jyepsoqwg PK+yG4KFoC2Z19at6w76CoUZJUDHhY22Ox5HpOH9LLWNPV6qh2J9XoYx9jalcGbYxeyQ 5M3A== X-Received: by 10.236.161.233 with SMTP id w69mr9426907yhk.74.1356016028738; Thu, 20 Dec 2012 07:07:08 -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 t3sm7165848ane.4.2012.12.20.07.07.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Dec 2012 07:07:08 -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 3YRxCG5tWCz2CG4D for ; Thu, 20 Dec 2012 10:07:06 -0500 (EST) Date: Thu, 20 Dec 2012 10:07:05 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD Message-ID: <20121220100705.2cf8c311@scorpio> In-Reply-To: References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@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: ALoCoQl1LqPYdqIbNcuFBY14xghcls6ewpcxPz5uop4ZRiFztqWWPz+AjjQdv5CI3W6oNX06s4zp 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, 20 Dec 2012 15:33:04 -0000 On Thu, 20 Dec 2012 13:45:13 +0000 Chris Rees articulated: > It needs porting to kevent. > > Someone may do it for payment, some may do it for fun, but no-one > will do it for you until you learn some manners. > > Or you could do it yourself. I have suggested several times that FreeBSD create a fund specifically for the hiring of professional programmers to take care of these edge problems. Or, in the case of poor support for quality wireless devices, a team devoted to creating drivers for them. Other OSs have gone this route to varying degrees with good success. However, FreeBSD continues to lag behind. The FreeBSD team seems more interested in bumping major version numbers than creating a fully functional OS. In my opinion, version 9 is really nothing more than version 7.x. Since I figured out how to make Dropbox work with the files in question on my FreeBSD box just fine from an MS Windows machine, I am no longer interested in getting a native FreeBSD version of Drobbox; although, I do think it would be a worthwhile endeavor nevertheless. -- 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 Dec 20 15:58:24 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A21ABE5F for ; Thu, 20 Dec 2012 15:58:24 +0000 (UTC) (envelope-from brooks@lor.one-eyed-alien.net) Received: from lor.one-eyed-alien.net (lor.one-eyed-alien.net [69.66.77.232]) by mx1.freebsd.org (Postfix) with ESMTP id E84838FC17 for ; Thu, 20 Dec 2012 15:58:23 +0000 (UTC) Received: from lor.one-eyed-alien.net (localhost [127.0.0.1]) by lor.one-eyed-alien.net (8.14.5/8.14.5) with ESMTP id qBKFwGb4046927 for ; Thu, 20 Dec 2012 09:58:16 -0600 (CST) (envelope-from brooks@lor.one-eyed-alien.net) Received: (from brooks@localhost) by lor.one-eyed-alien.net (8.14.5/8.14.5/Submit) id qBKFwGCw046926 for freebsd-ports@freebsd.org; Thu, 20 Dec 2012 09:58:16 -0600 (CST) (envelope-from brooks) Date: Thu, 20 Dec 2012 09:58:16 -0600 From: Brooks Davis To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD Message-ID: <20121220155816.GA46569@lor.one-eyed-alien.net> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121220100705.2cf8c311@scorpio> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="6c2NcOVqGQ03X4Wi" Content-Disposition: inline In-Reply-To: <20121220100705.2cf8c311@scorpio> 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: Thu, 20 Dec 2012 15:58:24 -0000 --6c2NcOVqGQ03X4Wi Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 20, 2012 at 10:07:05AM -0500, Jerry wrote: > On Thu, 20 Dec 2012 13:45:13 +0000 > Chris Rees articulated: >=20 > > It needs porting to kevent. > >=20 > > Someone may do it for payment, some may do it for fun, but no-one > > will do it for you until you learn some manners. > >=20 > > Or you could do it yourself. >=20 > I have suggested several times that FreeBSD create a fund specifically > for the hiring of professional programmers to take care of these edge > problems. There is such a fund. http://www.freebsdfoundation.org/donate/ -- Brooks --6c2NcOVqGQ03X4Wi Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFQ0zWXXY6L6fI4GtQRAmMgAJ0YN5XLxg9kbGeBHCc6ptTpXiWZawCeJicS VCvXzebn+U7UmgGy9KOMQHU= =3nCn -----END PGP SIGNATURE----- --6c2NcOVqGQ03X4Wi-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 16:12:04 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4710109 for ; Thu, 20 Dec 2012 16:12:04 +0000 (UTC) (envelope-from david.demelier@etu.unistra.fr) Received: from mailhost.u-strasbg.fr (mailhost.u-strasbg.fr [IPv6:2001:660:2402::154]) by mx1.freebsd.org (Postfix) with ESMTP id 44C618FC13 for ; Thu, 20 Dec 2012 16:12:03 +0000 (UTC) Received: from md15.u-strasbg.fr (md15.u-strasbg.fr [130.79.200.204]) by mailhost.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qBKGC2GN013869 for ; Thu, 20 Dec 2012 17:12:02 +0100 (CET) (envelope-from david.demelier@etu.unistra.fr) Received: from mailserver.u-strasbg.fr (ms15.u-strasbg.fr [130.79.204.115]) by md15.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qBKGC1Ng032557 for ; Thu, 20 Dec 2012 17:12:01 +0100 (envelope-from david.demelier@etu.unistra.fr) Received: from Melon.malikania.fr (wifi-osiris-sec-23-220.u-strasbg.fr [130.79.23.220]) (user=demelier mech=PLAIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id qBKGC0ww003099 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 20 Dec 2012 17:12:01 +0100 (envelope-from david.demelier@etu.unistra.fr) Message-ID: <50D338D0.1010407@etu.unistra.fr> Date: Thu, 20 Dec 2012 17:12:00 +0100 From: David Demelier 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: x11-servers/xorg-server fails to build Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (mailhost.u-strasbg.fr [130.79.200.154]); Thu, 20 Dec 2012 17:12:02 +0100 (CET) X-Spam-Status: No, score=-100.0 required=5.0 tests=USER_IN_WHITELIST autolearn=disabled version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mr4.u-strasbg.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: Thu, 20 Dec 2012 16:12:04 -0000 Hello, I'm trying to build xorg-server-1.10.6_2,1, but it fails with : gmake[2]: Entering directory `/usr/obj/usr/ports/x11-servers/xorg-server/work/xorg-server-1.10.6/xkb' gmake[2]: Nothing to be done for `install-exec-am'. test -z "/usr/local/share/X11/xkb/compiled" || .././install-sh -c -d "/usr/local/share/X11/xkb/compiled" mkdir: /usr/local/share/X11/xkb/compiled: No such file or directory mkdir: /usr/local/share/X11/xkb/compiled: No such file or directory gmake[2]: *** [install-dist_xkbcompiledDATA] Error 1 gmake[2]: Leaving directory `/usr/obj/usr/ports/x11-servers/xorg-server/work/xorg-server-1.10.6/xkb' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/usr/obj/usr/ports/x11-servers/xorg-server/work/xorg-server-1.10.6/xkb' gmake: *** [install-recursive] Error 1 *** [do-install] Error code 2 Stop in /usr/ports/x11-servers/xorg-server. *** [install] Error code 1 David From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 16:29:55 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 123396AA; Thu, 20 Dec 2012 16:29:55 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward3h.mail.yandex.net (forward3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::3]) by mx1.freebsd.org (Postfix) with ESMTP id 798F48FC15; Thu, 20 Dec 2012 16:29:54 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward3h.mail.yandex.net (Yandex) with ESMTP id 9759113611DA; Thu, 20 Dec 2012 20:29:52 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 36A141B4001C; Thu, 20 Dec 2012 20:29:52 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id Tp0KZOV3-Tp08r5BB; Thu, 20 Dec 2012 20:29:52 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1356020992; bh=sqTjLx3qvIWPzX3BfAWWwl1QXacoVujGMXsSkFjYuOM=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=mjkHrF3OclWLRjd6uHRm0P5CIUOkbzYs+ZKB69Kg4VjGnkQncEHP80g54G+r+FuzN G981xE4StiQgQd/n62qEz1QKhqfBOQeUGqpDogq8D2TXJOD8op4/EpKDbaciI2AlaF 5bFyvw00d+joSvGLzem4Cbx9dGH0AhzOKhHcwzIQ= Message-ID: <50D33CCF.3030200@yandex.ru> Date: Thu, 20 Dec 2012 20:29:03 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D23A38.6000203@yandex.ru> <20121219222246.GA77516@triton8.kn-bremen.de> In-Reply-To: <20121219222246.GA77516@triton8.kn-bremen.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@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, 20 Dec 2012 16:29:55 -0000 Juergen Lock wrote on 20.12.2012 02:22: > On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote: >> Hi Juergen, >> >> thank you for an update. I just tested it. Everything seems working >> fine. But mkv playing issue still not resolved. I still getting that >> "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" >> message when trying to watch any mkv-movie :( >> > Hm I wonder if something is up with our multimedia/libmatroska port... > According to > > http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20 > > you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround, > does that fix it for you? > > Thanx, > Juergen Ok, it really helped. Thank you! But for me it was not "FFmpeg Demux", but "avformat demux". I have nothing containung "FFmpeg" in the list of demuxers. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 16:58:49 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2828BE3D; Thu, 20 Dec 2012 16:58:49 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-vc0-f172.google.com (mail-vc0-f172.google.com [209.85.220.172]) by mx1.freebsd.org (Postfix) with ESMTP id B262B8FC0A; Thu, 20 Dec 2012 16:58:48 +0000 (UTC) Received: by mail-vc0-f172.google.com with SMTP id fw7so4023807vcb.17 for ; Thu, 20 Dec 2012 08:58:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=82vvYnzN4LYQjjWS1M0dSTLXLmwQOF0xWFwMDxF7JlI=; b=0UQh+lpMAJuJprHdBtLeZ0G2SEmdteF9389FIxDH4gysIVnKO4clMtaGdiwqxD2Ysh ngyU40EOkIf2OUWl9Ra4waOEaJinFsZV/M3fr1AUQn3X0UpMz65IyroVizReOzE65z7F u0+hddh/YUKth983T7Szcy3Nj1HlQ3v51VEEajO01n3c/kfDTfoetaA+/uHvpIRGXWwm p33a0fJy6mhKs7/A55WCWDODGN8dLgezC9+ho/LtHCVhIEsEQK4UAhqbHZp2OOq3v/R6 pdOa2/HFt9oX3r+YW0kzRWzP7cQXjHUuTK8WVhq5V+YAO/p6jD+xwZOvdwvn6UyvYfZ2 SJ2w== MIME-Version: 1.0 Received: by 10.58.161.113 with SMTP id xr17mr16060465veb.3.1356022722050; Thu, 20 Dec 2012 08:58:42 -0800 (PST) Received: by 10.58.214.226 with HTTP; Thu, 20 Dec 2012 08:58:41 -0800 (PST) In-Reply-To: <20121220155816.GA46569@lor.one-eyed-alien.net> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121220100705.2cf8c311@scorpio> <20121220155816.GA46569@lor.one-eyed-alien.net> Date: Thu, 20 Dec 2012 08:58:41 -0800 Message-ID: Subject: Re: Dropbox on FreeBSD From: Mehmet Erol Sanliturk To: Brooks Davis Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 20 Dec 2012 16:58:49 -0000 On Thu, Dec 20, 2012 at 7:58 AM, Brooks Davis wrote: > On Thu, Dec 20, 2012 at 10:07:05AM -0500, Jerry wrote: > > On Thu, 20 Dec 2012 13:45:13 +0000 > > Chris Rees articulated: > > > > > It needs porting to kevent. > > > > > > Someone may do it for payment, some may do it for fun, but no-one > > > will do it for you until you learn some manners. > > > > > > Or you could do it yourself. > > > > I have suggested several times that FreeBSD create a fund specifically > > for the hiring of professional programmers to take care of these edge > > problems. > > There is such a fund. http://www.freebsdfoundation.org/donate/ > > -- Brooks > The above page and the other pages in http://www.freebsdfoundation.org/ needs to be more improved . For example : In the page http://www.freebsdfoundation.org/donate/ there are the following links : http://www.freebsdfoundation.org/announcements.shtml#fundraising ( FreeBSD Foundation's Year-End Fundraising Campaign! ) http://www.freebsdfoundation.org/donate/where.shtml ( Where does your contribution go? ) No one of the above pages makes a complete list of requirements . Mainly , donation only some money may NOT be an appropriate solution for a possible donor . In page http://www.freebsdfoundation.org/faqs.shtml there is a question : How Can I Donate Some Hardware? >From this question , there is a link to the following page : http://www.freebsd.org/donations/ In that page , there is the following link : http://www.freebsd.org/donations/wantlist.html ( FreeBSD Developers Want List ) ( From this page , it is NOT possible whether the listed requirements are still existent or not , when the dates are inspected . In that form , it may be considered very unhelpful with the fact that actual ( new ) requirements are buried very OLD dates . ) After considering the above pages , it is possible to make the following suggestions : When a person suggest or specify a new requirement , please do NOT push him/her away with a smashing sentence : Evry one is NOT either a computer engineer on ( operating system software or software engineering ) or a competent software developer / porter . These may be just persons which are trying to solve their problems with very likely possibility that they are NOT able to solve their problems by themselves and telling their needs . Design the following page to serve more informative manner : http://www.freebsdfoundation.org/donate/ Insert information about http://www.freebsd.org/donations/wantlist.html ( FreeBSD Developers Want List ) page ( with sorted with respect to ( date , or subject ) , and remove unnecessary items ) Insert information about names of projects which requires human labour with estimated costs ( including hardware ) to allow people to donate those projects by specifying their name(s) either money or hardware . Insert a form to get new project suggestions with promised possible donations or requesting a cost estimate ( prepared with respect to a donated amount specified on that form because to cover cost of required human labour ) to donate . With that facility , people may seek to solve their problem(s) with guaranteed outcome(s) . I think the above features will improve this page . Obviously , there may be a more useful design . Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 17:31:08 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99917871; Thu, 20 Dec 2012 17:31:08 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-ye0-f173.google.com (mail-ye0-f173.google.com [209.85.213.173]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6108FC0A; Thu, 20 Dec 2012 17:31:07 +0000 (UTC) Received: by mail-ye0-f173.google.com with SMTP id l5so768077yen.32 for ; Thu, 20 Dec 2012 09:31:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:subject:from:to:cc:in-reply-to:references :disposition-notification-to:content-type:date:message-id :mime-version:x-mailer; bh=BUyccRtbsh4i4cMyPjsXZcfBtQTZEnOMaMqhczIeKfM=; b=jgT7DwHCGQeYaueH78NooaAMFa6nFcu5M1HTxFqhFOqoMo1W4uDbL5qwgVwwrkFMgK kVgyt1MnOKI8fnCvcYQC7b9nedIFHVJT/oXtyOe1M8yrbL+7BQuG1ZO1Kxi7C0gGiKa7 KCxKFpHAkZV2rPyyHfhw8b0v2YQiSfkMFenNvNKK+rxHK7XZQDbZhqVcptAOdnYSD2kr 8vd3dSwl7EAMI3UYGcytnANU/y1zD6vvS9flHaAOOB2ULLwx0hMst8ZF4n5z98LivaiX anPS6pka62O6U/9pQzPfne74FRmom9f8eQ9tNDqmqddtth6+Ma0z4CiBMSiaEgtlwUNK lLmg== X-Received: by 10.236.48.8 with SMTP id u8mr9878520yhb.99.1356024661716; Thu, 20 Dec 2012 09:31:01 -0800 (PST) Received: from [192.168.6.230] ([189.123.205.219]) by mx.google.com with ESMTPS id e7sm7474619ang.8.2012.12.20.09.30.59 (version=SSLv3 cipher=OTHER); Thu, 20 Dec 2012 09:31:00 -0800 (PST) Subject: Re: Dropbox on FreeBSD From: Sergio de Almeida Lenzi To: Mehmet Erol Sanliturk In-Reply-To: References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121220100705.2cf8c311@scorpio> <20121220155816.GA46569@lor.one-eyed-alien.net> Content-Type: multipart/mixed; boundary="=-pbqV/BNJY2lvSWA3J9oR" Date: Thu, 20 Dec 2012 15:30:57 -0200 Message-ID: <1356024657.33834.29.camel@z6000.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: Brooks Davis , 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: Thu, 20 Dec 2012 17:31:08 -0000 --=-pbqV/BNJY2lvSWA3J9oR Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Strange... there is a source code distribution of dropbox in the site the file is: nautilus-dropbox-1.4.0.tar.bz2 it compiles as an extention to nautilus (gnome...) it needs, nautilus, py-gtk2, gtk-update-icon cache... it installs and nautilus recognizes it... attached is a "port" of dropbox... (needs gnome2.32) I do not have a dropbox account but, one who have, should try... --=-pbqV/BNJY2lvSWA3J9oR-- From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 17:49:47 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 600DDF93; Thu, 20 Dec 2012 17:49:47 +0000 (UTC) (envelope-from rjk@wintek.com) Received: from local.wintek.com (local.wintek.com [72.12.201.234]) by mx1.freebsd.org (Postfix) with ESMTP id 155EB8FC15; Thu, 20 Dec 2012 17:49:46 +0000 (UTC) Received: from rjk.wintek.local (172.28.1.248) by local.wintek.com (172.28.1.234) with Microsoft SMTP Server (TLS) id 8.1.436.0; Thu, 20 Dec 2012 12:48:34 -0500 Message-ID: <50D34F72.60202@wintek.com> Date: Thu, 20 Dec 2012 12:48:34 -0500 From: Richard Kuhns Organization: Wintek Corporation User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Baptiste Daroussin Subject: Re: libreoffice 3.5.7_1 and icu-50.1 References: <20121220124451.GA16972@ithaqua.etoilebsd.net> In-Reply-To: <20121220124451.GA16972@ithaqua.etoilebsd.net> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: "office@freebsd.org" , "freebsd-ports@freebsd.org" , Luca Pizzamiglio X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: rjk@wintek.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Dec 2012 17:49:47 -0000 On 12/20/12 07:44, Baptiste Daroussin wrote: > On Thu, Dec 20, 2012 at 01:30:37PM +0100, Luca Pizzamiglio wrote: >> Hi, >> >> I've some trouble to compile libreoffice 3.5.7_1 after icu update to 50.1 >> version >> >> the problem is located in i18npool module and the error is during the >> link phase: >> >> /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.7.2/workdir/ >> unxfbsdi.pro/CxxObject/i18npool/source/collator/gencoll_rule.o: In >> function `sal_main_with_args(int, char**)': >> gencoll_rule.cxx:(.text+0x3e5): undefined reference to >> `icu_50::UnicodeString::UnicodeString(char16_t const*)' >> >> >> In details, the source code of i18npool/source/collator/gencoll_rule.cxx >> line that creates the problem is the 119: >> >> RuleBasedCollator *coll = new RuleBasedCollator(reinterpret_cast> UChar *>(Obuf.getStr()), status); // UChar != sal_Unicode in MinGW >> >> effectively, objdump confirm a problem with UnicodeString constructors. >> In gencoll_rule.o the symbol is: >> >> 00000000 *UND* 00000000 _ZN6icu_5013UnicodeStringC1EPKDs >> >> but constructor symbols in /usr/local/lib/libicuuc.so.50.1 are: >> >> 00970d0 g DF .text 00000085 Base _ZN6icu_5013UnicodeStringC1EPKti >> 00092590 g DF .text 00000079 Base _ZN6icu_5013UnicodeStringC1EPKci >> 000971f0 g DF .text 00000086 Base _ZN6icu_5013UnicodeStringC1EPKt >> 00092790 g DF .text 00000117 Base >> _ZN6icu_5013UnicodeStringC1EPKciP10UConverterR10UErrorCode 00095d00 g DF >> .text 000000e7 Base _ZN6icu_5013UnicodeStringC1EPKciNS0_10EInvariantE >> 00092490 g DF .text 0000007d Base _ZN6icu_5013UnicodeStringC1EPKcS2_ >> 00092390 g DF .text 00000078 Base _ZN6icu_5013UnicodeStringC1EPKciS2_ >> 00092690 g DF .text 0000007e Base _ZN6icu_5013UnicodeStringC1EPKc >> >> I've no idea how to fix it, it seems that at compile time the constructor >> is recognized, but at link time it doesn't. >> >> My system is STABLE-8 i386. >> >> any suggestion to solve this issue? >> >> Thanks in advance! Best regards, Luca >> _______________________________________________ >> freebsd-office@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-office To unsubscribe, >> send any mail to "freebsd-office-unsubscribe@freebsd.org" > > Try building with WITH_GCC > > regards, Bapt > I had the same problem, but after rebuilding icu-50.1 with gcc the libreoffice rebuild then went without a hitch. FreeBSD 9.1-PRERELEASE #12 r243289 -- Richard Kuhns My Desk: 765-269-8541 Wintek Corporation Internet Support: 765-269-8503 427 N 6th Street Consulting: 765-269-8504 Lafayette, IN 47901-2211 Accounting: 765-269-8502 From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 19:17:48 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17876A03 for ; Thu, 20 Dec 2012 19:17:48 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from asbnvacz-mailrelay01.megapath.net (asbnvacz-mailrelay01.megapath.net [207.145.128.243]) by mx1.freebsd.org (Postfix) with ESMTP id CCF498FC15 for ; Thu, 20 Dec 2012 19:17:47 +0000 (UTC) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.53]) by asbnvacz-mailrelay01.megapath.net (Postfix) with ESMTP id D65AFA713E4 for ; Thu, 20 Dec 2012 14:17:40 -0500 (EST) Received: (qmail 30345 invoked from network); 20 Dec 2012 19:17:40 -0000 Received: by simscan 1.4.0 ppid: 29558, pid: 17361, t: 0.1591s scanners: clamav: 0.88.2/m:52/d:13495 Received: from unknown (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Dec 2012 19:17:40 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5261733C32; Thu, 20 Dec 2012 14:17:39 -0500 (EST) From: Lowell Gilbert To: Sergio de Almeida Lenzi Subject: Re: Dropbox on FreeBSD References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121220100705.2cf8c311@scorpio> <20121220155816.GA46569@lor.one-eyed-alien.net> <1356024657.33834.29.camel@z6000.lenzicasa> Date: Thu, 20 Dec 2012 14:17:39 -0500 In-Reply-To: <1356024657.33834.29.camel@z6000.lenzicasa> (Sergio de Almeida Lenzi's message of "Thu, 20 Dec 2012 15:30:57 -0200") Message-ID: <44hang354c.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: Brooks Davis , 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: Thu, 20 Dec 2012 19:17:48 -0000 Sergio de Almeida Lenzi writes: > Strange... > > there is a source code distribution of dropbox in the > site the file is: nautilus-dropbox-1.4.0.tar.bz2 > > it compiles as an extention to nautilus (gnome...) > it needs, nautilus, py-gtk2, gtk-update-icon cache... > > it installs and nautilus recognizes it... > > attached is a "port" of dropbox... (needs gnome2.32) Not really... > I do not have a dropbox account but, one who have, should try... For my purposes, the CLI tools that come with the dropbox-api port are good enough... From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 19:30:11 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 324FAB5E; Thu, 20 Dec 2012 19:30:11 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D681E8FC12; Thu, 20 Dec 2012 19:30:10 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id D33501E00765; Thu, 20 Dec 2012 20:30:09 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id qBKJRokV081039; Thu, 20 Dec 2012 20:27:50 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id qBKJRoph081038; Thu, 20 Dec 2012 20:27:50 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 20 Dec 2012 20:27:50 +0100 To: Ruslan Makhmatkhanov Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121220192750.GB80858@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D23A38.6000203@yandex.ru> <20121219222246.GA77516@triton8.kn-bremen.de> <50D33CCF.3030200@yandex.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50D33CCF.3030200@yandex.ru> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , 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, 20 Dec 2012 19:30:11 -0000 On Thu, Dec 20, 2012 at 08:29:03PM +0400, Ruslan Makhmatkhanov wrote: > Juergen Lock wrote on 20.12.2012 02:22: > > On Thu, Dec 20, 2012 at 02:05:44AM +0400, Ruslan Makhmatkhanov wrote: > >> Hi Juergen, > >> > >> thank you for an update. I just tested it. Everything seems working > >> fine. But mkv playing issue still not resolved. I still getting that > >> "mkv demux error: cannot find KaxSegment or missing mandatory KaxInfo" > >> message when trying to watch any mkv-movie :( > >> > > Hm I wonder if something is up with our multimedia/libmatroska port... > > According to > > > > http://forum.videolan.org/viewtopic.php?f=12&t=89814&start=20 > > > > you can try selecting "FFmpeg Demux" in "Demuxers" as a workaround, > > does that fix it for you? > > > > Thanx, > > Juergen > > Ok, it really helped. Thank you! But for me it was not "FFmpeg Demux", > but "avformat demux". I have nothing containung "FFmpeg" in the list of > demuxers. > Ah I guess they renamed the option because there are ffmpeg forks now... Thanx, :) Juergen From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 19:30:11 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31E53B5D; Thu, 20 Dec 2012 19:30:11 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D67CD8FC0A; Thu, 20 Dec 2012 19:30:10 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id BDCF01E007A7; Thu, 20 Dec 2012 20:30:09 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id qBKJPra5081017; Thu, 20 Dec 2012 20:25:53 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id qBKJPrM8081016; Thu, 20 Dec 2012 20:25:53 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 20 Dec 2012 20:25:53 +0100 To: Pawel Pekala Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121220192553.GA80858@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <20121219235415.4b0b5a39@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121219235415.4b0b5a39@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@FreeBSD.org, Juergen Lock , 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, 20 Dec 2012 19:30:11 -0000 On Wed, Dec 19, 2012 at 11:54:15PM +0100, Pawel Pekala wrote: > Dnia 2012-12-19, o godz. 22:44:00 > Juergen Lock napisa?(a): > > >Hi! > > > > It's this time again, there's a new vlc release out and I want to > > update > >the port: > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > > > Everyone is invited to test this update and post any issues they > > find... > > Works well here, 10.0-CURRENT. With default options there are couple > missing deps on my system: > > [corn:ports/multimedia/vlc]# pkg-lib-check vlc-2.0.5,3/ > ERR: not registered missing dependency audio/libcddb > ERR: not registered missing dependency audio/libsamplerate > ERR: not registered missing dependency devel/ORBit2 > ERR: not registered missing dependency devel/gconf2 > ERR: not registered missing dependency devel/gnome-vfs > ERR: not registered missing dependency multimedia/libbluray > ERR: not registered missing dependency multimedia/libkate > WARN: not registered implicit dependency devel/dbus-glib > WARN: not registered implicit dependency devel/glib20 > WARN: not registered implicit dependency devel/libpthread-stubs > WARN: not registered implicit dependency devel/orc > WARN: not registered implicit dependency devel/pcre > WARN: not registered implicit dependency graphics/aalib > WARN: not registered implicit dependency graphics/jpeg > WARN: not registered implicit dependency graphics/libdrm > WARN: not registered implicit dependency math/gmp > WARN: not registered implicit dependency multimedia/libvpx > WARN: not registered implicit dependency multimedia/schroedinger > WARN: not registered implicit dependency multimedia/xvid > WARN: not registered implicit dependency print/freetype2 > WARN: not registered implicit dependency security/libgpg-error > WARN: not registered implicit dependency security/nettle > WARN: not registered implicit dependency security/p11-kit > WARN: not registered implicit dependency textproc/expat2 > WARN: not registered implicit dependency textproc/libebml > WARN: not registered implicit dependency textproc/libxml2 > WARN: not registered implicit dependency x11-fonts/fontconfig > WARN: not registered implicit dependency x11/libICE > WARN: not registered implicit dependency x11/libSM > WARN: not registered implicit dependency x11/libX11 > WARN: not registered implicit dependency x11/libXau > WARN: not registered implicit dependency x11/libXdamage > WARN: not registered implicit dependency x11/libXdmcp > WARN: not registered implicit dependency x11/libXext > WARN: not registered implicit dependency x11/libXfixes > WARN: not registered implicit dependency x11/libXinerama > WARN: not registered implicit dependency x11/libXrender > WARN: not registered implicit dependency x11/libXxf86vm > Does this fix the missing ones? http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch Thanx, :) Juergen From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 20:20:30 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 38E23DD0; Thu, 20 Dec 2012 20:20:30 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-ee0-f42.google.com (mail-ee0-f42.google.com [74.125.83.42]) by mx1.freebsd.org (Postfix) with ESMTP id 888E48FC15; Thu, 20 Dec 2012 20:20:29 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id c41so1963484eek.15 for ; Thu, 20 Dec 2012 12:20:28 -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=MznIrd8990/6HBejTO//v/P/2P2v4x3ruyjcZhmaZUE=; b=u0MrL/R2r8XaT0JsH97O2SI2dj/xY4uW4yU6dHQXFHHdle0Tk7aYItdwt2hXAiT1Rp lXRwe6u6e73GPvJwfLFRVtSgF+64EvrcQiiqjexGc3UNFg6/+dHrUSe3eBxpRDUu5eE3 5OFfQC+l+KdWIfeGOWwmXu44cAhbSWS53w1ff/oXqWyZKhoQ7stc4dvkwOj0LjNoekD/ hhTbpylq9Uh/+px2GdsaGmTq+4gsA4UVxj+GcfnRkrB12JdJj1X/v9MSiKKz1z3cMyWf fu+rTRmW4RrM6GiBn7S/mqbq+/8vYvFlKCNCV98r+5RbdKQB0bu42CPDyoAFGFve3bT2 Dxvw== X-Received: by 10.14.205.198 with SMTP id j46mr25826828eeo.27.1356034828343; Thu, 20 Dec 2012 12:20:28 -0800 (PST) Received: from localhost ([176.109.164.5]) by mx.google.com with ESMTPS id l3sm17382417eem.14.2012.12.20.12.20.26 (version=SSLv3 cipher=OTHER); Thu, 20 Dec 2012 12:20:27 -0800 (PST) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Thu, 20 Dec 2012 21:19:12 +0100 From: Pawel Pekala To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121220211912.3564794f@FreeBSD.org> In-Reply-To: <20121220192553.GA80858@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <20121219235415.4b0b5a39@FreeBSD.org> <20121220192553.GA80858@triton8.kn-bremen.de> 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: freebsd-multimedia@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, 20 Dec 2012 20:20:30 -0000 Dnia 2012-12-20, o godz. 20:25:53 Juergen Lock napisa=B3(a): >Does this fix the missing ones? > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch Yes, this revision fixes all missing - only implicit ones now. --=20 pozdrawiam / with regards Pawe=B3 P=EAkala From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 20:25:14 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B28D2EDA; Thu, 20 Dec 2012 20:25:14 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0781E8FC0A; Thu, 20 Dec 2012 20:25:13 +0000 (UTC) Received: by mail-ee0-f54.google.com with SMTP id c13so2051192eek.13 for ; Thu, 20 Dec 2012 12:25:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=DlvjRsi/glrUTSe5EROjwnu8INWS+rvuvmtrRVQKyUY=; b=VfA+OgwM8Lut1Cpuh2kgNTeytc3F8tZCGznjliM7q6IXAeRMz9lDn0HEkOh4EmCyNy NT3ALXlJIFf0W0+X98l8WCDCCDilYMlny1f53ed09aUaHC9NFXA2XPVez+GtIT0cFMFM kgltVIAHxkZV6/KDjLqR1xMtAxroMWQz/oAicMBeSZIK1EnrE0zrLOZdeFf5otUCbS5m hQiZ1MC1SvY8qr/TmgSGicdo2AuobA1JkpfAVDs1/sRfvURiAS3g7y4ozyDXwtenBlMi Zdo158kO5xJ3zLz5phBaughyn1TIddquokKuXJcOUOdseGzNT6O2GJwn6NDa/3dwCsX9 oDhA== X-Received: by 10.14.0.3 with SMTP id 3mr25641249eea.16.1356034690613; Thu, 20 Dec 2012 12:18:10 -0800 (PST) Received: from ?IPv6:2001:980:d7ed:1:5419:5949:e555:d1a6? ([2001:980:d7ed:1:5419:5949:e555:d1a6]) by mx.google.com with ESMTPS id v46sm17379919eep.1.2012.12.20.12.18.06 (version=SSLv3 cipher=OTHER); Thu, 20 Dec 2012 12:18:09 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <50D3727B.80808@freebsd.org> Date: Thu, 20 Dec 2012 21:18:03 +0100 From: =?ISO-8859-1?Q?Ren=E9_Ladan?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 References: <20121219214400.GA73465@triton8.kn-bremen.de> In-Reply-To: <20121219214400.GA73465@triton8.kn-bremen.de> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@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, 20 Dec 2012 20:25:14 -0000 On 19-12-2012 22:44, Juergen Lock wrote: > Hi! > > It's this time again, there's a new vlc release out and I want to update > the port: > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > Everyone is invited to test this update and post any issues they find... > A quick test with an online mp3 stream works fine, but I do get this message in the console: VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) Unable to load library icui18n "Cannot load library icui18n: (Shared object "libicui18n.so.48" not found, required by "vlc")" I have icu-50.1 installed, although the port does not seem to use it. So maybe it is triggered by some dependency. René From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 21:42:38 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F2EBBEA; Thu, 20 Dec 2012 21:42:38 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id D49938FC13; Thu, 20 Dec 2012 21:42:37 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 6DDA11E000D6; Thu, 20 Dec 2012 22:42:36 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id qBKLcg1P084820; Thu, 20 Dec 2012 22:38:42 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id qBKLcgJR084819; Thu, 20 Dec 2012 22:38:42 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 20 Dec 2012 22:38:42 +0100 To: =?iso-8859-1?Q?Ren=E9?= Ladan Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121220213841.GA84251@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D3727B.80808@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <50D3727B.80808@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, Juergen Lock , 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, 20 Dec 2012 21:42:38 -0000 On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote: > On 19-12-2012 22:44, Juergen Lock wrote: > > Hi! > > > > It's this time again, there's a new vlc release out and I want to update > > the port: > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > > > Everyone is invited to test this update and post any issues they find... > > > A quick test with an online mp3 stream works fine, but I do get this > message in the console: > > VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) > > Unable to load library icui18n "Cannot load library icui18n: (Shared > object "libicui18n.so.48" not found, required by "vlc")" > > I have icu-50.1 installed, although the port does not seem to use it. > So maybe it is triggered by some dependency. I don't get that here so yes it's probably a problem in a dependency. Thanx, :) Juergen From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 22:04:17 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 995E3EC5 for ; Thu, 20 Dec 2012 22:04:17 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6ABDB8FC15 for ; Thu, 20 Dec 2012 22:04:17 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id n2so1733928dad.27 for ; Thu, 20 Dec 2012 14:04:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=c8SeqLLmWTn01DEeHmW5VjaZgZCKLQcskUk9N37qW1I=; b=jJ7IcGd5i3+5tWr7zShKH+nxI8ls+XO33ydPWQYlTL2HJd8dbQq3iPJhUoqAwblKoG PMV38LBCuk6NoeX3AO2K5cKl6Y1dPw1ydtwWtV8O4TxL8ZHGi+s8lqJDqr0CRpnFTWJC KClhhtBZsqbUlUyGoblbqMTVSZy5BIZe9OYc1CbCTW9tZuO7q9RyBvq1wRrWgUw5hzLk DKowzvDamcv/9rRLQmevRdlcfSrqDmguKtYLz1uG2WfAS2HrB/x8PppC/BjjiejBA5Fi UTN3QwPS36tobYfHEPNYEi3vPnZHF45r2iX+g5qflEHBifqCT/+Ma3UlH5ZSPeNmra64 YRTA== MIME-Version: 1.0 Received: by 10.66.52.102 with SMTP id s6mr31363102pao.6.1356040728884; Thu, 20 Dec 2012 13:58:48 -0800 (PST) Received: by 10.66.80.36 with HTTP; Thu, 20 Dec 2012 13:58:48 -0800 (PST) Date: Thu, 20 Dec 2012 22:58:48 +0100 Message-ID: Subject: java/openjdk6 fails to build.. From: David Demelier To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Thu, 20 Dec 2012 22:04:17 -0000 Hello, I have no luck tonight, openjdk6 fails to build too : c++ -m64 -Xlinker -O1 -m64 -export-dynamic -o ../generated/adfiles/adlc ../generated/adfiles/adlparse.o ../generated/adfiles/archDesc.o ../generated/adfiles/arena.o ../generated/adfiles/dfa.o ../generated/adfiles/dict2.o ../generated/adfiles/filebuff.o ../generated/adfiles/forms.o ../generated/adfiles/formsopt.o ../generated/adfiles/formssel.o ../generated/adfiles/main.o ../generated/adfiles/adlc-opcodes.o ../generated/adfiles/output_c.o ../generated/adfiles/output_h.o gmake[6]: *** No rule to make target `/usr/obj/usr/ports/java/openjdk6/work/hotspot/src/cpu/amd64/vm/x86_64.ad', needed by `../generated/adfiles/bsd_x86_64.ad'. Stop. gmake[6]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[5]: *** [ad_stuff] Error 2 gmake[5]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' gmake[4]: *** [product] Error 2 gmake[4]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' gmake[3]: *** [generic_build2] Error 2 gmake[3]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work/hotspot/make' gmake[2]: *** [product] Error 2 gmake[2]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work/hotspot/make' gmake[1]: *** [hotspot-build] Error 2 gmake[1]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work' gmake: *** [build_product_image] Error 2 *** [do-build] Error code 1 -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Thu Dec 20 23:45:35 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F1FF4978 for ; Thu, 20 Dec 2012 23:45:35 +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 B04828FC12 for ; Thu, 20 Dec 2012 23:45:35 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=aPByWMBm c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=TNjS2myb96UA:10 a=jLN7EqiLvroA:10 a=9YQ-1ebCAAAA:8 a=b0esbFAj5JkA:10 a=dXLNwsh4q0Fd4bqOomIA:9 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:41962] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 0A/80-18920-182A3D05; Thu, 20 Dec 2012 18:42:58 -0500 Date: Thu, 20 Dec 2012 18:42:57 -0500 Message-ID: <0A.80.18920.182A3D05@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: graphics/opencv apparently broken, also out of date: any hope of update? Cc: jhale@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, 20 Dec 2012 23:45:36 -0000 Any hope of updating graphics/opencv, now at version 2.4.3 . I just checked again. I complained about this port being broken last October, and no action on updating even though the ports freeze is past. I notice on freebsd-ports emailing list some requests for updates on other ports so figure I can mention graphics/opencv, which failed to build as of last October. I think the version then was 2.3.1,4 . Tom From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 04:45:47 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 848F16D6 for ; Fri, 21 Dec 2012 04:45:47 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from morbid.purplehat.org (morbid.purplehat.org [206.225.82.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5A2128FC0A for ; Fri, 21 Dec 2012 04:45:47 +0000 (UTC) Received: from localhost (morbid.purplehat.org [206.225.82.173]) by morbid.purplehat.org (Postfix) with ESMTP id 14D6BD8CD76; Thu, 20 Dec 2012 21:45:47 -0700 (MST) Received: from morbid.purplehat.org ([206.225.82.173]) by localhost (morbid.purplehat.org [206.225.82.173]) (maiad, port 10024) with ESMTP id 61668-03; Thu, 20 Dec 2012 21:45:41 -0700 (MST) Received: from [192.168.1.3] (mx2.purplehat.org [24.8.6.185]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: ek@purplehat.org) by morbid.purplehat.org (Postfix) with ESMTPSA id 4A5D5D8CCDB; Thu, 20 Dec 2012 21:45:41 -0700 (MST) Message-ID: <50D3E975.1020607@unfs.us> Date: Thu, 20 Dec 2012 21:45:41 -0700 From: Janketh Jay User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Paul Pathiakis Subject: Re: Port Request - FrontAccounting References: <1345312414.3380.YahooMailNeo@web110509.mail.gq1.yahoo.com> <50305278.8000402@unfs.us> <50305386.90508@unfs.us> <5030BFC1.70200@p-o.co.uk> <1345413641.2572.YahooMailNeo@web110516.mail.gq1.yahoo.com> <5034432B.3020006@unfs.us> In-Reply-To: <5034432B.3020006@unfs.us> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard Cc: "ports@freebsd.org" , 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: Fri, 21 Dec 2012 04:45:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, Finally got around to submitting this tonight with a big thanks to Chris. Thanks! PR number is 174601 and, of course, it can be located here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/174601 Regards, Janky Jay, III On 08/21/2012 08:25 PM, Janketh Jay wrote: > Hi Everyone, > > Thanks for all of this info. regarding the port changes that > should be done. I haven't played with the port system in a while so > I'm definitely a bit rusty and I'm sure there have been many > changes (Hence the Apache 2.0 bit... :o!) Anyhow, I had to skip > town for a few days for something EXTREMELY important (golf...) but > I will try to get this fixed and submitted within the next few > days. > > Thanks again, Janky Jay, III > > > On 08/19/2012 04:00 PM, Paul Pathiakis wrote: >> My thanks to all of you on this. :-) > >> P. > >> ------------------------------------------------------------------------ > >> > > *From:* Chris Rees >> *To:* Alan Hicks *Cc:* Janketh Jay >> ; "ports@freebsd.org" ; Paul >> Pathiakis *Sent:* Sunday, August 19, 2012 >> 11:06 AM *Subject:* Re: Port Request - FrontAccounting > >> On 19 August 2012 11:28, Alan Hicks > > wrote: >>> Hi >>> >>> >>> On 19/08/2012 03:46, Janketh Jay wrote: >>>> >>>> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>> >>>> Or not. It appears the attachment was lost. You can download >>>> the .tar.gz file from the following URL: >>>> >>>> >>>> >> http://www.purplehat.org/downloads/frontaccounting/frontaccounting-2.3.11-fbsd-port.tar.gz >>>> >>>> > >> > Extract to ${PORTSDIR}/www and let me know if anything needs to be >>>> changed and/or adjusted.... >>>> >>>> On 08/18/2012 08:42 PM, Janketh Jay wrote: >>>>> >>>>> Hi, >>>>> >>>>> On 08/18/2012 11:53 AM, Paul Pathiakis wrote: >>>>>> >>>>>> Hi, >>>>> >>>>> >>>>>> This is probably the best competitor to QuickBooks out >>>>>> there. People can rave about the benefits of GnuCash and >>>>>> Kmymoney. I've used both and they both lack. This >>>>>> doesn't. I've also got a pretty good bit of Accounting in >>>>>> my background. This should definitely be a port. >>>>> >>>>> >>>>>> No, I don't have time. I'm busy trying to build Atlantis >>>>>> Services and putting FreeBSD and PCBSD into the >>>>>> mainstream. This is one of those things that will be >>>>>> necessary. >>>>> >>>>> >>>>>> Paul Pathiakis >>>>> >>>>> >>>>> I've attached a port (in tar.gz form) which is the >>>>> FrontAccounting port for FreeBSD. I've tested it a few >>>>> times and it seems to work perfectly fine. If someone wants >>>>> to test this before I submit, that would be great. >>>>> Otherwise, I'll submit some time tomorrow. >>> >>> >>> Thanks for porting, install works well. >>> >>> On de-installing before running the install wizard there are >>> unable to delete errors for www/frontaccounting/config_db.php >>> www/frontaccounting/config.default.php > >> Yup, the plist has the correct @unexec and @exec lines, but of >> course the @exec lines only apply if installing from a package. > >> For installation from the port; > >> post-install: .for conf in config%.php config_db%.php ${CP} -np >> ${PREFIX}/www/frontaccounting/${conf:S,%,.default} \ >> ${PREFIX}/www/frontaccounting/${conf:S,%,,} .endfor > >> will do nicely. > >>> After a full install including the web install wizard there >>> are delete errors for >>> '/usr/local/www/frontaccounting/config.default.php' doesn't >>> exist '/usr/local/www/frontaccounting/tmp' >>> '/usr/local/www/frontaccounting/lang' >>> '/usr/local/www/frontaccounting/company/0/js_cache' >>> '/usr/local/www/frontaccounting/company/0' >>> '/usr/local/www/frontaccounting/company' >>> '/usr/local/www/frontaccounting' >>> >>> Perhaps @dirrmtry might be of help >>> >>> Also unable to build a package as cannot find config_db.php >>> >>> Trying the usual portmaster reinstall fails to create a backup >>> package and so has to prompt to ignore the error, the >>> reinstall succeeds successfully. >>> >>> Should be a great addition to the ports, Alan >>> > >> I think these errors can mostly be traced to the missing >> Makefile lines :) > >> Nice job! CC me on your PR. > >> Chris > > > _______________________________________________ > 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" > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDT6XAACgkQGK3MsUbJZn7/lgCfTqV2IFfyQzAZaMeUGZY4+/AZ 1B0Anj0M74GB/Y17I2qEY+KwbAaT6pc7 =g9aK -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 07:58:50 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6631F14B; Fri, 21 Dec 2012 07:58:50 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay06.ispgateway.de (smtprelay06.ispgateway.de [80.67.31.103]) by mx1.freebsd.org (Postfix) with ESMTP id 1B44B8FC0A; Fri, 21 Dec 2012 07:58:49 +0000 (UTC) Received: from [89.182.112.43] (helo=localhost) by smtprelay06.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1TlxVH-0003N0-PG; Fri, 21 Dec 2012 08:58:48 +0100 Date: Fri, 21 Dec 2012 08:58:55 +0100 From: Marcus von Appen To: Thomas Mueller Subject: Re: graphics/opencv apparently broken, also out of date: any hope of update? Message-ID: <20121221075855.GA1993@medusa.sysfault.org> Mail-Followup-To: Thomas Mueller , freebsd-ports@freebsd.org, jhale@freebsd.org References: <0A.80.18920.182A3D05@smtp01.insight.synacor.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline In-Reply-To: <0A.80.18920.182A3D05@smtp01.insight.synacor.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Df-Sender: MTEyNTc0Mg== Cc: jhale@freebsd.org, freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Marcus von Appen List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 07:58:50 -0000 --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Fri Dec 21, 2012, Thomas Mueller wrote: > Any hope of updating graphics/opencv, now at version 2.4.3 . I just checked again. > > I complained about this port being broken last October, and no action > on updating even though the ports freeze is past. I do not see any PR from you, so I guess you only complained here. Do you mind to give some more details about how and what fails for you when building graphics/opencv? Ideally (but not necessarily) as a PR, so we do not lose the information and someone can take care of it? Please keep in mind that the mailing list is not a bug tracker, so that information and reports get lost, if noone picks them up. Cheers Marcus --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDUFr4ACgkQi68/ErJnpkf7jACfRoCrDVwi3DLnkDHE0+jpnN6m 1LgAnRaM4K58n0Ts0NaP2HLYxYaBvpiE =2kDJ -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 08:30:39 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3BE254C for ; Fri, 21 Dec 2012 08:30:39 +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 BCEEA8FC16 for ; Fri, 21 Dec 2012 08:30:39 +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 qBL8SV14004733 for ; Fri, 21 Dec 2012 08:28:32 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Dec 2012 08:28:31 GMT Message-Id: <201212210828.qBL8SV14004733@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: Fri, 21 Dec 2012 08:30:39 -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/fnccheck broken because: does not link build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20121011194400/fnccheck-3.2.0.log (_Oct_21_00:37:47_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fnccheck 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/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: 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: 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: math/plplot broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=plplot 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/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/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 Fri Dec 21 08:31:04 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 781705FB for ; Fri, 21 Dec 2012 08:31:04 +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 6025A8FC13 for ; Fri, 21 Dec 2012 08:31:04 +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 qBL8SuZV007040 for ; Fri, 21 Dec 2012 08:28:56 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Dec 2012 08:28:56 GMT Message-Id: <201212210828.qBL8SuZV007040@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: Fri, 21 Dec 2012 08:31:04 -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: cad/salome-gui broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=salome-gui 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/hypertable broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=hypertable 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-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/ruby-kyotocabinet broken because: does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-kyotocabinet 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/fnccheck broken because: does not link build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20121011194400/fnccheck-3.2.0.log (_Oct_21_00:37:47_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=fnccheck 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/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/p4v broken because: invalid distinfo build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p4v 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/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/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: 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/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/autopano-sift broken because: unfetchable build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=autopano-sift 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/dragonegg-devel46 broken because: distinfo is out of date build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20121104103132/dragonegg46-devel-3.2.r163622.log (_Oct_31_18:14:05_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=dragonegg-devel46 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/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/claws-mail-synce broken because: Does not compile with claws-mail>=3.9.0 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=claws-mail-synce 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-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: math/plplot broken because: does not configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=plplot portname: misc/airoflash broken because: fails to fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120516193908/airoflash-1.7.log (_Jan_24_07:39:37_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=airoflash 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/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/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/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/py-lucene broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=py-lucene 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/geneweb broken because: does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=geneweb 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-amaranth broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-amaranth portname: x11-themes/kde-icons-amaranth-althaea broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-amaranth-althaea portname: x11-themes/kde-icons-krystaline broken because: does not fetch build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.8.20120812220927/kde-icons-krystaline-1.1.6.log (_Sep_19_05:32:00_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-krystaline 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/kde-icons-realistic broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-realistic 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/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 Fri Dec 21 08:31:32 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0B627B6 for ; Fri, 21 Dec 2012 08:31:32 +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 99CE18FC14 for ; Fri, 21 Dec 2012 08:31:32 +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 qBL8TPqI009719 for ; Fri, 21 Dec 2012 08:29:25 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Dec 2012 08:29:25 GMT Message-Id: <201212210829.qBL8TPqI009719@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: Fri, 21 Dec 2012 08:31:32 -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: 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: 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: devel/lbpp description: Front end to GCC from Liberty Basic source code maintainer: ports@FreeBSD.org deprecated because: Dead upstream since 2001 expiration date: 2013-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lbpp portname: devel/libgetline description: A small, portable, and easy to use command line library maintainer: ports@FreeBSD.org 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/looks description: The JGoodies Looks improve the appearance of your Java applications 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=devel&portname=looks portname: devel/titano description: An IDE for GNOME desktop maintainer: ports@FreeBSD.org deprecated because: Dead upstream since 2001 expiration date: 2013-01-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=titano 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: games/viruskiller description: An arcade game that relies on quick reflexes maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/viruskiller-1.03_3.log (_Jul_16_10:15:24_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=viruskiller 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/vcg description: A Visualization Tool for compiler graphs maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vcg portname: graphics/xmountains description: X11 based fractal landscape generator maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmountains portname: japanese/vflib description: Japanese Vector font library maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-29 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=vflib portname: java/sun-wtk description: Sun J2ME Wireless Toolkit maintainer: ports@FreeBSD.org status: IGNORE deprecated because: no more public distfiles, merged with Java ME SDK 3.0 upstream expiration date: 2013-01-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.9.20121022113110/sun-wtk-2.2_3.log (_Oct_26_01:15:54_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=sun-wtk 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: sysutils/makefs description: Builds FFS images maintainer: ports@FreeBSD.org deprecated because: Part of base in an earlier version for every supported FreeBSD version. expiration date: 2012-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=makefs portname: textproc/libpathan description: Validating XML parser from the Apache XML Project maintainer: ports@FreeBSD.org deprecated because: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla expiration date: 2013-01-04 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20121011194400/libpathan-2.0_1.log (_Oct_21_03:39:18_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libpathan 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-toolkits/fltk2 description: Fast Light Toolkit version 2 (development snapshot) maintainer: ports@FreeBSD.org deprecated because: No more public distfiles for version 2 expiration date: 2012-11-26 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/fltk-2.0.r9166_1.log (_Jun_13_13:40:23_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=fltk2 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-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/lupe description: Real-time magnifying glass for X11 maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/lupe-0.08c.log (_Jun_13_12:41:28_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=lupe portname: x11/xloadimage description: X11 Image Loading Utility maintainer: ports@FreeBSD.org deprecated because: Debian patches no more availables expiration date: 2012-11-26 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/xloadimage-4.1.16_8.log (_Sep__8_00:15:01_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xloadimage From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 08:31:55 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8E0C841 for ; Fri, 21 Dec 2012 08:31:55 +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 B17898FC15 for ; Fri, 21 Dec 2012 08:31:55 +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 qBL8Tm8j012603 for ; Fri, 21 Dec 2012 08:29:48 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Dec 2012 08:29:48 GMT Message-Id: <201212210829.qBL8Tm8j012603@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: Fri, 21 Dec 2012 08:31:55 -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/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: 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/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: 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: cad/salome-gui description: GUI module of Salome platform maintainer: devel@stasyan.com status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=cad&portname=salome-gui 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: 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: 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/hypertable description: High performance distributed data storage system maintainer: skv@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=databases&portname=hypertable 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-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/ruby-kyotocabinet description: Ruby (1.9.1+) binding to Kyoto Cabinet maintainer: ruby@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=databases&portname=ruby-kyotocabinet portname: devel/lbpp description: Front end to GCC from Liberty Basic source code maintainer: ports@FreeBSD.org deprecated because: Dead upstream since 2001 expiration date: 2013-01-12 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=lbpp portname: devel/libgetline description: A small, portable, and easy to use command line library maintainer: ports@FreeBSD.org 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-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/looks description: The JGoodies Looks improve the appearance of your Java applications 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=devel&portname=looks portname: devel/p5-Class-Fields description: Set of modules to operate with class fields and members access maintainer: perl@FreeBSD.org deprecated because: considered obsolete by upstream expiration date: 2012-07-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=p5-Class-Fields 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/titano description: An IDE for GNOME desktop maintainer: ports@FreeBSD.org deprecated because: Dead upstream since 2001 expiration date: 2013-01-07 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=titano 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: 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: games/freebsd-carddeck-kde4 description: FreeBSD themed deck for KDE card games maintainer: swhetzel@gmail.com deprecated because: deck file format is obsolete expiration date: 2012-11-19 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=freebsd-carddeck-kde4 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/viruskiller description: An arcade game that relies on quick reflexes maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/viruskiller-1.03_3.log (_Jul_16_10:15:24_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=games&portname=viruskiller portname: graphics/autopano-sift description: Automatic panorama control point generation tool maintainer: vd@FreeBSD.org status: BROKEN deprecated because: Disappeared from vendor site. No longer required by graphics/hugin expiration date: 2012-05-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=autopano-sift 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/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/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/vcg description: A Visualization Tool for compiler graphs maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=vcg portname: graphics/xmountains description: X11 based fractal landscape generator maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=xmountains portname: irc/zircon description: An X11 interface to Internet Relay Chat maintainer: tcltk@FreeBSD.org deprecated because: Development has ceased 10 years ago expiration date: 2013-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=irc&portname=zircon portname: japanese/vflib description: Japanese Vector font library maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-29 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=vflib portname: java/sun-wtk description: Sun J2ME Wireless Toolkit maintainer: ports@FreeBSD.org status: IGNORE deprecated because: no more public distfiles, merged with Java ME SDK 3.0 upstream expiration date: 2013-01-01 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.9.20121022113110/sun-wtk-2.2_3.log (_Oct_26_01:15:54_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=java&portname=sun-wtk 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/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/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/llvm-gcc4 description: A gcc4 frontend for LLVM maintainer: brooks@FreeBSD.org deprecated because: Development ended upstream. Switch to dragonegg once available expiration date: 2012-06-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=llvm-gcc4 portname: lang/perl5.10 description: Practical Extraction and Report Language maintainer: skv@FreeBSD.org deprecated because: end of life since 2009-08-23 expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=perl5.10 portname: lang/perl5.8 description: Practical Extraction and Report Language maintainer: skv@FreeBSD.org deprecated because: end of life since 2008-12-14 expiration date: 2013-01-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=perl5.8 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: mail/claws-mail-synce description: Windows CE addressbook plugin for Claws Mail maintainer: pawel@FreeBSD.org status: BROKEN deprecated because: No longer suppported by Claws Mail team expiration date: 2013-01-10 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=mail&portname=claws-mail-synce 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/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/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/lensnns description: Light Efficient Neural Network Simulator maintainer: tcltk@FreeBSD.org deprecated because: Project has been abandoned expiration date: 2013-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=math&portname=lensnns 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/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: misc/airoflash description: Flash utility for Cisco/Aironet 802.11 wireless cards maintainer: ambrisko@FreeBSD.org status: BROKEN deprecated because: BROKEN for more than 6 month expiration date: 2012-05-10 build errors: http://pointyhat.FreeBSD.org/errorlogs/powerpc-errorlogs/e.8.20120516193908/airoflash-1.7.log (_Jan_24_07:39:37_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=misc&portname=airoflash 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: multimedia/libdvdplay description: Portable abstraction library for DVD navigation maintainer: multimedia@FreeBSD.org deprecated because: No more public_distfiles expiration date: 2012-10-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=multimedia&portname=libdvdplay 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/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: net-im/openfetion description: An open source client for China Mobile's Fetion IM maintainer: shen.elf@gmail.com deprecated because: Abandoned upstream expiration date: 2013-01-04 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.10.20120628171716/openfetion-2.0.7_1.log (_Jul_17_19:23:43_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-im&portname=openfetion portname: net-mgmt/nfdump-devel description: Development version of tools to collect and process NetFlow data maintainer: janos.mohacsi@bsd.hu deprecated because: Use net-mgmt/nfdump instead. expiration date: 2013-01-17 build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.9.20121104103132/nfdump-devel-20070808_4.log (_Nov__4_17:24:21_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=net-mgmt&portname=nfdump-devel 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/bpfstat description: Program to retrieve bpf statistics maintainer: csjp@FreeBSD.org status: IGNORE deprecated because: Merge in netstat on all supported version of FreeBSD expiration date: 2012-12-06 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=bpfstat portname: net/freeradius description: A free RADIUS server implementation maintainer: zi@FreeBSD.org deprecated because: No longer maintained/supported. Please move to net/freeradius2 for 2.x expiration date: 2013-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=freeradius portname: net/freeradius-mysql description: A free RADIUS server implementation with MySQL support maintainer: zi@FreeBSD.org deprecated because: No longer maintained/supported. Please move to net/freeradius2 for 2.x expiration date: 2013-02-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=net&portname=freeradius-mysql 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/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: ports-mgmt/portmanager description: FreeBSD installed ports status and safe update utility maintainer: jsa@FreeBSD.org deprecated because: Does not support modern ports features such as MOVED, is lacking upstream and active contributions, and does not support pkgng. Consider using ports-mgmt/portmaster, ports-mgmt/portupgrade or pkgng. expiration date: 2013-01-04 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=ports-mgmt&portname=portmanager 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/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/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: sysutils/diskprep description: A program to prepare disks for use based on a config file maintainer: brooks@FreeBSD.org deprecated because: Believed to have no users expiration date: 2012-09-01 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=diskprep 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/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/makefs description: Builds FFS images maintainer: ports@FreeBSD.org deprecated because: Part of base in an earlier version for every supported FreeBSD version. expiration date: 2012-12-09 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=makefs 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: textproc/libpathan description: Validating XML parser from the Apache XML Project maintainer: ports@FreeBSD.org deprecated because: Does not build and upstream has discontinued the project and advises that it has been replaced by textproc/xqilla expiration date: 2013-01-04 build errors: http://pointyhat.FreeBSD.org/errorlogs/sparc64-errorlogs/e.9.20121011194400/libpathan-2.0_1.log (_Oct_21_03:39:18_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=libpathan 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: www/openbravoerp description: Openbravo ERP is a Web based ERP maintainer: loader@freebsdmall.com deprecated because: version incompatibility with devel/apache-ant expiration date: 2013-01-11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=openbravoerp 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/tomcat55 description: Open-source Java web server by Apache, 5.5.x branch maintainer: jgh@FreeBSD.org deprecated because: EOL approaching, consider www/tomcat{6,7} expiration date: 2012-12-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=tomcat55 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: x11-fm/x-files description: A nice Tk-based filemanager maintainer: dmaddox099@yahoo.com deprecated because: Project has been abandoned expiration date: 2013-02-01 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/x-files-2.00b1_3.log (_Jun_13_13:21:14_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-fm&portname=x-files 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/kde-icons-amaranth description: KDE smooth iconset maintainer: lioux@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=x11-themes&portname=kde-icons-amaranth portname: x11-themes/kde-icons-amaranth-althaea description: KDE iconset like Crystal SVG, but simpler and with more shadows maintainer: lioux@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=x11-themes&portname=kde-icons-amaranth-althaea portname: x11-themes/kde-icons-krystaline description: KDE Krystaline iconset maintainer: lioux@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.8.20120812220927/kde-icons-krystaline-1.1.6.log (_Sep_19_05:32:00_UTC_2011) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-themes&portname=kde-icons-krystaline portname: x11-themes/kde-icons-realistic description: KDE Realistic complete photo-based iconset maintainer: lioux@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=x11-themes&portname=kde-icons-realistic portname: x11-toolkits/fltk11 description: Cross-platform C++ graphical user interface toolkit maintainer: db@FreeBSD.org deprecated because: new code should use /x11-toolkits/fltk expiration date: 2012-11-28 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=fltk11 portname: x11-toolkits/fltk2 description: Fast Light Toolkit version 2 (development snapshot) maintainer: ports@FreeBSD.org deprecated because: No more public distfiles for version 2 expiration date: 2012-11-26 build errors: http://pointyhat.FreeBSD.org/errorlogs/i386-errorlogs/e.10.20121030050346/fltk-2.0.r9166_1.log (_Jun_13_13:40:23_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=fltk2 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-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/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/lupe description: Real-time magnifying glass for X11 maintainer: ports@FreeBSD.org deprecated because: No more public distfiles expiration date: 2012-11-26 build errors: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.10.20120608131052/lupe-0.08c.log (_Jun_13_12:41:28_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=lupe 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/xloadimage description: X11 Image Loading Utility maintainer: ports@FreeBSD.org deprecated because: Debian patches no more availables expiration date: 2012-11-26 build errors: http://pointyhat.freebsd.org/errorlogs/ia64-errorlogs/e.8.20101230091827/xloadimage-4.1.16_8.log (_Sep__8_00:15:01_UTC_2012) overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11&portname=xloadimage From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 08:31:59 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DB8F851 for ; Fri, 21 Dec 2012 08:31:59 +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 08D218FC14 for ; Fri, 21 Dec 2012 08:31:59 +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 qBL8Tpnm012688 for ; Fri, 21 Dec 2012 08:29:51 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Dec 2012 08:29:51 GMT Message-Id: <201212210829.qBL8Tpnm012688@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: Fri, 21 Dec 2012 08:31:59 -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 Fri Dec 21 10:18:02 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CA3ED07 for ; Fri, 21 Dec 2012 10:18:02 +0000 (UTC) (envelope-from vinay.marketingmanager@gmail.com) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by mx1.freebsd.org (Postfix) with ESMTP id C8F4A8FC0A for ; Fri, 21 Dec 2012 10:18:01 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id fb10so2742579pad.30 for ; Fri, 21 Dec 2012 02:17:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:reply-to:from:to:subject:date:mime-version :content-type:x-mailer:thread-index:x-mimeole; bh=HH5GEwrA0pfmljr/1JpZaSo9BR8uQILAP7z7yz9khTU=; b=0SLK6K4xj2TLGp5SpSTYz8Xp3gYDhnjjMvtLmmWihHogXgf//EoFTHI4mQ3hs3bNAZ wiRQUCWgsmiVegMgVXmC+Z0Xc0Uh+HKfQ9rCjtKE3z9hEiXP2t7Fv47u3AB2LwKzSKJk tyyiFeVmY6sdw9vsFv61k6K48wXMufkFdFkT0zoJD3WDJv25rQ9qZQ+m7qHyO6F1PsCo FeivqB5R97xnhPYSuAlQmZ4rJuqlFyUw/8BDe/5fvU1sOWhcVJ/yH5jm1tHTNqYYYpLM kKYeSol73vhB7mpG4SBUQrCGoCVmrWIuakeVmlODaYI5zGgruitsSn/cug8URwGRvc+y NxLQ== X-Received: by 10.66.72.225 with SMTP id g1mr35542909pav.79.1356085075124; Fri, 21 Dec 2012 02:17:55 -0800 (PST) Received: from infoicone44de9 ([122.177.228.13]) by mx.google.com with ESMTPS id vs3sm6745528pbc.61.2012.12.21.02.17.52 (version=SSLv3 cipher=OTHER); Fri, 21 Dec 2012 02:17:54 -0800 (PST) Message-ID: <50d43752.83ef440a.4401.219c@mx.google.com> From: "Vinay" To: Subject: Web Design Proposal!!! Date: Fri, 21 Dec 2012 15:47:26 +0530 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: Ac3fZF4DSXPPhrl6S826q5DUJPaatQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5512 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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: vinay.marketingmanager@gmail.com List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 10:18:02 -0000 Hello, I am Vinay, Business Development Consultant. I was on your website. I have analyzed your website. Would you be interested in a possible redesign of the site or additional features that might benefit the overall usability and user experience which usually leads to better sales of your services. We would be happy to help execute Web Design & Software Development projects on a white label basis for you. Our aim is to be the best in service and as such we offer a premium service at very competitive prices than what it might be in house. We have a three tier quality check system so No compromise on quality! We provide Web Design & Development to a number of agencies, and establishments and have expertise in- Developing highly effective corporate websites, flash designs, E- Commerce/Online Web Stores to name a few. PHP, MySQL, .NET, Joomla, Wordpress, Perl, Drupal, ASP, JSP, HTML, CSS. Design- Flash, Photoshop, Corel E-Commerce - OS Commerce, Zen Cart, Virtue Mart, Pay Pal , Fedex and any checkout payment gateway systems. Do let me know if you are interested and I would be happy to share our Methodologies, past work details and client Testimonials and Prices. Kind Regards, Vinay Business Development Consultant From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 10:59:25 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 547A93B8 for ; Fri, 21 Dec 2012 10:59:25 +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 E193C8FC0A for ; Fri, 21 Dec 2012 10:59:24 +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 qBLAtADt015789 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Fri, 21 Dec 2012 11:55:11 +0100 Date: Fri, 21 Dec 2012 11:55:10 +0100 From: Albert Shih To: freebsd-ports@freebsd.org Subject: ghostscript 8 update failed Message-ID: <20121221105510.GA72525@pcjas.obspm.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 50D4400E.000 by Joe's j-chkmail (http : // j-chkmail dot ensmp dot fr)! X-j-chkmail-Enveloppe: 50D4400E.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: Fri, 21 Dec 2012 10:59:25 -0000 Hi all, On one of my server I was unable to update ghostscript8-nox11 He failed with : imdi/imdi_k.c:53050: warning: no previous prototype for 'imdi_k147_gen' imdi/imdi_k.c:53137: warning: no previous prototype for 'imdi_k147_tab' imdi/imdi.c: In function 'new_imdi': imdi/imdi.c:51: warning: 'bstres' may be used uninitialized in this function gmake[1] : on quitte le rďż˝pertoire ďż˝ /usr/ports/print/ghostscript8/work/ghostscript-8.71 ďż˝ gmake: *** [so] Erreur 2 *** Error code 1 Stop in /usr/ports/print/ghostscript8. *** Error code 1 Stop in /usr/ports/print/ghostscript8. The strange thing is if I do : cd /usr/ports/print/ghostscript8 rm -rf work make i got the same message but if I do a make again the build work well. 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 21 dĂ©c 2012 11:53:37 CET From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 12:30:45 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFE7363E for ; Fri, 21 Dec 2012 12:30:45 +0000 (UTC) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.29.28]) by mx1.freebsd.org (Postfix) with ESMTP id 75A228FC12 for ; Fri, 21 Dec 2012 12:30:45 +0000 (UTC) Received: from [78.35.147.221] (helo=fabiankeil.de) by smtprelay03.ispgateway.de with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1Tm1Ws-0004fP-BE; Fri, 21 Dec 2012 13:16:42 +0100 Date: Fri, 21 Dec 2012 13:13:22 +0100 From: Fabian Keil To: Juergen Lock Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121221131322.33427280@fabiankeil.de> In-Reply-To: <20121220192553.GA80858@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <20121219235415.4b0b5a39@FreeBSD.org> <20121220192553.GA80858@triton8.kn-bremen.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/zVbzxQHwXWVkvtsIpZ9Zh2h"; protocol="application/pgp-signature" X-Df-Sender: Nzc1MDY3 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, 21 Dec 2012 12:30:45 -0000 --Sig_/zVbzxQHwXWVkvtsIpZ9Zh2h Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Juergen Lock wrote: > On Wed, Dec 19, 2012 at 11:54:15PM +0100, Pawel Pekala wrote: > > Dnia 2012-12-19, o godz. 22:44:00 > > Juergen Lock napisa?(a): > > > It's this time again, there's a new vlc release out and I want to > > > update > > >the port: > > > > > > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > > > > > > Everyone is invited to test this update and post any issues they > > > find... > >=20 > > Works well here, 10.0-CURRENT. With default options there are couple > > missing deps on my system: > Does this fix the missing ones? >=20 > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-002.patch Works for me. Fabian --Sig_/zVbzxQHwXWVkvtsIpZ9Zh2h Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlDUUmUACgkQBYqIVf93VJ1HhQCfZ565xhd7O0E0AhrExjDyKzg2 4uMAoK06DSR5cCJwEjNJs8iSTUl+0cyZ =PmnH -----END PGP SIGNATURE----- --Sig_/zVbzxQHwXWVkvtsIpZ9Zh2h-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 15:28:40 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CF85E1E for ; Fri, 21 Dec 2012 15:28:40 +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 B898F8FC19 for ; Fri, 21 Dec 2012 15:28:39 +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 qBLFSde4075992 for ; Fri, 21 Dec 2012 10:28:39 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBLFSdHU075856; Fri, 21 Dec 2012 10:28:39 -0500 (EST) (envelope-from portscout) Message-Id: <201212211528.qBLFSdHU075856@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Fri, 21 Dec 2012 10:28:39 -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, 21 Dec 2012 15:28:40 -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 ------------------------------------------------+-----------------+------------ cad/xcircuit | 3.7.43 | 3.7.45 ------------------------------------------------+-----------------+------------ net/liveMedia | 2012.12.18 | 2012.12.21 ------------------------------------------------+-----------------+------------ 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 Dec 21 15:54:44 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 006CFF58 for ; Fri, 21 Dec 2012 15:54:43 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (feld.me [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id C16B28FC13 for ; Fri, 21 Dec 2012 15:54:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=x+12NqxCL3Plea3WBo4uf+voFk2UpF6+Gv2YtCD2AR0=; b=sy4cfPZL/qfWqyCtLCHCLoMC0NLrPgUIvrOSqkWlgpN8GYHokzPKx0rKY/yozebbaOn6sNrnX42wZ9FbsjJb/yPM5paLJ8fcD3YAyesGpmhYKXO73k9ScyuKTsRWo2Fa; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tm4vf-0001OS-2G; Fri, 21 Dec 2012 09:54:36 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1356105265-2688-2687/5/26; Fri, 21 Dec 2012 15:54:25 +0000 Date: Fri, 21 Dec 2012 09:54:24 -0600 From: Mark Felder To: Chris Rees Subject: Re: Dropbox on FreeBSD Message-Id: <20121221095424.7a92e245@tech304> In-Reply-To: References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 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: Fri, 21 Dec 2012 15:54:44 -0000 On Thu, 20 Dec 2012 13:45:13 +0000 Chris Rees wrote: > It needs porting to kevent. Last time I talked to the Dropbox guys they said kevent isn't good = enough. Something about tracking a large tree is too difficult. Similar = to what the dev of lsync said. (rsync daemon that initiaties transfers = when it noticies files changing). I smell bovine feces. From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 15:55:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD1CB172 for ; Fri, 21 Dec 2012 15:55:33 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (feld.me [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8DA588FC12 for ; Fri, 21 Dec 2012 15:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=q8Jd0O7DNzrJuA0MqMTPegjwRtQGuZm/IltVR/PITxU=; b=m13SklX6Bhbachpgc3x9JD+J4Qo8iXwD4puiQKQHC/412JILjBtlAmlvNYdJMH09vMvaKHCZ/kJsPRWxh1dD9Zq5A/bqPiWp8CIxm3BsPFjSe3f5sc2MbF8Nvs97ObIW; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Tm4wa-0001OS-98; Fri, 21 Dec 2012 09:55:32 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1356105327-2688-2687/5/27; Fri, 21 Dec 2012 15:55:27 +0000 Date: Fri, 21 Dec 2012 09:55:26 -0600 From: Mark Felder To: Matthieu Volat Subject: Re: opera 12.12 Message-Id: <20121221095526.127935b6@tech304> In-Reply-To: <20121219220449.c1680d25ab603f554b9cd3f2@alkumuna.eu> References: <201212191424.31404.lumiwa@gmail.com> <20121219220449.c1680d25ab603f554b9cd3f2@alkumuna.eu> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 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, 21 Dec 2012 15:55:33 -0000 On Wed, 19 Dec 2012 22:04:49 +0100 Matthieu Volat wrote: > 2. (maybe) use symlinks to trick opera to use the new one and hope = that there is enough compatibility between both version of icu Isnt this what /etc/libmap.conf is for? You should NEVER use symlinks. http://www.freebsd.org/cgi/man.cgi?query=3Dlibmap.conf From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 17:22:53 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25819BAA for ; Fri, 21 Dec 2012 17:22:53 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f46.google.com (mail-bk0-f46.google.com [209.85.214.46]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC9D8FC0C for ; Fri, 21 Dec 2012 17:22:52 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id q16so2543845bkw.5 for ; Fri, 21 Dec 2012 09:22:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UogXQPU0Yi4MhWkFKXfNdoGUfs/EUtFXYh1lxr9An2s=; b=IxPfIl/sPoBSJvR+pkAvenpM0hvAPiguuKoLntmW+GSwoGIUX/+jWPlOliVsN+s1wd uGvHE1wcAvd9qR4oE4Nd1Mph6qAilIqFsHn4PPFHKZFuqaSfEfHAzi34ydLN+04vD9Kw OkQ39jXlWBHKjtSpAauTBj6LXvKBwjOH61ieGle+hTNWdkpJiEfWbrGevqtiedCftbRN qVSdzIu5rWssdjdrvSWbAEtHAnd2Bd5ehb85o/IFQU5yxYygr/2vy0lwXkalAN+2UloP XHxv4KpCr3Hmuhb7sZ5Kr9bGiyjRC/ubB7wmkksKwarb5iTE6KAlgoeH/vRa49yuLXcp Y1YA== MIME-Version: 1.0 Received: by 10.204.143.147 with SMTP id v19mr6680664bku.32.1356110571338; Fri, 21 Dec 2012 09:22:51 -0800 (PST) Received: by 10.204.167.71 with HTTP; Fri, 21 Dec 2012 09:22:51 -0800 (PST) Received: by 10.204.167.71 with HTTP; Fri, 21 Dec 2012 09:22:51 -0800 (PST) In-Reply-To: <20121221095424.7a92e245@tech304> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121221095424.7a92e245@tech304> Date: Fri, 21 Dec 2012 17:22:51 +0000 Message-ID: Subject: Re: Dropbox on FreeBSD From: Chris Rees To: Mark Felder Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Fri, 21 Dec 2012 17:22:53 -0000 On 21 Dec 2012 15:54, "Mark Felder" wrote: > > On Thu, 20 Dec 2012 13:45:13 +0000 > Chris Rees wrote: > > > It needs porting to kevent. > > Last time I talked to the Dropbox guys they said kevent isn't good enough. Something about tracking a large tree is too difficult. Similar to what the dev of lsync said. (rsync daemon that initiaties transfers when it noticies files changing). > > I smell bovine feces. Probably from unfamiliarity. I'll take a look. Chris From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 17:27:31 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B3BDD88 for ; Fri, 21 Dec 2012 17:27:31 +0000 (UTC) (envelope-from mikhail.kupchik@prime-expert.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 E0C368FC14 for ; Fri, 21 Dec 2012 17:27:30 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id a14so2047229eaa.41 for ; Fri, 21 Dec 2012 09:27:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=3slKn/usfyBhD8lZNCpHal1Mii3b/0pv8aiV1r6FdJc=; b=CJ+1fci8ZRrCxFyQhM45pEZPzamaCLqp0ZSglibT1i3dWYMGK5ol2CvSa/+KTHVw76 VIZBPbSoCqvYIvFMCN3JBI+twK3CuzU3MoGh4JvEYH1/ulubVx2maqj3kBc9cughVfFm AX7arsUgwhhAGNLVCQo8uuchqCWNj8/IY6Glr/zYPz+k/iUEJFAYcnWxmfEHUJDWtXsC EEAVKyNhT+QnUQWLD/ekHpxOYHegT1ASTKvXnzJ7lHgwbsN47zq4aUbWT/qsTxGCT/aK qWw4DN8eI8t1AMP0iuLzG+bDZRIHB09iAVAKwQ8hzEIM1saWw4AFWqUvkIg0P1rB623q Pbew== X-Received: by 10.14.207.195 with SMTP id n43mr32664633eeo.38.1356110843985; Fri, 21 Dec 2012 09:27:23 -0800 (PST) Received: from [172.21.93.2] (189-211-132-95.pool.ukrtel.net. [95.132.211.189]) by mx.google.com with ESMTPS id z8sm22819831eeo.11.2012.12.21.09.27.22 (version=SSLv3 cipher=OTHER); Fri, 21 Dec 2012 09:27:23 -0800 (PST) Message-ID: <50D49BFC.60304@prime-expert.com> Date: Fri, 21 Dec 2012 19:27:24 +0200 From: Mikhail Kupchik User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; ru; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Dropbox on FreeBSD References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121221095424.7a92e245@tech304> In-Reply-To: <20121221095424.7a92e245@tech304> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkQp+qgpoz+h/m0M7zpNMNbfGKfhAukjwiMhrun3sx1d8CuMzZ6JqZOs7vQQ0YVcERKPYMa 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, 21 Dec 2012 17:27:31 -0000 21.12.2012 17:54, Mark Felder wrote: > On Thu, 20 Dec 2012 13:45:13 +0000 > Chris Rees wrote: > > >> It needs porting to kevent. >> > Last time I talked to the Dropbox guys they said kevent isn't good enough. Something about tracking a large tree is too difficult. Similar to what the dev of lsync said. (rsync daemon that initiaties transfers when it noticies files changing). > > Maybe a FUSE filesystem, kind of "filtering layer" above real filesystem, can be used to track all changes in the large tree without consuming kernel resources for each subdirectory? -- Best regards, Mikhail Kupchik mailto:Mikhail.Kupchik@prime-expert.com From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 18:42:15 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA92BBC1 for ; Fri, 21 Dec 2012 18:42:15 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) Received: from smtpq2.gn.mail.iss.as9143.net (smtpq2.gn.mail.iss.as9143.net [212.54.34.165]) by mx1.freebsd.org (Postfix) with ESMTP id 8559A8FC12 for ; Fri, 21 Dec 2012 18:42:15 +0000 (UTC) Received: from [212.54.34.133] (helo=smtp2.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Tm70S-0004WH-BS for freebsd-ports@freebsd.org; Fri, 21 Dec 2012 19:07:36 +0100 Received: from 5ed3f892.cm-7-4d.dynamic.ziggo.nl ([94.211.248.146] helo=PC01) by smtp2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1Tm70S-0005Sk-2Y for freebsd-ports@freebsd.org; Fri, 21 Dec 2012 19:07:36 +0100 From: "Michael Zoon" To: Subject: ports/shells/bash upgrade to patch level 39 Date: Fri, 21 Dec 2012 19:07:35 +0100 Message-ID: <000001cddfa6$0dedb5e0$29c921a0$@quicknet.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0001_01CDDFAE.6FB21DE0" X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac3fpgfDgYbdWmy/TZSJGoqlFlGBWQ== Content-Language: nl X-Ziggo-spambar: -- X-Ziggo-spamscore: -2.1 X-Ziggo-spamreport: ALL_TRUSTED=-1, BAYES_00=-1.9, DOS_OUTLOOK_TO_MX=2.845, DYN_RDNS_SHORT_HELO_HTML=0.001, FSL_HELO_NON_FQDN_1=0.001, HTML_MESSAGE=0.001, PROLO_TRUST_RDNS=-3, RDNS_DYNAMIC=0.982 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No 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: Fri, 21 Dec 2012 18:42:16 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0001_01CDDFAE.6FB21DE0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I did update the make and distinfo file for a upgrade of bash 4.2.37 to 4.2.39 It is attached in this message. Regards, Michael ------=_NextPart_000_0001_01CDDFAE.6FB21DE0 Content-Type: application/octet-stream; name="distinfo" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="distinfo" SHA256 (bash/bash-4.2.tar.gz) =3D = a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8=0A= SIZE (bash/bash-4.2.tar.gz) =3D 7009201=0A= SHA256 (bash/bash42-001) =3D = 8d6ca028576c4af23e660a2fbc2112221a11c8a785c0b37f033967e5cd12b47a=0A= SIZE (bash/bash42-001) =3D 2944=0A= SHA256 (bash/bash42-002) =3D = febac927e199aceeba2004908d971d4afb49b521796c3f42d1166f9fbbfbcef9=0A= SIZE (bash/bash42-002) =3D 1780=0A= SHA256 (bash/bash42-003) =3D = 5a0a7c15018c87348ea87cb0beea14345faf878dbb0e25c17fa70677194cb4cd=0A= SIZE (bash/bash42-003) =3D 6896=0A= SHA256 (bash/bash42-004) =3D = 4e34b0f830d2583d56e14225a66937abc81f45bbafcd2eb49daf61c9462140c1=0A= SIZE (bash/bash42-004) =3D 1686=0A= SHA256 (bash/bash42-005) =3D = a81749e73004b81cfdf0fe075bec365dc1fef756ee5e3fd142821e317d1459a0=0A= SIZE (bash/bash42-005) =3D 3424=0A= SHA256 (bash/bash42-006) =3D = c91148945a2ddafa792682d7c8668c59e7e645eae1334b15b0d5d9ad22634bd1=0A= SIZE (bash/bash42-006) =3D 1187=0A= SHA256 (bash/bash42-007) =3D = 405826acf443dd1084f236a15cb76d7f0ee2dbe5edff45c5fb836db571fb7e95=0A= SIZE (bash/bash42-007) =3D 1394=0A= SHA256 (bash/bash42-008) =3D = 23080d11a60a78941210e2477f6bca066b45db03defa60da86fd765107ba2437=0A= SIZE (bash/bash42-008) =3D 2164=0A= SHA256 (bash/bash42-009) =3D = e7ed5440b4c19765786e90e4f1ded43195d38b3e4d1c4b39fcc23de9a74ccb20=0A= SIZE (bash/bash42-009) =3D 2384=0A= SHA256 (bash/bash42-010) =3D = acfc5482c25e6923116fcf4b4f7f6345b80f75ad7299749db4b736ad67aa43dc=0A= SIZE (bash/bash42-010) =3D 1818=0A= SHA256 (bash/bash42-011) =3D = a491ae359a7ebbd7321aede561728289d71e1fc84777f402766a8afd4d261532=0A= SIZE (bash/bash42-011) =3D 1426=0A= SHA256 (bash/bash42-012) =3D = 354433f1d2da02f1b9652cd20a5b85bbfb5bc2aaf79c42461ebd929d89b9b7b8=0A= SIZE (bash/bash42-012) =3D 4247=0A= SHA256 (bash/bash42-013) =3D = 3412c5c6cbbce6c88592604aec054d8182ce64410038b5ecea69fc3968cf85ea=0A= SIZE (bash/bash42-013) =3D 1340=0A= SHA256 (bash/bash42-014) =3D = b5a678e609858532735f94faedb5fabce00dfd6577a4e9ec5eec85fe682c8b33=0A= SIZE (bash/bash42-014) =3D 1434=0A= SHA256 (bash/bash42-015) =3D = 2d876a8304bdf3d664e87e0a8d73bc4ccc100a9dd8c0d054e8649472d8748a98=0A= SIZE (bash/bash42-015) =3D 1991=0A= SHA256 (bash/bash42-016) =3D = 2895ccbcf7fc98da73a8fa3ba7440aaf2bfaef6c0af8bdd3a9c39403cf03e2a6=0A= SIZE (bash/bash42-016) =3D 1410=0A= SHA256 (bash/bash42-017) =3D = 73552444498c761d6073dd67ccfe043b36ef24bb418c266d91d9750884daee7f=0A= SIZE (bash/bash42-017) =3D 1399=0A= SHA256 (bash/bash42-018) =3D = e2a9457172370d454d31b84bbcba758ee6394316dbe755374553b52aadbb494d=0A= SIZE (bash/bash42-018) =3D 1929=0A= SHA256 (bash/bash42-019) =3D = a8b7cd02207656976016d93cab48e073cb5da002ceb27b7a63fc5ea62007eb56=0A= SIZE (bash/bash42-019) =3D 1415=0A= SHA256 (bash/bash42-020) =3D = 494773f0d0078cb35372d24caa523b00d8fdbbaed71e41dc14c9e47579da3c6f=0A= SIZE (bash/bash42-020) =3D 1825=0A= SHA256 (bash/bash42-021) =3D = a887a97be226575ecf483be2c76655bd6d1edde1cdfe199c27bd2e6baf32badc=0A= SIZE (bash/bash42-021) =3D 1532=0A= SHA256 (bash/bash42-022) =3D = 9dcdf69df7f8cd2ba88d18c45a0d8f55fbe4f0e273411179db94dd6198b85c6b=0A= SIZE (bash/bash42-022) =3D 1395=0A= SHA256 (bash/bash42-023) =3D = 5dc11394f1a6c887373c081396efd4f4cc04492696722c57a4811c207965f0bf=0A= SIZE (bash/bash42-023) =3D 1699=0A= SHA256 (bash/bash42-024) =3D = 99c826bdd33bee281d0a9191550d62a24d0b256cd41c90afd10abd63a66b99e6=0A= SIZE (bash/bash42-024) =3D 1363=0A= SHA256 (bash/bash42-025) =3D = 0db0646fd7a559d5702911192bdd387acbbc61cf3c29a34007c3ec840e275515=0A= SIZE (bash/bash42-025) =3D 3969=0A= SHA256 (bash/bash42-026) =3D = e7e90cfaabbce3b4b9c699994e9d9ea4a2f084fd9f37788a80b0b70b47d323d2=0A= SIZE (bash/bash42-026) =3D 1577=0A= SHA256 (bash/bash42-027) =3D = 0c1f6b7256fcc17f42c05f9bbb4138f8e8bb67e79c622c3485711b6f37f7ed42=0A= SIZE (bash/bash42-027) =3D 1461=0A= SHA256 (bash/bash42-028) =3D = 204226de39ba81aaf3dd5a29cd59de052ec9f648538bb9e7f1c8150852b1ed7a=0A= SIZE (bash/bash42-028) =3D 1834=0A= SHA256 (bash/bash42-029) =3D = d0b08c0817bc5acdb28b466727622a8422ca4d61188313cf162443b7f338f581=0A= SIZE (bash/bash42-029) =3D 16812=0A= SHA256 (bash/bash42-030) =3D = 12594366591a136d8ccdcb8e218010f2ddab6be28a7f96d0ed32ca927e44afae=0A= SIZE (bash/bash42-030) =3D 5046=0A= SHA256 (bash/bash42-031) =3D = 55f38c4d34775fbb063510c4222b195d998dd86f88288b64a6103e3812f8d9f9=0A= SIZE (bash/bash42-031) =3D 2047=0A= SHA256 (bash/bash42-032) =3D = e3a8b563dbb1e5cb7ca85a53515da8b2941213973496d48c4cc5a11c604791ed=0A= SIZE (bash/bash42-032) =3D 2416=0A= SHA256 (bash/bash42-033) =3D = f5d12790d69fdfb2f47ac86fa1ea1ecc088880141570273f38dfd3fa4a46434b=0A= SIZE (bash/bash42-033) =3D 1634=0A= SHA256 (bash/bash42-034) =3D = 01c1f332101389cedf347c7736102966722a3b213900954e5d625bbc2f1e41b8=0A= SIZE (bash/bash42-034) =3D 1345=0A= SHA256 (bash/bash42-035) =3D = cecde463b038b4849635ff0993d9b264fc92403e7ae0accb52c7877aeaed78df=0A= SIZE (bash/bash42-035) =3D 1920=0A= SHA256 (bash/bash42-036) =3D = fe293a1bc92ac4d272ae9b9a0de3afef7c06145a2b52337a09cacccc5305aafa=0A= SIZE (bash/bash42-036) =3D 3123=0A= SHA256 (bash/bash42-037) =3D = c7578cddd3bb2430689c740f58a03403800726dcd1268b28f91bf37f368e1674=0A= SIZE (bash/bash42-037) =3D 3483=0A= SHA256 (bash/bash42-038) =3D = b8c9a81bdf206be58ba491dfad80373b3348af769e80aaf72f7611ddbbbe6d57=0A= SIZE (bash/bash42-038) =3D 1290=0A= SHA256 (bash/bash42-039) =3D = f4f9300a60321a5088ae9e54052a64c4d3e876f9a3a17ca104d58fa38b9c1791=0A= SIZE (bash/bash42-039) =3D 1603=0A= SHA256 (bash/FAQ) =3D IGNORE=0A= ------=_NextPart_000_0001_01CDDFAE.6FB21DE0 Content-Type: application/octet-stream; name="Makefile" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile" # ex:ts=3D8=0A= # New ports collection makefile for: bash3=0A= # Date created: 30 Jul 2004=0A= # Whom: Oliver Eikemeier=0A= #=0A= # $FreeBSD: ports/shells/bash/Makefile,v 1.136 2012/11/17 06:01:23 = svnexp Exp $=0A= #=0A= =0A= PORTNAME=3D bash=0A= PATCHLEVEL=3D 39=0A= PORTVERSION=3D 4.2.${PATCHLEVEL:S/^0//g}=0A= PORTREVISION?=3D 0=0A= CATEGORIES=3D shells=0A= MASTER_SITES=3D ${MASTER_SITE_GNU:S/$/:bash/} \=0A= ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq=0A= MASTER_SITE_SUBDIR=3D ${PORTNAME}/:bash,faq=0A= DISTNAME=3D ${PORTNAME}-${PORTVERSION:R}=0A= DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX}:bash=0A= DIST_SUBDIR=3D ${PORTNAME}=0A= EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX}=0A= =0A= PATCH_SITES=3D ${MASTER_SITE_GNU} \=0A= ftp://ftp.cwru.edu/pub/%SUBDIR%/=0A= PATCH_SITE_SUBDIR=3D ${PORTNAME}/${DISTNAME}-patches/=0A= PATCHFILES!=3D /usr/bin/jot -s " " -w \=0A= ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \=0A= ${PATCHLEVEL} 1 ${PATCHLEVEL}=0A= =0A= MAINTAINER=3D obrien@FreeBSD.org=0A= COMMENT=3D The GNU Project's Bourne Again SHell=0A= =0A= IGNOREFILES=3D FAQ=0A= =0A= .if defined(WITH_OPTIONS) || defined(WITH_BASH_OPTIONS)=0A= .include "${.CURDIR}/../bash/options"=0A= .endif=0A= =0A= .include =0A= =0A= .if !defined(WITHOUT_IMPLICITCD)=0A= EXTRA_PATCHES+=3D ${PATCHDIR}/xpatch-implicitcd=0A= .endif=0A= =0A= .if !defined(WITHOUT_COLONBREAKSWORDS)=0A= EXTRA_PATCHES+=3D ${PATCHDIR}/xpatch-colonbreakswords=0A= .endif=0A= =0A= MAN1=3D bash.1 bashbug.1=0A= INFO=3D bash=0A= =0A= MAKE_JOBS_UNSAFE=3D yes=0A= GNU_CONFIGURE=3D yes=0A= USE_BISON=3D build=0A= =0A= .if !defined(NOPORTDOCS)=0A= .if !defined(WITH_INCLUDED_FAQ)=0A= DISTFILES+=3D FAQ:faq=0A= .endif=0A= PORTDOCS=3D FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH=0A= .endif=0A= =0A= CONFIGURE_ARGS=3D --without-bash-malloc \=0A= --disable-rpath \=0A= --enable-disabled-builtins=0A= =0A= .if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || = (defined(NOSHARED) && ${NOSHARED:L} !=3D "no")=0A= .if !defined(WITHOUT_NLS)=0A= WITHOUT_NLS=3Dyes=0A= .endif=0A= CONFIGURE_ARGS+=3D --enable-static-link=0A= PKGNAMESUFFIX=3D -static=0A= CONFLICTS+=3D bash-[0-9]* bash3-[0-9]* bash3-static-[0-9]*=0A= .else=0A= CONFIGURE_ARGS+=3D --enable-static-link=3Dno=0A= CONFLICTS+=3D bash-static-[0-9]* bash3-[0-9]* bash3-static-[0-9]*=0A= .endif=0A= =0A= .if defined(WITHOUT_HELP)=0A= CONFIGURE_ARGS+=3D --disable-help-builtin=0A= PLIST_SUB+=3D HELP=3D"@comment "=0A= .elif defined(WITH_INTEGRATED_HELPFILES)=0A= PLIST_SUB+=3D HELP=3D"@comment "=0A= .else=0A= CONFIGURE_ARGS+=3D --enable-separate-helpfiles=0A= PLIST_SUB+=3D HELP=3D""=0A= .endif=0A= =0A= .if defined(WITHOUT_NLS)=0A= CONFIGURE_ARGS+=3D --disable-nls=0A= PLIST_SUB+=3D NLS=3D"@comment "=0A= .else=0A= USE_ICONV=3D yes=0A= USE_GETTEXT=3D yes=0A= PLIST_SUB+=3D NLS=3D""=0A= .endif=0A= =0A= CPPFLAGS+=3D ${PTHREAD_CFLAGS} \=0A= -I${LOCALBASE}/include=0A= LDFLAGS+=3D -L${LOCALBASE}/lib=0A= =0A= CONFIGURE_ENV=3D YACC=3D"bison -y"=0A= =0A= post-patch:=0A= @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/bash.1=0A= .if defined(WITH_SYSLOG)=0A= @${REINPLACE_CMD} \=0A= -e "s|/\*.*#define SYSLOG_HISTORY .*\*/|#define SYSLOG_HISTORY|g" \=0A= ${WRKSRC}/config-top.h=0A= .endif=0A= .if defined(WITHOUT_NLS)=0A= @${REINPLACE_CMD} -e "s|@LIBICONV@||g" ${WRKSRC}/Makefile.in=0A= .endif=0A= =0A= post-configure:=0A= @${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \=0A= ${REINPLACE_CMD} -e "s|^DESTDIR *=3D|& ${DESTDIR}|"=0A= .if defined(WITHOUT_NLS)=0A= @${REINPLACE_CMD} -e "s|#define HAVE_ICONV 1|#undef HAVE_ICONV|g" = ${WRKSRC}/config.h=0A= .endif=0A= =0A= pre-build:=0A= @${ECHO_CMD} $$((${PORTREVISION}-1)) > ${WRKSRC}/.build=0A= =0A= pre-install:=0A= @${SETENV} PKG_PREFIX=3D"${PREFIX}" \=0A= ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL=0A= =0A= post-install:=0A= @cd ${PREFIX}/bin ; ${LN} -sf bash rbash=0A= .if !defined(NOPORTDOCS)=0A= @${MKDIR} ${DOCSDIR}=0A= .if !defined(WITH_INCLUDED_FAQ)=0A= @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/FAQ \=0A= ${WRKSRC}/doc/INTRO ${DOCSDIR}=0A= .else=0A= @${INSTALL_DATA} ${WRKSRC}/doc/FAQ \=0A= ${WRKSRC}/doc/INTRO ${DOCSDIR}=0A= .endif=0A= @for d in ${PORTDOCS:NFAQ:NINTRO}; do \=0A= ${INSTALL_DATA} ${WRKSRC}/$${d} ${DOCSDIR}; \=0A= done=0A= .endif=0A= @${SETENV} PKG_PREFIX=3D"${PREFIX}" PKG_DESTDIR=3D"${DESTDIR}" \=0A= ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL=0A= =0A= regress: build=0A= cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test=0A= =0A= ckp:=0A= ${MAKE} -DPATCH_DEBUG clean patch=0A= =0A= cklatest:=0A= @${ECHO} -n "Currently at: "=0A= @${MAKE} -V PATCHLEVEL=0A= -ncftpls \=0A= = ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]= *$//}-patches/ \=0A= | fgrep -v .sig | ${TAIL}=0A= =0A= .include =0A= ------=_NextPart_000_0001_01CDDFAE.6FB21DE0-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 18:49:37 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 232FAF56 for ; Fri, 21 Dec 2012 18:49:37 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews05.kpnxchange.com (cpsmtpb-ews05.kpnxchange.com [213.75.39.8]) by mx1.freebsd.org (Postfix) with ESMTP id 7ED438FC18 for ; Fri, 21 Dec 2012 18:49:35 +0000 (UTC) Received: from cpsps-ews15.kpnxchange.com ([10.94.84.182]) by cpsmtpb-ews05.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 21 Dec 2012 19:48:30 +0100 Received: from CPSMTPM-TLF103.kpnxchange.com ([195.121.3.6]) by cpsps-ews15.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 21 Dec 2012 19:48:30 +0100 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF103.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Fri, 21 Dec 2012 19:49:28 +0100 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 12E985BC2; Fri, 21 Dec 2012 19:49:28 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-ports@freebsd.org, "David Demelier" Subject: Re: java/openjdk6 fails to build.. References: Date: Fri, 21 Dec 2012 19:49:26 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.11 (FreeBSD) X-OriginalArrivalTime: 21 Dec 2012 18:49:28.0794 (UTC) FILETIME=[E7FA13A0:01CDDFAB] X-RcptDomain: 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, 21 Dec 2012 18:49:37 -0000 On Thu, 20 Dec 2012 22:58:48 +0100, David Demelier wrote: > Hello, > > I have no luck tonight, openjdk6 fails to build too : > > c++ -m64 -Xlinker -O1 -m64 -export-dynamic -o ../generated/adfiles/adlc > ../generated/adfiles/adlparse.o ../generated/adfiles/archDesc.o > ../generated/adfiles/arena.o ../generated/adfiles/dfa.o > ../generated/adfiles/dict2.o ../generated/adfiles/filebuff.o > ../generated/adfiles/forms.o ../generated/adfiles/formsopt.o > ../generated/adfiles/formssel.o ../generated/adfiles/main.o > ../generated/adfiles/adlc-opcodes.o ../generated/adfiles/output_c.o > ../generated/adfiles/output_h.o > gmake[6]: *** No rule to make target > `/usr/obj/usr/ports/java/openjdk6/work/hotspot/src/cpu/amd64/vm/x86_64.ad', > needed by `../generated/adfiles/bsd_x86_64.ad'. Stop. > gmake[6]: Leaving directory > `/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' > gmake[5]: *** [ad_stuff] Error 2 > gmake[5]: Leaving directory > `/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir/bsd_amd64_compiler2/product' > gmake[4]: *** [product] Error 2 > gmake[4]: Leaving directory > `/usr/obj/usr/ports/java/openjdk6/work/build/bsd-amd64/hotspot/outputdir' > gmake[3]: *** [generic_build2] Error 2 > gmake[3]: Leaving directory > `/usr/obj/usr/ports/java/openjdk6/work/hotspot/make' > gmake[2]: *** [product] Error 2 > gmake[2]: Leaving directory > `/usr/obj/usr/ports/java/openjdk6/work/hotspot/make' > gmake[1]: *** [hotspot-build] Error 2 > gmake[1]: Leaving directory `/usr/obj/usr/ports/java/openjdk6/work' > gmake: *** [build_product_image] Error 2 > *** [do-build] Error code 1 > > Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. Ronald. From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 19:10:38 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B6BF700 for ; Fri, 21 Dec 2012 19:10:38 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by mx1.freebsd.org (Postfix) with ESMTP id 5FA268FC12 for ; Fri, 21 Dec 2012 19:10:35 +0000 (UTC) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTP id CA2CA940135; Fri, 21 Dec 2012 20:10:28 +0100 (CET) Received: from freedom.alkumuna.eu ([192.168.10.100]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.14.5/8.14.5) with ESMTP id qBLJAP6h005296 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Dec 2012 20:10:26 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Fri, 21 Dec 2012 20:10:25 +0100 From: Matthieu Volat To: Mark Felder Subject: Re: opera 12.12 Message-Id: <20121221201025.09ebdae1d88c104efdfca8e4@alkumuna.eu> In-Reply-To: <20121221095526.127935b6@tech304> References: <201212191424.31404.lumiwa@gmail.com> <20121219220449.c1680d25ab603f554b9cd3f2@alkumuna.eu> <20121221095526.127935b6@tech304> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-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: Fri, 21 Dec 2012 19:10:38 -0000 On Fri, 21 Dec 2012 09:55:26 -0600 Mark Felder wrote: > On Wed, 19 Dec 2012 22:04:49 +0100 > Matthieu Volat wrote: > > > 2. (maybe) use symlinks to trick opera to use the new one and hope that there is enough compatibility between both version of icu > > Isnt this what /etc/libmap.conf is for? You should NEVER use symlinks. > > http://www.freebsd.org/cgi/man.cgi?query=libmap.conf > [...] Oh, I did not know of this mechanism, this looks very interesting ^^ Much more cleaner and trackable that symlinks. Meanwhile, I upgraded today to new icu and new opera and have no problem with both libraries... -- Matthieu Volat From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 19:21:23 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DEDFD957 for ; Fri, 21 Dec 2012 19:21:23 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-ia0-f174.google.com (mail-ia0-f174.google.com [209.85.210.174]) by mx1.freebsd.org (Postfix) with ESMTP id 989968FC0A for ; Fri, 21 Dec 2012 19:21:23 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id y25so4172560iay.5 for ; Fri, 21 Dec 2012 11:21:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=S/lO6aDKU3F1XbCcwRww5N+UNsPY2YAonv079Sj00Eg=; b=iq9Nj32WC/nMjftj5exN4M75psi4HNMWUQz13yHQcBmPA9gxw9/pAJ0idLCckMmywP 6xtrPS3ywdy3y0pkKGJRKWKOfkXAGBtixgoxs6VPE4jxYphVuO+Qtt9URbwGIcqPIwvj b9MTaixrCdHyNl1V0WG09OuZs39FMZyVyjuPVbNNb0I/WBoIz6Kh+qnfwbl45eb3w5Ar sNthbZ5UJzDGQNuEbjjOR3onXpzNDFX3jfbxfqX9eCX2dgJaISf/A9/zAEFfnBTECizW DNJPb6lFuU1j8TSgUlP0nqf7RYPi0R7iVm0lJzMEiHWdGA5+65Yx3L/fBLRUgqlCW7uy X04g== X-Received: by 10.43.119.5 with SMTP id fs5mr12392590icc.14.1356117677203; Fri, 21 Dec 2012 11:21:17 -0800 (PST) Received: from luna.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com. [184.58.138.79]) by mx.google.com with ESMTPS id rd10sm16243863igb.1.2012.12.21.11.21.16 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 11:21:16 -0800 (PST) From: ajtiM To: freebsd-ports@freebsd.org Subject: Re: opera 12.12 Date: Fri, 21 Dec 2012 13:21:07 -0600 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RC3; KDE/4.8.4; i386; ; ) References: <201212191424.31404.lumiwa@gmail.com> <20121221095526.127935b6@tech304> <20121221201025.09ebdae1d88c104efdfca8e4@alkumuna.eu> In-Reply-To: <20121221201025.09ebdae1d88c104efdfca8e4@alkumuna.eu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212211321.08248.lumiwa@gmail.com> Cc: Mark Felder , Matthieu Volat 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, 21 Dec 2012 19:21:23 -0000 On Friday 21 December 2012 13:10:25 Matthieu Volat wrote: > On Fri, 21 Dec 2012 09:55:26 -0600 > > Mark Felder wrote: > > On Wed, 19 Dec 2012 22:04:49 +0100 > > > > Matthieu Volat wrote: > > > 2. (maybe) use symlinks to trick opera to use the new one and hope that > > > there is enough compatibility between both version of icu > > > > Isnt this what /etc/libmap.conf is for? You should NEVER use symlinks. > > > > http://www.freebsd.org/cgi/man.cgi?query=libmap.conf > > [...] > > Oh, I did not know of this mechanism, this looks very interesting ^^ > > Much more cleaner and trackable that symlinks. > > Meanwhile, I upgraded today to new icu and new opera and have no problem > with both libraries... Thank you. My update after icu is alsoo successful but I saved for the next problem :) Mitja -------- http://www.redbubble.com/people/lumiwa From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 19:37:32 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 69C9C144 for ; Fri, 21 Dec 2012 19:37:32 +0000 (UTC) (envelope-from jerry@seibercom.net) Received: from mail-gg0-f179.google.com (mail-gg0-f179.google.com [209.85.161.179]) by mx1.freebsd.org (Postfix) with ESMTP id BC9F48FC0C for ; Fri, 21 Dec 2012 19:37:31 +0000 (UTC) Received: by mail-gg0-f179.google.com with SMTP id q1so966661gge.24 for ; Fri, 21 Dec 2012 11:37:25 -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=s2VgPmrmfQyW4t0assIJJdjF9KI/cnj9HUShpRVSvwQ=; b=ThXapCbgk5o/Q3qe5Kt2tzOfo0qV+DMiMSL2WGqL3kX2oi57Ze1pMOGWGUgKpxNiYR SmEJSUYXpUU3eT7LjX+T9ewPAKIuEGhAQRqkBkZU8v9Kp/VKAFWK7VYWoqgyD0T9OAzd kqqMjnoYmBSW/hi6k/2YApwxKXq0J3JFxwMFU= 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=s2VgPmrmfQyW4t0assIJJdjF9KI/cnj9HUShpRVSvwQ=; b=k3/ZmAww6/2DC/ZsAYbNTaqS9pH40eUnFVFymTOnwKLj+QO89LB7FLM3m6m+dKcb97 ZFsFoJJY6BkgxTpySVXV3mfTYIIfRPTbUfqtHArEY/4dzWfzMrBYGuRQ07utxUkiNRq5 7lcpl31coZlgo3LHr2YBgTe08vZTGq40hWS0QozR5pyK645if1nMPf1FMA9/PPkrazDH 61P+GwgGuwjTh0j9fRaIyNhS0eGubI2V/RLz05Hu/JptgThx49e4zzitL8EVadV3YVew G40buACgwkypsASfcHqiDF3zotH1VxKeF2LxHtPe/7kzUFn1e6bePey3gu1n2Gy3QNHw yYBg== X-Received: by 10.236.193.225 with SMTP id k61mr13253896yhn.25.1356118645700; Fri, 21 Dec 2012 11: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 m69sm11622129yhd.6.2012.12.21.11.37.24 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 21 Dec 2012 11: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 3YSg8g5M7kz2CG4D for ; Fri, 21 Dec 2012 14:37:23 -0500 (EST) Date: Fri, 21 Dec 2012 14:37:23 -0500 From: Jerry To: freebsd-ports@freebsd.org Subject: Re: ports/shells/bash upgrade to patch level 39 Message-ID: <20121221143723.696600f8@scorpio> In-Reply-To: <000001cddfa6$0dedb5e0$29c921a0$@quicknet.nl> References: <000001cddfa6$0dedb5e0$29c921a0$@quicknet.nl> 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: ALoCoQl4Dp2rmHErytbrpojEc9qfooCqQP8slazBPfsc6vkBWjC/28ZQ7gJG3EJIx7tF/pOqcCIT 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, 21 Dec 2012 19:37:32 -0000 On Fri, 21 Dec 2012 19:07:35 +0100 Michael Zoon articulated: > I did update the make and distinfo file for a upgrade of bash 4.2.37 > to 4.2.39 It is attached in this message. That is cool; however, why not submit a PR for this so the port can be updated correctly for everyone? I am not sure if the port maintainer has an interest in this port any longer. It is a major port and really deserves to have a maintainer who has both the time and desire to keep it current. -- 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 Dec 21 22:14:37 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81BD53BF; Fri, 21 Dec 2012 22:14:37 +0000 (UTC) (envelope-from ma.zoon@quicknet.nl) Received: from smtpq2.gn.mail.iss.as9143.net (smtpq2.gn.mail.iss.as9143.net [212.54.34.165]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5828FC12; Fri, 21 Dec 2012 22:14:36 +0000 (UTC) Received: from [212.54.34.136] (helo=smtp5.gn.mail.iss.as9143.net) by smtpq2.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1TmArT-0002FL-UM; Fri, 21 Dec 2012 23:14:35 +0100 Received: from 5ed3f892.cm-7-4d.dynamic.ziggo.nl ([94.211.248.146] helo=PC01) by smtp5.gn.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1TmArT-0000eu-M8; Fri, 21 Dec 2012 23:14:35 +0100 From: "Michael Zoon" To: Subject: FreeBSD Port: bash-4.2.37 Date: Fri, 21 Dec 2012 23:14:34 +0100 Message-ID: <000301cddfc8$8efb75b0$acf26110$@quicknet.nl> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0004_01CDDFD0.F0C02BD0" X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac3fyFyZJe3HW8oyR6uyCt9gkoJejQ== Content-Language: nl X-Ziggo-spambar: -- X-Ziggo-spamscore: -2.1 X-Ziggo-spamreport: ALL_TRUSTED=-1, BAYES_00=-1.9, DOS_OUTLOOK_TO_MX=2.845, DYN_RDNS_SHORT_HELO_HTML=0.001, FSL_HELO_NON_FQDN_1=0.001, HTML_MESSAGE=0.001, PROLO_TRUST_RDNS=-3, RDNS_DYNAMIC=0.982 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 22:14:37 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0004_01CDDFD0.F0C02BD0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello obrien, I did update the make and distinfo file for a upgrade of bash 4.2.37 to 4.2.39, It is attached in this message. Regards, Michael ------=_NextPart_000_0004_01CDDFD0.F0C02BD0 Content-Type: application/octet-stream; name="distinfo" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="distinfo" SHA256 (bash/bash-4.2.tar.gz) =3D = a27a1179ec9c0830c65c6aa5d7dab60f7ce1a2a608618570f96bfa72e95ab3d8=0A= SIZE (bash/bash-4.2.tar.gz) =3D 7009201=0A= SHA256 (bash/bash42-001) =3D = 8d6ca028576c4af23e660a2fbc2112221a11c8a785c0b37f033967e5cd12b47a=0A= SIZE (bash/bash42-001) =3D 2944=0A= SHA256 (bash/bash42-002) =3D = febac927e199aceeba2004908d971d4afb49b521796c3f42d1166f9fbbfbcef9=0A= SIZE (bash/bash42-002) =3D 1780=0A= SHA256 (bash/bash42-003) =3D = 5a0a7c15018c87348ea87cb0beea14345faf878dbb0e25c17fa70677194cb4cd=0A= SIZE (bash/bash42-003) =3D 6896=0A= SHA256 (bash/bash42-004) =3D = 4e34b0f830d2583d56e14225a66937abc81f45bbafcd2eb49daf61c9462140c1=0A= SIZE (bash/bash42-004) =3D 1686=0A= SHA256 (bash/bash42-005) =3D = a81749e73004b81cfdf0fe075bec365dc1fef756ee5e3fd142821e317d1459a0=0A= SIZE (bash/bash42-005) =3D 3424=0A= SHA256 (bash/bash42-006) =3D = c91148945a2ddafa792682d7c8668c59e7e645eae1334b15b0d5d9ad22634bd1=0A= SIZE (bash/bash42-006) =3D 1187=0A= SHA256 (bash/bash42-007) =3D = 405826acf443dd1084f236a15cb76d7f0ee2dbe5edff45c5fb836db571fb7e95=0A= SIZE (bash/bash42-007) =3D 1394=0A= SHA256 (bash/bash42-008) =3D = 23080d11a60a78941210e2477f6bca066b45db03defa60da86fd765107ba2437=0A= SIZE (bash/bash42-008) =3D 2164=0A= SHA256 (bash/bash42-009) =3D = e7ed5440b4c19765786e90e4f1ded43195d38b3e4d1c4b39fcc23de9a74ccb20=0A= SIZE (bash/bash42-009) =3D 2384=0A= SHA256 (bash/bash42-010) =3D = acfc5482c25e6923116fcf4b4f7f6345b80f75ad7299749db4b736ad67aa43dc=0A= SIZE (bash/bash42-010) =3D 1818=0A= SHA256 (bash/bash42-011) =3D = a491ae359a7ebbd7321aede561728289d71e1fc84777f402766a8afd4d261532=0A= SIZE (bash/bash42-011) =3D 1426=0A= SHA256 (bash/bash42-012) =3D = 354433f1d2da02f1b9652cd20a5b85bbfb5bc2aaf79c42461ebd929d89b9b7b8=0A= SIZE (bash/bash42-012) =3D 4247=0A= SHA256 (bash/bash42-013) =3D = 3412c5c6cbbce6c88592604aec054d8182ce64410038b5ecea69fc3968cf85ea=0A= SIZE (bash/bash42-013) =3D 1340=0A= SHA256 (bash/bash42-014) =3D = b5a678e609858532735f94faedb5fabce00dfd6577a4e9ec5eec85fe682c8b33=0A= SIZE (bash/bash42-014) =3D 1434=0A= SHA256 (bash/bash42-015) =3D = 2d876a8304bdf3d664e87e0a8d73bc4ccc100a9dd8c0d054e8649472d8748a98=0A= SIZE (bash/bash42-015) =3D 1991=0A= SHA256 (bash/bash42-016) =3D = 2895ccbcf7fc98da73a8fa3ba7440aaf2bfaef6c0af8bdd3a9c39403cf03e2a6=0A= SIZE (bash/bash42-016) =3D 1410=0A= SHA256 (bash/bash42-017) =3D = 73552444498c761d6073dd67ccfe043b36ef24bb418c266d91d9750884daee7f=0A= SIZE (bash/bash42-017) =3D 1399=0A= SHA256 (bash/bash42-018) =3D = e2a9457172370d454d31b84bbcba758ee6394316dbe755374553b52aadbb494d=0A= SIZE (bash/bash42-018) =3D 1929=0A= SHA256 (bash/bash42-019) =3D = a8b7cd02207656976016d93cab48e073cb5da002ceb27b7a63fc5ea62007eb56=0A= SIZE (bash/bash42-019) =3D 1415=0A= SHA256 (bash/bash42-020) =3D = 494773f0d0078cb35372d24caa523b00d8fdbbaed71e41dc14c9e47579da3c6f=0A= SIZE (bash/bash42-020) =3D 1825=0A= SHA256 (bash/bash42-021) =3D = a887a97be226575ecf483be2c76655bd6d1edde1cdfe199c27bd2e6baf32badc=0A= SIZE (bash/bash42-021) =3D 1532=0A= SHA256 (bash/bash42-022) =3D = 9dcdf69df7f8cd2ba88d18c45a0d8f55fbe4f0e273411179db94dd6198b85c6b=0A= SIZE (bash/bash42-022) =3D 1395=0A= SHA256 (bash/bash42-023) =3D = 5dc11394f1a6c887373c081396efd4f4cc04492696722c57a4811c207965f0bf=0A= SIZE (bash/bash42-023) =3D 1699=0A= SHA256 (bash/bash42-024) =3D = 99c826bdd33bee281d0a9191550d62a24d0b256cd41c90afd10abd63a66b99e6=0A= SIZE (bash/bash42-024) =3D 1363=0A= SHA256 (bash/bash42-025) =3D = 0db0646fd7a559d5702911192bdd387acbbc61cf3c29a34007c3ec840e275515=0A= SIZE (bash/bash42-025) =3D 3969=0A= SHA256 (bash/bash42-026) =3D = e7e90cfaabbce3b4b9c699994e9d9ea4a2f084fd9f37788a80b0b70b47d323d2=0A= SIZE (bash/bash42-026) =3D 1577=0A= SHA256 (bash/bash42-027) =3D = 0c1f6b7256fcc17f42c05f9bbb4138f8e8bb67e79c622c3485711b6f37f7ed42=0A= SIZE (bash/bash42-027) =3D 1461=0A= SHA256 (bash/bash42-028) =3D = 204226de39ba81aaf3dd5a29cd59de052ec9f648538bb9e7f1c8150852b1ed7a=0A= SIZE (bash/bash42-028) =3D 1834=0A= SHA256 (bash/bash42-029) =3D = d0b08c0817bc5acdb28b466727622a8422ca4d61188313cf162443b7f338f581=0A= SIZE (bash/bash42-029) =3D 16812=0A= SHA256 (bash/bash42-030) =3D = 12594366591a136d8ccdcb8e218010f2ddab6be28a7f96d0ed32ca927e44afae=0A= SIZE (bash/bash42-030) =3D 5046=0A= SHA256 (bash/bash42-031) =3D = 55f38c4d34775fbb063510c4222b195d998dd86f88288b64a6103e3812f8d9f9=0A= SIZE (bash/bash42-031) =3D 2047=0A= SHA256 (bash/bash42-032) =3D = e3a8b563dbb1e5cb7ca85a53515da8b2941213973496d48c4cc5a11c604791ed=0A= SIZE (bash/bash42-032) =3D 2416=0A= SHA256 (bash/bash42-033) =3D = f5d12790d69fdfb2f47ac86fa1ea1ecc088880141570273f38dfd3fa4a46434b=0A= SIZE (bash/bash42-033) =3D 1634=0A= SHA256 (bash/bash42-034) =3D = 01c1f332101389cedf347c7736102966722a3b213900954e5d625bbc2f1e41b8=0A= SIZE (bash/bash42-034) =3D 1345=0A= SHA256 (bash/bash42-035) =3D = cecde463b038b4849635ff0993d9b264fc92403e7ae0accb52c7877aeaed78df=0A= SIZE (bash/bash42-035) =3D 1920=0A= SHA256 (bash/bash42-036) =3D = fe293a1bc92ac4d272ae9b9a0de3afef7c06145a2b52337a09cacccc5305aafa=0A= SIZE (bash/bash42-036) =3D 3123=0A= SHA256 (bash/bash42-037) =3D = c7578cddd3bb2430689c740f58a03403800726dcd1268b28f91bf37f368e1674=0A= SIZE (bash/bash42-037) =3D 3483=0A= SHA256 (bash/bash42-038) =3D = b8c9a81bdf206be58ba491dfad80373b3348af769e80aaf72f7611ddbbbe6d57=0A= SIZE (bash/bash42-038) =3D 1290=0A= SHA256 (bash/bash42-039) =3D = f4f9300a60321a5088ae9e54052a64c4d3e876f9a3a17ca104d58fa38b9c1791=0A= SIZE (bash/bash42-039) =3D 1603=0A= SHA256 (bash/FAQ) =3D IGNORE=0A= ------=_NextPart_000_0004_01CDDFD0.F0C02BD0 Content-Type: application/octet-stream; name="Makefile" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile" # ex:ts=3D8=0A= # New ports collection makefile for: bash3=0A= # Date created: 30 Jul 2004=0A= # Whom: Oliver Eikemeier=0A= #=0A= # $FreeBSD: ports/shells/bash/Makefile,v 1.136 2012/11/17 06:01:23 = svnexp Exp $=0A= #=0A= =0A= PORTNAME=3D bash=0A= PATCHLEVEL=3D 39=0A= PORTVERSION=3D 4.2.${PATCHLEVEL:S/^0//g}=0A= PORTREVISION?=3D 0=0A= CATEGORIES=3D shells=0A= MASTER_SITES=3D ${MASTER_SITE_GNU:S/$/:bash/} \=0A= ftp://ftp.cwru.edu/pub/%SUBDIR%/:faq=0A= MASTER_SITE_SUBDIR=3D ${PORTNAME}/:bash,faq=0A= DISTNAME=3D ${PORTNAME}-${PORTVERSION:R}=0A= DISTFILES=3D ${DISTNAME}${EXTRACT_SUFX}:bash=0A= DIST_SUBDIR=3D ${PORTNAME}=0A= EXTRACT_ONLY=3D ${DISTNAME}${EXTRACT_SUFX}=0A= =0A= PATCH_SITES=3D ${MASTER_SITE_GNU} \=0A= ftp://ftp.cwru.edu/pub/%SUBDIR%/=0A= PATCH_SITE_SUBDIR=3D ${PORTNAME}/${DISTNAME}-patches/=0A= PATCHFILES!=3D /usr/bin/jot -s " " -w \=0A= ${PORTNAME}${PORTVERSION:R:S/.//g}-%03d \=0A= ${PATCHLEVEL} 1 ${PATCHLEVEL}=0A= =0A= MAINTAINER=3D obrien@FreeBSD.org=0A= COMMENT=3D The GNU Project's Bourne Again SHell=0A= =0A= IGNOREFILES=3D FAQ=0A= =0A= .if defined(WITH_OPTIONS) || defined(WITH_BASH_OPTIONS)=0A= .include "${.CURDIR}/../bash/options"=0A= .endif=0A= =0A= .include =0A= =0A= .if !defined(WITHOUT_IMPLICITCD)=0A= EXTRA_PATCHES+=3D ${PATCHDIR}/xpatch-implicitcd=0A= .endif=0A= =0A= .if !defined(WITHOUT_COLONBREAKSWORDS)=0A= EXTRA_PATCHES+=3D ${PATCHDIR}/xpatch-colonbreakswords=0A= .endif=0A= =0A= MAN1=3D bash.1 bashbug.1=0A= INFO=3D bash=0A= =0A= MAKE_JOBS_UNSAFE=3D yes=0A= GNU_CONFIGURE=3D yes=0A= USE_BISON=3D build=0A= =0A= .if !defined(NOPORTDOCS)=0A= .if !defined(WITH_INCLUDED_FAQ)=0A= DISTFILES+=3D FAQ:faq=0A= .endif=0A= PORTDOCS=3D FAQ INTRO CHANGES COMPAT NEWS POSIX RBASH=0A= .endif=0A= =0A= CONFIGURE_ARGS=3D --without-bash-malloc \=0A= --disable-rpath \=0A= --enable-disabled-builtins=0A= =0A= .if defined(WITH_STATIC_BASH) || defined(NO_DYNAMICROOT) || = (defined(NOSHARED) && ${NOSHARED:L} !=3D "no")=0A= .if !defined(WITHOUT_NLS)=0A= WITHOUT_NLS=3Dyes=0A= .endif=0A= CONFIGURE_ARGS+=3D --enable-static-link=0A= PKGNAMESUFFIX=3D -static=0A= CONFLICTS+=3D bash-[0-9]* bash3-[0-9]* bash3-static-[0-9]*=0A= .else=0A= CONFIGURE_ARGS+=3D --enable-static-link=3Dno=0A= CONFLICTS+=3D bash-static-[0-9]* bash3-[0-9]* bash3-static-[0-9]*=0A= .endif=0A= =0A= .if defined(WITHOUT_HELP)=0A= CONFIGURE_ARGS+=3D --disable-help-builtin=0A= PLIST_SUB+=3D HELP=3D"@comment "=0A= .elif defined(WITH_INTEGRATED_HELPFILES)=0A= PLIST_SUB+=3D HELP=3D"@comment "=0A= .else=0A= CONFIGURE_ARGS+=3D --enable-separate-helpfiles=0A= PLIST_SUB+=3D HELP=3D""=0A= .endif=0A= =0A= .if defined(WITHOUT_NLS)=0A= CONFIGURE_ARGS+=3D --disable-nls=0A= PLIST_SUB+=3D NLS=3D"@comment "=0A= .else=0A= USE_ICONV=3D yes=0A= USE_GETTEXT=3D yes=0A= PLIST_SUB+=3D NLS=3D""=0A= .endif=0A= =0A= CPPFLAGS+=3D ${PTHREAD_CFLAGS} \=0A= -I${LOCALBASE}/include=0A= LDFLAGS+=3D -L${LOCALBASE}/lib=0A= =0A= CONFIGURE_ENV=3D YACC=3D"bison -y"=0A= =0A= post-patch:=0A= @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/doc/bash.1=0A= .if defined(WITH_SYSLOG)=0A= @${REINPLACE_CMD} \=0A= -e "s|/\*.*#define SYSLOG_HISTORY .*\*/|#define SYSLOG_HISTORY|g" \=0A= ${WRKSRC}/config-top.h=0A= .endif=0A= .if defined(WITHOUT_NLS)=0A= @${REINPLACE_CMD} -e "s|@LIBICONV@||g" ${WRKSRC}/Makefile.in=0A= .endif=0A= =0A= post-configure:=0A= @${FIND} ${WRKSRC} -name Makefile -print0 | ${XARGS} -0 \=0A= ${REINPLACE_CMD} -e "s|^DESTDIR *=3D|& ${DESTDIR}|"=0A= .if defined(WITHOUT_NLS)=0A= @${REINPLACE_CMD} -e "s|#define HAVE_ICONV 1|#undef HAVE_ICONV|g" = ${WRKSRC}/config.h=0A= .endif=0A= =0A= pre-build:=0A= @${ECHO_CMD} $$((${PORTREVISION}-1)) > ${WRKSRC}/.build=0A= =0A= pre-install:=0A= @${SETENV} PKG_PREFIX=3D"${PREFIX}" \=0A= ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL=0A= =0A= post-install:=0A= @cd ${PREFIX}/bin ; ${LN} -sf bash rbash=0A= .if !defined(NOPORTDOCS)=0A= @${MKDIR} ${DOCSDIR}=0A= .if !defined(WITH_INCLUDED_FAQ)=0A= @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/FAQ \=0A= ${WRKSRC}/doc/INTRO ${DOCSDIR}=0A= .else=0A= @${INSTALL_DATA} ${WRKSRC}/doc/FAQ \=0A= ${WRKSRC}/doc/INTRO ${DOCSDIR}=0A= .endif=0A= @for d in ${PORTDOCS:NFAQ:NINTRO}; do \=0A= ${INSTALL_DATA} ${WRKSRC}/$${d} ${DOCSDIR}; \=0A= done=0A= .endif=0A= @${SETENV} PKG_PREFIX=3D"${PREFIX}" PKG_DESTDIR=3D"${DESTDIR}" \=0A= ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL=0A= =0A= regress: build=0A= cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} test=0A= =0A= ckp:=0A= ${MAKE} -DPATCH_DEBUG clean patch=0A= =0A= cklatest:=0A= @${ECHO} -n "Currently at: "=0A= @${MAKE} -V PATCHLEVEL=0A= -ncftpls \=0A= = ftp://ftp.cwru.edu/pub/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.[0-9a-z]= *$//}-patches/ \=0A= | fgrep -v .sig | ${TAIL}=0A= =0A= .include =0A= ------=_NextPart_000_0004_01CDDFD0.F0C02BD0-- From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 23:07:39 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B0BBC5D for ; Fri, 21 Dec 2012 23:07:39 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) by mx1.freebsd.org (Postfix) with ESMTP id CD9ED8FC0A for ; Fri, 21 Dec 2012 23:07:38 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id s15so6014820lag.15 for ; Fri, 21 Dec 2012 15:07:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Uni/hB0eaxvvKl0SUrH7EyoRYIYlkgvgvwxM78+3m6g=; b=SXhf5V3Hzvg/miXCw8aED1Pw5+LO3XwNwEkAC+faqzn9anLOT0A6yss2qY7adkUjL/ e9esqM5v8vNGmSr6z+46u2VO/GQzWpTA+PUenOpzoxK+wtC1IQhEqeAG+I8SV/HjhKCe AQUUpOnJAc4NsYvN6uunZ3WJktPz0LeWO8TjQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=Uni/hB0eaxvvKl0SUrH7EyoRYIYlkgvgvwxM78+3m6g=; b=Oa7/+z2bUej84Jh1wPHRDMVzXl9vKIFTXQMuwiYaHn98vR1v9NbzgBvOYsmSlUBM5/ Tu3w8NoIwBCRZnJQuvbq+WhDvXbOAha/4kCyHLtEa3FwCpp018fQNsbKJE+09fEdskE7 CJFn3H08dtKh3Qr4ICq5fdczF3JkTwSWHsu07Vz/rMAZ9vLwTObyrnilAgOFeB5+Q/eu 3Unb2ahO6PxeCBDyCX2AVh6P+8O1bXD8N+1ZD7pvDTQO3HIafmiPJVyekT+yZno06CC2 21KwyW7z4sk0xaC9lX/vXMs03/eFDAnVDlko4pGLKw6V/Js5YQ0n1Rt+l1Iuwzee3qIt 0o0g== Received: by 10.112.37.40 with SMTP id v8mr5940935lbj.112.1356131251789; Fri, 21 Dec 2012 15:07:31 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Fri, 21 Dec 2012 15:07:01 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Fri, 21 Dec 2012 18:07:01 -0500 Message-ID: Subject: Re: java/openjdk6 fails to build.. To: Ronald Klop Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQmhUos5AIj/uMbw3kHJMHlt8GAEydbh3/hamYo6W81xqbfhDO/cDVjFZwaaiUP7XN/tUDDc Cc: David Demelier , 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, 21 Dec 2012 23:07:39 -0000 On 21 December 2012 13:49, Ronald Klop wrote: > Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. If this fixes it please let us know - its a bug in the makefile that needs to be fixed. Also try -DMAKES_JOBS_UNSAFE instead of MAKE_JOBS_NUMBER=1 the latter does -j1 which is subtly different than no -j at all. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Fri Dec 21 23:46:03 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A0D52D5; Fri, 21 Dec 2012 23:46:03 +0000 (UTC) (envelope-from dnaeon@gmail.com) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA328FC13; Fri, 21 Dec 2012 23:46:01 +0000 (UTC) Received: by mail-bk0-f53.google.com with SMTP id j5so2645066bkw.40 for ; Fri, 21 Dec 2012 15:46:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=M3lelPRS30VGb0/hS1in74+sLidtANvsUwRa0QCUdSA=; b=0lEuP2LO5gLdk3/UUDUz8c4atn3d8fKI9lhlxxC8U9P6jSUNEMpiM6D8YhNRaLsfhz cOXQfeWWA9DNBFDKJwVF6f7+FGoi89nRqlUls48Lc2lA1faqTb5g6NBjJ14ehbovhB4l bYDUseOeZWA81yYsGqWjrbjjZMjdDznSry00/Db1/kZAhEt4tGk4OO9QnReMqm8a0kqW f7jKK7YMVWCEC1Csa249E2fFmS5By1/eEbHoytNfL+8Chtp8G08UxSc7OyY1E8XpEh8u 20DTBClhD0OkRRgw/j3IMX1aBtMeuM1tklP+t4QBDe45LTtHvGh+D6H2WnhtP549Dh/Z KGTw== MIME-Version: 1.0 Received: by 10.204.147.147 with SMTP id l19mr7042804bkv.91.1356133560715; Fri, 21 Dec 2012 15:46:00 -0800 (PST) Received: by 10.204.63.196 with HTTP; Fri, 21 Dec 2012 15:46:00 -0800 (PST) Date: Sat, 22 Dec 2012 01:46:00 +0200 Message-ID: Subject: PKGNG Monitoring in Zabbix From: Marin Atanasov Nikolov To: "freebsd-ports@freebsd.org" , ml-freebsd-stable 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: Fri, 21 Dec 2012 23:46:03 -0000 Hey, Looks like the end of the World is postponed, so I've though that now I have some time to document some stuff :) The documentations are about monitoring your PKGNG package database in Zabbix. Part I explains how to monitor your database and have graphs of the number of packages and disk space taken by packages on your FreeBSD system. Part II talks about how to perform audits of your package database for things like missing package dependencies and packages that are known to vulnerable. You can find the documentations at the links below: * http://unix-heaven.org/monitorig-pkgng-in-zabbix-part-i * http://unix-heaven.org/monitorig-pkgng-in-zabbix-part-ii Hope you like them, and Happy Holidays! :) Regards, Marin -- Marin Atanasov Nikolov dnaeon AT gmail DOT com http://www.unix-heaven.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 00:16:33 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AEA6D964 for ; Sat, 22 Dec 2012 00:16:33 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-da0-f44.google.com (mail-da0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id 7946E8FC0A for ; Sat, 22 Dec 2012 00:16:33 +0000 (UTC) Received: by mail-da0-f44.google.com with SMTP id z20so2314903dae.31 for ; Fri, 21 Dec 2012 16:16:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wZMlvG2yGfi+J5lmxXRGzNbHE6QNjE8zmf58lZeH60M=; b=ASOVTNbMZ+kk/UnTJBi0eHpUQ+X1d57L0g/Gq1n7AZnR78Bd0Fr5IWtqjB1oM2NTg+ WbjlnZcJ7m4SKiup14R/bBUT7OV0BWHaMq4HQ1GizJ+io+A+uKjndFq8iMYzVYhfIfQt 2yb/Sc685b7EW7tpTaSwqMUmCXeaSQvXUN4glAA1LU9qzQMIH3vP9qYw0fBAy0O0PqT6 oBSUnjGdKaeF72Fi/6U5uaPITbY3nKRIH2U6no7BiqZfUrIm8evnVR6JEigueDotxnkQ OneTYw08LL8kcRcuX0qGTNFKpKWYq6VvBDZfi/uu0LGs3O/GN4ohQ73R0OcKc6+nIREr Tzpg== MIME-Version: 1.0 Received: by 10.68.243.33 with SMTP id wv1mr38785253pbc.143.1356135387078; Fri, 21 Dec 2012 16:16:27 -0800 (PST) Received: by 10.66.218.134 with HTTP; Fri, 21 Dec 2012 16:16:26 -0800 (PST) In-Reply-To: References: Date: Sat, 22 Dec 2012 01:16:26 +0100 Message-ID: Subject: Re: java/openjdk6 fails to build.. From: David Demelier To: Eitan Adler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports@freebsd.org, Ronald Klop 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, 22 Dec 2012 00:16:33 -0000 Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by default, I tried to build with MAKE_JOBS=1 and it works, the problem did appear when MAKE_JOBS=6 was set. Can you reproduce the issue? I had MAKE_JOBS=6 in my /etc/make.conf instead of MAKE_JOBS_NUMBER though 2012/12/22 Eitan Adler > On 21 December 2012 13:49, Ronald Klop > wrote: > > > Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. > > If this fixes it please let us know - its a bug in the makefile that > needs to be fixed. > > Also try -DMAKES_JOBS_UNSAFE instead of MAKE_JOBS_NUMBER=1 > > the latter does -j1 which is subtly different than no -j at all. > > > -- > Eitan Adler > -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 00:28:01 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86023D55 for ; Sat, 22 Dec 2012 00:28:01 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f52.google.com (mail-la0-f52.google.com [209.85.215.52]) by mx1.freebsd.org (Postfix) with ESMTP id E99148FC0C for ; Sat, 22 Dec 2012 00:28:00 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id l5so6078113lah.11 for ; Fri, 21 Dec 2012 16:27:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=toURyITPqgR5sHt4J8CQ9sUoVml9myj4JoleVMsxcyk=; b=TaP05GzLIwPSw3g/T/d4Y2eZCg5OAxb4B+r9toZUYmFCTzeXzGj8sJBOFXPjgDoq3V ttVsod+vGzvprJB4Vr0HRB8S7A7fWF1EodATOiPlZlEQjSgmgRySB6kzy+H+5aD7MD7z 1vfETsl+sVkRYLYbbx4raHp9mu0bmCYP3pxwg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=toURyITPqgR5sHt4J8CQ9sUoVml9myj4JoleVMsxcyk=; b=mXV41R6LKob40Or9q4bFE2Ix6Dpwwwq7IFF40r40NYE4CScwQiFNvAEkj1vQ9CJYcG LvmNa/HKv4mYQDAqSZ0RboL5cQgM5+obxwkXSMmiRuHs3m4HMuJNbREMA8m9OQhFLi1h SQ8k+5LNKVb7S7wBMK9lx2PeBE13B43S53wqHcb0F95WyW8nXHOxMIhyB5Zd7xkRNoZx XiGffo3Xg//rjRJ0pYNaMuC08jRU1YCVTdzL9XHSxS4gCsl+A4lJV3ePVoG13ciPTqaH S2QCeu1elCr8/kwwAyLm8uiqzVRUS+L2lUD58Voc1saGFts6lY2WezJPQIGLSs73WGKA pf/w== Received: by 10.152.144.130 with SMTP id sm2mr13941223lab.49.1356136073589; Fri, 21 Dec 2012 16:27:53 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Fri, 21 Dec 2012 16:27:22 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Fri, 21 Dec 2012 19:27:22 -0500 Message-ID: Subject: Re: java/openjdk6 fails to build.. To: David Demelier Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQklc3cyMDqaSd+oLLJQ3TFvV4Qp8NfZ4ixDm8OkfhaEOeC/obl7/MM+2l8S4qrQOs3Mmziz Cc: java@freebsd.org, freebsd-ports@freebsd.org, Ronald Klop 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, 22 Dec 2012 00:28:01 -0000 On 21 December 2012 19:16, David Demelier wrote: > Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by > default, I tried to build with MAKE_JOBS=1 and it works, the problem did > appear when MAKE_JOBS=6 was set. Can you reproduce the issue? I want to mark this MAKE_JOBS_UNSAFE=yes and remove the current hack Any objection from java@ ? > I had MAKE_JOBS=6 in my /etc/make.conf instead of MAKE_JOBS_NUMBER though Exactly. MAKE_JOBS is not user-settable. MAKE_JOBS_NUMBER is. IMHO MAKE_JOBS should start with an _. -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 02:53:15 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C580A50A; Sat, 22 Dec 2012 02:53:15 +0000 (UTC) (envelope-from kob6558@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 076C38FC0A; Sat, 22 Dec 2012 02:53:14 +0000 (UTC) Received: by mail-ea0-f181.google.com with SMTP id k14so2090994eaa.26 for ; Fri, 21 Dec 2012 18:53:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ESDni+vJ//psrZzI5IJ7Fl1H2jtL8kcnZqhEzGbSjrM=; b=Wi9/75OMloex6e6yA/bhRGjgQFQN00J5IIHTeKILptaHsuQZGoGOyRuq0CBYzFRkEA /8iUnbjbn4CM1BpLvTCTSsDMh/YBjZTHZnl982aIPuyMfzmKH7BNJjRbZbxU1fHDY5SM 4IcP4EGNWXwFbl/x7SasQS0N+mNg5DSsLyY5rMaGV8ZeImBoivD72W4nKOFCNuMJdpkL hrA/q6wm1A+qXDCsQWSITo5hYp4zkYCU2MxGaz8S0vkiqvloS5nkuvFqKrBb6DG+bMMB RBg/d5LRnicN8OmozrcDbyrFzZrVmcVzash/VLg9h3ao6+9E2dd8Jfl6p4cG/Yn1MAGk br9w== MIME-Version: 1.0 Received: by 10.14.225.4 with SMTP id y4mr36536326eep.6.1356144787743; Fri, 21 Dec 2012 18:53:07 -0800 (PST) Received: by 10.223.170.193 with HTTP; Fri, 21 Dec 2012 18:53:07 -0800 (PST) In-Reply-To: <20121220213841.GA84251@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D3727B.80808@freebsd.org> <20121220213841.GA84251@triton8.kn-bremen.de> Date: Fri, 21 Dec 2012 18:53:07 -0800 Message-ID: Subject: Re: CFT: vlc 2.0.5 From: Kevin Oberman To: Juergen Lock Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-multimedia@freebsd.org, =?UTF-8?Q?Ren=C3=A9_Ladan?= , 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: Sat, 22 Dec 2012 02:53:15 -0000 On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock wrot= e: > On Thu, Dec 20, 2012 at 09:18:03PM +0100, Ren=C3=A9 Ladan wrote: >> On 19-12-2012 22:44, Juergen Lock wrote: >> > Hi! >> > >> > It's this time again, there's a new vlc release out and I want to upd= ate >> > the port: >> > >> > http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch >> > >> > Everyone is invited to test this update and post any issues they find= ... >> > >> A quick test with an online mp3 stream works fine, but I do get this >> message in the console: >> >> VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) >> >> Unable to load library icui18n "Cannot load library icui18n: (Shared >> object "libicui18n.so.48" not found, required by "vlc")" >> >> I have icu-50.1 installed, although the port does not seem to use it. >> So maybe it is triggered by some dependency. > > I don't get that here so yes it's probably a problem in a dependency. Sorry for those who have seen this in other threads. To find and fix these issues: Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure that you have the latest version!) # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq > somefile # portmaster -D `cat somefile` This will update all ports that are still linked to the old icu libraries. This should be a very short list as only a handful of ports link directly to these libraries. Many more depend on these ports, but don't directly link to libicu sharables and don't need re-building. --=20 R. Kevin Oberman, Network Engineer E-mail: kob6558@gmail.com From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 03:14:14 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BFD3A89 for ; Sat, 22 Dec 2012 03:14:14 +0000 (UTC) (envelope-from mi@aldan.algebra.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 C7B8B8FC13 for ; Sat, 22 Dec 2012 03:14:13 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Dec 2012 22:14:11 -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 CDO92360; Fri, 21 Dec 2012 22:14:11 -0500 X-Auth-ID: anat Received: from pool-173-70-92-11.nwrknj.fios.verizon.net (HELO [192.168.1.8]) ([173.70.92.11]) by smtp04.lnh.mail.rcn.net with ESMTP; 21 Dec 2012 22:14:11 -0500 Message-ID: <50D52582.9070307@aldan.algebra.com> Date: Fri, 21 Dec 2012 22:14:10 -0500 From: "Mikhail T." User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120820 Thunderbird/14.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: Should USE_UNZIP be deprecated? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 22 Dec 2012 03:14:14 -0000 tar(1) has been able to extract .zip files for quite a while now. Is it time to deprecated USE_UNZIP knob? The ports, that use it without also altering EXTRACT_{BEFORE|AFTER}_ARGS, can, probably, be in the first wave -- simply removing the knob from them should do the trick... For the rest, portlint can be taught to warn about it... Or do we still support OS-releases, where tar was not so advanced? Thanks, -mi From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 03:28:21 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 955E4BBE for ; Sat, 22 Dec 2012 03:28:21 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by mx1.freebsd.org (Postfix) with ESMTP id 043948FC12 for ; Sat, 22 Dec 2012 03:28:20 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id u2so6086134lag.20 for ; Fri, 21 Dec 2012 19:28:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=npLEgyoOCuNiEdDlkjAlcSlMEQy9efU3t+VjTxoDKeo=; b=oem0v7SMKi4VhayTs5wpaU5Jh7G7ofZ3nQIGujM1qzx7g1+c6n2J8qL9g8b3yxS+hF 2NGDJ7+CIDS8KLbhgp0qC7mf3G7MhTgf1Vrk6vzStb4HutMwkc6UXPoHRfFEodWZV+iu FaLqv7dXRH0rJFXg1MVLir+yzS6ex0+t0tYAI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=npLEgyoOCuNiEdDlkjAlcSlMEQy9efU3t+VjTxoDKeo=; b=bk0jnLe7laJNfhFfX0+ZVn3X5j59WjNH3qqgKZJsCyDudfSIP7DCAvP3pu3IGG9IsO ueqvFcezJ8mJ4PbRFUF9wqlNT8oLv7HrPeszTdWK2n0VBEwC9kL5582SbG/NtYGkiliT qM51vkr2mzm9KHq6VaLyrMW4+vHLCfnAQiYNjdtfTdqSFdd8hX4d/cKFEUFZqSArEvBz ZAI1cvLr12NJYWJ/j4mJBtMQE2bDHoLenhlQWeuZJmJqHzfzJiJIUMMEmKF4Xml83/TF EQb3pimJ0fAkZN64vJbkY/LujTLXu/svb+USydQ30Wp33ij0tpfhG0mYJoRGgZQV36vJ NGjg== Received: by 10.152.121.212 with SMTP id lm20mr14029668lab.42.1356146894238; Fri, 21 Dec 2012 19:28:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.162.100 with HTTP; Fri, 21 Dec 2012 19:27:44 -0800 (PST) In-Reply-To: <201212180858.14816.hselasky@c2i.net> References: <201212180858.14816.hselasky@c2i.net> From: Eitan Adler Date: Fri, 21 Dec 2012 22:27:44 -0500 Message-ID: Subject: Re: Compile fix for flphoto To: Hans Petter Selasky Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQncgYVejNZJeT3VkOznm6szvmTt6ILuGkmVHr4y5521vsivPI70xPE9BfIpyoT6Z3xCqCW7 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, 22 Dec 2012 03:28:21 -0000 On 18 December 2012 02:58, Hans Petter Selasky wrote: > --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig > +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx > @@ -56,6 +56,7 @@ > > #ifdef HAVE_LIBCUPS > # include > +# include > #endif // HAVE_LIBCUPS could you file a PR so this doesn't get lost? -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 06:18:00 2012 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA8E2EBB for ; Sat, 22 Dec 2012 06:18:00 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (feld.me [66.170.3.2]) by mx1.freebsd.org (Postfix) with ESMTP id 97E908FC12 for ; Sat, 22 Dec 2012 06:18:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=feld.me; s=blargle; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=Db1lEFKkKIbuoMXyvpUCNsT0QBaICzulOAKUr5mlkdg=; b=bDZXxXoyqAGFglK4zHW7dArdtnZ8Il8jPs5zLu4pdHE5ehylA/BaRyNXIDy4w8uS1Tu5YjzHgcLQqg9Xl25kYte1uPkpK0FQjYTCrzeCpdI7/aUCdngBJrDncFAFpc2E; Received: from localhost ([127.0.0.1] helo=mwi1.coffeenet.org) by feld.me with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1TmIPD-0001zI-6f; Sat, 22 Dec 2012 00:17:57 -0600 Received: from feld@feld.me by mwi1.coffeenet.org (Archiveopteryx 3.1.4) with esmtpa id 1356157069-2688-2687/5/29; Sat, 22 Dec 2012 06:17:49 +0000 Date: Sat, 22 Dec 2012 00:17:48 -0600 From: Mark Felder To: Mikhail Kupchik Subject: Re: Dropbox on FreeBSD Message-Id: <20121222001748.7945cc0b@tech304> In-Reply-To: <50D49BFC.60304@prime-expert.com> References: <20121219080412.5396aeb6@scorpio> <874njimak6.fsf@Shanna.FStaals.net> <20121219092347.4cafd59d@scorpio> <20121221095424.7a92e245@tech304> <50D49BFC.60304@prime-expert.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-SA-Report: ALL_TRUSTED=-1, KHOP_THREADED=-0.5 X-SA-Score: -1.5 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: Sat, 22 Dec 2012 06:18:00 -0000 On Fri, 21 Dec 2012 19:27:24 +0200 Mikhail Kupchik wrote: > Maybe a FUSE filesystem, kind of "filtering layer" above real=20 > filesystem, can be used to track all changes in the large tree without=20 > consuming kernel resources for each subdirectory? We'll probably have to wait for FUSE to stabilize in FreeBSD first. I = tend to not trust much of anything that wants FUSE these days because of = the number of kernel panics it's caused. I know there's some significant = work in progress, though. From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 08:44:24 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACDDDCC4 for ; Sat, 22 Dec 2012 08:44:24 +0000 (UTC) (envelope-from kozlov@ravenloft.kiev.ua) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx1.freebsd.org (Postfix) with ESMTP id 6A1F88FC0A for ; Sat, 22 Dec 2012 08:44:23 +0000 (UTC) Date: Sat, 22 Dec 2012 10:44:22 +0200 From: Alex Kozlov To: "Mikhail T." Subject: Re: Should USE_UNZIP be deprecated? Message-ID: <20121222084422.GA48817@ravenloft.kiev.ua> References: <50D52582.9070307@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50D52582.9070307@aldan.algebra.com> 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, 22 Dec 2012 08:44:24 -0000 On Fri, Dec 21, 2012 at 10:14:10PM -0500, Mikhail T. wrote: > tar(1) has been able to extract .zip files for quite a while now. Is it > time to deprecated USE_UNZIP knob? External dependency to archivers/unzip will soon be eliminated (see ports/172392). > The ports, that use it without also altering > EXTRACT_{BEFORE|AFTER}_ARGS, can, probably, be in the first wave -- > simply removing the knob from them should do the trick... unzip in the base for a long time and starting with OSVERSION 1000017 libarchive have all necessary features to properly handle archive permission. > For the rest, portlint can be taught to warn about it... > > Or do we still support OS-releases, where tar was not so advanced? Thanks, -- Alex From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 08:55:10 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8BE6FF08; Sat, 22 Dec 2012 08:55:10 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-da0-f43.google.com (mail-da0-f43.google.com [209.85.210.43]) by mx1.freebsd.org (Postfix) with ESMTP id 4FB978FC13; Sat, 22 Dec 2012 08:55:10 +0000 (UTC) Received: by mail-da0-f43.google.com with SMTP id u36so2467637dak.30 for ; Sat, 22 Dec 2012 00:55:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=7oplZgFm+p8upJ/IP7Qx8ny3Db8PRPbCLFjSMamBdkQ=; b=X0VtYFRiVT5k/6B6/RTgBnK5wauYCRovWA/85361GwcZS6reruVcRThAeC3hohC0Nz f5bhN+Sefr8PwNsR2TWGHXKzvHCN83GqtV0TAp0q+7UfT1aFjBezZZgK7KDqtCm4RLlV mN1W81WcWAAVSMLKZg9jhwQgEevAT/cs+Zv3kq0ZoRYUW+vaQ7E455zKP4aGs3VnQ9uk fa697z+JyR02hMtwa5hPVIOAiqiBgUtpYV9196PFAdJ8BU9K7eG3UK+DzwSi/rONzPD5 ++IfXiKRq0OPe6JYqu58CE/sD6lW0R8gjMupmzt/uVU4jb65P/Z+PJkpanHjZv39/X6S DMfg== MIME-Version: 1.0 Received: by 10.68.134.232 with SMTP id pn8mr46829620pbb.47.1356166509687; Sat, 22 Dec 2012 00:55:09 -0800 (PST) Received: by 10.66.218.134 with HTTP; Sat, 22 Dec 2012 00:55:09 -0800 (PST) In-Reply-To: References: Date: Sat, 22 Dec 2012 09:55:09 +0100 Message-ID: Subject: Re: java/openjdk6 fails to build.. From: David Demelier To: Eitan Adler Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: java@freebsd.org, freebsd-ports@freebsd.org, Ronald Klop 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, 22 Dec 2012 08:55:10 -0000 Okay, thanks I remove it, i may avoid some compilation problems :) 2012/12/22 Eitan Adler > On 21 December 2012 19:16, David Demelier > wrote: > > Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by > > default, I tried to build with MAKE_JOBS=1 and it works, the problem did > > appear when MAKE_JOBS=6 was set. Can you reproduce the issue? > > I want to mark this MAKE_JOBS_UNSAFE=yes and remove the current hack > Any objection from java@ ? > > > I had MAKE_JOBS=6 in my /etc/make.conf instead of MAKE_JOBS_NUMBER though > > Exactly. MAKE_JOBS is not user-settable. MAKE_JOBS_NUMBER is. IMHO > MAKE_JOBS should start with an _. > > > -- > Eitan Adler > -- Demelier David From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 11:52:58 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by hub.freebsd.org (Postfix) with ESMTP id 0BA78E77 for ; Sat, 22 Dec 2012 11:52:58 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by apollo.emma.line.org (Postfix) with ESMTP id 4B51E23CE4E for ; Sat, 22 Dec 2012 12:52:57 +0100 (CET) Message-ID: <50D59F19.2010803@FreeBSD.org> Date: Sat, 22 Dec 2012 12:52:57 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Compile fix for flphoto References: <201212180858.14816.hselasky@c2i.net> In-Reply-To: <201212180858.14816.hselasky@c2i.net> 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: Sat, 22 Dec 2012 11:52:58 -0000 Am 18.12.2012 08:58, schrieb Hans Petter Selasky: > --- work/flphoto-1.3.1/Fl_Print_Dialog2.cxx.orig > +++ work/flphoto-1.3.1/Fl_Print_Dialog2.cxx > @@ -56,6 +56,7 @@ > > #ifdef HAVE_LIBCUPS > # include > +# include > #endif // HAVE_LIBCUPS > > > The above patch is needed in order for flphoto to compile. Dear Hans Petter, I have seen to that, and fixed two other compiler warnings, one of them might have caused run-time trouble, along the way. Thanks for the report. Best regards, Matthias From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 12:30:46 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B41C84C for ; Sat, 22 Dec 2012 12:30:46 +0000 (UTC) (envelope-from lemonnier.k@gmail.com) Received: from mail-ie0-f170.google.com (mail-ie0-f170.google.com [209.85.223.170]) by mx1.freebsd.org (Postfix) with ESMTP id 4521B8FC0A for ; Sat, 22 Dec 2012 12:30:46 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id k10so7622936iea.29 for ; Sat, 22 Dec 2012 04:30:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=AucSj7JbzH0FnBLa7hEF9TloqtItD7uX5AqEDCm94a0=; b=Hcp/k/RVXqAhzGbIXzrpqWGbqJpvyTUICLyPYlf0GN3xkAPDc0W5u5Uj0hpfJcu87i uVOmlNK2otKwGGeUjSC9sn7HIikw3HkIFIpwfmzzwCGRi/QMQuR+KrJlMfxB7FkZ4qJK F8ECgMlF5El5Uy2EMm0t3fb75cAV6NqzXI2DZporGNA35PI/uIIVXuYtVVkxU28b+nU2 O+Q4QxtQYk22X5RhGpgD96qmV/iueHUmq99fx7sbEVxpQhI+Mqjx/7ZFDsjAuS7JtdSF RX2tgvs5zE+wPOUffDTgDaxrBGTpAlQo+ZK2p79XeGMRM92hEfchX9QesvO6KqqXaD+x Ww+Q== Received: by 10.50.56.232 with SMTP id d8mr11255710igq.112.1356179440167; Sat, 22 Dec 2012 04:30:40 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.17.134 with HTTP; Sat, 22 Dec 2012 04:30:20 -0800 (PST) From: =?ISO-8859-1?Q?K=E9vin_Lemonnier?= Date: Sat, 22 Dec 2012 13:30:20 +0100 Message-ID: Subject: Build of net-p2p/libtorrent-rasterbar-15-python failed To: ports@freebsd.org 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 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Dec 2012 12:30:46 -0000 Hello, The build of net-p2p/libtorrent-rasterbar-15-python fails at configure. The output of make : =3D=3D=3D> Extracting for py27-libtorrent-rasterbar-0.15.9_2 > =3D> SHA256 Checksum OK for libtorrent-rasterbar-0.15.9.tar.gz. > =3D=3D=3D> Patching for py27-libtorrent-rasterbar-0.15.9_2 > =3D=3D=3D> py27-libtorrent-rasterbar-0.15.9_2 depends on package: pkgconf= >0 - > found > =3D=3D=3D> py27-libtorrent-rasterbar-0.15.9_2 depends on file: > /usr/local/bin/python2.7 - found > =3D=3D=3D> py27-libtorrent-rasterbar-0.15.9_2 depends on shared library: > boost_python.4 - found > =3D=3D=3D> py27-libtorrent-rasterbar-0.15.9_2 depends on shared library: > torrent-rasterbar.6 - found > =3D=3D=3D> py27-libtorrent-rasterbar-0.15.9_2 depends on shared library: > boost_date_time.4 - found > =3D=3D=3D> py27-libtorrent-rasterbar-0.15.9_2 depends on shared library: = GeoIP.5 > - found > =3D=3D=3D> Configuring for py27-libtorrent-rasterbar-0.15.9_2 > > Building libtorrent-rasterbar 0.15.9 > > Checking for a C/C++ compiler to use: > 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 how to run the C preprocessor... cpp > checking whether cc understands -c and -o together... yes > checking whether we are using the GNU C++ compiler... yes > checking whether c++ accepts -g... yes > checking how to run the C++ preprocessor... c++ -E > checking whether c++ understands -c and -o together... yes > > Checking system type: > checking build system type... amd64-portbld-freebsd9.1 > checking host system type... amd64-portbld-freebsd9.1 > checking target system type... amd64-portbld-freebsd9.1 > > Initializing Automake: > 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... no > checking for mawk... no > checking for nawk... nawk > checking whether make sets $(MAKE)... yes > checking for style of include used by make... GNU > checking dependency style of cc... gcc3 > checking dependency style of c++... gcc3 > > Initializing Libtool: > checking how to print strings... printf > checking for a sed that does not truncate output... /usr/bin/sed > checking for grep that handles long lines and -e... /usr/bin/grep > checking for egrep... /usr/bin/grep -E > checking for fgrep... /usr/bin/grep -F > checking for ld used by cc... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B > checking the name lister (/usr/bin/nm -B) interface... BSD nm > checking whether ln -s works... yes > checking the maximum length of command line arguments... (cached) 262144 > checking whether the shell understands some XSI constructs... yes > checking whether the shell understands "+=3D"... no > checking how to convert amd64-portbld-freebsd9.1 file names to > amd64-portbld-freebsd9.1 format... func_convert_file_noop > checking how to convert amd64-portbld-freebsd9.1 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... no > checking how to associate runtime and link libraries... printf %s\n > checking for ar... ar > checking for archiver @FILE support... no > checking for strip... strip > checking for ranlib... 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 ANSI C header files... yes > checking for sys/types.h... yes > checking for sys/stat.h... yes > checking for stdlib.h... yes > checking for string.h... yes > checking for memory.h... yes > checking for strings.h... yes > checking for inttypes.h... yes > checking for stdint.h... yes > checking for unistd.h... yes > checking for dlfcn.h... yes > checking for objdir... .libs > checking if cc supports -fno-rtti -fno-exceptions... no > checking for cc option to produce PIC... -fPIC -DPIC > checking if cc PIC flag -fPIC -DPIC works... yes > checking if cc static flag -static works... yes > checking if cc supports -c -o file.o... yes > checking if cc supports -c -o file.o... (cached) yes > checking whether the cc linker (/usr/bin/ld) supports shared libraries... > yes > checking whether -lc should be explicitly linked in... no > checking dynamic linker characteristics... freebsd9.1 ld.so > checking how to hardcode library paths into programs... immediate > checking whether stripping libraries is possible... yes > checking if libtool supports shared libraries... yes > checking whether to build shared libraries... yes > checking whether to build static libraries... no > checking how to run the C++ preprocessor... c++ -E > checking for ld used by c++... /usr/bin/ld > checking if the linker (/usr/bin/ld) is GNU ld... yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries..= . > yes > checking for c++ option to produce PIC... -fPIC -DPIC > checking if c++ PIC flag -fPIC -DPIC works... yes > checking if c++ static flag -static works... yes > checking if c++ supports -c -o file.o... yes > checking if c++ supports -c -o file.o... (cached) yes > checking whether the c++ linker (/usr/bin/ld) supports shared libraries..= . > yes > checking dynamic linker characteristics... freebsd9.1 ld.so > checking how to hardcode library paths into programs... immediate > > Checking for posix thread support: > checking for the pthreads library -lpthreads... no > checking whether pthreads work without any flags... no > checking whether pthreads work with -Kthread... no > checking whether pthreads work with -kthread... no > checking for the pthreads library -llthread... no > checking whether pthreads work with -pthread... yes > checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE > checking if more special flags are required for pthreads... -D_THREAD_SAF= E > checking whether to check for GCC pthread/shared inconsistencies... yes > checking whether -pthread fixes that... yes > > Checking for boost libraries: > checking for boostlib >=3D 1.36... yes > checking whether the Boost::System library is available... yes > checking for exit in -lboost_system... yes > checking whether the Boost::Filesystem library is available... yes > checking for exit in -lboost_filesystem... yes > checking whether the Boost::Thread library is available... yes > checking for exit in -lboost_thread... yes > > Checking for pkg-config: > checking for pkg-config... /usr/local/bin/pkg-config > checking pkg-config is at least version 0.20... yes > > Checking for functions and headers: > checking for special C compiler options needed for large files... no > checking for _FILE_OFFSET_BITS value needed for large files... no > checking whether ln -s works... yes > checking whether make sets $(MAKE)... (cached) yes > checking for gethostbyname... yes > checking for gethostbyname_r... yes > checking for clock_gettime... yes > > Checking build options: > checking whether deprecated functions should be enabled... yes > checking whether debug build should be enabled... no > checking whether invariant check should be enabled... no > checking whether logging to disk should be enabled... no > checking whether statistics logging should be enabled... no > checking whether disk activity logging should be enabled... no > > Checking features to be enabled: > checking whether encryption support should be enabled... yes > configure: encryption support: now checking for the OpenSSL library... > checking for openssl/ssl.h in /usr... yes > checking whether compiling and linking against OpenSSL works... yes > checking whether geoip support should be enabled... yes > checking whether dht support should be enabled... yes > checking whether pool allocators should be enabled... yes > > Checking for extra build files: > checking whether example files should be built... no > checking whether test files should be built... no > checking whether python bindings should be built... yes > checking whether /usr/local/bin/python2.7 version >=3D 2.4... yes > checking for /usr/local/bin/python2.7 version... 2.7 > checking for /usr/local/bin/python2.7 platform... freebsd9 > checking for /usr/local/bin/python2.7 script directory... > ${prefix}/lib/python2.7/site-packages > checking for /usr/local/bin/python2.7 extension module directory... > ${exec_prefix}/lib/python2.7/site-packages > checking for python2.7... /usr/local/bin/python2.7 > checking for a version of Python >=3D '2.1.0'... yes > checking for a version of Python >=3D '2.4'... yes > checking for the distutils Python package... yes > checking for Python include path... -I/usr/local/include/python2.7 > checking for Python library path... -L/usr/local/lib/python2.7/config > -lpython2.7 > checking for Python site-packages path... > /usr/local/lib/python2.7/site-packages > checking python extra libraries... -lpth -lutil > checking python extra linking flags... -Wl,--export-dynamic > checking consistency of all components of python development > environment... no > configure: error: in > `/usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-raster= bar-0.15.9': > configure: error: > Could not link test program to Python. Maybe the main Python library has > been > installed in some non-standard library path. If so, pass it to configure, > via the LDFLAGS environment variable. > Example: ./configure LDFLAGS=3D"-L/usr/non-standard-path/python/lib" > > =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 > ERROR! > You probably have to install the development version of the Python packag= e > for your distribution. The exact name of this package varies among them. > > =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 > > See `config.log' for more details > =3D=3D=3D> Script "configure" failed unexpectedly. > Please report the problem to ports@FreeBSD.org [maintainer] and attach th= e > > "/usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-raster= bar-0.15.9/config.log" > including the output of the failure of your make command. Also, it might = be > a good idea to provide an overview of all packages installed on your syst= em > (e.g. a /usr/sbin/pkg_info -Ea). > *** [do-configure] Error code 1 > > Stop in /usr/ports/net-p2p/libtorrent-rasterbar-15-python. > There is the config.log : This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by libtorrent-rasterbar configure 0.15.9, which was > generated by GNU Autoconf 2.68. Invocation command line was > > $ ./configure --disable-debug --disable-static --enable-dht > --enable-encryption --enable-pool-allocators --enable-deprecated-function= s > --with-boost=3D/usr/local --with-boost-system=3Dboost_system > --with-boost-filesystem=3Dboost_filesystem --with-boost-thread=3Dboost_th= read > --enable-geoip --with-libgeoip --with-openssl=3D/usr --with-zlib=3Dsystem > --enable-python-binding --with-boost-python=3Dboost_python > --prefix=3D/usr/local --mandir=3D/usr/local/man --infodir=3D/usr/local/in= fo/ > --build=3Damd64-portbld-freebsd9.1 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname =3D luwin.ulrar.net > uname -m =3D amd64 > uname -r =3D 9.1-RELEASE > uname -s =3D FreeBSD > uname -v =3D FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 > root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > /usr/bin/uname -p =3D amd64 > /bin/uname -X =3D unknown > > /bin/arch =3D unknown > /usr/bin/arch -k =3D unknown > /usr/convex/getsysinfo =3D unknown > /usr/bin/hostinfo =3D unknown > /bin/machine =3D unknown > /usr/bin/oslevel =3D unknown > /bin/universe =3D unknown > > PATH: /sbin > PATH: /bin > PATH: /usr/sbin > PATH: /usr/bin > PATH: /usr/games > PATH: /usr/local/sbin > PATH: /usr/local/bin > PATH: /root/bin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:2581: checking for gcc > configure:2608: result: cc > configure:2837: checking for C compiler version > configure:2846: cc --version >&5 > cc (GCC) 4.2.1 20070831 patched [FreeBSD] > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS= E. > > configure:2857: $? =3D 0 > configure:2846: cc -v >&5 > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070831 patched [FreeBSD] > configure:2857: $? =3D 0 > configure:2846: cc -V >&5 > cc: '-V' option must have argument > configure:2857: $? =3D 1 > configure:2846: cc -qversion >&5 > cc: unrecognized option '-qversion' > cc: No input files specified > configure:2857: $? =3D 1 > configure:2877: checking whether the C compiler works > configure:2899: cc -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:2903: $? =3D 0 > configure:2951: result: yes > configure:2954: checking for C compiler default output file name > configure:2956: result: a.out > configure:2962: checking for suffix of executables > configure:2969: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:2973: $? =3D 0 > configure:2995: result: > configure:3017: checking whether we are cross compiling > configure:3025: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:3029: $? =3D 0 > configure:3036: ./conftest > configure:3040: $? =3D 0 > configure:3055: result: no > configure:3060: checking for suffix of object files > configure:3082: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:3086: $? =3D 0 > configure:3107: result: o > configure:3111: checking whether we are using the GNU C compiler > configure:3130: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:3130: $? =3D 0 > configure:3139: result: yes > configure:3148: checking whether cc accepts -g > configure:3168: cc -c -g conftest.c >&5 > configure:3168: $? =3D 0 > configure:3209: result: yes > configure:3226: checking for cc option to accept ISO C89 > configure:3290: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:3290: $? =3D 0 > configure:3303: result: none needed > configure:3328: checking how to run the C preprocessor > configure:3398: result: cpp > configure:3418: cpp conftest.c > configure:3418: $? =3D 0 > configure:3432: cpp conftest.c > conftest.c:9:28: error: ac_nonexistent.h: No such file or directory > configure:3432: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | /* end confdefs.h. */ > | #include > configure:3464: checking whether cc understands -c and -o together > configure:3492: cc -c conftest.c -o conftest2.o >&5 > configure:3496: $? =3D 0 > configure:3502: cc -c conftest.c -o conftest2.o >&5 > configure:3506: $? =3D 0 > configure:3561: result: yes > configure:3683: checking for C++ compiler version > configure:3692: c++ --version >&5 > c++ (GCC) 4.2.1 20070831 patched [FreeBSD] > Copyright (C) 2007 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOS= E. > > configure:3703: $? =3D 0 > configure:3692: c++ -v >&5 > Using built-in specs. > Target: amd64-undermydesk-freebsd > Configured with: FreeBSD/amd64 system compiler > Thread model: posix > gcc version 4.2.1 20070831 patched [FreeBSD] > configure:3703: $? =3D 0 > configure:3692: c++ -V >&5 > c++: '-V' option must have argument > configure:3703: $? =3D 1 > configure:3692: c++ -qversion >&5 > c++: unrecognized option '-qversion' > c++: No input files specified > configure:3703: $? =3D 1 > configure:3707: checking whether we are using the GNU C++ compiler > configure:3726: c++ -c -O2 -march=3Dnative -fno-strict-aliasing conftest.= cpp > >&5 > configure:3726: $? =3D 0 > configure:3735: result: yes > configure:3744: checking whether c++ accepts -g > configure:3764: c++ -c -g conftest.cpp >&5 > configure:3764: $? =3D 0 > configure:3805: result: yes > configure:3833: checking how to run the C++ preprocessor > configure:3860: c++ -E conftest.cpp > configure:3860: $? =3D 0 > configure:3874: c++ -E conftest.cpp > conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory > configure:3874: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | /* end confdefs.h. */ > | #include > configure:3899: result: c++ -E > configure:3919: c++ -E conftest.cpp > configure:3919: $? =3D 0 > configure:3933: c++ -E conftest.cpp > conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory > configure:3933: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | /* end confdefs.h. */ > | #include > configure:3966: checking whether c++ understands -c and -o together > configure:3990: c++ -O2 -march=3Dnative -fno-strict-aliasing -c conftest.= cpp > -o conftest2.o >&5 > configure:3994: $? =3D 0 > configure:4001: c++ -O2 -march=3Dnative -fno-strict-aliasing -c conftest.= cpp > -o conftest2.o >&5 > configure:4005: $? =3D 0 > configure:4013: result: yes > configure:4033: checking build system type > configure:4047: result: amd64-portbld-freebsd9.1 > configure:4067: checking host system type > configure:4080: result: amd64-portbld-freebsd9.1 > configure:4100: checking target system type > configure:4113: result: amd64-portbld-freebsd9.1 > configure:4158: checking for a BSD-compatible install > configure:4226: result: /usr/bin/install -c -o root -g wheel > configure:4237: checking whether build environment is sane > configure:4287: result: yes > configure:4428: checking for a thread-safe mkdir -p > configure:4467: result: build-aux/install-sh -c -d > configure:4480: checking for gawk > configure:4510: result: no > configure:4480: checking for mawk > configure:4510: result: no > configure:4480: checking for nawk > configure:4496: found /usr/bin/nawk > configure:4507: result: nawk > configure:4518: checking whether make sets $(MAKE) > configure:4540: result: yes > configure:4570: checking for style of include used by make > configure:4598: result: GNU > configure:4683: checking dependency style of cc > configure:4793: result: gcc3 > configure:4810: checking dependency style of c++ > configure:4920: result: gcc3 > configure:4987: checking how to print strings > configure:5014: result: printf > configure:5035: checking for a sed that does not truncate output > configure:5099: result: /usr/bin/sed > configure:5117: checking for grep that handles long lines and -e > configure:5175: result: /usr/bin/grep > configure:5180: checking for egrep > configure:5242: result: /usr/bin/grep -E > configure:5247: checking for fgrep > configure:5309: result: /usr/bin/grep -F > configure:5344: checking for ld used by cc > configure:5411: result: /usr/bin/ld > configure:5418: checking if the linker (/usr/bin/ld) is GNU ld > configure:5433: result: yes > configure:5445: checking for BSD- or MS-compatible name lister (nm) > configure:5494: result: /usr/bin/nm -B > configure:5624: checking the name lister (/usr/bin/nm -B) interface > configure:5631: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:5634: /usr/bin/nm -B "conftest.o" > configure:5637: output > 0000000000000000 B some_variable > configure:5644: result: BSD nm > configure:5647: checking whether ln -s works > configure:5651: result: yes > configure:5659: checking the maximum length of command line arguments > configure:5789: result: 262144 > configure:5806: checking whether the shell understands some XSI construct= s > configure:5816: result: yes > configure:5820: checking whether the shell understands "+=3D" > configure:5826: result: no > configure:5861: checking how to convert amd64-portbld-freebsd9.1 file > names to amd64-portbld-freebsd9.1 format > configure:5901: result: func_convert_file_noop > configure:5908: checking how to convert amd64-portbld-freebsd9.1 file > names to toolchain format > configure:5928: result: func_convert_file_noop > configure:5935: checking for /usr/bin/ld option to reload object files > configure:5942: result: -r > configure:6016: checking for objdump > configure:6032: found /usr/bin/objdump > configure:6043: result: objdump > configure:6075: checking how to recognize dependent libraries > configure:6277: result: pass_all > configure:6362: checking for dlltool > configure:6392: result: no > configure:6422: checking how to associate runtime and link libraries > configure:6449: result: printf %s\n > configure:6510: checking for ar > configure:6526: found /usr/bin/ar > configure:6537: result: ar > configure:6574: checking for archiver @FILE support > configure:6591: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:6591: $? =3D 0 > configure:6594: ar cru libconftest.a @conftest.lst >&5 > ar: warning: can't open file: @conftest.lst: No such file or directory > configure:6597: $? =3D 0 > configure:6602: ar cru libconftest.a @conftest.lst >&5 > ar: warning: can't open file: @conftest.lst: No such file or directory > configure:6605: $? =3D 0 > configure:6617: result: no > configure:6675: checking for strip > configure:6691: found /usr/bin/strip > configure:6702: result: strip > configure:6774: checking for ranlib > configure:6790: found /usr/bin/ranlib > configure:6801: result: ranlib > configure:6903: checking command to parse /usr/bin/nm -B output from cc > object > configure:7023: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:7026: $? =3D 0 > configure:7030: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ > ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 > \2/p' | sed '/ __gnu_lto/d' \> conftest.nm > configure:7033: $? =3D 0 > configure:7099: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c conftstm.o >&5 > configure:7102: $? =3D 0 > configure:7140: result: ok > configure:7177: checking for sysroot > configure:7207: result: no > configure:7463: checking for mt > configure:7479: found /usr/bin/mt > configure:7490: result: mt > configure:7513: checking if mt is a manifest tool > configure:7519: mt '-?' > mt: illegal option -- ? > usage: mt [-f device] command [count] > configure:7527: result: no > configure:8165: checking for ANSI C header files > configure:8185: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8185: $? =3D 0 > configure:8258: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:8258: $? =3D 0 > configure:8258: ./conftest > configure:8258: $? =3D 0 > configure:8269: result: yes > configure:8282: checking for sys/types.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for sys/stat.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for stdlib.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for string.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for memory.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for strings.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for inttypes.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for stdint.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8282: checking for unistd.h > configure:8282: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8282: $? =3D 0 > configure:8282: result: yes > configure:8296: checking for dlfcn.h > configure:8296: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.c= >&5 > configure:8296: $? =3D 0 > configure:8296: result: yes > configure:8513: checking for objdir > configure:8528: result: .libs > configure:8799: checking if cc supports -fno-rtti -fno-exceptions > configure:8817: cc -c -O2 -march=3Dnative -fno-strict-aliasing -fno-rtti > -fno-exceptions conftest.c >&5 > cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but > not for C > configure:8821: $? =3D 0 > configure:8834: result: no > configure:9161: checking for cc option to produce PIC > configure:9168: result: -fPIC -DPIC > configure:9176: checking if cc PIC flag -fPIC -DPIC works > configure:9194: cc -c -O2 -march=3Dnative -fno-strict-aliasing -fPIC -DPI= C > -DPIC conftest.c >&5 > configure:9198: $? =3D 0 > configure:9211: result: yes > configure:9240: checking if cc static flag -static works > configure:9268: result: yes > configure:9283: checking if cc supports -c -o file.o > configure:9304: cc -c -O2 -march=3Dnative -fno-strict-aliasing -o > out/conftest2.o conftest.c >&5 > configure:9308: $? =3D 0 > configure:9330: result: yes > configure:9338: checking if cc supports -c -o file.o > configure:9385: result: yes > configure:9418: checking whether the cc linker (/usr/bin/ld) supports > shared libraries > configure:10571: result: yes > configure:10608: checking whether -lc should be explicitly linked in > configure:10616: cc -c -O2 -march=3Dnative -fno-strict-aliasing conftest.= c > >&5 > configure:10619: $? =3D 0 > configure:10634: cc -shared -fPIC -DPIC conftest.o -v -Wl,-soname > -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 > configure:10637: $? =3D 0 > configure:10651: result: no > configure:10811: checking dynamic linker characteristics > configure:11544: result: freebsd9.1 ld.so > configure:11651: checking how to hardcode library paths into programs > configure:11676: result: immediate > configure:12216: checking whether stripping libraries is possible > configure:12221: result: yes > configure:12256: checking if libtool supports shared libraries > configure:12258: result: yes > configure:12261: checking whether to build shared libraries > configure:12282: result: yes > configure:12285: checking whether to build static libraries > configure:12289: result: no > configure:12312: checking how to run the C++ preprocessor > configure:12378: result: c++ -E > configure:12398: c++ -E conftest.cpp > configure:12398: $? =3D 0 > configure:12412: c++ -E conftest.cpp > conftest.cpp:23:28: error: ac_nonexistent.h: No such file or directory > configure:12412: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | /* end confdefs.h. */ > | #include > configure:12581: checking for ld used by c++ > configure:12648: result: /usr/bin/ld > configure:12655: checking if the linker (/usr/bin/ld) is GNU ld > configure:12670: result: yes > configure:12725: checking whether the c++ linker (/usr/bin/ld) supports > shared libraries > configure:13730: result: yes > configure:13766: c++ -c -O2 -march=3Dnative -fno-strict-aliasing > conftest.cpp >&5 > configure:13769: $? =3D 0 > configure:14289: checking for c++ option to produce PIC > configure:14296: result: -fPIC -DPIC > configure:14304: checking if c++ PIC flag -fPIC -DPIC works > configure:14322: c++ -c -O2 -march=3Dnative -fno-strict-aliasing -fPIC -D= PIC > -DPIC conftest.cpp >&5 > configure:14326: $? =3D 0 > configure:14339: result: yes > configure:14362: checking if c++ static flag -static works > configure:14390: result: yes > configure:14402: checking if c++ supports -c -o file.o > configure:14423: c++ -c -O2 -march=3Dnative -fno-strict-aliasing -o > out/conftest2.o conftest.cpp >&5 > configure:14427: $? =3D 0 > configure:14449: result: yes > configure:14454: checking if c++ supports -c -o file.o > configure:14501: result: yes > configure:14531: checking whether the c++ linker (/usr/bin/ld) supports > shared libraries > configure:14567: result: yes > configure:14708: checking dynamic linker characteristics > configure:15375: result: freebsd9.1 ld.so > configure:15428: checking how to hardcode library paths into programs > configure:15453: result: immediate > configure:15688: checking for the pthreads library -lpthreads > configure:15721: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c -lpthreads >&5 > /usr/bin/ld: cannot find -lpthreads > configure:15721: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | /* end confdefs.h. */ > | #include > | int > | main () > | { > | pthread_t th; pthread_join(th, 0); > | pthread_attr_init(0); pthread_cleanup_push(0, 0); > | pthread_create(0,0,0,0); pthread_cleanup_pop(0); > | ; > | return 0; > | } > configure:15730: result: no > configure:15633: checking whether pthreads work without any flags > configure:15721: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > /tmp//ccOMcDuf.o: In function `main': > conftest.c:(.text+0x27): undefined reference to `pthread_create' > configure:15721: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | /* end confdefs.h. */ > | #include > | int > | main () > | { > | pthread_t th; pthread_join(th, 0); > | pthread_attr_init(0); pthread_cleanup_push(0, 0); > | pthread_create(0,0,0,0); pthread_cleanup_pop(0); > | ; > | return 0; > | } > configure:15730: result: no > configure:15638: checking whether pthreads work with -Kthread > configure:15721: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Kthread -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > cc: unrecognized option '-Kthread' > /tmp//ccE8pozE.o: In function `main': > conftest.c:(.text+0x27): undefined reference to `pthread_create' > configure:15721: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | /* end confdefs.h. */ > | #include > | int > | main () > | { > | pthread_t th; pthread_join(th, 0); > | pthread_attr_init(0); pthread_cleanup_push(0, 0); > | pthread_create(0,0,0,0); pthread_cleanup_pop(0); > | ; > | return 0; > | } > configure:15730: result: no > configure:15638: checking whether pthreads work with -kthread > configure:15721: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -kthread -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > cc: unrecognized option '-kthread' > /tmp//ccGRhauU.o: In function `main': > conftest.c:(.text+0x27): undefined reference to `pthread_create' > configure:15721: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | /* end confdefs.h. */ > | #include > | int > | main () > | { > | pthread_t th; pthread_join(th, 0); > | pthread_attr_init(0); pthread_cleanup_push(0, 0); > | pthread_create(0,0,0,0); pthread_cleanup_pop(0); > | ; > | return 0; > | } > configure:15730: result: no > configure:15688: checking for the pthreads library -llthread > configure:15721: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c -llthread >&5 > /usr/bin/ld: cannot find -llthread > configure:15721: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | /* end confdefs.h. */ > | #include > | int > | main () > | { > | pthread_t th; pthread_join(th, 0); > | pthread_attr_init(0); pthread_cleanup_push(0, 0); > | pthread_create(0,0,0,0); pthread_cleanup_pop(0); > | ; > | return 0; > | } > configure:15730: result: no > configure:15638: checking whether pthreads work with -pthread > configure:15721: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -pthread -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:15721: $? =3D 0 > configure:15730: result: yes > configure:15749: checking for joinable pthread attribute > configure:15764: cc -o conftest -O2 -march=3Dnative -fno-strict-aliasing > -pthread -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:15764: $? =3D 0 > configure:15770: result: PTHREAD_CREATE_JOINABLE > configure:15780: checking if more special flags are required for pthreads > configure:15787: result: -D_THREAD_SAFE > configure:15878: checking whether to check for GCC pthread/shared > inconsistencies > configure:15891: cc -o conftest -shared -fPIC -Wl,-z,defs -O2 > -march=3Dnative -fno-strict-aliasing -D_THREAD_SAFE -pthread > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c >&5 > configure:15891: $? =3D 0 > configure:15903: result: yes > configure:15945: checking whether -pthread fixes that > configure:15961: cc -o conftest -shared -fPIC -Wl,-z,defs -O2 > -march=3Dnative -fno-strict-aliasing -D_THREAD_SAFE -pthread > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c -pthread >&5 > configure:15961: $? =3D 0 > configure:15968: result: yes > configure:16105: checking for boostlib >=3D 1.36 > configure:16160: c++ -c -O2 -march=3Dnative -fno-strict-aliasing > -I/usr/local/include conftest.cpp >&5 > configure:16160: $? =3D 0 > configure:16162: result: yes > configure:16330: checking whether the Boost::System library is available > configure:16354: c++ -c -O2 -march=3Dnative -fno-strict-aliasing > -I/usr/local/include conftest.cpp >&5 > configure:16354: $? =3D 0 > configure:16369: result: yes > configure:16481: checking for exit in -lboost_system > configure:16506: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include > -Wl,-rpath=3D/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c > -lboost_system -pthread >&5 > conftest.c:33: warning: conflicting types for built-in function 'exit' > configure:16506: $? =3D 0 > configure:16516: result: yes > configure:16575: checking whether the Boost::Filesystem library is > available > configure:16599: c++ -c -O2 -march=3Dnative -fno-strict-aliasing > -I/usr/local/include conftest.cpp >&5 > configure:16599: $? =3D 0 > configure:16613: result: yes > configure:16720: checking for exit in -lboost_filesystem > configure:16745: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include > -Wl,-rpath=3D/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c > -lboost_filesystem -pthread -lboost_system >&5 > conftest.c:34: warning: conflicting types for built-in function 'exit' > configure:16745: $? =3D 0 > configure:16755: result: yes > configure:16812: checking whether the Boost::Thread library is available > configure:16837: c++ -c -O2 -march=3Dnative -fno-strict-aliasing > -I/usr/local/include conftest.cpp >&5 > configure:16837: $? =3D 0 > configure:16852: result: yes > configure:16971: checking for exit in -lboost_thread > configure:16996: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include -pthread > -Wl,-rpath=3D/usr/lib:/usr/local/lib -L/usr/local/lib conftest.c > -lboost_thread -pthread >&5 > conftest.c:35: warning: conflicting types for built-in function 'exit' > configure:16996: $? =3D 0 > configure:17006: result: yes > configure:17099: checking for pkg-config > configure:17117: found /usr/local/bin/pkg-config > configure:17129: result: /usr/local/bin/pkg-config > configure:17154: checking pkg-config is at least version 0.20 > configure:17157: result: yes > configure:17177: checking for special C compiler options needed for large > files > configure:17222: result: no > configure:17228: checking for _FILE_OFFSET_BITS value needed for large > files > configure:17253: cc -c -D_THREAD_SAFE -pthread -O2 -march=3Dnative > -fno-strict-aliasing -I/usr/local/include conftest.c >&5 > configure:17253: $? =3D 0 > configure:17285: result: no > configure:17369: checking whether ln -s works > configure:17373: result: yes > configure:17380: checking whether make sets $(MAKE) > configure:17402: result: yes > configure:17415: checking for gethostbyname > configure:17415: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include -pthread -L/usr/local/lib > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c -pthread >&5 > configure:17415: $? =3D 0 > configure:17415: result: yes > configure:17638: checking for gethostbyname_r > configure:17638: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include -pthread -L/usr/local/lib > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c -pthread >&5 > configure:17638: $? =3D 0 > configure:17638: result: yes > configure:17666: checking for clock_gettime > configure:17666: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include -pthread -L/usr/local/lib > -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c -pthread >&5 > configure:17666: $? =3D 0 > configure:17666: result: yes > configure:17940: checking whether deprecated functions should be enabled > configure:17945: result: yes > configure:17964: checking whether debug build should be enabled > configure:17979: result: no > configure:17994: checking whether invariant check should be enabled > configure:18007: result: no > configure:18034: checking whether logging to disk should be enabled > configure:18048: result: no > configure:18076: checking whether statistics logging should be enabled > configure:18089: result: no > configure:18099: checking whether disk activity logging should be enabled > configure:18112: result: no > configure:18125: checking whether encryption support should be enabled > configure:18130: result: yes > configure:18132: encryption support: now checking for the OpenSSL > library... > configure:18218: checking for openssl/ssl.h in /usr > configure:18225: result: yes > configure:18241: checking whether compiling and linking against OpenSSL > works > Trying link with OPENSSL_LDFLAGS=3D-L/usr/lib; OPENSSL_LIBS=3D-lssl -lcry= pto; > OPENSSL_INCLUDES=3D-I/usr/include > configure:18263: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/include -I/usr/local/include -pthread > -L/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib -L/usr/lib conftest= .c > -lssl -lcrypto -pthread >&5 > configure:18263: $? =3D 0 > configure:18265: result: yes > configure:18310: checking whether geoip support should be enabled > configure:18315: result: yes > configure:18334: checking whether dht support should be enabled > configure:18339: result: yes > configure:18367: checking whether pool allocators should be enabled > configure:18372: result: yes > configure:18393: checking whether example files should be built > configure:18400: result: no > configure:18409: checking whether test files should be built > configure:18416: result: no > configure:18425: checking whether python bindings should be built > configure:18430: result: yes > configure:18439: checking whether /usr/local/bin/python2.7 version >=3D 2= .4 > configure:18450: /usr/local/bin/python2.7 -c import sys # split strings b= y > '.' and convert to numeric. Append some zeros # because we need at least = 4 > digits for the hex conversion. # map returns an iterator in Python 3.0 an= d > a list in 2.x minver =3D list(map(int, '2.4'.split('.'))) + [0, 0, 0] > minverhex =3D 0 # xrange is not present in Python 3.0 and range returns a= n > iterator for i in list(range(0, 4)): minverhex =3D (minverhex << 8) + > minver[i] sys.exit(sys.hexversion < minverhex) > configure:18453: $? =3D 0 > configure:18455: result: yes > configure:18546: checking for /usr/local/bin/python2.7 version > configure:18553: result: 2.7 > configure:18565: checking for /usr/local/bin/python2.7 platform > configure:18572: result: freebsd9 > configure:18579: checking for /usr/local/bin/python2.7 script directory > configure:18608: result: ${prefix}/lib/python2.7/site-packages > configure:18617: checking for /usr/local/bin/python2.7 extension module > directory > configure:18646: result: ${exec_prefix}/lib/python2.7/site-packages > configure:18667: checking for python2.7 > configure:18697: result: /usr/local/bin/python2.7 > configure:18713: checking for a version of Python >=3D '2.1.0' > configure:18739: result: yes > configure:18747: checking for a version of Python >=3D '2.4' > configure:18753: result: yes > configure:18770: checking for the distutils Python package > configure:18774: result: yes > configure:18788: checking for Python include path > configure:18798: result: -I/usr/local/include/python2.7 > configure:18805: checking for Python library path > configure:18890: result: -L/usr/local/lib/python2.7/config -lpython2.7 > configure:18897: checking for Python site-packages path > configure:18903: result: /usr/local/lib/python2.7/site-packages > configure:18910: checking python extra libraries > configure:18917: result: -lpth -lutil > configure:18924: checking python extra linking flags > configure:18931: result: -Wl,--export-dynamic > configure:18938: checking consistency of all components of python > development environment > configure:18964: cc -o conftest -D_THREAD_SAFE -pthread -O2 -march=3Dnati= ve > -fno-strict-aliasing -I/usr/local/include -I/usr/local/include/python2.7 > -pthread -L/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib conftest.c > -pthread -L/usr/local/lib/python2.7/config -lpython2.7 -Wl,--export-dynam= ic > -lpth -lutil >&5 > /usr/bin/ld: cannot find -lpth > configure:18964: $? =3D 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libtorrent-rasterbar" > | #define PACKAGE_TARNAME "libtorrent-rasterbar" > | #define PACKAGE_VERSION "0.15.9" > | #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > | #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > | #define PACKAGE_URL "http://www.libtorrent.org" > | #define PACKAGE "libtorrent-rasterbar" > | #define VERSION "0.15.9" > | #define STDC_HEADERS 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_MEMORY_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_DLFCN_H 1 > | #define LT_OBJDIR ".libs/" > | #define HAVE_PTHREAD 1 > | #define HAVE_BOOST 1 > | #define HAVE_BOOST_SYSTEM 1 > | #define HAVE_BOOST_FILESYSTEM 1 > | #define HAVE_BOOST_THREAD 1 > | #define HAVE_GETHOSTBYNAME 1 > | #define HAVE_GETHOSTBYNAME_R 1 > | #define GETHOSTBYNAME_R_RETURNS_INT 1 > | #define HAVE_CLOCK_GETTIME 1 > | #define NDEBUG 1 > | #define TORRENT_USE_OPENSSL 1 > | #define HAVE_PYTHON "2.7" > | /* end confdefs.h. */ > | > | #include > | int > | main () > | { > | Py_Initialize(); > | ; > | return 0; > | } > | > configure:18981: result: no > configure:18985: error: in > `/usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-raster= bar-0.15.9': > configure:18998: error: > Could not link test program to Python. Maybe the main Python library has > been > installed in some non-standard library path. If so, pass it to configure, > via the LDFLAGS environment variable. > Example: ./configure LDFLAGS=3D"-L/usr/non-standard-path/python/lib" > > =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 > ERROR! > You probably have to install the development version of the Python packag= e > for your distribution. The exact name of this package varies among them. > > =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 > > See `config.log' for more details > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=3Damd64-portbld-freebsd9.1 > ac_cv_c_compiler_gnu=3Dyes > ac_cv_cxx_compiler_gnu=3Dyes > ac_cv_env_CCC_set=3D'' > ac_cv_env_CCC_value=3D'' > ac_cv_env_CC_set=3Dset > ac_cv_env_CC_value=3Dcc > ac_cv_env_CFLAGS_set=3Dset > ac_cv_env_CFLAGS_value=3D'-O2 -march=3Dnative -fno-strict-aliasing' > ac_cv_env_CPPFLAGS_set=3Dset > ac_cv_env_CPPFLAGS_value=3D'' > ac_cv_env_CPP_set=3Dset > ac_cv_env_CPP_value=3Dcpp > ac_cv_env_CXXCPP_set=3D'' > ac_cv_env_CXXCPP_value=3D'' > ac_cv_env_CXXFLAGS_set=3Dset > ac_cv_env_CXXFLAGS_value=3D'-O2 -march=3Dnative -fno-strict-aliasing' > ac_cv_env_CXX_set=3Dset > ac_cv_env_CXX_value=3Dc++ > ac_cv_env_GEOIP_CFLAGS_set=3D'' > ac_cv_env_GEOIP_CFLAGS_value=3D'' > ac_cv_env_GEOIP_LIBS_set=3D'' > ac_cv_env_GEOIP_LIBS_value=3D'' > ac_cv_env_LDFLAGS_set=3Dset > ac_cv_env_LDFLAGS_value=3D' -Wl,-rpath=3D/usr/lib:/usr/local/lib' > ac_cv_env_LIBS_set=3D'' > ac_cv_env_LIBS_value=3D'' > ac_cv_env_PKG_CONFIG_set=3D'' > ac_cv_env_PKG_CONFIG_value=3D'' > ac_cv_env_PYTHON_INSTALL_PARAMS_set=3D'' > ac_cv_env_PYTHON_INSTALL_PARAMS_value=3D'' > ac_cv_env_PYTHON_VERSION_set=3Dset > ac_cv_env_PYTHON_VERSION_value=3Dpython2.7 > ac_cv_env_build_alias_set=3Dset > ac_cv_env_build_alias_value=3Damd64-portbld-freebsd9.1 > ac_cv_env_host_alias_set=3D'' > ac_cv_env_host_alias_value=3D'' > ac_cv_env_target_alias_set=3D'' > ac_cv_env_target_alias_value=3D'' > ac_cv_func_clock_gettime=3Dyes > ac_cv_func_gethostbyname=3Dyes > ac_cv_func_gethostbyname_r=3Dyes > ac_cv_header_dlfcn_h=3Dyes > ac_cv_header_inttypes_h=3Dyes > ac_cv_header_memory_h=3Dyes > ac_cv_header_stdc=3Dyes > ac_cv_header_stdint_h=3Dyes > ac_cv_header_stdlib_h=3Dyes > ac_cv_header_string_h=3Dyes > ac_cv_header_strings_h=3Dyes > ac_cv_header_sys_stat_h=3Dyes > ac_cv_header_sys_types_h=3Dyes > ac_cv_header_unistd_h=3Dyes > ac_cv_host=3Damd64-portbld-freebsd9.1 > ac_cv_lib_boost_filesystem___exit=3Dyes > ac_cv_lib_boost_system___exit=3Dyes > ac_cv_lib_boost_thread___exit=3Dyes > ac_cv_objext=3Do > ac_cv_path_EGREP=3D'/usr/bin/grep -E' > ac_cv_path_FGREP=3D'/usr/bin/grep -F' > ac_cv_path_GREP=3D/usr/bin/grep > ac_cv_path_PYTHON=3D/usr/local/bin/python2.7 > ac_cv_path_SED=3D/usr/bin/sed > ac_cv_path_ac_pt_PKG_CONFIG=3D/usr/local/bin/pkg-config > ac_cv_prog_AWK=3Dnawk > ac_cv_prog_CPP=3Dcpp > ac_cv_prog_CXXCPP=3D'c++ -E' > ac_cv_prog_ac_ct_AR=3Dar > ac_cv_prog_ac_ct_CC=3Dcc > ac_cv_prog_ac_ct_MANIFEST_TOOL=3Dmt > ac_cv_prog_ac_ct_OBJDUMP=3Dobjdump > ac_cv_prog_ac_ct_RANLIB=3Dranlib > ac_cv_prog_ac_ct_STRIP=3Dstrip > ac_cv_prog_cc_c89=3D'' > ac_cv_prog_cc_cc_c_o=3Dyes > ac_cv_prog_cc_g=3Dyes > ac_cv_prog_cxx_c_o=3Dyes > ac_cv_prog_cxx_g=3Dyes > ac_cv_prog_make_make_set=3Dyes > ac_cv_sys_file_offset_bits=3Dno > ac_cv_sys_largefile_CC=3Dno > ac_cv_target=3Damd64-portbld-freebsd9.1 > am_cv_CC_dependencies_compiler_type=3Dgcc3 > am_cv_CXX_dependencies_compiler_type=3Dgcc3 > am_cv_python_platform=3Dfreebsd9 > am_cv_python_pyexecdir=3D'${exec_prefix}/lib/python2.7/site-packages' > am_cv_python_pythondir=3D'${prefix}/lib/python2.7/site-packages' > am_cv_python_version=3D2.7 > ax_cv_boost_filesystem=3Dyes > ax_cv_boost_system=3Dyes > ax_cv_boost_thread=3Dyes > lt_cv_ar_at_file=3Dno > lt_cv_archive_cmds_need_lc=3Dno > lt_cv_deplibs_check_method=3Dpass_all > lt_cv_file_magic_cmd=3D'$MAGIC_CMD' > lt_cv_file_magic_test_file=3D'' > lt_cv_ld_reload_flag=3D-r > lt_cv_nm_interface=3D'BSD nm' > lt_cv_objdir=3D.libs > lt_cv_path_LD=3D/usr/bin/ld > lt_cv_path_LDCXX=3D/usr/bin/ld > lt_cv_path_NM=3D'/usr/bin/nm -B' > lt_cv_path_mainfest_tool=3Dno > lt_cv_prog_compiler_c_o=3Dyes > lt_cv_prog_compiler_c_o_CXX=3Dyes > lt_cv_prog_compiler_pic=3D'-fPIC -DPIC' > lt_cv_prog_compiler_pic_CXX=3D'-fPIC -DPIC' > lt_cv_prog_compiler_pic_works=3Dyes > lt_cv_prog_compiler_pic_works_CXX=3Dyes > lt_cv_prog_compiler_rtti_exceptions=3Dno > lt_cv_prog_compiler_static_works=3Dyes > lt_cv_prog_compiler_static_works_CXX=3Dyes > lt_cv_prog_gnu_ld=3Dyes > lt_cv_prog_gnu_ldcxx=3Dyes > lt_cv_sharedlib_from_linklib_cmd=3D'printf %s\n' > lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ > ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 > \2/p'\'' | sed '\''/ __gnu_lto/d'\' > lt_cv_sys_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ ]*\)= [ > ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ > ]*\)$/ {"\2", (void *) \&\2},/p'\' > lt_cv_sys_global_symbol_to_c_name_address_lib_prefix=3D'sed -n -e '\''s/^= : > \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ > ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* > \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\' > lt_cv_sys_global_symbol_to_cdecl=3D'sed -n -e '\''s/^T .* \(.*\)$/extern = int > \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\' > lt_cv_sys_max_cmd_len=3D262144 > lt_cv_to_host_file_cmd=3Dfunc_convert_file_noop > lt_cv_to_tool_file_cmd=3Dfunc_convert_file_noop > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/missing > --run aclocal-1.11' > AMDEPBACKSLASH=3D'\' > AMDEP_FALSE=3D'#' > AMDEP_TRUE=3D'' > AMTAR=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/missing > --run tar' > AM_BACKSLASH=3D'\' > AM_DEFAULT_VERBOSITY=3D'0' > AR=3D'ar' > AUTOCONF=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/missing > --run autoconf' > AUTOHEADER=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/missing > --run autoheader' > AUTOMAKE=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/missing > --run automake-1.11' > AWK=3D'nawk' > BOOST_CPPFLAGS=3D'-I/usr/local/include' > BOOST_FILESYSTEM_LIB=3D'-lboost_filesystem' > BOOST_LDFLAGS=3D'-pthread -L/usr/local/lib' > BOOST_PYTHON_LIB=3D'' > BOOST_SYSTEM_LIB=3D'-lboost_system' > BOOST_THREAD_LIB=3D'-lboost_thread' > BOOST_VERSION=3D'' > CC=3D'cc' > CCDEPMODE=3D'depmode=3Dgcc3' > CFLAGS=3D'-D_THREAD_SAFE -pthread -O2 -march=3Dnative -fno-strict-aliasin= g' > COMPILETIME_OPTIONS=3D' -DTORRENT_USE_OPENSSL ' > CPP=3D'cpp' > CPPFLAGS=3D'-I/usr/local/include ' > CXX=3D'c++' > CXXCPP=3D'c++ -E' > CXXDEPMODE=3D'depmode=3Dgcc3' > CXXFLAGS=3D'-O2 -march=3Dnative -fno-strict-aliasing' > CYGPATH_W=3D'echo' > DEBUGFLAGS=3D'-Os' > DEFS=3D'' > DEPDIR=3D'.deps' > DLLTOOL=3D'false' > DSYMUTIL=3D'' > DUMPBIN=3D'' > ECHO_C=3D'' > ECHO_N=3D'-n' > ECHO_T=3D'' > EGREP=3D'/usr/bin/grep -E' > ENABLE_DHT_FALSE=3D'' > ENABLE_DHT_TRUE=3D'' > ENABLE_EXAMPLES_FALSE=3D'' > ENABLE_EXAMPLES_TRUE=3D'' > ENABLE_PYTHON_BINDING_FALSE=3D'' > ENABLE_PYTHON_BINDING_TRUE=3D'' > ENABLE_TESTS_FALSE=3D'' > ENABLE_TESTS_TRUE=3D'' > EXEEXT=3D'' > FGREP=3D'/usr/bin/grep -F' > GEOIP_CFLAGS=3D'' > GEOIP_LIBS=3D'' > GREP=3D'/usr/bin/grep' > INSTALL_DATA=3D'install -o root -g wheel -m 444' > INSTALL_PROGRAM=3D'install -s -o root -g wheel -m 555' > INSTALL_SCRIPT=3D'install -o root -g wheel -m 555' > INSTALL_STRIP_PROGRAM=3D'$(install_sh) -c -s' > INTERFACE_VERSION_INFO=3D'6:0:0' > LD=3D'/usr/bin/ld' > LDFLAGS=3D'-pthread -L/usr/local/lib -Wl,-rpath=3D/usr/lib:/usr/local/lib= ' > LIBOBJS=3D'' > LIBS=3D'-pthread ' > LIBTOOL=3D'$(SHELL) $(top_builddir)/libtool' > LIPO=3D'' > LN_S=3D'ln -s' > LTLIBOBJS=3D'' > MAKEINFO=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/missing > --run makeinfo' > MANIFEST_TOOL=3D':' > MKDIR_P=3D'build-aux/install-sh -c -d' > NM=3D'/usr/bin/nm -B' > NMEDIT=3D'' > OBJDUMP=3D'objdump' > OBJEXT=3D'o' > OPENSSL_INCLUDES=3D'-I/usr/include' > OPENSSL_LDFLAGS=3D'-L/usr/lib' > OPENSSL_LIBS=3D'-lssl -lcrypto' > OTOOL64=3D'' > OTOOL=3D'' > PACKAGE=3D'libtorrent-rasterbar' > PACKAGE_BUGREPORT=3D'arvid@cs.umu.se' > PACKAGE_NAME=3D'libtorrent-rasterbar' > PACKAGE_STRING=3D'libtorrent-rasterbar 0.15.9' > PACKAGE_TARNAME=3D'libtorrent-rasterbar' > PACKAGE_URL=3D'http://www.libtorrent.org' > PACKAGE_VERSION=3D'0.15.9' > PATH_SEPARATOR=3D':' > PKG_CONFIG=3D'/usr/local/bin/pkg-config' > PTHREAD_CC=3D'cc' > PTHREAD_CFLAGS=3D'-D_THREAD_SAFE -pthread' > PTHREAD_LIBS=3D'-pthread ' > PYTHON=3D'/usr/local/bin/python2.7' > PYTHON_CPPFLAGS=3D'-I/usr/local/include/python2.7' > PYTHON_EXEC_PREFIX=3D'${exec_prefix}' > PYTHON_EXTRA_LDFLAGS=3D'-Wl,--export-dynamic' > PYTHON_EXTRA_LIBS=3D' -lpth -lutil' > PYTHON_INSTALL_PARAMS=3D'' > PYTHON_LDFLAGS=3D'-L/usr/local/lib/python2.7/config -lpython2.7' > PYTHON_PLATFORM=3D'freebsd9' > PYTHON_PREFIX=3D'${prefix}' > PYTHON_SITE_PKG=3D'/usr/local/lib/python2.7/site-packages' > PYTHON_VERSION=3D'2.7' > RANLIB=3D'ranlib' > SED=3D'/usr/bin/sed' > SET_MAKE=3D'' > SHELL=3D'/bin/sh' > STRIP=3D'strip' > VERSION=3D'0.15.9' > WITH_SHIPPED_GEOIP_FALSE=3D'' > WITH_SHIPPED_GEOIP_TRUE=3D'' > WITH_SHIPPED_ZLIB_FALSE=3D'' > WITH_SHIPPED_ZLIB_TRUE=3D'' > ac_ct_AR=3D'ar' > ac_ct_CC=3D'cc' > ac_ct_CXX=3D'' > ac_ct_DUMPBIN=3D'' > am__EXEEXT_FALSE=3D'' > am__EXEEXT_TRUE=3D'' > am__fastdepCC_FALSE=3D'#' > am__fastdepCC_TRUE=3D'' > am__fastdepCXX_FALSE=3D'#' > am__fastdepCXX_TRUE=3D'' > am__include=3D'include' > am__isrc=3D'' > am__leading_dot=3D'.' > am__quote=3D'' > am__tar=3D'${AMTAR} chof - "$$tardir"' > am__untar=3D'${AMTAR} xf -' > ax_pthread_config=3D'' > bindir=3D'${exec_prefix}/bin' > build=3D'amd64-portbld-freebsd9.1' > build_alias=3D'amd64-portbld-freebsd9.1' > build_cpu=3D'amd64' > build_os=3D'freebsd9.1' > build_vendor=3D'portbld' > datadir=3D'${datarootdir}' > datarootdir=3D'${prefix}/share' > docdir=3D'${datarootdir}/doc/${PACKAGE_TARNAME}' > dvidir=3D'${docdir}' > exec_prefix=3D'NONE' > host=3D'amd64-portbld-freebsd9.1' > host_alias=3D'' > host_cpu=3D'amd64' > host_os=3D'freebsd9.1' > host_vendor=3D'portbld' > htmldir=3D'${docdir}' > includedir=3D'${prefix}/include' > infodir=3D'/usr/local/info' > install_sh=3D'${SHELL} > /usr/ports/net-p2p/libtorrent-rasterbar-15-python/work/libtorrent-rasterb= ar-0.15.9/build-aux/install-sh' > libdir=3D'${exec_prefix}/lib' > libexecdir=3D'${exec_prefix}/libexec' > localedir=3D'${datarootdir}/locale' > localstatedir=3D'${prefix}/var' > mandir=3D'/usr/local/man' > mkdir_p=3D'$(top_builddir)/build-aux/install-sh -c -d' > oldincludedir=3D'/usr/include' > pdfdir=3D'${docdir}' > pkgpyexecdir=3D'${pyexecdir}/libtorrent-rasterbar' > pkgpythondir=3D'${pythondir}/libtorrent-rasterbar' > prefix=3D'/usr/local' > program_transform_name=3D's,x,x,' > psdir=3D'${docdir}' > pyexecdir=3D'${exec_prefix}/lib/python2.7/site-packages' > pythondir=3D'${prefix}/lib/python2.7/site-packages' > sbindir=3D'${exec_prefix}/sbin' > sharedstatedir=3D'${prefix}/com' > sysconfdir=3D'${prefix}/etc' > target=3D'amd64-portbld-freebsd9.1' > target_alias=3D'' > target_cpu=3D'amd64' > target_os=3D'freebsd9.1' > target_vendor=3D'portbld' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "libtorrent-rasterbar" > #define PACKAGE_TARNAME "libtorrent-rasterbar" > #define PACKAGE_VERSION "0.15.9" > #define PACKAGE_STRING "libtorrent-rasterbar 0.15.9" > #define PACKAGE_BUGREPORT "arvid@cs.umu.se" > #define PACKAGE_URL "http://www.libtorrent.org" > #define PACKAGE "libtorrent-rasterbar" > #define VERSION "0.15.9" > #define STDC_HEADERS 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_MEMORY_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_DLFCN_H 1 > #define LT_OBJDIR ".libs/" > #define HAVE_PTHREAD 1 > #define HAVE_BOOST 1 > #define HAVE_BOOST_SYSTEM 1 > #define HAVE_BOOST_FILESYSTEM 1 > #define HAVE_BOOST_THREAD 1 > #define HAVE_GETHOSTBYNAME 1 > #define HAVE_GETHOSTBYNAME_R 1 > #define GETHOSTBYNAME_R_RETURNS_INT 1 > #define HAVE_CLOCK_GETTIME 1 > #define NDEBUG 1 > #define TORRENT_USE_OPENSSL 1 > #define HAVE_PYTHON "2.7" > > configure: exit 1 And the pkg_info -Ea : GeoIP-1.4.8_3 > Ice-3.4.2_3 > ImageMagick-6.8.0.7 > apr-1.4.6.1.4.1_2 > asciidoc-8.6.8 > atk-2.0.1 > autoconf-2.13.000227_6 > autoconf-2.69 > autoconf-wrapper-20101119 > automake-1.12.5 > automake-1.4.6_6 > automake-wrapper-20101119 > bash-4.1.11 > bash-completion-2.0,1 > bigreqsproto-1.1.1 > bison-2.5.1,1 > bitlbee-3.0.6 > boost-jam-1.48.0 > boost-libs-1.48.0_1 > boost-python-libs-1.48.0 > bootstrap-openjdk-r306764 > ca_root_nss-3.14 > cclient-2007f,1 > cmake-2.8.9 > cmake-modules-2.8.9 > compat7x-amd64-7.3.703000.201008_1 > ctags-5.8 > cups-client-1.5.4 > curl-7.24.0_1 > cvsps-2.1_1 > cvsup-without-gui-16.1h_4 > db42-4.2.52_5 > dbus-1.4.14_4 > dejavu-2.33 > dmidecode-2.11 > emacs-nox11-24.2_8,3 > expat-2.0.1_2 > fcgi-devkit-2.4.0 > fftw3-3.3.3 > fontconfig-2.9.0,1 > fping+ipv6-2.4b2 > freetype2-2.4.9_1 > gamin-0.1.10_4 > gd-2.0.35_8,1 > gdbm-1.9.1 > gettext-0.18.1.1 > ghostscript9-nox11-9.06_1 > gio-fam-backend-2.28.8_1 > git-1.8.0.2 > glib-2.28.8_5 > gmake-3.82_1 > gmp-5.0.5 > gnome_subr-1.0 > gnutls-2.12.18_1 > gobject-introspection-0.10.8_3 > gsfonts-8.11_5 > guile-1.8.8 > help2man-1.40.13 > htop-1.0.1_2 > icu-4.8.1.1_1 > inputproto-2.0.2 > intltool-0.41.1 > jasper-1.900.1_10 > java-zoneinfo-2012.j > javavmwrapper-2.4_3 > jbig2dec-0.11_1 > jbigkit-1.6 > jpeg-8_4 > kbproto-1.0.5 > lcms2-2.4 > libICE-1.0.7,1 > libSM-1.2.0,1 > libX11-1.4.4,1 > libXau-1.0.6 > libXaw-1.0.9,2 > libXdmcp-1.1.0 > libXext-1.3.0_1,1 > libXft-2.1.14 > libXi-1.4.5,1 > libXinerama-1.1.1,1 > libXmu-1.1.0,1 > libXp-1.0.1,1 > libXpm-3.5.9 > libXrender-0.9.6 > libXt-1.1.1,1 > libXtst-1.2.0 > libcheck-0.9.8 > libcroco-0.6.2_1 > libev-4.11,1 > libevent2-2.0.20 > libexecinfo-1.1_3 > libffi-3.0.9 > libgcrypt-1.5.0_1 > libgpg-error-1.10 > libiconv-1.13.1_1 > libidn-1.22 > liblqr-1-0.4.1_3 > libltdl-2.4.2 > libmcrypt-2.5.8 > libpaper-1.1.24_1 > libpcap-1.1.1_1 > libproxy-0.4.6 > libpthread-stubs-0.3_3 > libsmi-0.4.8 > libssh2-1.4.3,2 > libtool-2.4.2 > libtorrent-rasterbar-0.15.9_2 > libwmf-0.2.8.4_7 > libxcb-1.7 > libxml2-2.7.8_5 > libxslt-1.1.26_3 > linux_base-f10-10_5 > lsof-4.87.a,7 > lua-5.1.5_4 > luajit-2.0.0 > lynx-2.8.7.1_1,1 > m4-1.4.16_1,1 > mDNSResponder-333.10 > mcpp-2.7.2_1 > murmur-1.2.3_2 > mysql-client-5.5.28 > mysql-server-5.5.28 > ncftp-3.2.4 > ncurses-5.9_1 > neon29-0.29.6_4 > nettle-2.5 > nginx-1.2.6,1 > node-0.8.15 > ntp-4.2.6p4_2 > oniguruma-4.7.1 > open-motif-2.3.4 > openjdk6-jre-b27_2 > p11-kit-0.14 > p5-Error-0.17019 > p5-IO-Socket-IP-0.18 > p5-IO-Socket-SSL-1.81 > p5-Locale-gettext-1.05_3 > p5-Net-SMTP-SSL-1.01_1 > p5-Net-SSLeay-1.49 > p5-Socket-2.006 > p5-Term-ReadKey-2.30 > p5-XML-Parser-2.41 > p5-subversion-1.7.7_1 > pcre-8.32 > pdflib-7.0.5_2 > pecl-APC-3.1.13 > pecl-pdflib-2.1.9 > perl-5.14.1_3 > php5-5.4.9_1 > php5-bz2-5.4.9_1 > php5-ctype-5.4.9_1 > php5-curl-5.4.9_1 > php5-dom-5.4.9_1 > php5-extensions-1.7 > php5-filter-5.4.9_1 > php5-gd-5.4.9_1 > php5-hash-5.4.9_1 > php5-iconv-5.4.9_1 > php5-imap-5.4.9_1 > php5-json-5.4.9_1 > php5-mbstring-5.4.9_1 > php5-mcrypt-5.4.9_1 > php5-mysql-5.4.9_1 > php5-mysqli-5.4.9_1 > php5-openssl-5.4.9_1 > php5-pdo-5.4.9_1 > php5-pdo_mysql-5.4.9_1 > php5-pdo_sqlite-5.4.9_1 > php5-phar-5.4.9_1 > php5-posix-5.4.9_1 > php5-session-5.4.9_1 > php5-simplexml-5.4.9_1 > php5-sqlite3-5.4.9_1 > php5-sysvsem-5.4.9_1 > php5-tokenizer-5.4.9_1 > php5-xml-5.4.9_1 > php5-xmlreader-5.4.9_1 > php5-xmlwriter-5.4.9_1 > php5-zip-5.4.9_1 > php5-zlib-5.4.9_1 > phpMyAdmin-3.5.4 > pkg-1.0.3_1 > pkgconf-0.8.9 > png-1.5.13 > popt-1.16 > portmanager-0.4.1_9 > portmaster-3.14_8 > printproto-1.0.5 > protobuf-2.4.1 > pth-2.0.7 > py27-setuptools-0.6c11_3 > py27-xdg-0.19 > python27-2.7.3_3 > python32-3.2.3_1 > qt4-corelib-4.8.2 > qt4-dbus-4.8.2 > qt4-moc-4.8.2 > qt4-network-4.8.2 > qt4-qmake-4.8.2_3 > qt4-rcc-4.8.2 > qt4-sql-4.8.2 > qt4-sqlite-plugin-4.8.2 > qt4-xml-4.8.2 > randrproto-1.3.2 > recordproto-1.14.1 > renderproto-0.11.1 > rpm-3.0.6_15 > rsync-3.0.9 > rtmpdump-2.4_1 > ruby+oniguruma-1.8.7.371,1 > ruby18-fcgi-0.8.8 > ruby18-iconv-1.8.7.371,1 > ruby18-mysql-2.8.2_1 > rubygem-abstract-1.0.0_1 > rubygem-actionmailer-3.2.8 > rubygem-actionpack-3.2.8 > rubygem-activemodel-3.2.8 > rubygem-activerecord-3.2.8 > rubygem-activeresource-3.2.8 > rubygem-activesupport-3.2.8 > rubygem-arel-3.0.2,1 > rubygem-builder-3.0.0 > rubygem-bundler-1.1.5 > rubygem-cgi_multipart_eof_fix-2.5.0 > rubygem-coffee-rails-3.2.2 > rubygem-coffee-script-2.2.0 > rubygem-coffee-script-source-1.3.3 > rubygem-daemon_controller-1.0.0 > rubygem-daemons-1.1.9 > rubygem-erubis-2.7.0 > rubygem-execjs-1.4.0 > rubygem-fastthread-1.0.7 > rubygem-gem_plugin-0.2.3_1 > rubygem-hike-1.2.1 > rubygem-i18n-0.6.0,2 > rubygem-journey-1.0.4 > rubygem-jquery-rails-2.1.1 > rubygem-json-1.7.5 > rubygem-json_pure-1.7.5 > rubygem-mail-2.4.4,1 > rubygem-memcache-client-1.8.5 > rubygem-mime-types-1.19 > rubygem-mongrel-1.1.5_3 > rubygem-multi_json-1.3.6 > rubygem-passenger-3.0.17 > rubygem-polyglot-0.3.3 > rubygem-rack-1.4.1,3 > rubygem-rack-cache-1.2 > rubygem-rack-ssl-1.3.2 > rubygem-rack-test-0.6.1 > rubygem-rails-3.2.8 > rubygem-railties-3.2.8 > rubygem-rake-0.9.2.2 > rubygem-rdoc-3.12 > rubygem-sass-3.2.1 > rubygem-sass-rails-3.2.5 > rubygem-sprockets-2.1.3 > rubygem-sqlite3-1.3.6 > rubygem-thor-0.16.0 > rubygem-tilt-1.3.3 > rubygem-treetop-1.4.10 > rubygem-tzinfo-0.3.33 > rubygem-uglifier-1.2.7 > screen-4.0.3_13 > smartmontools-5.42_2 > source-highlight-3.1.6 > sqlite3-3.7.14.1 > subversion-1.7.7_1 > svgalib-1.4.3_6 > swig-1.3.40 > swig-2.0.8_1 > t1lib-5.1.2_1,1 > tcl-8.5.13 > tcl-modules-8.5.13 > tiff-4.0.3 > tmux-1.7_1 > unzip-6.0_1 > vim-lite-7.3.121 > webp-0.1.3_1 > weechat-devel-20121118 > wget-1.13.4_1 > xbitmaps-1.1.1 > xcb-proto-1.7.1 > xcmiscproto-1.2.1 > xextproto-7.2.0 > xf86bigfontproto-1.2.0 > xineramaproto-1.2.1 > xorg-macros-1.16.1 > xproto-7.0.22 > xtrans-1.2.6 > zip-3.0 > znc-1.0 > zsh-5.0.0_1 > --=20 K=E9vin Lemonnier From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 15:13:17 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD09D1AE for ; Sat, 22 Dec 2012 15:13:17 +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 865F28FC1D for ; Sat, 22 Dec 2012 15:13:17 +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 qBMFDBBR089439 for ; Sat, 22 Dec 2012 10:13:16 -0500 (EST) (envelope-from portscout@null.zi0r.com) Received: (from portscout@localhost) by null.zi0r.com (8.14.5/8.14.5/Submit) id qBMFDBZa089220; Sat, 22 Dec 2012 10:13:11 -0500 (EST) (envelope-from portscout) Message-Id: <201212221513.qBMFDBZa089220@null.zi0r.com> MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Sat, 22 Dec 2012 10:13:11 -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, 22 Dec 2012 15:13:17 -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 | 2012.12.22 ------------------------------------------------+-----------------+------------ 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 Dec 22 19:22:25 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 81374413; Sat, 22 Dec 2012 19:22:25 +0000 (UTC) (envelope-from r.c.ladan@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 D0E488FC0C; Sat, 22 Dec 2012 19:22:24 +0000 (UTC) Received: by mail-ea0-f170.google.com with SMTP id d11so2345019eaa.15 for ; Sat, 22 Dec 2012 11:22:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=CAyCQNV4sWZeYjy9Hzo1OK11BpkwuArLkeMLqYUFHeg=; b=CaqM4Py8sxqxR7sphi4JPg/uEjdQrnvtM+ODT+52KMidoaRCfj5mfvuhEfJaUolc7o rGZ1YP1TxMoKWdXIESHxWXpwTtQk+7Irx2zugbcAWI2iLMM+aMA3AAXBZ5sVwPPkEV/l ghJFZTL71ITfSZvX4M7c2GvK9exPDHwmwSS9e95iJyGe0IzvWpEImlm0J0HaRTOJvHIL o1uLp2ge2yQLG2ZacYdBbVreh168LDI4RmxHFsSXFs5mz1OF2Rzt3EJQbs1KzSR9/Cax GZhCD5AK99zr8VYkziXeS6XiAPldzzoGD9JYvow7g8zKkVHS7H3cW8hO4Z1EsAThTQPw 5X6Q== X-Received: by 10.14.215.194 with SMTP id e42mr42166622eep.32.1356204137674; Sat, 22 Dec 2012 11:22:17 -0800 (PST) Received: from [192.168.123.167] (136-206-ftth.onsbrabantnet.nl. [88.159.206.136]) by mx.google.com with ESMTPS id e2sm29979842eeo.8.2012.12.22.11.22.15 (version=SSLv3 cipher=OTHER); Sat, 22 Dec 2012 11:22:16 -0800 (PST) Sender: =?UTF-8?Q?Ren=C3=A9_Ladan?= Message-ID: <50D60866.5060506@freebsd.org> Date: Sat, 22 Dec 2012 20:22:14 +0100 From: =?UTF-8?B?UmVuw6kgTGFkYW4=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: CFT: vlc 2.0.5 References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D3727B.80808@freebsd.org> <20121220213841.GA84251@triton8.kn-bremen.de> In-Reply-To: X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-multimedia@freebsd.org, Juergen Lock , 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: Sat, 22 Dec 2012 19:22:25 -0000 On 22-12-2012 03:53, Kevin Oberman wrote: > On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock wrote: >> On Thu, Dec 20, 2012 at 09:18:03PM +0100, RenĂ© Ladan wrote: >>> On 19-12-2012 22:44, Juergen Lock wrote: >>>> Hi! >>>> >>>> It's this time again, there's a new vlc release out and I want to update >>>> the port: >>>> >>>> http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch >>>> >>>> Everyone is invited to test this update and post any issues they find... >>>> >>> A quick test with an online mp3 stream works fine, but I do get this >>> message in the console: >>> >>> VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) >>> >>> Unable to load library icui18n "Cannot load library icui18n: (Shared >>> object "libicui18n.so.48" not found, required by "vlc")" >>> >>> I have icu-50.1 installed, although the port does not seem to use it. >>> So maybe it is triggered by some dependency. >> I don't get that here so yes it's probably a problem in a dependency. > Sorry for those who have seen this in other threads. > > To find and fix these issues: > Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure > that you have the latest version!) > # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq > somefile > # portmaster -D `cat somefile` > > This will update all ports that are still linked to the old icu > libraries. This should be a very short list as only a handful of ports > link directly to these libraries. Many more depend on these ports, but > don't directly link to libicu sharables and don't need re-building. I tried this and some plain ldd but could not find any guilty file. Some other results: - MIDI playback starts, but there is no sound because SF2 files are not installed - the PNG snapshot is corrupt (only 0x5A or 0xA5) - switching on motion detection seems to freeze the video The rest seems to work fine (DVD and DVB-T not tested yet). RenĂ© From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 20:15:57 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60AA3BFA for ; Sat, 22 Dec 2012 20:15:57 +0000 (UTC) (envelope-from labeachgeek@gmail.com) Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by mx1.freebsd.org (Postfix) with ESMTP id 2C2518FC14 for ; Sat, 22 Dec 2012 20:15:56 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id rq13so3381042pbb.7 for ; Sat, 22 Dec 2012 12:15:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=GSToncbGxTba9STLGf+CtJ/43ieSGjaVOxEGedBwdsE=; b=pxEOL6oF9u09piBeztsYz6PisXVSQJJeno8YhsvVXYSWlcb84Vz4U4vuZyoDtZXjES cuRElhx7eML15hyUgVrMrfoTDrXlR9IZqFSRFoP4+b3wP0bc7qrsVJzJiJoAZgYyXiou WyMr9+hyHQEAx9lgRov8drNvBqYStfHvv7vBCyRXScSdl6p8pGCrYWptsH6jGiyAqOJ2 u+BwEzNvYQVRDSLByTUIML/lisOMQB3GAkf8i9QSZJCjJIftnDlWTVcjNobuCldp/2n2 bnzvx8Rmmy3nDzneYbx5NLzxrtMp6RBoRw5BGhvWzVugHaX/mmc53+bMtV4P0uQV/QSo 08WQ== MIME-Version: 1.0 Received: by 10.68.233.230 with SMTP id tz6mr51920036pbc.36.1356207350018; Sat, 22 Dec 2012 12:15:50 -0800 (PST) Received: by 10.68.9.168 with HTTP; Sat, 22 Dec 2012 12:15:49 -0800 (PST) Received: by 10.68.9.168 with HTTP; Sat, 22 Dec 2012 12:15:49 -0800 (PST) In-Reply-To: References: Date: Sat, 22 Dec 2012 14:15:49 -0600 Message-ID: Subject: Upgrading ports problem with portupgrade(pkgng) From: Beach Geek 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: Sat, 22 Dec 2012 20:15:57 -0000 System: FreeBSD/i386 10-current, base/head(src)=r244363, ports/head=r309344. I upgraded to r244363 from an Oct 3rd(ish) version. Followed ports/UPDATING for pkgng to edit make.conf and convert pkgdb.db. I'm now trying to update my ports (from tree, not pkgs), and I get: # 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. # pkgdb -F USING PKGNG pkgdb -F not supported with PKGNG yet. Use 'pkg check' directly. # pkg check -d (also tried pkg check -d -a) # Running portupgrade -ae gives same message as before. 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) Run portupgrade -ae...... same message. Could someone point me in the right direction... If I'm misunderstanding the man & wiki pages, please explain (I'll even wear the pointyhat). Thanks, BG From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 21:11:35 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7CBB87F; Sat, 22 Dec 2012 21:11:35 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 664358FC0C; Sat, 22 Dec 2012 21:11:34 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 4FE561E007A3; Sat, 22 Dec 2012 22:11:28 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.4) with ESMTP id qBML2reh053598; Sat, 22 Dec 2012 22:02:53 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id qBML2qRg053597; Sat, 22 Dec 2012 22:02:52 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Sat, 22 Dec 2012 22:02:52 +0100 To: =?iso-8859-1?Q?Ren=E9?= Ladan Subject: Re: CFT: vlc 2.0.5 Message-ID: <20121222210252.GA53161@triton8.kn-bremen.de> References: <20121219214400.GA73465@triton8.kn-bremen.de> <50D3727B.80808@freebsd.org> <20121220213841.GA84251@triton8.kn-bremen.de> <50D60866.5060506@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <50D60866.5060506@freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-multimedia@freebsd.org, freebsd-ports@freebsd.org, Juergen Lock , Kevin Oberman 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, 22 Dec 2012 21:11:35 -0000 On Sat, Dec 22, 2012 at 08:22:14PM +0100, René Ladan wrote: > On 22-12-2012 03:53, Kevin Oberman wrote: > > On Thu, Dec 20, 2012 at 1:38 PM, Juergen Lock wrote: > >> On Thu, Dec 20, 2012 at 09:18:03PM +0100, René Ladan wrote: > >>> On 19-12-2012 22:44, Juergen Lock wrote: > >>>> Hi! > >>>> > >>>> It's this time again, there's a new vlc release out and I want to update > >>>> the port: > >>>> > >>>> http://people.freebsd.org/~nox/tmp/vlc-2.0.5-001.patch > >>>> > >>>> Everyone is invited to test this update and post any issues they find... > >>>> > >>> A quick test with an online mp3 stream works fine, but I do get this > >>> message in the console: > >>> > >>> VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d) > >>> > >>> Unable to load library icui18n "Cannot load library icui18n: (Shared > >>> object "libicui18n.so.48" not found, required by "vlc")" > >>> > >>> I have icu-50.1 installed, although the port does not seem to use it. > >>> So maybe it is triggered by some dependency. > >> I don't get that here so yes it's probably a problem in a dependency. > > Sorry for those who have seen this in other threads. > > > > To find and fix these issues: > > Install sysutils/bsdadmonscripts (If you use pkgng, pleaqse be sure > > that you have the latest version!) > > # pkg_libchk -o | grep libicu | cut -f1 -d: | sort | uniq > somefile > > # portmaster -D `cat somefile` > > > > This will update all ports that are still linked to the old icu > > libraries. This should be a very short list as only a handful of ports > > link directly to these libraries. Many more depend on these ports, but > > don't directly link to libicu sharables and don't need re-building. > I tried this and some plain ldd but could not find any guilty file. > > Some other results: > - MIDI playback starts, but there is no sound because SF2 files are not > installed Well there aren't any in the distfile so that's kind of expected... Or do you mean we should add a dep on audio/eawpats? > - the PNG snapshot is corrupt (only 0x5A or 0xA5) > - switching on motion detection seems to freeze the video > Hmm, did any of these things work with 2.0.4? > The rest seems to work fine (DVD and DVB-T not tested yet). Thanx, :) Juergen From owner-freebsd-ports@FreeBSD.ORG Sat Dec 22 22:57:42 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 03BD57B0 for ; Sat, 22 Dec 2012 22:57:42 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-ia0-f175.google.com (mail-ia0-f175.google.com [209.85.210.175]) by mx1.freebsd.org (Postfix) with ESMTP id B8B348FC0A for ; Sat, 22 Dec 2012 22:57:41 +0000 (UTC) Received: by mail-ia0-f175.google.com with SMTP id z3so4946442iad.6 for ; Sat, 22 Dec 2012 14:57:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:mime-version :content-type:content-transfer-encoding:message-id; bh=kiK/1SLCHmT67j45TZXx2ND3U1nnf3cad87VRzo/yPI=; b=Z7EhcHieTT4gFJmF8nMNg6/VTbzmPIf/LgxN3Y0hv9/9BldHw0sjHcAO+A0bpIeqw6 tkiG1LgtBZjwTkY74b6AGrDbN5iCr9p9hJhkwbXDYIT6WjA6IQdNaAW5w+jPxD35CEgO WIz6vokd4tL+aSiotbWgewtZrcjSdfphmZ/Zh+WfbrfC2fQpZnRm6ZyPt+dTymNa8KNW Mi1tBS0Ac4zC9w/hHlenG0s5Qi1U0p8z3qyolT2rdblHQwBQhmN9DSvKbt26XHcYb9F/ KDGyEyR3kItrGkq3VVF+ACIlA2i7Frv2oRO9khWSSOaIdfmOSeLoINn9vAQRt5TKAm+p kDyA== X-Received: by 10.50.41.165 with SMTP id g5mr17174558igl.66.1356217055403; Sat, 22 Dec 2012 14:57:35 -0800 (PST) Received: from luna.wi.rr.com (cpe-184-58-138-79.wi.res.rr.com. [184.58.138.79]) by mx.google.com with ESMTPS id rd10sm18915963igb.1.2012.12.22.14.57.34 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 22 Dec 2012 14:57:34 -0800 (PST) From: ajtiM To: freebsd-ports@freebsd.org Subject: (${USE_GCC} == yes) Date: Sat, 22 Dec 2012 16:57:26 -0600 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RC3; KDE/4.8.4; i386; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201212221657.26359.lumiwa@gmail.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: Sat, 22 Dec 2012 22:57:42 -0000 FreeBSD 9.1 RC-3 I run portsnap fetch update and it downloded and update than I ran portmaster -a and I got: portmaster -a ===>>> Gathering distinfo list for installed ports "/usr/ports/Mk/bsd.gcc.mk", line 63: Malformed conditional (${USE_GCC} == yes) "/usr/ports/Mk/bsd.port.mk", line 6598: if-less endif make: fatal errors encountered -- cannot continue ===>>> Is /usr/ports/math/atlas/Makefile missing? ===>>> Aborting update In /usr/ports/math/atlas is Makefile. Thanks in advance. Mitja -------- http://www.redbubble.com/people/lumiwa