From owner-freebsd-ports@freebsd.org Sun Oct 30 02:22:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EA046C25957 for ; Sun, 30 Oct 2016 02:22:21 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5BBE79D for ; Sun, 30 Oct 2016 02:22:21 +0000 (UTC) (envelope-from marcelbonnet@gmail.com) Received: by mail-it0-x22e.google.com with SMTP id f129so7213071itc.1 for ; Sat, 29 Oct 2016 19:22:21 -0700 (PDT) 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; bh=PutoREREwKfA7H6ktGR5fw0RJW6fP0F554wXUA8dNqY=; b=g6+zfBTZVgRAmcyuRvyHvwnJmgAVOQp77vIBg/RxdT8F396zKf4wbH4U+v5LSRiA/+ unBTcVi3bfwNNCOQBKRFh0NKt1dYeMuuWkHWiUZTQl+4gx6Nr2DQZnvQjZvZfxnWysFS +uW3KyQzNgBje4p9YDyIjg9RGJUohU0H47uJQ7hAnR5RC5Z5wsZ2QoWZ5jwY3IRg9OuH GfdnXmwqVcYTQyNm+5G7Y65i2JG2wCQDwnJVFjIkb/x7+tQ0/GEtXmQiWYNDdRYefz2L 49VOMgwPHbBrNhzYV7QRboYAqpLfCWG/+PVA8ci8IP/Az3I3EyTyAIJJMW5kAgxTwFzJ V2Aw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=PutoREREwKfA7H6ktGR5fw0RJW6fP0F554wXUA8dNqY=; b=H+4fIBq3wS/Ish1FWNmXbJM3uNhXJDDHB35grYG1T2yMc57G8oLW5rH8nQhceBGDcz a4KGyLui7ZCU3s9Fwd9hUsX6dnzKngeL+NwnEtTCeTBtAkAAurgeFNTAruQy+u6/I+eq G5kWy28rtKa9/dKznmpeqVEjuKb43Ocd5FUHC9K3yapgPHRIJaUBdmFFUSpB8m/Cgm5d VPu/D2GBLARZojcG2yjlcsC1ZMmQlJQG2XXOcQuAqvcgVPy92eK9CjM2s2QdLowJJbIc WXlDKDuok/pmQIDB9Bd+k9l8ICDevydmPYPqEyaD6yplSb2Rz8BPTFaYcqExyYtdTQPb wmuw== X-Gm-Message-State: ABUngvdCnrvHaAEcZbJLfHgESRvxEYn/OJNPKr6sXrcRWOi15XBUQFbE9i8upjL9PDm+/yRYv/klIfMXR975qw== X-Received: by 10.107.170.156 with SMTP id g28mr6901594ioj.111.1477794140580; Sat, 29 Oct 2016 19:22:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.27.197 with HTTP; Sat, 29 Oct 2016 19:22:20 -0700 (PDT) In-Reply-To: References: From: Marcel Bonnet Date: Sun, 30 Oct 2016 00:22:20 -0200 Message-ID: Subject: Re: Using INSTALL_DATA to install header files to PREFIX/include/PORTNAME To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 02:22:22 -0000 On 28 October 2016 at 18:14, Marcel Bonnet wrote: > Hello, porters! > > I've been reading the Porters Handbook, even the bsd.*.mk files... but > I'm wondering: why the waf installer put all the installation files > into STAGEDIR but the port system do not copy them all, just some of > them to the PREFIX. > > Below the Makefile and pkg-plist. > > If do not type > ${INSTALL_DATA} ${STAGEDIR}${PREFIX}/include/sord-0/sord/sord.h > ${STAGEDIR}${PREFIX}/include/sord-0/sord/ > them the this header is not copied to PREFIX. But the other files are > installed normally . > > So, I don't understand why I have to say ${INSTALL_DATA} the file from > and to its current directory. Am I'm doing something really wrong, but > perhaps produced the desired effect? Now its working like a charm. > My bad. I made something stupid, I was porting in PARANOID mode. The fact is: do-install: (cd ${WRKSRC} && ${WAF_CMD} install) puts all the files into stage dir correctly . And they are packaged and installed. I think the date of some source shared files (3 years old) made me think they were not being installed. It is ok, just two days to discover I was doing things right . -- Marcel Bonnet github.com/marcelbonnet/ From owner-freebsd-ports@freebsd.org Sun Oct 30 02:31:51 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 260E3C25D2B for ; Sun, 30 Oct 2016 02:31:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E314CACD for ; Sun, 30 Oct 2016 02:31:50 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::c31:6177:bac9:4152] (unknown [IPv6:2001:7b8:3a7:0:c31:6177:bac9:4152]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 78E6815B6D; Sun, 30 Oct 2016 03:31:47 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_974229DC-1DCE-4529-8910-13BC82B8FD71"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Problem with gcc5 std library when building ports From: Dimitry Andric In-Reply-To: Date: Sun, 30 Oct 2016 03:31:36 +0100 Cc: ports-list freebsd Message-Id: References: To: Dewayne Geraghty X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2016 02:31:51 -0000 --Apple-Mail=_974229DC-1DCE-4529-8910-13BC82B8FD71 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 27 Oct 2016, at 01:01, Dewayne Geraghty = wrote: >=20 > Can anyone help regarding the apparant absence of snprintf from std? = Am I > missing something, perhaps LDCONFIG or? I've looked in /usr/ports/Mk/ > bsd.gcc.mk and /usr/ports/Mk/bsd.port.mk but this is an area that I'm > unfamiliar, so nothing really stood out. >=20 > If I change the compiler from gcc5 to clang everything compiles and = runs > correctly. I have in /etc/make.conf > USE_GCC=3D 5 > and to use clang, I just comment out the above. So everything is = constant, > on FreeBSD 10.3Stable (updated and rebuilt overnight) The difference is that clang by default uses libc++, while gcc uses libstcd++. Unfortunately, our gcc ports have a long-standing problem with recognition of C99 functionality for their copies of libstdc++. If you look in gcc5's header, usually located in /usr/local/lib/gcc5/include/c++/cstdio, you will see this: #if _GLIBCXX_USE_C99 #undef snprintf [...] namespace __gnu_cxx { #if _GLIBCXX_USE_C99_CHECK || _GLIBCXX_USE_C99_DYNAMIC extern "C" int (snprintf)(char * __restrict, std::size_t, const char * __restrict, = ...) throw (); [...] #endif #if !_GLIBCXX_USE_C99_DYNAMIC using ::snprintf; [...] #endif } // namespace __gnu_cxx namespace std { using ::__gnu_cxx::snprintf; [...] } // namespace std #endif // _GLIBCXX_USE_C99 So in a slightly convoluted way, it only defines std::snprintf() when _GLIBCXX_USE_C99 is defined. However, during the port build, the gcc configuration mechanism seems to conclude that C99 support is *not* available, and stores this in = /usr/local/lib/gcc5/include/c++/${ARCH}-portbld-freebsd${VERSION}/bits/c++= config.h: /* Define if C99 functions or macros from , , = , , and can be used or exposed. */ /* #undef _GLIBCXX_USE_C99 */ This has been the case for ages now, and there must be lots of bug reports for it, but it has not been fixed. -Dimitry --Apple-Mail=_974229DC-1DCE-4529-8910-13BC82B8FD71 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlgVW5IACgkQsF6jCi4glqNKtgCgvRoQFssLunGb7u3ExE5zeHli 0FkAoNn1jrw5fXsqaLZOzIlLt0NA+mWk =Bv4n -----END PGP SIGNATURE----- --Apple-Mail=_974229DC-1DCE-4529-8910-13BC82B8FD71-- From owner-freebsd-ports@freebsd.org Mon Oct 31 04:00:08 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43A8EC269EA for ; Mon, 31 Oct 2016 04:00:08 +0000 (UTC) (envelope-from airecom612+8fbe41d20fbf8646d6bb2d723bdf9a87@unitedvitalityhealth.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD6F1444 for ; Mon, 31 Oct 2016 04:00:08 +0000 (UTC) (envelope-from airecom612+8fbe41d20fbf8646d6bb2d723bdf9a87@unitedvitalityhealth.net) Received: by mailman.ysv.freebsd.org (Postfix) id 293EDC269E7; Mon, 31 Oct 2016 04:00:08 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28DAFC269E5 for ; Mon, 31 Oct 2016 04:00:08 +0000 (UTC) (envelope-from airecom612+8fbe41d20fbf8646d6bb2d723bdf9a87@unitedvitalityhealth.net) Received: from mta39125yuhd45.bde43.craftnewsandtips.com (mta39125yuhd45.bde43.craftnewsandtips.com [200.63.45.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 01F951443 for ; Mon, 31 Oct 2016 04:00:07 +0000 (UTC) (envelope-from airecom612+8fbe41d20fbf8646d6bb2d723bdf9a87@unitedvitalityhealth.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=unitedvitalityhealth.net; s=default; t=1477886328; bh=fthI3yHrQ7eImMItwC5QpPDF6EQqNDAjgS6NsHoaGqI=; h=Date:To:From:Subject:Reply-To:List-Unsubscribe; b=RuHZ0aStRp0VwxFFR+KoQzgy/Wn1Xg0Ou8hT8Ro9ozS/1hEolNBx2zqZk7PwdCR3c GUo19a1qcpIKC+E+c/fs2ATBn2duUAyYttzS5sPl+w7mOm594Y8qgVLsDD8MmEVCrr RkPQKf1EziABMWYUV8D2kzbjBiRvQgoIqVXytl+g= Date: Mon, 31 Oct 2016 03:58:48 +0000 To: ports@freebsd.org From: Miracle System Subject: Loose 1 Pound of Daily Belly Fat Loss with this 2-minute Ritual Reply-To: ryan@unitedvitalityhealth.net X-airecom612-8fbe41d20fbf8646d6bb2d723bdf9a87: 01 Message-ID: <8fbe41d20fbf8646d6bb2d723bdf9a87@unitedvitalityhealth.net> 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.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 04:00:08 -0000 This story is going to shock you- especially if you have ever flown in an airplane... I want to introduce you to Dan (55) and Sylvie (48). Recently this=20 couple lost 68 pounds together in just over ONE month using a simple 2-minute daily ritual they discovered after a near fatal tragedy while on vacation. Check out their incredible transformation yourself: =3D=3D> http://unitedvitalityhealth.net/dbk/8fbe41d20fbf8646d6bb2d723bdf9a8= 7/aGxzMzE2 The most shocking thing is their transformation was triggered by a=20 heart attack Dan suffered while flying in an airplane at 35,000 feet. The pilot had to declare a medical emergency forcing the plane to land=20 in Germany where they would be given a unique, new 2-minute ritual that=20 would save Dan=92s life while melting away one pound of deadly belly fat ev= ery day. Their story of survival could save your life so be sure to check it out:- =3D=3D> Dr's 2-Minute Ritual Triggers 68 Pound Weight Loss http://unitedvitalityhealth.net/dbk/8fbe41d20fbf8646d6bb2d723bdf9a87/aG= xzMzE2 You won=92t believe how effective this simple ritual is for burning belly= =20 fat and preventing heart attacks. =20 To your success! Chris Ryan. =0A=0A=0A=0A=0A=0ATo unsubscribe click the link below:=0A=09= =0A=3D=3D> http://unitedvitalityhealth.net/xz/8fbe41d20fbf8646d6bb2d723bdf9= a87/xml=0A=09 From owner-freebsd-ports@freebsd.org Mon Oct 31 07:42:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3E87BC2710A for ; Mon, 31 Oct 2016 07:42:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 2C3741BE6 for ; Mon, 31 Oct 2016 07:42:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 2BA24C27108; Mon, 31 Oct 2016 07:42:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2B519C27107 for ; Mon, 31 Oct 2016 07:42:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 04D361BE2 for ; Mon, 31 Oct 2016 07:42:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id u9V7gAZg038067 for ; Mon, 31 Oct 2016 07:42:10 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id u9V7gAmG038065; Mon, 31 Oct 2016 07:42:10 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201610310742.u9V7gAmG038065@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 31 Oct 2016 07:42:10 +0000 From: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 07:42: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 ------------------------------------------------+-----------------+------------ databases/luasql-firebird | 2.3.3 | v2.3.4 ------------------------------------------------+-----------------+------------ databases/luasql-mysql | 2.3.3 | v2.3.4 ------------------------------------------------+-----------------+------------ databases/luasql-odbc | 2.3.3 | v2.3.4 ------------------------------------------------+-----------------+------------ databases/luasql-postgres | 2.3.3 | v2.3.4 ------------------------------------------------+-----------------+------------ databases/luasql-sqlite3 | 2.3.3 | v2.3.4 ------------------------------------------------+-----------------+------------ databases/py-apsw | 3.14.1 | 3.15.0-r1 ------------------------------------------------+-----------------+------------ lang/sbcl | 1.3.1 | 1.3.11 ------------------------------------------------+-----------------+------------ textproc/sigil | 0.9.5 | 0.9.7 ------------------------------------------------+-----------------+------------ 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 Thanks. From owner-freebsd-ports@freebsd.org Mon Oct 31 10:19:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E9531C28D14 for ; Mon, 31 Oct 2016 10:19:29 +0000 (UTC) (envelope-from MD-NO--47659-378-ES-PR--ports=freebsd.org@mail.mmv32879.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C7D0F1B5D for ; Mon, 31 Oct 2016 10:19:29 +0000 (UTC) (envelope-from MD-NO--47659-378-ES-PR--ports=freebsd.org@mail.mmv32879.com) Received: by mailman.ysv.freebsd.org (Postfix) id C720DC28D0A; Mon, 31 Oct 2016 10:19:29 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6B84C28D08 for ; Mon, 31 Oct 2016 10:19:29 +0000 (UTC) (envelope-from MD-NO--47659-378-ES-PR--ports=freebsd.org@mail.mmv32879.com) Received: from mta141.73.mdrctr.com (mta141.73.mdrctr.com [62.97.141.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 906811B5A for ; Mon, 31 Oct 2016 10:19:27 +0000 (UTC) (envelope-from MD-NO--47659-378-ES-PR--ports=freebsd.org@mail.mmv32879.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=md2; d=monsteroffer.es; h=From:Reply-To:To:Date:List-Id:List-Unsubscribe:Subject:MIME-Version:Content-Type:Message-ID; i=News@monsteroffer.es; bh=ub9SYTVk7LtoGAc5YoWfjldAOBw=; b=dRO6pF8mMQB37CviV0VLDwdppSjwiBrQrQjn0RBn+cyGIhKR9u9PVZ5t8AvzPtlYss1x+z7/BrdV bGe03VX7MEjUMGe8Y5nimMrxg9jC42v2nA4WAgA2QME2gc8/GQihHOZpqY9c+ulN/PexLkPsTiFX lfqMjqRKuX66MdF7zvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=md2; d=monsteroffer.es; b=VgOHgyWWI0YRJa5R3YdnZx/ya9jtxEduGhhm2fw43ZdtMIkiSa5HQXgytpKdvrarjvovT5usXg7r A5S/AR1ujaj8p1ab2bNVkDRpls+lzlyASbKSqnGksIKuqFxlSBzRq9QzBW8sz/yJRJ0r0OV+vTZY /sTACJH1i3HGL36CCoI=; Received: from pmta2.mdrctr.local (172.16.18.12) by mta141.73.mdrctr.com id h2sddo15mg8t for ; Mon, 31 Oct 2016 11:08:27 +0100 (envelope-from ) From: Zalando Reply-To: MonsterOffer To: Precedence: bulk X-rpcampaign: mdMDNO47659378ESPR X-rpcampaignok: mdmdMD-NO--47659-378-ES-PR X-reputation: -1 Date: Mon, 31 Oct 2016 11:08:27 +0100 Feedback-ID: 47659:378:gmailmdrctr X-LU: , Subject: Botines de temporada hasta -50% MIME-Version: 1.0 Message-ID: <0.0.3.10F.1D2335EB907DDB0.51EA6B@mta141.73.mdrctr.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 10:19:30 -0000 atención al cliente 917 696 envío y devolución derecho de devolución de 100 959 gratuitos días PUBLICIDAD Si no ves correctamente este mensaje haz CLICK AQUÍ PUBLICIDAD zalando Mujer Hombre Niño Ofertas ¡Solo hasta el domingo! Hasta -50%* en botines de temporada ¡Ve a la oferta aquí! › *Oferta válida del 31/10/2016 al 06/11/2016, ambos días incluidos. *Oferta válida del 24/10/2016 al 14/11/2016, ambos días incluidos. ENVÍO Y DEVOLUCIÓN GRATUITOS | DERECHO DE DEVOLUCIÓN DE 100 DÍAS ATENCIÓN AL CLIENTE 917 696 959 (Lunes-Viernes 08-20, Sábado-Domingo 10-18). Llamada sujeta a tu tarifa básica. E-Mail: service@zalando.es Le informamos que según la Ley Orgánica 15/1999, de 13 de diciembre de Protección de Datos (LOPD) los datos personales contenidos en la presente y futuras comunicaciones son tratados por Makemailing, de conformidad con los principios de calidad y proporcionalidad exigidos por la normativa en la materia. Sus datos no serán comunicados a terceros bajo ningún concepto. En cualquier momento, Vd. podrá revocar el consentimiento y ejercer los derechos de acceso, rectificación o cancelación dirigiéndose vía e-mail a users@makemailing com. POR FAVOR, NO CONTESTE ESTE CORREO, PUESTO QUE ES AUTOMÁTICO.Podrá ejercer su derecho a no recibir más newsletters haciendo click en el siguiente enlace. References: //mail.mmv32879.com/track/link/key/47659-378-6374-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6375-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6376-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6377-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6378-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6379-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6380-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6381-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6382-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 //mail.mmv32879.com/track/link/key/47659-378-6383-7-40198/signature/8958eb40ced8118542e2fdaf3340b000/contactInfo/Y29uSWQ9NDAxOTh%2BfmVtYWlsPXBvcnRzQGZyZWVic2Qub3Jnfn5tb3ZpbD0tfn5zdWJJZD0zNzh%2Bfmxpc3RJZD03fn5zbmFwSWQ9MjEyMjc0N35%2BbWRQYXJ0cz0xfn5tZEVtYWlsTUQ1PTIxNDliNjE4MDhkZjZhNmEzMTY1MDVlZDY2MzllODg2fn5jb25fbWQ1PTljYTBmOGFjMDM2M2VmYjcxODM0OGNkOGE2YTExMjNk/userid/2149b61808df6a6a316505ed6639e886 mailto:service@zalando.es http://track.mdirector.com/files/campanias/47659/3/7/8/CAM///mail.mmv32879.com/track/pre-unsubscribe/category/EMAIL/empId/47659/subId/378/listId/7/conId/40198/signature/8958eb40ced8118542e2fdaf3340b000/conEmail/ports@freebsd.org/conMovil/- From owner-freebsd-ports@freebsd.org Mon Oct 31 12:13:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B99C8C2776A for ; Mon, 31 Oct 2016 12:13:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A0D071207 for ; Mon, 31 Oct 2016 12:13:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: by mailman.ysv.freebsd.org (Postfix) id A0288C27769; Mon, 31 Oct 2016 12:13:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9FC93C27768 for ; Mon, 31 Oct 2016 12:13:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [IPv6:2001:608:a02::33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 676D21206 for ; Mon, 31 Oct 2016 12:13:11 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:12e1:f001:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 5E4237671B9 for ; Mon, 31 Oct 2016 13:12:59 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 5E4237671B9 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1477915979; bh=+lRYxVQg4S1YqfaEu+2eB0dVUdFvoegfhhHYhO/HQNY=; h=To:From:Subject:Date; b=MEf86dkSo23Wq3r84jOv8SNO5ZisHirIrA8xnUM4JygG3OQmrIpEoyfaYX3yT2D9Z OABi7pEFWcqFaGH7D5SRj4ubKqtZoiS5qXd+ssmxYm+ZaVf0gbIeADxax53GUsw7zu /D+Gs1e53lolYkMNAp9Oiix+12wUEdo30BwxmUq8= Received: from [192.168.0.151] (aftr-88-217-180-84.dynamic.mnet-online.de [88.217.180.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id 13D9F7025D6 for ; Mon, 31 Oct 2016 13:12:58 +0100 (CET) To: ports@freebsd.org From: Matthias Fechner Subject: Commiter required Message-ID: <5fa1501c-cf5d-1903-e633-f872f4d17df7@fechner.net> Date: Mon, 31 Oct 2016 13:12:45 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 12:13:11 -0000 Hi, could a commiter please commit: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213917 Thanks a lot! Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook From owner-freebsd-ports@freebsd.org Mon Oct 31 12:25:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9FF2C279A8 for ; Mon, 31 Oct 2016 12:25:29 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 96F88163B; Mon, 31 Oct 2016 12:25:29 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (ipservice-092-217-062-255.092.217.pools.vodafone-ip.de [92.217.62.255]) by host64.shmhost.net (Postfix) with ESMTPSA id 77C6683B53; Mon, 31 Oct 2016 13:25:26 +0100 (CET) From: Franco Fichtner Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: security/heimdal timeout, committer wanted Message-Id: Date: Mon, 31 Oct 2016 13:25:24 +0100 To: FreeBSD Ports X-Mailer: Apple Mail (2.3251) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 12:25:29 -0000 Hi, A simple packaging fix for security/heimdal port is required to include two header files which are provided in base and security/krb5 and currently make sysutils/msktutil fail with option gssapi:heimdal. Thanks, Franco From owner-freebsd-ports@freebsd.org Mon Oct 31 14:44:04 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F2B19C27E8B for ; Mon, 31 Oct 2016 14:44:04 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id D215F12D5 for ; Mon, 31 Oct 2016 14:44:04 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D151DC27E8A; Mon, 31 Oct 2016 14:44:04 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0FABC27E89 for ; Mon, 31 Oct 2016 14:44:04 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9675412D4 for ; Mon, 31 Oct 2016 14:44:04 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by mail-oi0-x230.google.com with SMTP id i127so232729128oia.2 for ; Mon, 31 Oct 2016 07:44:04 -0700 (PDT) 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; bh=WWkgg6AQnGXuHpGLTwgVSB8uPWWH/ZrSODthN9QkS5k=; b=lSLKYYKSxTCqC++L95fmjuU0THpMJ9+pOHOvvAWDfAKiXpQxq/jrvevZ/SM6AADRH7 uhQJ4eCxerBW7BIYZZ/7Q46/zN1GQuXncXWnquLN2BAUmqzZO8OhTpj7zFnocQhrmq1K 20gYRBAoRpoH5xminsMUq150cJ/VqEl3J5bDylWZacZjXfsv4wbqlheML7SFize+j2nj IFfGnQtWGIgW08ioaYVgrHNmxjHY+XxJEvLfVzWwnbA/jF2NMFv7oBkqQUuNFmEUC3Dn U9T3GAqnCvBrRb2I94ICShYNbv3fML156Tss+OW6C88xRboCGxiqoeQsAp9KOUG9eu3r vsRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=WWkgg6AQnGXuHpGLTwgVSB8uPWWH/ZrSODthN9QkS5k=; b=DwBJcl2xoBMzOCaklZ28rbWPm+p78zKtYhsQtbvSV1w73Jl5KxtkRRYS3zqO5Ag15E FNPqQp5y3k7Ed5Letoa4/XjnLiuTBNbKrbDi8LX3t48/kA7GmMoxlrRlwev0vimar5mk FMHls5h3NU+kNkkoBNwxGq2b06eTOGLlHOfikZCS3wU4BuAnZgVX/bGFcl2+Jo4Kwfcw rrh5MRk9F9EoR/SWbz1k4hij4/SqK+ZfbqDDTfa0G/DMGPE5l4qJiIGa3g5HrNj9+dHH DZIkq2OSkLuP4+bCwjm1V84wp692mSqAa/JncETmnvNGCdwNSNWtnV56qAVmTYllD4Nx n0PQ== X-Gm-Message-State: ABUngvfd8q1V1KOBWd+c9agZGtZw8U/52TSIlWPAaPO3ivB1bhoZIks/CQCiD663iabJBAbSzhuKrzM0NRafRw== X-Received: by 10.107.59.150 with SMTP id i144mr22589815ioa.155.1477925043702; Mon, 31 Oct 2016 07:44:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.67.196 with HTTP; Mon, 31 Oct 2016 07:44:03 -0700 (PDT) In-Reply-To: <5fa1501c-cf5d-1903-e633-f872f4d17df7@fechner.net> References: <5fa1501c-cf5d-1903-e633-f872f4d17df7@fechner.net> From: Ben Woods Date: Mon, 31 Oct 2016 22:44:03 +0800 Message-ID: Subject: Re: Commiter required To: Matthias Fechner Cc: FreeBSD Ports Mailing List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 14:44:05 -0000 On 31 October 2016 at 20:12, Matthias Fechner wrote: > Hi, > > > could a commiter please commit: > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213917 > > > Thanks a lot! > > > Gru=C3=9F > Matthias > All done :) -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@freebsd.org Mon Oct 31 17:04:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A03C6C284E0 for ; Mon, 31 Oct 2016 17:04:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 68C991786 for ; Mon, 31 Oct 2016 17:04:39 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id DFCF9BDCE0; Mon, 31 Oct 2016 18:04:36 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C2DCABDCDC; Mon, 31 Oct 2016 18:04:36 +0100 (CET) Subject: Re: security/heimdal timeout, committer wanted To: Franco Fichtner , FreeBSD Ports References: From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Mon, 31 Oct 2016 18:04:34 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="AETaKXHoqW6gPAsB67Hwta6bAPUTjpHLw" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 17:04:39 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --AETaKXHoqW6gPAsB67Hwta6bAPUTjpHLw Content-Type: multipart/mixed; boundary="f9pK0kg5ahucEWac06PaNouifdW9E5ktB"; protected-headers="v1" From: Mathieu Arnold To: Franco Fichtner , FreeBSD Ports Message-ID: Subject: Re: security/heimdal timeout, committer wanted References: In-Reply-To: --f9pK0kg5ahucEWac06PaNouifdW9E5ktB Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 31/10/2016 =C3=A0 13:25, Franco Fichtner a =C3=A9crit : > Hi, > > A simple packaging fix for security/heimdal port is required to > include two header files which are provided in base and security/krb5 > and currently make sysutils/msktutil fail with option gssapi:heimdal. PR ? --=20 Mathieu Arnold --f9pK0kg5ahucEWac06PaNouifdW9E5ktB-- --AETaKXHoqW6gPAsB67Hwta6bAPUTjpHLw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYF3mjXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85Iwd0P+gI4AJIOhP1Xm/OhmEaeB2md Y8x3Bo+ctH597TxIsbLQW+HlDFJTYOKH43moAac0vTl+l1HB1XQWjTiRINzcmAOS Ky/FbGGzsgLIUA+8HW45W39L17N3ZKdBoQQmo/ZLT6lGWBKQo5VAAygONopF4Yu6 o6EtcJtFy9AtGyuVqaKLaueslrA6x98MINYETUxIzGmjJYLXAxcZvVxytPd0EqZm mqQ/sVqtixmsIBIz4sd1PrSVTPyPhjmxzvaWOhRhmLdHL48uh2OPgQrS+YLVKSwG AYc0BiAqU7rD6wQlHQlFUVqwLAZ5WXTsrgoBIDO2xVUwB/dQP9207YQJHWIo1BiK YUmGQMQNaXYFRnWy2KPlc7B8zuVBVIGoKIkFVuvkXSBDQIwk0FOELohEEAOY82UE dMAo/81deNPFb6z74UfZZjeHJW91XQv59mLj2hKAaXzpF8Ab31sJ8r92GeCfy3Qj ItFG1xuJkO2RFPlQqnAOsQyZvLjUdJkjfYJmbIuzqRg89kD7SJax7kVoziKhPB2e w8F9cTJj+McZpSeBvJpZwQJMgoTMa1Yy6Fy9ZesYkSsw3uFataoAKCWNoU6iamhy 2DYUbKoEWt/M+NqvMiduWZsui45JQJZy6LYuZeHQmh/bkLH4awYx2lyjidp/4Rgt hUyeCduBk9idBTmGiwYs =bKKO -----END PGP SIGNATURE----- --AETaKXHoqW6gPAsB67Hwta6bAPUTjpHLw-- From owner-freebsd-ports@freebsd.org Mon Oct 31 17:06:28 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 28B70C28597 for ; Mon, 31 Oct 2016 17:06:28 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (unknown [IPv6:2a01:4f8:a0:51d6::108:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E575D18B4; Mon, 31 Oct 2016 17:06:27 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (ipservice-092-217-062-255.092.217.pools.vodafone-ip.de [92.217.62.255]) by host64.shmhost.net (Postfix) with ESMTPSA id 03111831CD; Mon, 31 Oct 2016 18:06:24 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: security/heimdal timeout, committer wanted From: Franco Fichtner In-Reply-To: Date: Mon, 31 Oct 2016 18:06:23 +0100 Cc: FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <055403B5-1AA4-441C-8107-1D106462CFB2@lastsummer.de> References: To: Mathieu Arnold X-Mailer: Apple Mail (2.3251) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 17:06:28 -0000 > On 31 Oct 2016, at 6:04 PM, Mathieu Arnold wrote: >=20 > Le 31/10/2016 =C3=A0 13:25, Franco Fichtner a =C3=A9crit : >> Hi, >>=20 >> A simple packaging fix for security/heimdal port is required to >> include two header files which are provided in base and security/krb5 >> and currently make sysutils/msktutil fail with option gssapi:heimdal. >=20 > PR ? Oh, of course, apologies: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213470 Cheers, Franco From owner-freebsd-ports@freebsd.org Mon Oct 31 17:25:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36903C28ACC for ; Mon, 31 Oct 2016 17:25:05 +0000 (UTC) (envelope-from gerentes31@tuempresaactualizada.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 258D1136E for ; Mon, 31 Oct 2016 17:25:05 +0000 (UTC) (envelope-from gerentes31@tuempresaactualizada.com) Received: by mailman.ysv.freebsd.org (Postfix) id 21A9AC28ACB; Mon, 31 Oct 2016 17:25:05 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21447C28ACA for ; Mon, 31 Oct 2016 17:25:05 +0000 (UTC) (envelope-from gerentes31@tuempresaactualizada.com) Received: from mail3.tuempresaactualizada.com (mail4.tuempresaactualizada.com [107.150.32.198]) by mx1.freebsd.org (Postfix) with ESMTP id 01A3F136D for ; Mon, 31 Oct 2016 17:25:04 +0000 (UTC) (envelope-from gerentes31@tuempresaactualizada.com) Received: from WIN-JL967LLBK95 (107.150.32.196) by mail3.tuempresaactualizada.com id h2tv6o0our0i for ; Mon, 31 Oct 2016 11:24:51 -0600 (envelope-from ) X-client: DFINE08132 Message-ID: <4452e7d4ce85006fac088f9a00100ddf@tuempresaactualizada.com> From: "optimizar las horas laborales da su cargo." To: Subject: =?utf-8?Q?Gerentes_-_Administraci=C3=B3n_efectiva_del_Tiempo?= Date: Mon, 31 Oct 2016 11:24:51 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 17:25:05 -0000 IA0KDQpFbiBsw61uZWEgeSBlbiBWaXZvIC8gUGFyYSB0b2RvIHN1IEVxdWlwbyBjb24gdW5hIHNv bGEgQ29uZXhpw7NuIA0KDQpBZG1pbmlzdHJhY2nDs24gZWZlY3RpdmEgZGVsIFRpZW1wbyBwYXJh IGdlcmVudGVzIHkgc3VwZXJ2aXNvcmVzDQoxNyBkZSBub3ZpZW1icmUgLSBPbmxpbmUgZW4gVml2 byAtIDEwOjAwIGEgMTM6MDAgSHJzIHkgZGUgMTY6MDAgYSAxODowMCAgICAgICANCiANCkVsaW1p bmUgcGFyYSBzaWVtcHJlIGxhIGZyYXNlIOKAnE5vIG5vcyBhbGNhbnphIGVsIHRpZW1wb+KAnSBx dWUgY29uc3RhbnRlbWVudGUgc2UgZXNjdWNoYSBlbiBsYXMgb2ZpY2luYXMsIE51ZXN0cm8gZXhw ZXJ0byBsZSBtb3N0cmFyw6EgbG9zIDEwIENvbnNlam9zIHBhcmEgb3B0aW1pemFyIGxhcyBob3Jh cyBsYWJvcmFsZXMgZGUgbGFzIMOhcmVhcyBhIHN1IGNhcmdvLg0KDQpEZSBtYW5lcmEgc2VuY2ls bGEsIGFwcmVuZGEgYSB0b21hciBlbCBjb250cm9sIGRlbCB0aWVtcG8gZGVsIHBlcnNvbmFsIHF1 ZSB1c3RlZCBzdXBlcnZpc2EuIFNlIHNvcnByZW5kZXLDoSBsYSBtYW5lcmEgdGFuIGbDoWNpbCBk ZSBhZG1pbmlzdHJhciBjb24gZWZlY3RpdmlkYWQgZWwgdGllbXBvLCB5IGVzbyBzZSByZWZsZWph csOhIGVuIGxhIHByb2R1Y3RpdmlkYWQuIMKhQWNhYmUgY29uIGxhIHDDqXJkaWRhIGRlIHRpZW1w byBsYWJvcmFsIQ0KIA0KVEVNQVJJTzogDQoNCg0KMS4tIFBvciBjYWRhIG1pbnV0byBkZSBwbGFu ZWFjacOzbiwgYWhvcnJhcmVtb3MgNjAgZGUgZWplY3VjacOzbi4NCg0KMi4tIEVuIHF1w6kgc2Ug bm9zIHZhIGxhIGpvcm5hZGEgbGFib3JhbCBzaW4gc3VwZXJ2aXNpw7NuLg0KDQozLi0gTGxldmFy IHVuIGNvbnRyb2wgZGUgbGFzIGFjdGl2aWRhZGVzIGRlbCBwZXJzb25hbCBhIHN1IGNhcmdvLg0K DQoNCi4uLsKhWSBtdWNobyBtw6FzIQ0KDQoNCiANCsK/UmVxdWllcmUgbGEgaW5mb3JtYWNpw7Nu IGEgbGEgQnJldmVkYWQ/DQpyZXNwb25kYSBlc3RlIGVtYWlsIGNvbiBsYSBwYWxhYnJhOiANCkdl cmVudGVzLg0KY2VudHJvIHRlbGVmw7NuaWNvOiAwMTgwMDIxMjkzOTMNCiANCg0KTGljLiBFbGVu YSBHaWxsDQpDb29yZGluYWRvciBkZSBFdmVudG8NCg0KDQogDQrCv0RlbWFzaWFkb3MgbWVuc2Fq ZXMgZW4gc3UgY3VlbnRhPyBSZXNwb25kYSBlc3RlIG1lbnNhamUgaW5kaWNhbmRvIHF1ZSBzb2xv IGRlc2VhIHJlY2liaXIgQ0FMRU5EQVJJTyB5IHPDs2xvIHJlY2liaXLDoSB1biBjb3JyZW8gYWwg bWVzLiBTaSBkZXNlYSBjYW5jZWxhciBsYSBzdXNjcmlwY2nDs24sIHNvbGljaXRlIHN1IEJBSkEu IA0KIA0KDQogDQoNCiANCg0K From owner-freebsd-ports@freebsd.org Mon Oct 31 17:41:55 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E703C16133 for ; Mon, 31 Oct 2016 17:41:55 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 83E411B0B for ; Mon, 31 Oct 2016 17:41:55 +0000 (UTC) (envelope-from idefix@fechner.net) Received: by mailman.ysv.freebsd.org (Postfix) id 83303C16132; Mon, 31 Oct 2016 17:41:55 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 82CD0C16131 for ; Mon, 31 Oct 2016 17:41:55 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from anny.lostinspace.de (anny.lostinspace.de [195.30.95.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 434691B08 for ; Mon, 31 Oct 2016 17:41:54 +0000 (UTC) (envelope-from idefix@fechner.net) Received: from server.idefix.lan (unknown [IPv6:2001:a61:12e1:f001:dacb:8aff:febf:62dd]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: idefix@fechner.net) by anny.lostinspace.de (Postfix) with ESMTPSA id 99EC1769157; Mon, 31 Oct 2016 18:41:50 +0100 (CET) DMARC-Filter: OpenDMARC Filter v1.3.1 anny.lostinspace.de 99EC1769157 Authentication-Results: anny.lostinspace.de; dmarc=none header.from=fechner.net DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=fechner.net; s=default; t=1477935710; bh=P1j7iEib1i9ciRfDPOT4KBgFNe/+ZJz3S8Z8eYG6rTw=; h=In-Reply-To:References:Subject:From:Date:To:CC; b=oiX8LYtzbb6jCuCzlVizxr6+yKCK0ipnXxlIi2l75Jydz5JY1l62SsNv31m99ubmR Ovf98+JeNMUm3Npwz9YbxU9ROiMdNFCvKfdrEbURhq5AVilxqanqAi4DwR3YDsiblO KSXdfdx9GqVimX6EdyEmRnoQQkJRVhBgB3hcH3TI= Received: from [10.28.27.102] (tmo-105-135.customers.d1-online.com [80.187.105.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.idefix.lan (Postfix) with ESMTPSA id D9A4D709B4E; Mon, 31 Oct 2016 18:41:49 +0100 (CET) User-Agent: K-9 Mail for Android In-Reply-To: References: <5fa1501c-cf5d-1903-e633-f872f4d17df7@fechner.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: Commiter required From: Matthias Fechner Date: Mon, 31 Oct 2016 18:41:46 +0100 To: Ben Woods CC: FreeBSD Ports Mailing List Message-ID: <26A9B100-B57B-4DDD-9503-5A8509A6F3D3@fechner.net> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 17:41:55 -0000 Am 31. Oktober 2016 15:44:03 MEZ, schrieb Ben Woods : >All done :) Thanks a lot! From owner-freebsd-ports@freebsd.org Mon Oct 31 23:03:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E8EBC2889E for ; Mon, 31 Oct 2016 23:03:41 +0000 (UTC) (envelope-from gerentes31T@tuempresaactualizada.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 1DA9D1488 for ; Mon, 31 Oct 2016 23:03:41 +0000 (UTC) (envelope-from gerentes31T@tuempresaactualizada.com) Received: by mailman.ysv.freebsd.org (Postfix) id 1A1DFC2889C; Mon, 31 Oct 2016 23:03:41 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19BF1C2889B for ; Mon, 31 Oct 2016 23:03:41 +0000 (UTC) (envelope-from gerentes31T@tuempresaactualizada.com) Received: from mail.tuempresaactualizada.com (mail.tuempresaactualizada.com [107.150.32.194]) by mx1.freebsd.org (Postfix) with ESMTP id EDD161487 for ; Mon, 31 Oct 2016 23:03:40 +0000 (UTC) (envelope-from gerentes31T@tuempresaactualizada.com) Received: from WIN-JL967LLBK95 (107.150.32.196) by mail.tuempresaactualizada.com id h2v6se0our05 for ; Mon, 31 Oct 2016 17:03:27 -0600 (envelope-from ) X-client: DFINE08132 Message-ID: <436ebae7e32eea3208c820cf00105d75@tuempresaactualizada.com> From: "=?utf-8?Q?Gerentes_-_Administraci=C3=B3n_efectiva_del_Tiempo?=" To: Subject: Optimizar las horas laborales da su cargo. Date: Mon, 31 Oct 2016 17:03:27 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2016 23:03:41 -0000 IA0KDQpFbiBsw61uZWEgeSBlbiBWaXZvIC8gUGFyYSB0b2RvIHN1IEVxdWlwbyBjb24gdW5hIHNv bGEgQ29uZXhpw7NuIA0KDQpBZG1pbmlzdHJhY2nDs24gZWZlY3RpdmEgZGVsIFRpZW1wbyBwYXJh IGdlcmVudGVzIHkgc3VwZXJ2aXNvcmVzDQoxNyBkZSBub3ZpZW1icmUgLSBPbmxpbmUgZW4gVml2 byAtIDEwOjAwIGEgMTM6MDAgSHJzIHkgZGUgMTY6MDAgYSAxODowMCAgICAgICANCiANCkVsaW1p bmUgcGFyYSBzaWVtcHJlIGxhIGZyYXNlIOKAnE5vIG5vcyBhbGNhbnphIGVsIHRpZW1wb+KAnSBx dWUgY29uc3RhbnRlbWVudGUgc2UgZXNjdWNoYSBlbiBsYXMgb2ZpY2luYXMsIE51ZXN0cm8gZXhw ZXJ0byBsZSBtb3N0cmFyw6EgbG9zIDEwIENvbnNlam9zIHBhcmEgb3B0aW1pemFyIGxhcyBob3Jh cyBsYWJvcmFsZXMgZGUgbGFzIMOhcmVhcyBhIHN1IGNhcmdvLg0KDQpEZSBtYW5lcmEgc2VuY2ls bGEsIGFwcmVuZGEgYSB0b21hciBlbCBjb250cm9sIGRlbCB0aWVtcG8gZGVsIHBlcnNvbmFsIHF1 ZSB1c3RlZCBzdXBlcnZpc2EuIFNlIHNvcnByZW5kZXLDoSBsYSBtYW5lcmEgdGFuIGbDoWNpbCBk ZSBhZG1pbmlzdHJhciBjb24gZWZlY3RpdmlkYWQgZWwgdGllbXBvLCB5IGVzbyBzZSByZWZsZWph csOhIGVuIGxhIHByb2R1Y3RpdmlkYWQuIMKhQWNhYmUgY29uIGxhIHDDqXJkaWRhIGRlIHRpZW1w byBsYWJvcmFsIQ0KIA0KVEVNQVJJTzogDQoNCg0KMS4tIFBvciBjYWRhIG1pbnV0byBkZSBwbGFu ZWFjacOzbiwgYWhvcnJhcmVtb3MgNjAgZGUgZWplY3VjacOzbi4NCg0KMi4tIEVuIHF1w6kgc2Ug bm9zIHZhIGxhIGpvcm5hZGEgbGFib3JhbCBzaW4gc3VwZXJ2aXNpw7NuLg0KDQozLi0gTGxldmFy IHVuIGNvbnRyb2wgZGUgbGFzIGFjdGl2aWRhZGVzIGRlbCBwZXJzb25hbCBhIHN1IGNhcmdvLg0K DQoNCi4uLsKhWSBtdWNobyBtw6FzIQ0KDQoNCiANCsK/UmVxdWllcmUgbGEgaW5mb3JtYWNpw7Nu IGEgbGEgQnJldmVkYWQ/DQpyZXNwb25kYSBlc3RlIGVtYWlsIGNvbiBsYSBwYWxhYnJhOiANCkdl cmVudGVzLg0KY2VudHJvIHRlbGVmw7NuaWNvOiAwMTgwMDIxMjkzOTMNCiANCg0KTGljLiBFbGVu YSBHaWxsDQpDb29yZGluYWRvciBkZSBFdmVudG8NCg0KDQogDQrCv0RlbWFzaWFkb3MgbWVuc2Fq ZXMgZW4gc3UgY3VlbnRhPyBSZXNwb25kYSBlc3RlIG1lbnNhamUgaW5kaWNhbmRvIHF1ZSBzb2xv IGRlc2VhIHJlY2liaXIgQ0FMRU5EQVJJTyB5IHPDs2xvIHJlY2liaXLDoSB1biBjb3JyZW8gYWwg bWVzLiBTaSBkZXNlYSBjYW5jZWxhciBsYSBzdXNjcmlwY2nDs24sIHNvbGljaXRlIHN1IEJBSkEu IA0KIA0KDQogDQoNCiANCg0K From owner-freebsd-ports@freebsd.org Tue Nov 1 03:29:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE9C3C2749F for ; Tue, 1 Nov 2016 03:29:29 +0000 (UTC) (envelope-from dave@ci.com.au) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D4FDC1317 for ; Tue, 1 Nov 2016 03:29:29 +0000 (UTC) (envelope-from dave@ci.com.au) Received: by mailman.ysv.freebsd.org (Postfix) id D1688C2749E; Tue, 1 Nov 2016 03:29:29 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D10CAC2749D for ; Tue, 1 Nov 2016 03:29:29 +0000 (UTC) (envelope-from dave@ci.com.au) Received: from mippet.ci.com.au (mippet.ci.com.au [192.65.182.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mippet.ci.com.au", Issuer "Go Daddy Secure Certificate Authority - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 745261314 for ; Tue, 1 Nov 2016 03:29:28 +0000 (UTC) (envelope-from dave@ci.com.au) Received: from jodi.ci.com.au (jodi.ci.com.au [192.168.1.21]) by mippet.ci.com.au (8.15.2/8.15.2/CE130916) with ESMTPS id uA13B33q010740 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Tue, 1 Nov 2016 14:11:04 +1100 (AEDT) (envelope-from dave@ci.com.au) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ci.com.au; s=jun2016; t=1477969864; bh=GLwT7nzrH/XA73UC+b3nVRDWV6+BHRtCbl0eDXZqKc8=; h=Date:From:To:Subject; b=tV0NAWBB1e/HhOHk7zah8ZX1HzdVtX/kjc3i0zcV6x9M7Vy0u4Ea5YxmJbMVykM+S d+Bdym5yGu63MDwMcTWRUqAFpdhFxySr2Knpa0KqtfXRwbncvo8iCTGGE9bnBSfQYP 68tGjaY6WQ+eNxdPfjSsISdw3lAn8rR+jXVcqa6GrwzyBZ/quSUmTxr3Hr8uBGkdgY cacMlUMQXl7I9BcIgDtmVaJ5SqaV/uzo3ZLudieDDq+FESFvm7i4wzhov5cDmaIRko O/oYxAxxqOhhXF1Adz8A/4u04IuN0bIVXAkjDSMQ2O5eCJ923/x3ih7MmneXG9/f5v 0b1PRNxjV1HMw== Received: from jodi.ci.com.au (localhost [127.0.0.1]) by jodi.ci.com.au (8.15.2/8.15.2) with ESMTP id uA13B32J098680 for ; Tue, 1 Nov 2016 14:11:03 +1100 (AEDT) (envelope-from dave@jodi.ci.com.au) Received: (from dave@localhost) by jodi.ci.com.au (8.15.2/8.15.2/Submit) id uA13B39a098679 for ports@FreeBSD.org; Tue, 1 Nov 2016 14:11:03 +1100 (AEDT) (envelope-from dave) Date: Tue, 1 Nov 2016 14:11:03 +1100 From: Dave Dodd To: ports@FreeBSD.org Subject: Problem building devel/pear under poudriere Message-ID: <20161101031103.GB92798@jodi.ci.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 03:29:30 -0000 Hi, I am having the following error reported by poudriere when building: devel/pear devel/pecl-uploadprogress The errors reported are: [00:00:22] ====>> Error: devel/pecl-uploadprogress depends on nonexistent origin 'lang/php55'; Please contact maintainer of the port to fix this. [00:00:22] ====>> Error: devel/pear depends on nonexistent origin 'lang/php55'; Please contact maintainer of the port to fix this. The ports tree in use was refreshed this morning via svn. The jail being used is 10.3-RELEASE-p11 updated 2016-10-27 14:18:29 The build is being done on a host running FreeBSD 12.0-CURRENT #2 r307986 The version of poudriere used is poudriere-devel-3.1.99.20160624_2 Best Regards, --Dave -- David Dodd Bing Technologies Pty Ltd Suite 54, Jones Bay Wharf 26-32 Pirrama Road Pyrmont NSW 2009 Australia Telephone +612 9552 5500 Fax +612 9552 5549 From owner-freebsd-ports@freebsd.org Tue Nov 1 04:18:07 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 37262C2937C for ; Tue, 1 Nov 2016 04:18:07 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 278F6121F for ; Tue, 1 Nov 2016 04:18:07 +0000 (UTC) (envelope-from lists@opsec.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 26E93C2937B; Tue, 1 Nov 2016 04:18:07 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 26959C2937A for ; Tue, 1 Nov 2016 04:18:07 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from home.opsec.eu (home.opsec.eu [IPv6:2001:14f8:200::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E06E2121E for ; Tue, 1 Nov 2016 04:18:06 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1c1QWR-000FlJ-5r; Tue, 01 Nov 2016 05:18:03 +0100 Date: Tue, 1 Nov 2016 05:18:03 +0100 From: Kurt Jaeger To: Dave Dodd Cc: ports@FreeBSD.org Subject: Re: Problem building devel/pear under poudriere Message-ID: <20161101041803.GL51420@home.opsec.eu> References: <20161101031103.GB92798@jodi.ci.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161101031103.GB92798@jodi.ci.com.au> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 04:18:07 -0000 Hi! > I am having the following error reported by poudriere when building: > > devel/pear > devel/pecl-uploadprogress > > The errors reported are: > > [00:00:22] ====>> Error: devel/pecl-uploadprogress depends on nonexistent origin 'lang/php55'; Please contact maintainer of the port to fix this. Can you check what is in /etc/make.conf or in /usr/local/etc/poudriere.d/-default-make.conf ? Maybe you set DEFAULT_VERSIONS=php=5.5 sometimes in the past ? -- pi@opsec.eu +49 171 3101372 4 years to go ! From owner-freebsd-ports@freebsd.org Tue Nov 1 10:49:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 14AEFC28B90 for ; Tue, 1 Nov 2016 10:49:43 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CF27B18AF for ; Tue, 1 Nov 2016 10:49:42 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1c1WdJ-002XYn-Ut>; Tue, 01 Nov 2016 11:49:33 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) for freebsd-ports@freebsd.org with esmtpsa (TLSv1.2:AES256-GCM-SHA384:256) (envelope-from ) id <1c1WdI-001Dtz-UW>; Tue, 01 Nov 2016 11:49:33 +0100 Date: Tue, 1 Nov 2016 11:49:26 +0100 From: "O. Hartmann" To: freebsd-ports Subject: [poudriere]: lang/php56 is unwilling to build with ZTS Message-ID: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> Organization: FU Berlin X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 10:49:43 -0000 Obviously I ran into a problem with recent poudriere on CURRENT building ports in a CURRENT jail. Building threaded www/apache24 requires lang/php56 having option ZTS set. I did so. I tried to rebuild all depending ports, but I run into rpoblems then with php56: for instance, textproc/php56-xmlreader fails to build, the poudriere log gives the reason: ===> php56-xmlreader-5.6.27 depends on file: /usr/local/lib/php/20131226/dom.so - not found On systems with properly set ZTS, the expected folder for PHP modules would be /usr/local/lib/php/20131226-zts/ When I first discovered this, I tried to delete and rebuild lang/php56 from packages - definitely with option ZTS set - but the error is persistant. I'm unwilling to rebuild ALL thousands of packages, so I need some advice how to solve this problem. Please CC me, I do not subscribe the list. Thanks. Thank you very much in advance, oh From owner-freebsd-ports@freebsd.org Tue Nov 1 16:23:59 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0488FC2A60D for ; Tue, 1 Nov 2016 16:23:59 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin2.langille.org (clavin2.langille.org [199.233.228.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA39F1873 for ; Tue, 1 Nov 2016 16:23:58 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin2.int.langille.org (clavin2.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id D61619825 ; Tue, 1 Nov 2016 16:23:50 +0000 (UTC) From: Dan Langille Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: installing a kibana plugin (re textproc/kibana43) Message-Id: Date: Tue, 1 Nov 2016 12:23:49 -0400 Cc: kozlov.sergey.404@gmail.com To: FreeBSD Ports X-Mailer: Apple Mail (2.3251) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 16:23:59 -0000 I am using Kibana 4.3 on FreeBSD 9.3 and I want to use = textproc/elasticsearch2-plugin-marvel 2.1.0 I have everything installed from packages and I'm reading the = Elasticseach documentation (see #5 at = https://www.elastic.co/guide/en/marvel/2.1/installing-marvel.html = ) I'm getting stuck on 'Install the Marvel app into Kibana'. The instructions look for a kibana binary (I think). The command is: bin/kibana plugin --install elasticsearch/marvel/2.1.2 Where is that kibana binary? It's not references by the port that I = could find. How does one install a Kibana plugin on FreeBSD? Thanks. --=20 Dan Langille - BSDCan / PGCon dan@langille.org From owner-freebsd-ports@freebsd.org Tue Nov 1 17:15:01 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 071B7C29239 for ; Tue, 1 Nov 2016 17:15:01 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.lautre.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BC68E163D for ; Tue, 1 Nov 2016 17:15:00 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id ACDDB109E21 for ; Tue, 1 Nov 2016 18:14:50 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id B776D529ACF; Tue, 1 Nov 2016 18:14:50 +0100 (CET) Date: Tue, 1 Nov 2016 18:14:50 +0100 From: Thierry Thomas To: freebsd-ports@freebsd.org Subject: Re: installing a kibana plugin (re textproc/kibana43) Message-ID: <20161101171450.GM84344@graf.pompo.net> Mail-Followup-To: freebsd-ports@freebsd.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="lc9FT7cWel8HagAv" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 11.0-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.6.1 (2016-04-27) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 17:15:01 -0000 --lc9FT7cWel8HagAv Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, Le mar. 1 nov. 16 =E0 17:23:49 +0100, Dan Langille =E9crivait=A0: > I am using Kibana 4.3 on FreeBSD 9.3 and I want to use textproc/elasticse= arch2-plugin-marvel 2.1.0 >=20 > I have everything installed from packages and I'm reading the Elasticseac= h documentation > (see #5 at https://www.elastic.co/guide/en/marvel/2.1/installing-marvel.= html ) >=20 > I'm getting stuck on 'Install the Marvel app into Kibana'. >=20 > The instructions look for a kibana binary (I think). The command is: >=20 > bin/kibana plugin --install elasticsearch/marvel/2.1.2 >=20 > Where is that kibana binary? It's not references by the port that I could= find. I guess that this the port is too old. If you look at (ATM this is 5.0.0) there is is a bin directory, providing a kebana script. Regards, --=20 Th. Thomas. --lc9FT7cWel8HagAv Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYGM2KXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTmOwQAMJrGdDwQm1gWSE1r3FaYh7/ U2llkMwfp7snsyq1axoHMNVr/upubJiITux29KQL39WJgGhaXVdZ33CefOx2uGSK Tm5jIgtnIiAnxrNP1EcKWX4uQMN4PbhJ4ridUIhu8UDH+iWGHvQWolVa3iwapIRz UPEmmf69kS1yCLDaTA8JEeR9QHJ/1gjqStHMsiN1bVKZo64yxJ2Wepl3WSE4LVcR x8iTu2CEPsIshULh/nPIcF/iCjCfF3pZ5gkjP8qY+4OGFt4St4ZOzmWeXQ+7M55n pqAtVnOcfPk1qg6Br/VBD5eBkYrgMBiGTE6M9w4nIiePavj6J+QKCShBhG4NjuOk uvU46Qm+tqySoj/6HDvOAPlLTG3OVfFwOslECrDjQAeVZpJYrf65TWdTfRwYsRXN KiexhorF0P0opyKV+8Y9VVpvv4+o0sGIpeUEseKSF5XPFsJmKvzFNk1Nxe51iLqG RBDeCWMrRbLI5jZm/qI6ppG42+LJeHpnbrxWO4rW68yWUMDezttKYFHs/cvRkstc oVfp4fHcb72pmw+LhSXA/64pzi7NJJtTNoKmhAmJv2cibpjANAERxQLs4uJx/EhO yVOYsTYj1lu+oI2PdLOdJNSCSqpJzwBE7IO27QGeF3CZij+JtKFl5tcT35gBYmkk m/JPe97qOyIAgBgbmT/t =nlBb -----END PGP SIGNATURE----- --lc9FT7cWel8HagAv-- From owner-freebsd-ports@freebsd.org Tue Nov 1 17:47:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C988EC29C0B for ; Tue, 1 Nov 2016 17:47:18 +0000 (UTC) (envelope-from dan@langille.org) Received: from clavin1.langille.org (clavin.langille.org [162.208.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "clavin.langille.org", Issuer "StartCom Class 2 Primary Intermediate Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A20C01CE2 for ; Tue, 1 Nov 2016 17:47:18 +0000 (UTC) (envelope-from dan@langille.org) Received: from (clavin1.int.langille.org (clavin1.int.unixathome.org [10.4.7.7]) (Authenticated sender: hidden) with ESMTPSA id 20E4E781 ; Tue, 1 Nov 2016 17:47:03 +0000 (UTC) From: Dan Langille Message-Id: <96E2D825-B19D-471F-844A-1D587DB00057@langille.org> Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: installing a kibana plugin (re textproc/kibana43) Date: Tue, 1 Nov 2016 13:47:02 -0400 In-Reply-To: <20161101171450.GM84344@graf.pompo.net> Cc: kozlov.sergey.404@gmail.com To: FreeBSD Ports References: <20161101171450.GM84344@graf.pompo.net> X-Mailer: Apple Mail (2.3251) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 17:47:18 -0000 > On Nov 1, 2016, at 1:14 PM, Thierry Thomas = wrote: >=20 > Hello, >=20 > Le mar. 1 nov. 16 =C3=A0 17:23:49 +0100, Dan Langille = > =C3=A9crivait : >=20 >> I am using Kibana 4.3 on FreeBSD 9.3 and I want to use = textproc/elasticsearch2-plugin-marvel 2.1.0 >>=20 >> I have everything installed from packages and I'm reading the = Elasticseach documentation >> (see #5 at = https://www.elastic.co/guide/en/marvel/2.1/installing-marvel.html = ) >>=20 >> I'm getting stuck on 'Install the Marvel app into Kibana'. >>=20 >> The instructions look for a kibana binary (I think). The command is: >>=20 >> bin/kibana plugin --install elasticsearch/marvel/2.1.2 >>=20 >> Where is that kibana binary? It's not references by the port that I = could find. >=20 > I guess that this the port is too old. If you look at > (ATM this is 5.0.0) > there is is a bin directory, providing a kebana script. We are using 4.3 with Elasticsearch 2.1. I suspect we are on 4.3 for = compatibility reasons. The binary/script is in the tarball. The Makefile deletes it. re: = https://svnweb.freebsd.org/ports/head/textproc/kibana45/Makefile?revision=3D= 419775&view=3Dmarkup#l28 = (link is to master port). I'm happy to patch if the maintainer is OK with that. --=20 Dan Langille - BSDCan / PGCon dan@langille.org From owner-freebsd-ports@freebsd.org Tue Nov 1 18:43:18 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AA4A1C2804C for ; Tue, 1 Nov 2016 18:43:18 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 212391562 for ; Tue, 1 Nov 2016 18:43:18 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: by mailman.ysv.freebsd.org (Postfix) id 10143C2804B; Tue, 1 Nov 2016 18:43:18 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BEA3C2804A for ; Tue, 1 Nov 2016 18:43:18 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: from st14p25im-asmtp004.me.com (st14p25im-asmtp004.me.com [17.162.181.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFA96154E; Tue, 1 Nov 2016 18:43:17 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: from process-dkim-sign-daemon.st14p25im-asmtp004.me.com by st14p25im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OFZ00L0052BFG00@st14p25im-asmtp004.me.com>; Tue, 01 Nov 2016 17:42:55 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1478022175; bh=DPXPhHRc8wEwk+5imb04KjiU8oFMWSn3SNtS1wv/wtU=; h=From:Content-type:Subject:Date:Message-id:To:MIME-version; b=g5hQl7bMlja6oF4nlhS8ESYSqsqq5fEPUUJXrlxSocmn5jbVDkFXOeaZPZlTHmguc znelrc75Q3/rezoYQN9VN6y3/+Zrhwkjx4aprVUl0gq2wpuDF1cZeLMBngoslZGcvI mbmcU7dyzE7pisnU3zQfQswwEkU+TyqjpiiWJNVveTaSqE9h2diY2BQLXwFiwMRv1W Z3j4CchJ1V6H5WPd7M5EW8+ZVsw2gPhkZRbmI63TUPzyYfdPaV74sgcAUCbGFTvn+c Jlv8hN3NQ7elZU8r6CsiRPOquzNjAI0dMNUu1xlavIafK/PDMKIk39BifuYcNPryI/ F/pcpPtQsPUGQ== Received: from [192.168.1.202] (dsl-187-156-58-118-dyn.prod-infinitum.com.mx [187.156.58.118]) by st14p25im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OFZ00IBZ57G0700@st14p25im-asmtp004.me.com>; Tue, 01 Nov 2016 17:42:54 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-01_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=5 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1611010307 From: Gerard Rdz Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7bit Subject: FreeBSD Port: xen-kernel-4.7.0_3 Date: Tue, 01 Nov 2016 11:42:52 -0600 Message-id: Cc: ports@FreeBSD.org To: royger@FreeBSD.org MIME-version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 18:43:19 -0000 Hi, Can I use xen-kernel-4.7.0_3 as a DOM0? Regards, -Gerardo From owner-freebsd-ports@freebsd.org Tue Nov 1 21:07:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53719C2A2CD for ; Tue, 1 Nov 2016 21:07:02 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 810FB1945 for ; Tue, 1 Nov 2016 21:07:01 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 64288C2A2CA; Tue, 1 Nov 2016 21:07:01 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63B2BC2A2C9 for ; Tue, 1 Nov 2016 21:07:01 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: from mail-qk0-f178.google.com (mail-qk0-f178.google.com [209.85.220.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 079661933 for ; Tue, 1 Nov 2016 21:07:00 +0000 (UTC) (envelope-from jrm@ftfl.ca) Received: by mail-qk0-f178.google.com with SMTP id o68so215770476qkf.3 for ; Tue, 01 Nov 2016 14:07:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :mime-version; bh=4zJPj19mJVIX0m1s8rNeC0jhFSjUY3xir++22rzQ3go=; b=SHEwQlGpdaBT9ssniI6GE/hiQc6j6T8vbR/M5QF5YE2lCBP5vy7Z5u6efFXQZmyQ8m nTFEJbLB1Fr0I5CB7M0cRN5ZAy7efSETvh7Vmg7gEz2DBgKPcg7VtZ7O7Gu+lUP+a3LB J8y88+e+rJ7guoFOLjsSRHxZVaDJKg+ga78fmsBdBVTbgvoxcfF9TdhSKdEvjqwJWvwm 5cITKocHpjNYPqxXapzx0Q07YW5t+R+h2nsSAwnyqhdbAn4y3PXAi1ib9o9NLo+W9iKz O88czXCm1oBtsCwcAflEpd2cI/wz6VSrNDYifqlUjGHDiLmHmBNtxTp+58yURjrbchKN 83qg== X-Gm-Message-State: ABUngvdirKWUGW0hZLUb3i7w8n5nSyEKVOJTxVrSwKNhfHDP5lRCyN6Lnkret8EVrjeIZg== X-Received: by 10.55.145.65 with SMTP id t62mr1507573qkd.191.1478033022526; Tue, 01 Nov 2016 13:43:42 -0700 (PDT) Received: from phe.ftfl.ca.ftfl.ca (JMingrone.MathStat.Dal.Ca. [129.173.118.13]) by smtp.gmail.com with ESMTPSA id o34sm16638118qto.48.2016.11.01.13.43.40 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 01 Nov 2016 13:43:41 -0700 (PDT) From: Joseph Mingrone To: Yuri Victorovich , pi@FreeBSD.org Cc: ports@FreeBSD.org Subject: net/wpa-gui: pkg-message Date: Tue, 01 Nov 2016 17:43:33 -0300 Message-ID: <868tt32aoa.fsf@phe.ftfl.ca> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 21:07:02 -0000 --=-=-= Content-Type: text/plain The message says wpa-gui "expects the running wpa_supplicant from the port security/wpa_supplicant". When I tested, it seemed to work fine with the base wpa_supplicant. Is the note still necessary? Thanks, Joseph --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYGP51XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ1NUIwOTNBNzI2QzM4ODU1NzEyMkJBRDUz NkE0MEM4M0IwRDZFRjlFAAoJEDakDIOw1u+e+MQP/jMXDG4hFVjibmtGUg5cJEYk Qw7PlhbQx5NhrZihFMIAUuW/xYr5EQTehe1fuvBCK3kLZrvVa61kaKbdRwOIVzg6 IppcJ3Rs0QgU3/KMKBMrDSqyfG+eFsHShH/Z1KWSxsixcTh9euh5vV/363Xl9flj cUGlpr2JFUa0vhdMxe7OyBwTgEWnrlSlnMDViNuV7YiHY+woih2880BLy3WQvbXl xMR49Rt/R6hPiLuuWEJY6u/fVrlVv3ziKYNf1h6r40mzfrC/UBklD55rdndfK20m b432ZNs36gvEpPCShq/Yhpm4Jw/zid0RLnVz8cUT6c34/PCmpxghC8gIU475RVU2 NT4yDGhDk29eu3nWI5W9TmKsBSvT1iT/QEibxbD+207JjpuTkeT7koL0Ji2eJaZl et//Q+rRz9YvOiKxPzZcsQVTKz2LeockI5ZObeqtZDEhzWbGDVhL3bGXCG5IXoJ/ Br2HZF4mBzF1lpHH1JoxdVtzT8sopc40NjxtcMol38YXAiNzAW9Y4hJ4ChelutK+ ImbX7/D+qcstt+hmE28Hz43iCwO0uihbpJcZsjX1aGzF/CU+mdBahl18DK+e0n/r 7dBjeCI6pIXtmOvFzEC42WcCd9Jw9A/nBLNnd748Eawk/u+XJCnPF0Nk0UDiiPgT WSysWpYglsKqEMu3vnNQ =LA+i -----END PGP SIGNATURE----- --=-=-=-- From owner-freebsd-ports@freebsd.org Tue Nov 1 22:21:10 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 64C15C2A82C for ; Tue, 1 Nov 2016 22:21:10 +0000 (UTC) (envelope-from vbotka@gmail.com) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0E9FF1F49 for ; Tue, 1 Nov 2016 22:21:10 +0000 (UTC) (envelope-from vbotka@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id EC55CC2A82A; Tue, 1 Nov 2016 22:21:09 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EBDC4C2A829 for ; Tue, 1 Nov 2016 22:21:09 +0000 (UTC) (envelope-from vbotka@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D26E1F3C; Tue, 1 Nov 2016 22:21:09 +0000 (UTC) (envelope-from vbotka@gmail.com) Received: by mail-wm0-x22c.google.com with SMTP id n67so1207291wme.1; Tue, 01 Nov 2016 15:21:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :organization:mime-version; bh=wtdEeBHfPnauuYRdsk1FFth3vmeOP0wYWTcP/OvjQZY=; b=n1sMyimjS8xrvWhD6bfU6jfkFh3d1cjYt8ICWBsT3mw3Kc5zKE2skQ+rA6ShbUpIdF Whaaiel7B4/swv2tXz17BSGH0ZMwcyDIWM1P9L9oXiKLhtotKsrzIubP9n1EtG6YzkrB Hj/cAT72Z5MkQg59GwCz35/s91OxMGvswxwTriKeCwmP+1zLvFDrSUnOTVhr5SbVJZZ2 LgeVzIqYeNwMgzTVNAMm3zmMbHd5DOOLQCDFb5Hg72T1WCVJosmLQ7KfDVTbcJXL+G3A uw8mGCCwGuPfqaOJ26gJOCa+QLp6WetaA0/W/+JpWdFl9vDNwtlUYqThCM6ERZIW59u/ OrBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:organization:mime-version; bh=wtdEeBHfPnauuYRdsk1FFth3vmeOP0wYWTcP/OvjQZY=; b=IrgH6tyRjJyBetHzJv7pgPX/iUjpLwG3u/K4QeT/YQRyrPVsKXRTsVdyuqx6TpjSGV CFtNcDkcAOIstKNBGYTMoFOyhakuS50krMLLEpMw8adHl08lKxAqfCkyXxjWO0ehZ1qr 5PJziLysxIE3PJWGLKiHC/cU5yANnOgRu8Kenm1yBCOltIi2I6iR/Oj+2WpPNgfBbckE q2fHkeoBPonROIBkvzI5m75lQOVKsrWqhGiEBybCC9H9d3gJc8oNFqFfjrRed20+RMHT Cei8qg0bS8ULMoWfJCrqD8ymTB4eGN9Wmmd2+rer3uvRgcmiRnrwK+RdWX9Mn1P1aoXL OvMQ== X-Gm-Message-State: ABUngvdjI0S3Uwoi12Pef4dLk5xZYfSILw0lAmtjNPKpoC5quvoLykeQMl2QbIyjX+ev+g== X-Received: by 10.194.55.41 with SMTP id o9mr245256wjp.228.1478038867538; Tue, 01 Nov 2016 15:21:07 -0700 (PDT) Received: from planb.netng.org (ip-89-177-54-54.net.upcbroadband.cz. [89.177.54.54]) by smtp.gmail.com with ESMTPSA id l130sm32647123wmb.18.2016.11.01.15.21.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 01 Nov 2016 15:21:06 -0700 (PDT) Date: Tue, 1 Nov 2016 23:21:00 +0100 From: Vladimir Botka To: Joseph Mingrone Cc: Yuri Victorovich , pi@FreeBSD.org, ports@FreeBSD.org Subject: Re: net/wpa-gui: pkg-message Message-ID: <20161101232100.70789248@planb.netng.org> In-Reply-To: <868tt32aoa.fsf@phe.ftfl.ca> References: <868tt32aoa.fsf@phe.ftfl.ca> Organization: na X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; i686-pc-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; boundary="Sig_/U8=PHWLENA7YFmXJBSoePLT"; protocol="application/pgp-signature" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2016 22:21:10 -0000 --Sig_/U8=PHWLENA7YFmXJBSoePLT Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Tue, 01 Nov 2016 17:43:33 -0300 Joseph Mingrone wrote: > The message says wpa-gui "expects the running wpa_supplicant from the port > security/wpa_supplicant". When I tested, it seemed to work fine with the= base > wpa_supplicant. Is the note still necessary? > Thanks, > Joseph wpa_supplicant and wpa_gui come from the same project https://w1.fi/ and are built from the same source. See net/wpa_gui/distinfo and security/wpa_supplicant/distinfo=20 I think, only same versions are granted to work properly.=20 HTH. Cheers, -vlado --Sig_/U8=PHWLENA7YFmXJBSoePLT Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJYGRVNAAoJEJDRmRKO1E8B7U8H/iGq4hv3jrU8v2Y7NgupNdt/ yKaiLWXz6sly57TWGY6UAeMsABhKpvW5NQiZ5chbTBbBbaHcops+foWZzEqB3r9Y JdknuuR4Tup6Iai9oyo/lyavut6dmQ22WfpEkAWhkKIk6pb6n03lYfmZ0bUUKVXb bo3DP3a8x7W16PKxTM//zSIXyvZ7TLF8KgOef9F/clGRhYMbGbYBrlcd/Ei6msMs 9/0iBmSfP5Ql5+PKZGOXtZn93M/8APsaWO+pqpRpUUxLgQ+YqSqeV7MLUhXLcfu9 c5qDGcoibFek6anZ2QDI0RYz8f8NsCRxjTwscd85abdkKJzn7wy8fV0UleK5Awg= =0uN6 -----END PGP SIGNATURE----- --Sig_/U8=PHWLENA7YFmXJBSoePLT-- From owner-freebsd-ports@freebsd.org Wed Nov 2 08:37:28 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E41BBC2946C for ; Wed, 2 Nov 2016 08:37:28 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A1D0912A6 for ; Wed, 2 Nov 2016 08:37:28 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dagobert.home.jochen-neumeister.de (p54894637.dip0.t-ipconnect.de [84.137.70.55]) by dd36626.kasserver.com (Postfix) with ESMTPSA id E450E2E01BA2 for ; Wed, 2 Nov 2016 09:37:19 +0100 (CET) To: "freebsd-ports@freebsd.org" From: Jochen Neumeister Subject: skype4: conflict files: nvidia-driver and linux-c6-dri Message-ID: <19cbf9ef-d3a0-71f1-0679-36ff324e7346@bsdproject.de> Date: Wed, 2 Nov 2016 09:37:19 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 08:37:29 -0000 Hi there, when i will install skype4 from the ports: Installing linux-c6-dri-11.0.7... pkg-static: linux-c6-dri-11.0.7 conflicts with nvidia-driver-304-304.131_1 (installs files into the same place). Problematic file: /compat/linux/usr/lib/libGL.so.1 *** Error code 70 I think, to deinstall the nvidia-driver is not a good idea. Have anyone other Tips? uname -a FreeBSD dagobert.home 11.0-RELEASE-p1 FreeBSD 11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Cheers Jochen From owner-freebsd-ports@freebsd.org Wed Nov 2 10:11:57 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85965C2ABB0 for ; Wed, 2 Nov 2016 10:11:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 56C18153A for ; Wed, 2 Nov 2016 10:11:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 4C868C2ABAB; Wed, 2 Nov 2016 10:11:57 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C16DC2ABAA for ; Wed, 2 Nov 2016 10:11:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 323921531 for ; Wed, 2 Nov 2016 10:11:57 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id uA2ABvDm008129 for ; Wed, 2 Nov 2016 10:11:57 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id uA2ABvHc008128; Wed, 2 Nov 2016 10:11:57 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201611021011.uA2ABvHc008128@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 2 Nov 2016 10:11:57 +0000 From: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 10:11:57 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ audio/libebur128 | 1.1.0 | v1.2.0 ------------------------------------------------+-----------------+------------ mail/perdition | 2.1 | 2.2 ------------------------------------------------+-----------------+------------ 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 Thanks. From owner-freebsd-ports@freebsd.org Wed Nov 2 10:19:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E384DC2B138 for ; Wed, 2 Nov 2016 10:19:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 593C11459 for ; Wed, 2 Nov 2016 10:19:22 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9BCFCBDF52; Wed, 2 Nov 2016 11:19:19 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 7C70ABDF50; Wed, 2 Nov 2016 11:19:19 +0100 (CET) Subject: Re: [poudriere]: lang/php56 is unwilling to build with ZTS To: "O. Hartmann" , freebsd-ports References: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Wed, 2 Nov 2016 11:19:17 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="LmQH0XKrauOoc1ESURLHIK4TiETNPvtaG" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 10:19:23 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --LmQH0XKrauOoc1ESURLHIK4TiETNPvtaG Content-Type: multipart/mixed; boundary="gl3nlpQltcCdcJU0n07Qi19J3JH2wcgRn"; protected-headers="v1" From: Mathieu Arnold To: "O. Hartmann" , freebsd-ports Message-ID: Subject: Re: [poudriere]: lang/php56 is unwilling to build with ZTS References: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> --gl3nlpQltcCdcJU0n07Qi19J3JH2wcgRn Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 01/11/2016 =C3=A0 11:49, O. Hartmann a =C3=A9crit : > Obviously I ran into a problem with recent poudriere on CURRENT buildin= g ports > in a CURRENT jail. > > Building threaded www/apache24 requires lang/php56 having option ZTS se= t. I did > so. I tried to rebuild all depending ports, but I run into rpoblems the= n with > php56: for instance, textproc/php56-xmlreader fails to build, the poudr= iere log > gives the reason: > > =3D=3D=3D> php56-xmlreader-5.6.27 depends on > file: /usr/local/lib/php/20131226/dom.so - not found > > On systems with properly set ZTS, the expected folder for PHP modules w= ould be > > /usr/local/lib/php/20131226-zts/ > > When I first discovered this, I tried to delete and rebuild lang/php56 = from > packages - definitely with option ZTS set - but the error is persistant= =2E > > I'm unwilling to rebuild ALL thousands of packages, so I need some advi= ce how > to solve this problem. > > Please CC me, I do not subscribe the list. Thanks. > > Thank you very much in advance, I admin have not tried all the possible configurations options when rewriting the PHP framework... What does /usr/local/etc/php.conf contain ? --=20 Mathieu Arnold --gl3nlpQltcCdcJU0n07Qi19J3JH2wcgRn-- --LmQH0XKrauOoc1ESURLHIK4TiETNPvtaG Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYGb2mXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I2OYQAKMNnlwUn2bi1n7NrIokvjLS HkpO//Pfz1cthHSq5SeS0Svzqv4N4nffwDOMnPrdk6vtjwkFgDMF+kx3fOfr67M2 Mx2URTz5wrwMoUhlGqRHy7pPKih24/OqqYXM4i1gUKp35KKuXLLfHxovYFkzmQRF qL27df5dCNVssoOedyLNc+eG8Rz/ZXnvFY3Tgc79bLwXuQuAjwPKAaaHbgrbZOqX YB7h4ImkPBqCjEsa3PAa2oOeKQiHEsSiVAqH6rNQKPv0PTIPXSMrAHW+FVHyby4L W2jvuAGYg6R22JQN6Yx0vt5YmdgnC+EkjOoSteAZvEk5EW2DhriYqOyuPwWaqTAp ZjterQtjl8s4X2DEcYVDF5Qsx0Nud8rFEQwSwc/6kY8/NXqSRdvpvLWWpGau2LlS Jp5roQs4JrgiZjQBDTcypiaaROQBz3SAxBReWnZMiEwFRsHJ/SB49kFHacuJAcrd VqOnIZti2A9WPfaCoBzENpoA5OYZnp1lChjmeod5GHc1tK4dOLNFMvURrH7IwpSe h5rEHHgbjvD5mbBHi9GjL13v3nJdFd2XLk0vbiQeo7vdt7bwttGtogQSmMMXB4fQ nUJNhi/SS1yUSJusH5ETnx5GA7TLbi341U1dQnXMx0QBKJW78ZqOwzVkKeu6kBY9 bNTPlcAd6ioratKipyf1 =pCjV -----END PGP SIGNATURE----- --LmQH0XKrauOoc1ESURLHIK4TiETNPvtaG-- From owner-freebsd-ports@freebsd.org Wed Nov 2 11:48:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63E9EC2B08C for ; Wed, 2 Nov 2016 11:48:17 +0000 (UTC) (envelope-from royger@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 93E2212BA for ; Wed, 2 Nov 2016 11:48:16 +0000 (UTC) (envelope-from royger@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 92902C2B08B; Wed, 2 Nov 2016 11:48:16 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91EBDC2B08A for ; Wed, 2 Nov 2016 11:48:16 +0000 (UTC) (envelope-from royger@gmail.com) Received: from mail-it0-x244.google.com (mail-it0-x244.google.com [IPv6:2607:f8b0:4001:c0b::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EB6AA12AD for ; Wed, 2 Nov 2016 11:48:15 +0000 (UTC) (envelope-from royger@gmail.com) Received: by mail-it0-x244.google.com with SMTP id m138so1869295itm.3 for ; Wed, 02 Nov 2016 04:48:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=wR42gZ5r2DrAhi1Kd+KGGyuN/s+eGu2kGEvR3RMQEa0=; b=Toj29SbJpfRKRjaQqhi/PW7K3prhdFnOgQx/tLfMMFE8c92cTJJrcK1mabkBcXOOk1 PK0Bd9Heb3bvR8QhUQdnO/+qqdDrA3mNNr8GfZSuQWALw5dNcSQtFxtNjlCGwPIx/6gq DjMcXkzfpVvGgE/fxNt5VIp4sgTR2BselvswbvacwerOCYJWPZFhHMWLAWnl18WsnTyY lWtJazrl6CF/A0nix81hNPYbJpvXpaKUZOlUjmvF1qihWDiE1okvblctQqofy+rKjzMF RBR0v+nCRQG8WUCz7WJvwcHoH4qNa3RmRmlfOpetTuL4W75ka0ONedl3vZz8ZEFvEdXI EmVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=wR42gZ5r2DrAhi1Kd+KGGyuN/s+eGu2kGEvR3RMQEa0=; b=gwwHAnFRHIjQ1LOtnhFYq6rgxIXWXxA/Wu1noDk3TzHD8HHEmsVtPBxqaKv39JFv/c bTML5G8mv1UqifiH+t162HknNOChyWOMy77cOb65+lDFW9FDMts1Y9r8joStRHoznJe6 i6UPPUXKqganLVKNJBhOaB8sTLVnMnBXyJxoFKXvg8SXR0CY8vDomy07r2wEIgWYUD3J JjDSAmK43iBQceI2FeXAss8pgyWvtxIHeNs7/PacaOZ5EPNEzKUnmt6yqKxEuwiHihS+ 24elkdr7FQG2CdnoRc8yX0vQPMlNdAPZ/w7mfBzr3fmUiz3JFw47q5V6Cb9FinYGdcn3 87Jg== X-Gm-Message-State: ABUngvdgRHtlsse4HWyWSiRbAgb61XwbMa+7GlJrl41wxQE+Jr3TzO7hNIaLtFai1G/clxy0ikfQW1MmYulHcw== X-Received: by 10.36.53.136 with SMTP id k130mr2145568ita.36.1478087295083; Wed, 02 Nov 2016 04:48:15 -0700 (PDT) MIME-Version: 1.0 Sender: royger@gmail.com Received: by 10.107.30.16 with HTTP; Wed, 2 Nov 2016 04:48:14 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?Q?Roger_Pau_Monn=C3=A9?= Date: Wed, 2 Nov 2016 11:48:14 +0000 X-Google-Sender-Auth: aqZYufM15AjXrVcqlT8wMWiwSjk Message-ID: Subject: Re: FreeBSD Port: xen-kernel-4.7.0_3 To: Gerard Rdz Cc: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 11:48:17 -0000 On Tue, Nov 1, 2016 at 5:42 PM, Gerard Rdz wrote: > Hi, > > Can I use xen-kernel-4.7.0_3 as a DOM0? Yes, as long as you use FreeBSD 11.0 or newer (HEAD). Roger. From owner-freebsd-ports@freebsd.org Wed Nov 2 16:21:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50420C2B52D for ; Wed, 2 Nov 2016 16:21:14 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D6D2A1ACA for ; Wed, 2 Nov 2016 16:21:13 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: by mailman.ysv.freebsd.org (Postfix) id D5991C2B52C; Wed, 2 Nov 2016 16:21:13 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D4E39C2B52B for ; Wed, 2 Nov 2016 16:21:13 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: from st14p25im-asmtp004.me.com (st14p25im-asmtp004.me.com [17.162.181.112]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 641BF1ABF; Wed, 2 Nov 2016 16:21:13 +0000 (UTC) (envelope-from soulalmighty@me.com) Received: from process-dkim-sign-daemon.st14p25im-asmtp004.me.com by st14p25im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OG000D00VW3WE00@st14p25im-asmtp004.me.com>; Wed, 02 Nov 2016 16:21:12 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=4d515a; t=1478103672; bh=ehoJxmR/VPraCYKzDHOlKnZAS9DSG4W6Etwe3YZtxyw=; h=Content-type:MIME-version:Subject:From:Date:Message-id:To; b=RFes3pBKn0KCh6IxftpjNizW0fECblKXRDK5ejCZijbHDkknApvvcQPCFfkFjS9kN itXQygGyLu7VXDNW6vb18rJPzo9eLIcV2pZdgg3cXUPAOJFMyS8quTZb1k6WRHhYQg J9W7si5P+pgm3KhpEVle74AaJBt9/d2FTgVum6JV39ZIzBlyWAeLO7W371osaLHIZ6 Nzha+C7Z+Z5JP+Ta9hVN63mfeuVdhJbXpOMItJQzRnbDBBOkdbEpZTgK86Z6QsB8HE MXA+zFvrKbrvrd0bXxDpkXE2UtIT9DppHc7z93NU9nluhYtbONfoD8vfOJZIX70AKc nPzSZnobYEmPQ== Received: from [192.168.1.142] (dsl-187-156-58-118-dyn.prod-infinitum.com.mx [187.156.58.118]) by st14p25im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OG000NGJW28YK40@st14p25im-asmtp004.me.com>; Wed, 02 Nov 2016 16:21:11 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-02_03:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=3 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1611020305 Content-type: text/plain; charset=utf-8 MIME-version: 1.0 (1.0) Subject: Re: FreeBSD Port: xen-kernel-4.7.0_3 From: =?utf-8?Q?Gerardo_Rodr=C3=ADguez_Guti=C3=A9rrez?= X-Mailer: iPhone Mail (14B72) In-reply-to: Date: Wed, 02 Nov 2016 10:21:10 -0600 Cc: ports@freebsd.org Content-transfer-encoding: quoted-printable Message-id: <27B82B31-3C3B-4F47-9620-5FD6D226A59F@me.com> References: To: =?utf-8?Q?Roger_Pau_Monn=C3=A9?= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 16:21:14 -0000 Thanks, have a great day. > On Nov 2, 2016, at 5:48 AM, Roger Pau Monn=C3=A9 wrot= e: >=20 >> On Tue, Nov 1, 2016 at 5:42 PM, Gerard Rdz wrote: >> Hi, >>=20 >> Can I use xen-kernel-4.7.0_3 as a DOM0? >=20 > Yes, as long as you use FreeBSD 11.0 or newer (HEAD). >=20 > Roger. From owner-freebsd-ports@freebsd.org Wed Nov 2 17:03:43 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23A5CC2C2A6 for ; Wed, 2 Nov 2016 17:03:43 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor.nl2k.ab.ca (doctor.nl2k.ab.ca [204.209.81.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E30F11C23 for ; Wed, 2 Nov 2016 17:03:42 +0000 (UTC) (envelope-from doctor@doctor.nl2k.ab.ca) Received: from doctor by doctor.nl2k.ab.ca with local (Exim 4.87 (FreeBSD)) (envelope-from ) id 1c1ywp-0001K4-ND; Wed, 02 Nov 2016 11:03:35 -0600 Date: Wed, 2 Nov 2016 11:03:35 -0600 From: The Doctor To: dovecot@dovecot.org, freebsd-ports@freebsd.org Subject: Dovecot Issues on FreeBSD 10.3 and FreebSD 11.0 Message-ID: <20161102170335.GA4023@doctor.nl2k.ab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 17:03:43 -0000 Hello everyone. I see we are having issues with dovecot 2.226.0 in the FreeBSD world. I did run dovecot-2.2.26.rc1 myself and did not see repeat problem in POP3 or IMAP issue customers were reporting. I see this repeat issue in dovecot 2.26.0 either port or compiled similarly. So the question begs way so many problem in BSD after the initial release and not in rc1 ? -- Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! http://www.fullyfollow.me/rootnl2k Look at Psalms 14 and 53 on Atheism Time for the USA to hold a referendum on its republic and vote to dissolve!! From owner-freebsd-ports@freebsd.org Wed Nov 2 17:11:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 071E8C2C79E for ; Wed, 2 Nov 2016 17:11:15 +0000 (UTC) (envelope-from jev@ecadlabs.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99FDB1DD0 for ; Wed, 2 Nov 2016 17:11:14 +0000 (UTC) (envelope-from jev@ecadlabs.com) Received: by mail-oi0-x22e.google.com with SMTP id 128so25996857oih.0 for ; Wed, 02 Nov 2016 10:11:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ecadlabs.com; s=google; h=mime-version:from:date:message-id:subject:to; bh=VgWNjnW1bKnI1u1gT3cIa6y8vDDZOsA6v2HET/aYMF0=; b=A5gzRZ70HcezcxXD5cF0lh2zDWVf9p6G5p6XJ7T34iflbJpG7lB2ftAOew7iFl/xc5 gMpVw7Sj42P14wLb1VYVt6GVhe6ibCkYRB+EMhwYaub6D0e2aeuHM+ZyVFhgfmDLxfgv kmNORlW4cMtyH3nvOa8HJB55Z3EBCUrHJ01WL1wwmbJMFk0Ifm3+5BscCgOhzstnPoqy ahiGn7sYA4XrQ5XTrs1yeJGcb7IieoIMdU2pDs37kEXXmMyYi4JJdVxJfA9dtz0wW6io do1Nz9km/4lURl4MIyOBkIKiyLACeo4iDVS99//NOetn2pFCAb/Wr+5ZM1WOIUoLCHby Ibnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=VgWNjnW1bKnI1u1gT3cIa6y8vDDZOsA6v2HET/aYMF0=; b=Dljqa/dUOETH8HRc36ekbz5hBsHohWqNJTF9SfjTywu+8dPBI1SbElZKNeqDZDTLO0 hSAePqJ9TBmnJqEg7tjvBl7IEMgrtMylAu018hNVfnvu9AK04WSLEBg/ID2aqTAPRIeG 4ehsXAdZ3kaM6afdc9kXRJLahB5V4OZsRq2oyT8qq7MaBPAV1I9i0l/W+tUALSNPHhyj VyPRRK24hXh93H5xBtTwgmABg/FznJZZVT03Sb8lw0HOpV5m0rPJEKPG6r7MV+rfVbME qmNh10tV6UCAXIfXScR29jBbwZUkplCpRh4L8eM8gaDoSA5TyVSvM4aLK4P9Rkb8S8fJ gG3w== X-Gm-Message-State: ABUngvfQM3wKf5m05QL1Jw6K72d17X7PjQlZqFkhqqFCj0qowyyL3CR+G7HPcb1/YrNuWrLkn8ndpu2bDry+QmDt X-Received: by 10.202.253.81 with SMTP id b78mr3650579oii.171.1478106673693; Wed, 02 Nov 2016 10:11:13 -0700 (PDT) MIME-Version: 1.0 From: =?UTF-8?Q?Jev_Bj=C3=B6rsell?= Date: Wed, 02 Nov 2016 17:11:03 +0000 Message-ID: Subject: net-mgmt/prometheus update, committer requested To: "freebsd-ports@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 17:11:15 -0000 Hello, Could some kind committer find the time to apply the update patch at: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213984 Thank you :) -Jev From owner-freebsd-ports@freebsd.org Wed Nov 2 17:33:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 69538C2CC02 for ; Wed, 2 Nov 2016 17:33:22 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: from mail.irealone.com (fawn.irealone.com [IPv6:2001:1af8:4010:a07b:10::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2C6E61C27 for ; Wed, 2 Nov 2016 17:33:21 +0000 (UTC) (envelope-from vlad-fbsd@acheronmedia.com) Received: by mail.irealone.com (Postfix, from userid 1002) id B1989610A0; Wed, 2 Nov 2016 18:33:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=acheronmedia.com; s=mail; t=1478107998; bh=ndyyMRXsuZk0XIyBPiXeI8c7JM/BTQBIIcEGSG/xWCY=; h=To:Subject:Date:From:In-Reply-To:References:From; b=vMrAvU5NnhdNC6VnCmO7ot04l3mrp6wi/n0XFVEf1KiYTQX3Xk1PMLA11oFPRpEfM jeCNNiexWjbDGj4XHugPfJbM+L/FICf2+I69yFwkUD027/QHDsSr0T14jEvhDxc9c9 2jIkzydzNv2eJ33eYIH7/t1m61N8JeA9xDkdpkbk= To: freebsd-ports@freebsd.org Subject: Re: Dovecot Issues on FreeBSD 10.3 and FreebSD 11.0 X-PHP-Originating-Script: 0:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 02 Nov 2016 18:33:18 +0100 From: "Vlad K." Organization: Acheron Media In-Reply-To: <20161102170335.GA4023@doctor.nl2k.ab.ca> References: <20161102170335.GA4023@doctor.nl2k.ab.ca> Message-ID: X-Sender: vlad-fbsd@acheronmedia.com User-Agent: Roundcube Webmail/1.1.6 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 17:33:22 -0000 On 2016-11-02 18:03, The Doctor wrote: > > I see we are having issues with dovecot 2.226.0 in the FreeBSD world. What issues? -- Vlad K. From owner-freebsd-ports@freebsd.org Wed Nov 2 20:45:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CEB8C2BAE6 for ; Wed, 2 Nov 2016 20:45:56 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from mx.box-hlm-03.niklaas.eu (mx.box-hlm-03.niklaas.eu [IPv6:2a02:2770:15:0:21a:4aff:feaa:e902]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71AF415D8; Wed, 2 Nov 2016 20:45:55 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-hlm-03.niklaas.eu (mysql2.box-local.klaas [10.77.5.3]) by mx.box-hlm-03.niklaas.eu (Postfix) with ESMTPSA id 6C0DB4F999D; Wed, 2 Nov 2016 21:45:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=niklaas.eu; s=default; t=1478119551; bh=MfyawjnCEo2dmvQuEAm297ti5pfGPOpDv74Xewg4RK4=; h=Date:From:To:Cc:Subject:Reply-To; b=l4VGX/kSDJW32HD//81SaJvqCoDY8WZeQ0TfCT6nTwiyEJvwpwjPJiF34pkKTFcNX Bmn07hsxdRD9fJAwNoprci3lkKVP0UPOiQFK7o2d2CUE/Tpb36xo+ksQutoic6rxGg l7NxvMPtKAWZArvJJRDdgm+6Fzr7NineDiBrMU/A= Date: Wed, 2 Nov 2016 21:45:51 +0100 From: Niklaas Baudet von Gersdorff To: freebsd-ports@freebsd.org Cc: bapt@freebsd.org, dereks@lifeofadishwasher.com Subject: mail/{neo,}mutt: why not packaged with gpgme? Message-ID: <20161102204551.jkismaljloqwlokp@box-hlm-03.niklaas.eu> Reply-To: stdin@niklaas.eu Mail-Followup-To: freebsd-ports@freebsd.org, bapt@freebsd.org, dereks@lifeofadishwasher.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20161003 (1.7.0) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2016 20:45:56 -0000 Hello, While talking about an issue I have with mail/{neo,}mutt and security/gnupg on #gnupg on freenode I was advised to use security/gpgme with mutt. I haven't been using gpgme for a while, mainly because the packaged versions of both mail/{neo,}mutt have it disabled and I was too lazy to compile it on my own. Since I got that advice, I've started wondering: Why is gpgme disabled by default? As was argued (and as I experienced myself) setting up mutt to work with gpgme is much easier than without. Especially gnupg2 made it difficult to configure mutt without gpgme. So why not enabling gpgme in the packaged versions? I decided not to create a PR about this request. If that's wrong, tell me and I'll create one. Niklaas From owner-freebsd-ports@freebsd.org Thu Nov 3 02:12:16 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41C8BC29A81 for ; Thu, 3 Nov 2016 02:12:16 +0000 (UTC) (envelope-from bounce+6293e8.c31fc3-freebsd-ports=freebsd.org@mailgun.org) Received: from mail2.static.mailgun.info (mail2.static.mailgun.info [104.130.122.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C25991651 for ; Thu, 3 Nov 2016 02:12:14 +0000 (UTC) (envelope-from bounce+6293e8.c31fc3-freebsd-ports=freebsd.org@mailgun.org) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mailgun.org; q=dns/txt; s=krs; t=1478139133; h=Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: To: References: Subject: Reply-To: Sender; bh=Y2ssodVA71QOg/TuUUH39lzg7uXLq9d9PFxs9o4ykyQ=; b=FQ0OnYEQIeqp4jc1pcTO17mdTdsRj9fJ2IZ+iqcyuAMW5LCgFe3VgGhAp5fFHXAKlazh8P+N dbzv/2GFwHNqDNDI5jrkOfQbKkaeIIoA3E+WyoGlP2pgPWXwQcymSG4QjOOcz9eK/JRCZ1uj GBV4T5IMaZMHwvwtLbr39++CRXA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=mailgun.org; s=krs; q=dns; h=Sender: Reply-To: Subject: References: To: From: Message-ID: Date: MIME-Version: In-Reply-To: Content-Type; b=Z29FRjoYjS3a56Bd4zQgtXK2yANFLADOAOQQS9rDTj8TvDggoLPsu1VnPTAXHba6R8DGTf JP3SdcsDBaFQ8qepm2Q2+r5OftN8tw65+MCYqbDJjorSwKsWKf0mSg7fUXV9kP6BsQpOpLhL +9PccF0KU8I9sUFozb56GqD3D2Mcw= Sender: fluffy=freebsd.org@mailgun.org X-Mailgun-Sending-Ip: 104.130.122.2 X-Mailgun-Sid: WyJjNWYzMSIsICJmcmVlYnNkLXBvcnRzQGZyZWVic2Qub3JnIiwgImMzMWZjMyJd Received: from MBPR-Fluffy.local (host.198.ipoe3.subnets.khb.ttkdv.ru [5.8.203.198]) by mxa.mailgun.org with ESMTP id 581a9b10.7f16902c18b8-in6; Thu, 03 Nov 2016 02:04:00 -0000 (UTC) Reply-To: fluffy@FreeBSD.org Subject: Re: [poudriere]: lang/php56 is unwilling to build with ZTS References: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> To: "O. Hartmann" , freebsd-ports From: Dima Panov Organization: FreeBSD.org Message-ID: Date: Thu, 3 Nov 2016 12:03:55 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wCWCOuqGfuiMODOdR5IKiuo4gHbIRPeOi" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 02:12:16 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wCWCOuqGfuiMODOdR5IKiuo4gHbIRPeOi Content-Type: multipart/mixed; boundary="6XJaDq1IEM3sbX6EmqFOJpIAG7VvpBtTO"; protected-headers="v1" From: Dima Panov Reply-To: fluffy@FreeBSD.org To: "O. Hartmann" , freebsd-ports Message-ID: Subject: Re: [poudriere]: lang/php56 is unwilling to build with ZTS References: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <20161101114926.40642a3c@freyja.zeit4.iv.bundesimmobilien.de> --6XJaDq1IEM3sbX6EmqFOJpIAG7VvpBtTO Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 01.11.16 20:49, O. Hartmann =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > Obviously I ran into a problem with recent poudriere on CURRENT buildin= g ports > in a CURRENT jail. >=20 > Building threaded www/apache24 requires lang/php56 having option ZTS se= t. I did > so. I tried to rebuild all depending ports, but I run into rpoblems the= n with > php56: for instance, textproc/php56-xmlreader fails to build, the poudr= iere log > gives the reason: >=20 > =3D=3D=3D> php56-xmlreader-5.6.27 depends on > file: /usr/local/lib/php/20131226/dom.so - not found >=20 > On systems with properly set ZTS, the expected folder for PHP modules w= ould be >=20 > /usr/local/lib/php/20131226-zts/ >=20 > When I first discovered this, I tried to delete and rebuild lang/php56 = from > packages - definitely with option ZTS set - but the error is persistant= =2E >=20 > I'm unwilling to rebuild ALL thousands of packages, so I need some advi= ce how > to solve this problem. >=20 > Please CC me, I do not subscribe the list. Thanks. >=20 > Thank you very much in advance, >=20 Some tweaks with poudriere build environment requred to suport ZTS build:= cat /usr/local/poudriere.d/make.conf # www/apache24 WITH_MPM=3Devent Meanwhile, I've got today another problem with poudriere.=20 'poudriere options' with non-default portstree uses options subdir from d= efault tree,=20 but 'poudriere bulk' hooks up the right options tree, without configured = options, at all.=20 --=20 Dima Panov (fluffy@FreeBSD.org) (X11, KDE, Office)@FreeBSD team Facebook: http://www.facebook.com/fluffy.khv twitter: fluffy_khv | skype: dima.panov | telegram: @dima_panov IRC: fluffy@EFNet, fluffykhv@FreeNode --6XJaDq1IEM3sbX6EmqFOJpIAG7VvpBtTO-- --wCWCOuqGfuiMODOdR5IKiuo4gHbIRPeOi Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0 Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlgamwwACgkQpiZ27ZPjsBgpwQCffAWR7N0EuMiwA8BHQ9dpDWZS WKsAoOxLmRfNpsV/fIbj8G0/3ylaMQeJ =sxXn -----END PGP SIGNATURE----- --wCWCOuqGfuiMODOdR5IKiuo4gHbIRPeOi-- From owner-freebsd-ports@freebsd.org Thu Nov 3 07:44:54 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9ED7BC2D17F for ; Thu, 3 Nov 2016 07:44:54 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5D607109B for ; Thu, 3 Nov 2016 07:44:54 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 52354C2D17A; Thu, 3 Nov 2016 07:44:54 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 51B8BC2D179 for ; Thu, 3 Nov 2016 07:44:54 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15FF61092 for ; Thu, 3 Nov 2016 07:44:54 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id uA37irlK038213 for ; Thu, 3 Nov 2016 07:44:53 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id uA37irEC038212; Thu, 3 Nov 2016 07:44:53 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201611030744.uA37irEC038212@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Thu, 3 Nov 2016 07:44:53 +0000 From: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 07:44:54 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ math/giacxcas | 1.2.2-57 | 1.2.2-99 ------------------------------------------------+-----------------+------------ 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 Thanks. From owner-freebsd-ports@freebsd.org Thu Nov 3 11:43:46 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D33F4C2DF9D for ; Thu, 3 Nov 2016 11:43:46 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward4m.cmail.yandex.net (forward4m.cmail.yandex.net [IPv6:2a02:6b8:b030::1b]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C4ED81A18 for ; Thu, 3 Nov 2016 11:43:44 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::27]) by forward4m.cmail.yandex.net (Yandex) with ESMTP id 580BB20C56 for ; Thu, 3 Nov 2016 14:43:33 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id A1E182940E58 for ; Thu, 3 Nov 2016 14:43:32 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 2FCnc5vFpJ-hPGiWrhN; Thu, 03 Nov 2016 14:43:25 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0 To: freebsd-ports@freebsd.org From: Boris Samorodov Subject: fresh CURRENT + qt5 ports = application bus error Message-ID: <26cb0927-d43b-cc54-4c2f-95aede26d1de@passap.ru> Date: Thu, 3 Nov 2016 14:42:18 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 11:43:47 -0000 Hi All, I've refreshed my current system from a week-ago revision to: % uname -a FreeBSD apok.bsnet 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r308229: Thu Nov 3 04:23:24 MSK 2016 bsam@apok.bsnet:/usr/obj/usr/src/sys/APOK64X amd64 And pkg upgrade gave me qt5 ports upgrade. After reboot qt applications (diligent and qupzilla) result in bus error. I recompiled net-im/diligent at ports but the result is the same. Any help is appreciated. Thank you. -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@freebsd.org Thu Nov 3 12:50:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC6A5C2D09E for ; Thu, 3 Nov 2016 12:50:15 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2A8B8102D for ; Thu, 3 Nov 2016 12:50:13 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id uA3Co7mr057013 for ; Thu, 3 Nov 2016 12:50:07 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id uA3Co7Mc057012 for freebsd-ports@freebsd.org; Thu, 3 Nov 2016 05:50:07 -0700 (PDT) (envelope-from david) Date: Thu, 3 Nov 2016 05:50:07 -0700 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: devel/llvm38 install seems to be missing files (e.g., FileCheck) Message-ID: <20161103125007.GP1203@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="D9qdZDjLhFh4Fk+E" Content-Disposition: inline User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 12:50:16 -0000 --D9qdZDjLhFh4Fk+E Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable After seeing that lang/rust failed to build again today (it had also failed yesterday), I decided to actually check the typescript file (from the portmaster run) to see if I could figure out what was wrong. Here's a salient excerpt: | ... | =3D=3D=3D> Cleaning for rust-1.12.1 | =3D=3D=3D> License APACHE20 MIT accepted by the user | =3D=3D=3D> Found saved configuration for rust-1.9.0_1 | =3D=3D=3D> rust-1.12.1 depends on file: /usr/local/sbin/pkg - found | =3D=3D=3D> Fetching all distfiles required by rust-1.12.1 for building | =3D=3D=3D> Extracting for rust-1.12.1 | =3D> SHA256 Checksum OK for rustc-1.12.1-src.tar.gz. | =3D> SHA256 Checksum OK for rustc-1.11.0-x86_64-unknown-freebsd.tar.gz. | /bin/ln -sf /common/ports/distfiles//rustc-1.11.0-x86_64-unknown-freebsd.= tar.gz=20 | /common/ports/lang/rust/work/rustc-1.12.1/dl | =3D=3D=3D> Patching for rust-1.12.1 | =3D=3D=3D> Applying FreeBSD patches for rust-1.12.1 | =3D=3D=3D> rust-1.12.1 depends on executable: cmake - found | =3D=3D=3D> rust-1.12.1 depends on file: /usr/local/llvm38/bin/FileCheck= - not found | =3D=3D=3D> Installing for llvm38-3.8.1_5 | =3D=3D=3D> llvm38-3.8.1_5 depends on file: /usr/local/bin/python2.7 - f= ound | =3D=3D=3D> llvm38-3.8.1_5 depends on package: perl5>=3D5.24<5.25 - found | =3D=3D=3D> llvm38-3.8.1_5 depends on shared library: libedit.so.0 - fou= nd (/usr/local/lib/libedit.so.0) | =3D=3D=3D> Checking if llvm38 already installed | =3D=3D=3D> llvm38-3.8.1_5 is already installed | You may wish to ``make deinstall'' and install this port again | by ``make reinstall'' to upgrade it properly. | If you really wish to overwrite the old port of llvm38 | without deleting it first, set the variable "FORCE_PKG_REGISTER" | in your environment or the "make install" command line. | *** Error code 1 | .... Oh. Well... So I checked, and... yes, devel/llvm38 is installed. And while /usr/local/llvm38/bin exists and has several entries, none of them is named "FileCheck": g1-252(11.0-S)[4] ls -lTa /usr/local/llvm38/bin/ total 547144 drwxr-xr-x 2 root wheel 1536 Oct 23 04:51:57 2016 . drwxr-xr-x 7 root wheel 512 Oct 23 04:52:04 2016 .. -rwxr-xr-x 1 root wheel 13138520 Oct 23 04:51:36 2016 bugpoint -rwxr-xr-x 1 root wheel 100664 Oct 23 04:51:26 2016 c-index-test lrwxr-xr-x 1 root wheel 9 Oct 23 04:51:25 2016 clang -> clang-3.8 -rwxr-xr-x 1 root wheel 59401712 Oct 23 04:51:26 2016 clang-3.8 -rwxr-xr-x 1 root wheel 1585752 Oct 23 04:51:29 2016 clang-apply-replac= ements -rwxr-xr-x 1 root wheel 45048296 Oct 23 04:51:28 2016 clang-check lrwxr-xr-x 1 root wheel 5 Oct 23 04:51:26 2016 clang-cl -> clang -rwxr-xr-x 1 root wheel 1601648 Oct 23 04:51:26 2016 clang-format -rwxr-xr-x 1 root wheel 16670808 Oct 23 04:51:30 2016 clang-query -rwxr-xr-x 1 root wheel 15070640 Oct 23 04:51:29 2016 clang-rename -r-xr-xr-x 1 root wheel 894224 Oct 23 04:51:45 2016 clang-tblgen -rwxr-xr-x 1 root wheel 19523696 Oct 23 04:51:30 2016 clang-tidy lrwxr-xr-x 1 root wheel 5 Oct 23 04:51:26 2016 clang++ -> clang -rwxr-xr-x 1 root wheel 18099 Jun 19 01:23:10 2015 git-clang-format lrwxr-xr-x 1 root wheel 3 Oct 23 04:51:32 2016 ld.lld -> lld -rwxr-xr-x 1 root wheel 32942112 Oct 23 04:51:38 2016 llc -rwxr-xr-x 1 root wheel 37288720 Oct 23 04:51:32 2016 lld lrwxr-xr-x 1 root wheel 3 Oct 23 04:51:32 2016 lld-link -> lld lrwxr-xr-x 1 root wheel 10 Oct 23 04:51:35 2016 lldb -> lldb-3.8.1 -rwxr-xr-x 1 root wheel 46168 Oct 23 04:51:35 2016 lldb-3.8.1 -rwxr-xr-x 1 root wheel 122752 Oct 23 04:51:35 2016 lldb-argdumper lrwxr-xr-x 1 root wheel 13 Oct 23 04:51:35 2016 lldb-mi -> lldb-mi= -3.8.1 -rwxr-xr-x 1 root wheel 611480 Oct 23 04:51:35 2016 lldb-mi-3.8.1 lrwxr-xr-x 1 root wheel 17 Oct 23 04:51:35 2016 lldb-server -> lld= b-server-3.8.1 -rwxr-xr-x 1 root wheel 23847256 Oct 23 04:51:35 2016 lldb-server-3.8.1 -rwxr-xr-x 1 root wheel 16361392 Oct 23 04:51:39 2016 lli -rwxr-xr-x 1 root wheel 12055496 Oct 23 04:51:22 2016 llvm-ar -rwxr-xr-x 1 root wheel 2447984 Oct 23 04:51:39 2016 llvm-as -rwxr-xr-x 1 root wheel 190760 Oct 23 04:51:39 2016 llvm-bcanalyzer -rwxr-xr-x 1 root wheel 27517160 Oct 23 04:51:40 2016 llvm-c-test -rwxr-xr-x 1 root wheel 180752 Oct 23 04:51:22 2016 llvm-config -rwxr-xr-x 1 root wheel 2551408 Oct 23 04:51:40 2016 llvm-cov -rwxr-xr-x 1 root wheel 2371088 Oct 23 04:51:40 2016 llvm-cxxdump -rwxr-xr-x 1 root wheel 2285968 Oct 23 04:51:40 2016 llvm-diff -rwxr-xr-x 1 root wheel 1839320 Oct 23 04:51:40 2016 llvm-dis -rwxr-xr-x 1 root wheel 26568032 Oct 23 04:51:37 2016 llvm-dsymutil -rwxr-xr-x 1 root wheel 2512784 Oct 23 04:51:40 2016 llvm-dwarfdump -rwxr-xr-x 1 root wheel 26197712 Oct 23 04:51:41 2016 llvm-dwp -rwxr-xr-x 1 root wheel 2592368 Oct 23 04:51:41 2016 llvm-extract lrwxr-xr-x 1 root wheel 7 Oct 23 04:51:22 2016 llvm-lib -> llvm-ar -rwxr-xr-x 1 root wheel 2951672 Oct 23 04:51:41 2016 llvm-link -rwxr-xr-x 1 root wheel 32045168 Oct 23 04:51:41 2016 llvm-lto -rwxr-xr-x 1 root wheel 12662536 Oct 23 04:51:42 2016 llvm-mc -rwxr-xr-x 1 root wheel 177176 Oct 23 04:51:42 2016 llvm-mcmarkup -rwxr-xr-x 1 root wheel 12039160 Oct 23 04:51:42 2016 llvm-nm -rwxr-xr-x 1 root wheel 12279448 Oct 23 04:51:42 2016 llvm-objdump -rwxr-xr-x 1 root wheel 297040 Oct 23 04:51:43 2016 llvm-pdbdump -rwxr-xr-x 1 root wheel 621056 Oct 23 04:51:22 2016 llvm-profdata lrwxr-xr-x 1 root wheel 7 Oct 23 04:51:22 2016 llvm-ranlib -> llv= m-ar -rwxr-xr-x 1 root wheel 2729304 Oct 23 04:51:43 2016 llvm-readobj -rwxr-xr-x 1 root wheel 10234248 Oct 23 04:51:43 2016 llvm-rtdyld -rwxr-xr-x 1 root wheel 2379832 Oct 23 04:51:43 2016 llvm-size -rwxr-xr-x 1 root wheel 2544248 Oct 23 04:51:43 2016 llvm-split -rwxr-xr-x 1 root wheel 2125024 Oct 23 04:51:43 2016 llvm-stress -rwxr-xr-x 1 root wheel 2558336 Oct 23 04:51:43 2016 llvm-symbolizer -rwxr-xr-x 1 root wheel 1959248 Oct 23 04:51:19 2016 llvm-tblgen -rwxr-xr-x 1 root wheel 15014488 Oct 23 04:51:29 2016 modularize -rwxr-xr-x 1 root wheel 2492504 Oct 23 04:51:43 2016 obj2yaml -rwxr-xr-x 1 root wheel 34292472 Oct 23 04:51:44 2016 opt -rwxr-xr-x 1 root wheel 11953032 Oct 23 04:51:44 2016 sancov -rwxr-xr-x 1 root wheel 52445 Nov 13 12:34:15 2015 scan-build -rwxr-xr-x 1 root wheel 4504 Dec 21 04:19:13 2015 scan-view -rwxr-xr-x 1 root wheel 2729176 Oct 23 04:51:44 2016 verify-uselistorder -rwxr-xr-x 1 root wheel 472184 Oct 23 04:51:44 2016 yaml2obj g1-252(11.0-S)[5]=20 So I checked the configure options: g1-252(11.0-S)[1] make -C /usr/ports/devel/llvm38 showconfig =3D=3D=3D> The following configuration options are available for llvm38-3.8= =2E1_5: CLANG=3Don: Build clang COMPILER_RT=3Don: Sanitizer libraries DOCS=3Don: Build and/or install documentation EXTRAS=3Don: Extra clang tools GOLD=3Don: Build the LLVM Gold plugin for LTO LIT=3Don: Install lit and FileCheck test tools LLD=3Don: Install lld, the LLVM linker LLDB=3Don: Install lldb, the LLVM debugger (ignored on 9.x) OPENMP=3Don: Install libomp, the LLVM OpenMP runtime library =3D=3D=3D> Use 'make config' to modify these settings g1-252(11.0-S)[2]=20 Looks to me as if "everything is on." I then ran "portmaster devel/llvm38" to re-build and -install it fresh; that succeeded, but there's still nothing named "FileCheck" in /usr/local/llvm38/bin. This was done running: FreeBSD g1-252.catwhisker.org 11.0-STABLE FreeBSD 11.0-STABLE #150 r308245= M/308250:1100506: Thu Nov 3 04:08:09 PDT 2016 root@g1-252.catwhisker.o= rg:/common/S1/obj/usr/src/sys/CANARY amd64 with a /usr/ports that is an SVN working copy: g1-252(11.0-S)[3] svn info /usr/ports/ Path: /usr/ports Working Copy Root Path: /usr/ports URL: file:///svn/freebsd/ports/head Relative URL: ^/head Repository Root: file:///svn/freebsd/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 425197 Node Kind: directory Schedule: normal Last Changed Author: jhale Last Changed Rev: 425197 Last Changed Date: 2016-11-03 02:18:03 -0700 (Thu, 03 Nov 2016) g1-252(11.0-S)[4]=20 I see that FileCheck does show up in pkg-plist: g1-252(11.0-S)[4] grep FileCheck /usr/ports/devel/llvm38/pkg-plist=20 %%LIT%%bin/FileCheck38 %%LIT%%llvm38/bin/FileCheck g1-252(11.0-S)[5]=20 In reviewing the re-build/install of llvm38, I see that the "deinstallation" phase (for the previously-installed version) mentions quite a few files that were "missing": | ... | Installed packages to be REMOVED: | llvm38-3.8.1_5 |=20 | Number of packages to be removed: 1 |=20 | The operation will free 975 MiB. | [1/1] Deinstalling llvm38-3.8.1_5... | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/argdumper38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang++38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-apply-replacements38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-check38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-cpp38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-format38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-modernize38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-query38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-rename38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-tblgen38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang-tidy38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/clang38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llc38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/lld38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/lldb-mi38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/lldb-server38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/lldb38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/lli38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-ar38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-as38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-bcanalyzer38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-config38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-cov38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-diff38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-dis38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-dwarfdump38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-extract38 | [1/1] Deleting files for llvm38-3.8.1_5: 0% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-link38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-lit38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-mc38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-mcmarkup38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-nm38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-objdump38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-profdata38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-ranlib38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-readobj38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-rtdyld38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-size38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-split38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-stress38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-symbolizer38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/llvm-tblgen38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/macho-dump38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/modularize38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/opt38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/scan-build38 | [1/1] Deleting files for llvm38-3.8.1_5: 1% | llvm38-3.8.1_5: missing file /usr/local/bin/scan-view38 | [1/1] Deleting files for llvm38-3.8.1_5: 2% | llvm38-3.8.1_5: missing file /usr/local/llvm38/bin/FileCheck | [1/1] Deleting files for llvm38-3.8.1_5: 2% | llvm38-3.8.1_5: missing file /usr/local/llvm38/bin/clang-cpp | [1/1] Deleting files for llvm38-3.8.1_5: 2% | llvm38-3.8.1_5: missing file /usr/local/llvm38/bin/lit | [1/1] Deleting files for llvm38-3.8.1_5: 3% | llvm38-3.8.1_5: missing file /usr/local/llvm38/bin/llvm-lit | [1/1] Deleting files for llvm38-3.8.1_5: 100% |=20 | =3D=3D=3D> Installing for llvm38-3.8.1_5 | .... So around this point, I'm pretty thoroughly confused about what devel/llvm38 is actually supposed to be providing and why its installation doesn't seem to be providing parts of it. May I please have some guidance? Thanks! Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --D9qdZDjLhFh4Fk+E Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYGzJ/XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4Xq1sIAJ9Z3EEZ/z4yjQMn6DOjnhrp fCB6zrGB1l9Lhyzb3HJjvplZa6uvb5vNgdSYczF2SStRXALIFFG/X9nbnHtrRGnd cXifvbuUCYPIfY+Qxsj2EbPyuHi0alKhojcFTwkxGIgDV0JRyXyz8qwVcCO6jJ6e SmMxMKKyCreoGSiQea7PxhYrQwQCs1g9N9mYmVA+/QzSitd7uJVRAXBk6OOwHET4 pzuPezvhIARRP/ZVWyS7rVoPOY8QsZosGlCCUfp+DEIrkCCMluAvAV9IqUcwsAJ9 ftRour+m+v1w0H1HsCguEsV6wHMVqvGAb25ycBrDCs/eyVPpClWpgVVG1adxxGY= =lMCg -----END PGP SIGNATURE----- --D9qdZDjLhFh4Fk+E-- From owner-freebsd-ports@freebsd.org Thu Nov 3 14:52:47 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E2D3C2D976 for ; Thu, 3 Nov 2016 14:52:47 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward1o.cmail.yandex.net (forward1o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::2a1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4ADE1195 for ; Thu, 3 Nov 2016 14:52:46 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward1o.cmail.yandex.net (Yandex) with ESMTP id 3C90A2122C for ; Thu, 3 Nov 2016 17:52:43 +0300 (MSK) Received: from smtp1h.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 1BA218C0CC5 for ; Thu, 3 Nov 2016 17:52:42 +0300 (MSK) Received: by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id 4rf9Kec2QI-qgSeChIx; Thu, 03 Nov 2016 17:52:42 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0 Subject: Re: fresh CURRENT + qt5 ports = application bus error To: freebsd-ports@freebsd.org References: <26cb0927-d43b-cc54-4c2f-95aede26d1de@passap.ru> From: Boris Samorodov Message-ID: Date: Thu, 3 Nov 2016 17:51:34 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <26cb0927-d43b-cc54-4c2f-95aede26d1de@passap.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 14:52:47 -0000 03.11.2016 14:42, Boris Samorodov пишет: > Hi All, > > > I've refreshed my current system from a week-ago revision to: > % uname -a > FreeBSD apok.bsnet 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r308229: Thu Nov > 3 04:23:24 MSK 2016 bsam@apok.bsnet:/usr/obj/usr/src/sys/APOK64X amd64 > > And pkg upgrade gave me qt5 ports upgrade. > > After reboot qt applications (diligent and qupzilla) result in bus > error. I recompiled net-im/diligent at ports but the result is the same. > > > Any help is appreciated. Thank you. > Hm, signal is changing to sig11 (I did not do anything with system/ports before last two diligent starts): --- Nov 3 14:13:31 apok kernel: pid 2354 (diligent), uid 1001: exited on signal 10 (core dumped) Nov 3 14:20:24 apok pkg-static: diligent-0.2.7 deinstalled Nov 3 14:20:29 apok pkg-static: diligent-0.2.7 installed Nov 3 14:20:40 apok kernel: pid 4617 (diligent), uid 1001: exited on signal 10 (core dumped) Nov 3 14:21:45 apok kernel: pid 4941 (diligent), uid 1001: exited on signal 10 (core dumped) Nov 3 17:45:33 apok kernel: pid 21504 (diligent), uid 1001: exited on signal 11 (core dumped) --- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@freebsd.org Thu Nov 3 15:01:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F15ECC2DC70 for ; Thu, 3 Nov 2016 15:01:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9E70C1A87 for ; Thu, 3 Nov 2016 15:01:02 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3B6A4BDE51 for ; Thu, 3 Nov 2016 16:01:00 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id 20DB8BDE40 for ; Thu, 3 Nov 2016 16:01:00 +0100 (CET) To: freebsd-ports@freebsd.org From: Mathieu Arnold Subject: [HEADSUP] Default Perl changed to 5.24. Organization: Absolight / The FreeBSD Foundation Message-ID: Date: Thu, 3 Nov 2016 16:00:57 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1MLANqsWit2LlfeNW4HGmejl1Jj3kh7CI" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 15:01:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --1MLANqsWit2LlfeNW4HGmejl1Jj3kh7CI Content-Type: multipart/mixed; boundary="O5HWE8eDKnsnA690SwB3xhiU7qMeoqTPj"; protected-headers="v1" From: Mathieu Arnold To: freebsd-ports@freebsd.org Message-ID: Subject: [HEADSUP] Default Perl changed to 5.24. --O5HWE8eDKnsnA690SwB3xhiU7qMeoqTPj Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Instructions on how to switch are in UPDATING. If you do not want to switch, you do not have to do anything. EVERYTHING IS FINE. --=20 Mathieu Arnold --O5HWE8eDKnsnA690SwB3xhiU7qMeoqTPj-- --1MLANqsWit2LlfeNW4HGmejl1Jj3kh7CI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYG1ErXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85I2okP+gJkIkLEP4shPDUd/6HFaHGz b32sJb/D0g1HR8hpO0LyvOHeWCFkhmUDQyGpofEfjXZVNXrfxPagFdMqI6/9s+iF jbezFMIE5CArf0xpgK4yfJVR8R5hqS8jBgy7zo30jLnRXae+XqS5EtHJBofJDyZt FXvmO6RqYRtloAok8VPnaHV9uQj509Kq4jPLa7+Ut+YSdTzGEs+PeSqdYvl9rgVa orVty8ESuvmOtpaAuMhyfPR9QyObhmiGhiX8iyLT5aasanwg1nDp09MV3Mu2SGey oQ+ncZvJdQOy8KwI1ExC6dzhfHSJ+8HorM86N90HX7dW8qYmAtC5E9P5PIEn3Hsg Y/9YLr3hMiiS2AJcqEu4drA67VrSUEsUPzyGjCTD765Rl0fU8e0U7sQ6zXTw5KOG coLw0/d1h7xACaOsLeplrzyuanDAL241etsmGCGBK2SHR/+J0aKeg3iUgKdGipTq YJK0vzUOG96Ku9IQmzIacX6pwj3Zfkddi5Oo5jragwaq2UWxP+NeCGLmd7TkMvTW pPamo2HrimgYtMMYPhjDLk9DzQulb5xE2urH+rK0WLh+MI8dIArqkpFjeWJN3vxj u6vF3kCSlCUL2NqN4Ce8gBNN9ewK/aCpoEKFff8ORB/3nyGtpO+cCe2FS7kr6dos NzX9gNEwk7gVZx6Ym9MC =TFF3 -----END PGP SIGNATURE----- --1MLANqsWit2LlfeNW4HGmejl1Jj3kh7CI-- From owner-freebsd-ports@freebsd.org Thu Nov 3 18:27:39 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DEAEC2E1B1 for ; Thu, 3 Nov 2016 18:27:39 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from land.berklix.org (land.berklix.org [144.76.10.75]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E31C41688 for ; Thu, 3 Nov 2016 18:27:38 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (p5B226F3D.dip0.t-ipconnect.de [91.34.111.61]) (authenticated bits=128) by land.berklix.org (8.15.2/8.15.2) with ESMTPA id uA3IRRtR009412; Thu, 3 Nov 2016 18:27:27 GMT (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id uA3IRNsr013279; Thu, 3 Nov 2016 19:27:23 +0100 (CET) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id uA3IR4qn004744; Thu, 3 Nov 2016 19:27:16 +0100 (CET) (envelope-from jhs@berklix.com) Message-Id: <201611031827.uA3IR4qn004744@fire.js.berklix.net> To: Alphons van Werven Subject: Re: Resurrecting games/wmfortune (Was: Re: misc/jive deleted) From: "Julian H. Stacey" Organization: http://berklix.eu BSD Unix Linux Consultants, Munich Germany User-agent: EXMH on FreeBSD http://berklix.eu/free/ X-From: http://www.berklix.eu/~jhs/ In-reply-to: Your message "Sun, 23 Oct 2016 18:37:52 +0200." <20161023163752.GC66792@spectrum.skysmurf.nl> Cc: FreeBSD Ports Date: Thu, 03 Nov 2016 19:27:04 +0100 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 18:27:39 -0000 Hi, Reference: > From: Alphons van Werven > Date: Sun, 23 Oct 2016 18:37:52 +0200 Alphons van Werven wrote: > Dave Horsfall wrote: > > >> There used to be "offensive" (a term to be taken rather loosely in this= > =20 > >> case) fortune cookies, but they got kicked out somewhere in 9.X. That=20 > >> was the base system though; not the ports tree. > >=20 > > Not to mention "fortune -o" (to get the obscene versions) and there were > > some beauties there... > > That's actually what I meant :-) > > The funny thing to me is that fortune-o got removed, while murphy-o is > still around. Moreover, there are a couple of aphorisms in there of which > I honestly can't for the life of me fathom what could possibly be > offensive about them, but that's a different matter altogether. > > > aneurin% cd wmfortune=20 > > aneurin% less *descr > > WMFortune outputs fortune messages, just as its name says. > > aneurin% make > > =3D=3D=3D> wmfortune-0.241_3 is marked as broken: No public disfiles. > > *** [all] Error code 1 > >=20 > > Stop in /usr/ports/games/wmfortune. > > I've been doing some searching, but upstream games/wmfortune appears to > have indeed vanished entirely. I still have what seems to be the latest > distfile in my archives and I'd be happy to host it if this port still > builds and works properly. FYI in case newer than yours, Fonz, I have MD5 (9.2-RELEASE/wmfortune-0.241.tar.gz) = fa8db5d9a46d9afe7757f498c781e8c9 SHA256 (9.2-RELEASE/wmfortune-0.241.tar.gz) = b149067b7e3521f7e03354b12754baaf9c5556af4d286bbd6d169b1db9f6dba0 It builds & run on my 9.2, I've not tried on current. Cheers, Julian -- Julian Stacey, BSD Linux Unix Sys Eng Consultant Munich Reply below, Prefix '> '. Plain text, No .doc, base64, HTML, quoted-printable. http://berklix.eu/brexit/#stolen_votes From owner-freebsd-ports@freebsd.org Thu Nov 3 23:57:11 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8836BC2E32A for ; Thu, 3 Nov 2016 23:57:11 +0000 (UTC) (envelope-from mail@22maya.com) Received: from vps.friendsgroup-marine.com (vps.friendsgroup-marine.com [194.145.208.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4768B1DAF for ; Thu, 3 Nov 2016 23:57:11 +0000 (UTC) (envelope-from mail@22maya.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=22maya.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Date: Subject:To:From:Reply-To:Message-ID:Sender:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=I1y4PjF+RE44PlB4frOOZ1Vnb60dC8KgbVWb/Or2MD8=; b=VlxaJ8ZuRWxEzE2mYGTl874Kx/ +nn3DX8sYAmZ5ASDM4Ar4mczxrkQRjq2L98SdPrmTK+PxcFbelUJ5I/84vBS3AHGWWGXGm1EP7/Wv Z/QM6AEdvVekhMEiZc6YAVZWIyUBLkD/ItnvZ6gVvkiRn63PE0VSestqrdO76CouiYcWFmf/5HZPL uVXb3D3kLb1/wUCq0FTP/OZuSU4vWYhxJ6KP54m1JPuEgBcCE1D2vufy8fYDOLrIh05HE+Kwf6HNP Gp2B+twGMP0VKml8zTc+sn+vhwTLvTbZijW8ditUNVyS8DG4QZ3SipFlcetjsmxlHjwVH/egaj8Ci RVbXR+gg==; Received: from [41.38.0.110] (port=57876 helo=SeaBird) by vps.friendsgroup-marine.com with esmtpsa (TLSv1:EDH-RSA-DES-CBC3-SHA:168) (Exim 4.87) (envelope-from ) id 1c2Mk0-0004W9-3f for freebsd-ports@freebsd.org; Thu, 03 Nov 2016 14:27:56 -0400 Message-ID: <037713b3-42677-21138527095949@seabird> Reply-To: "Maya Khalifa" From: "Maya Khalifa" To: freebsd-ports@freebsd.org Subject: On 22maya dot com Black day is everyday get you 25% off now Date: Thu, 3 Nov 2016 20:27:54 +0200 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit X-Priority: 3 X-Mailer: Microsoft Windows Live Mail 16.4.3528.331 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.friendsgroup-marine.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - 22maya.com X-Get-Message-Sender-Via: vps.friendsgroup-marine.com: authenticated_id: mail@22maya.com X-Authenticated-Sender: vps.friendsgroup-marine.com: mail@22maya.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Nov 2016 23:57:11 -0000 Hey, My Friend ITS TIME TO TAKE YOUR LIFE FROM ORDINARY TO *EXTRAORDINARY* If youve been thinking about taking BIG action next year to level up your life and career in a huge way, youre going to love this: Im going to keep this short and very sweet a simple reminder that because you are our awesome 22maya dot com customers you get 25% off anything your purchase over at 22maya dot com No catch. No coupons. No complications. Just a full 25% off when you order any product ... Take look at 22maya dot com and get yourself the course you have your eyes on and need to grow more. THIS IS THE BIGGEST ACTION YOU CAN TAKE TO MAKE 2016 YOUR BIGGEST, MOST GAME-CHANGING YEAR YET So Take Look At Our Site See What Courses You Like To Have Feel Free Requesting Any Course Even If Not Listed In Our Site Just Tell Us What Course Name And What Do You Like To Pay For It Will Give You Unbeatable Prices Send Us Your Requests On powerlover22@gmail.com Your Reliable Friend Maya In case you don't like to receive any more e-mails from me, Just reply with "REMOVE" in the subject line. From owner-freebsd-ports@freebsd.org Fri Nov 4 07:47:10 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6B681C2F1B6 for ; Fri, 4 Nov 2016 07:47:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 58CD91857 for ; Fri, 4 Nov 2016 07:47:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 583A4C2F1B4; Fri, 4 Nov 2016 07:47:10 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57EF4C2F1B3 for ; Fri, 4 Nov 2016 07:47:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4B7A31854 for ; Fri, 4 Nov 2016 07:47:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id uA47lA04029692 for ; Fri, 4 Nov 2016 07:47:10 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id uA47lA4W029691; Fri, 4 Nov 2016 07:47:10 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201611040747.uA47lA4W029691@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 4 Nov 2016 07:47:10 +0000 From: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 07:47:10 -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 ------------------------------------------------+-----------------+------------ emulators/hatari | 1.9.0 | 2.0.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 Thanks. From owner-freebsd-ports@freebsd.org Fri Nov 4 09:49:17 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2C2D0C26039 for ; Fri, 4 Nov 2016 09:49:17 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from mail.mimar.rs (mail1.mimar.rs [193.53.106.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D786F180A for ; Fri, 4 Nov 2016 09:49:16 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from mail1.mimar.rs (localhost [127.0.1.128]) by mail.mimar.rs (Postfix) with ESMTP id 7B81145BA22B for ; Fri, 4 Nov 2016 10:41:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1478252488; x=1480066889; bh=PB3QwVaJb7KMhbgN2WUkXhil05/39up2tBN 5yLINh5w=; b=vIn7khaXzYw6ucNMc2pD+abN7gms0LEsXUcazX8ipzd1HkuZNmj TtoaDmlJtdu4K/uCoVnYdv9+lBee4cU/H9JEoI7jQ75Jpvd2IV7pw1sdbBLNRcRe sPdniCdQxtWE1MWumDUF0IqRalbZZUxp4GvCr/xdE3YhEBRY1LnQsAzg= X-Virus-Scanned: amavisd-new at mimar.rs Received: from mail.mimar.rs ([127.0.1.128]) by mail1.mimar.rs (amavis.mimar.rs [127.0.1.128]) (amavisd-new, port 10026) with LMTP id ljYKg7vFAuQ8 for ; Fri, 4 Nov 2016 10:41:28 +0100 (CET) Received: from efreet.kappastar.com (nat-nat.kappastar.com [193.53.106.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by mail.mimar.rs (Postfix) with ESMTPSA id A312645BA0E3 for ; Fri, 4 Nov 2016 10:41:28 +0100 (CET) Date: Fri, 4 Nov 2016 10:41:29 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: Re: [HEADSUP] Default Perl changed to 5.24. Message-ID: <20161104104129.5a903775@efreet.kappastar.com> In-Reply-To: References: Organization: Mimar X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 09:49:17 -0000 On Thu, 3 Nov 2016 16:00:57 +0100 Mathieu Arnold wrote: > Instructions on how to switch are in UPDATING. >=20 > If you do not want to switch, you do not have to do anything. >=20 > EVERYTHING IS FINE. >=20 Thank you for the information, upgrade using poudriere and pkg finished without problems. Regards, --=20 Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupa=C4=87 https://www.mimar.rs/ From owner-freebsd-ports@freebsd.org Fri Nov 4 10:19:15 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C93CDC269C6 for ; Fri, 4 Nov 2016 10:19:15 +0000 (UTC) (envelope-from ruud@b-funky.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A8B64768 for ; Fri, 4 Nov 2016 10:19:15 +0000 (UTC) (envelope-from ruud@b-funky.nl) Received: by mailman.ysv.freebsd.org (Postfix) id A8171C269C5; Fri, 4 Nov 2016 10:19:15 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A7C59C269C4 for ; Fri, 4 Nov 2016 10:19:15 +0000 (UTC) (envelope-from ruud@b-funky.nl) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4677C767 for ; Fri, 4 Nov 2016 10:19:14 +0000 (UTC) (envelope-from ruud@b-funky.nl) Received: by mail-wm0-x232.google.com with SMTP id a197so40717520wmd.0 for ; Fri, 04 Nov 2016 03:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=b-funky-nl.20150623.gappssmtp.com; s=20150623; h=from:content-transfer-encoding:mime-version:subject:message-id:date :cc:to; bh=A6qGGkJbtvqGdEDYJn1W1PEMU0S2BEKmLDImwD5Tm2M=; b=AaYU1EUCs7nncQGsbQgI/akGScqEzjaDKFOSowDOaPOMPBSJyK3dfpCOHZVrrsDipI nIZcsbWQF1nnSRSc+pEB53YDF00G+jqhcqPb6R5HKk0QjmxYSKkIWS77hXsoowJ4weOj u7ZSQi6S8wMkWsQb8WTXAq4jPHcyydcRqrzBxERRgUJ8Suwk8PyTTdAbOqw99PJ64ufY 3q35zne5XG0mutPa2VpQkgIKsqHHx/g0qmJazIn7l1m+QU83jHoRtyfhZYBYcxCmgNrM nMWqO0/hZgRf+ryk3vDaWfsER67Kj77Q0tjMT+J2gDBUXSIDE6cNE1HAUiCGsf6aovQI 0O8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:cc:to; bh=A6qGGkJbtvqGdEDYJn1W1PEMU0S2BEKmLDImwD5Tm2M=; b=Iptrm9AdoTzkOjazOxgwDVaEVZDrFKcW+e4qKbMDErZaWqzh0JtJPU3zb29LeIAxSd sGTy2+w0l+3hKxRResc7yYAb9MXv77Uz7FwUhJQSzxjAiup53beYn1PWEUg7Lh4Svp3m l5MzSihbYJk8yXItRsWmlWTmEKPkQCrIqlclAbWFeeXNm53g2Awty8P2RGQ0ZwcgUfCw x68MG2bNidmepDfpScVkcZtvgsVSGGSvgQryE5cDnlxFAMGxVTo6SlniIDPAoSKkicEx X3PiFPiHpo2nNF/V+H5VEQz0i2Q5A9Hfi0HEt7++cC0QIspg+MDT4yfxbiA5zEbMvUv6 6YBQ== X-Gm-Message-State: ABUngvfvxdourG4WKXIdoQqwuF0Nw6ykKI1GU++CNsoTmQ/DhfUgLixhWblRNtg53I4WLQ2X X-Received: by 10.28.134.204 with SMTP id i195mr2702911wmd.77.1478254752671; Fri, 04 Nov 2016 03:19:12 -0700 (PDT) Received: from [172.20.0.10] (82-170-241-105.ip.telfort.nl. [82.170.241.105]) by smtp.gmail.com with ESMTPSA id cy7sm13479114wjc.26.2016.11.04.03.19.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Nov 2016 03:19:12 -0700 (PDT) From: Ruud Boon Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: FreeBSD Port: fusefs-wdfs-1.4.2_6 Message-Id: <2D6040F2-43C8-4B3D-B585-5CDCB6AC88CC@b-funky.nl> Date: Fri, 4 Nov 2016 11:19:11 +0100 Cc: ports@FreeBSD.org To: silverless@gmx.com X-Mailer: Apple Mail (2.3251) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 10:19:15 -0000 Hi, I=E2=80=99m wondering if this port is still maintained.=20 Under FreeBSD 10.3 it looks like it=E2=80=99s failing (trying to mount a = webdav result is disappearing mount directory) Best regards, Ruud From owner-freebsd-ports@freebsd.org Fri Nov 4 12:55:21 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 160B1C2F6E2 for ; Fri, 4 Nov 2016 12:55:21 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dd36626.kasserver.com (dd36626.kasserver.com [85.13.153.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D517DEE for ; Fri, 4 Nov 2016 12:55:20 +0000 (UTC) (envelope-from joneum@bsdproject.de) Received: from dagobert.home.jochen-neumeister.de (p54894637.dip0.t-ipconnect.de [84.137.70.55]) by dd36626.kasserver.com (Postfix) with ESMTPSA id 806002E00198 for ; Fri, 4 Nov 2016 13:55:17 +0100 (CET) To: "freebsd-ports@freebsd.org" From: Jochen Neumeister Subject: Makefile and Github Message-ID: <908c8594-fb4c-ef5c-a14a-d884205912af@bsdproject.de> Date: Fri, 4 Nov 2016 13:55:16 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 12:55:21 -0000 Hi all, I will update the devel/pear-File_Iterator Port. The Project move from a own Website to Gitgub: https://github.com/sebastianbergmann/php-file-iterator I read the porters-handbook on https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-distfiles.html but i am not sure, that i understood correctly: must i set now MASTER_SITES= GH or USE_GITHUB= yes? I tested: MASTER_SITES= GH GH_ACCOUNT= sebastianbergmann GH_PROJECT= php-file-iterator but it not works. Does anyone have any advice? Best regards Jochen From owner-freebsd-ports@freebsd.org Fri Nov 4 14:40:40 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 866F3C2F93F for ; Fri, 4 Nov 2016 14:40:40 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from mail.mimar.rs (mail1.mimar.rs [193.53.106.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3A04A8D9 for ; Fri, 4 Nov 2016 14:40:38 +0000 (UTC) (envelope-from marko.cupac@mimar.rs) Received: from mail1.mimar.rs (localhost [127.0.1.128]) by mail.mimar.rs (Postfix) with ESMTP id C030145BA22B for ; Fri, 4 Nov 2016 15:40:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1478270431; x=1480084832; bh=RDIWJYWppoch9x8Wa451DDQIRfNtKwEqdLr ymkVF/D4=; b=NpbTLYS9d3yBM4lIs34Vc+4ghClawRBU2wyc1PhjlSqZO2+I+9u 68w3DcTP60g1HRu/z1Wc3sChJigNdQsjQ5lC0G63qSjsFfDneMfPmiZvo3mMCopJ jOf46V8gT1Pb5N36WTb7hGMcug7laZnsYGNRlDb7SABnFteSmS+3zyOo= X-Virus-Scanned: amavisd-new at mimar.rs Received: from mail.mimar.rs ([127.0.1.128]) by mail1.mimar.rs (amavis.mimar.rs [127.0.1.128]) (amavisd-new, port 10026) with LMTP id W65-AiO3cHVA for ; Fri, 4 Nov 2016 15:40:31 +0100 (CET) Received: from mephala.kappastar.com (nat-nat.kappastar.com [193.53.106.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by mail.mimar.rs (Postfix) with ESMTPSA id C077F45BA0E3 for ; Fri, 4 Nov 2016 15:40:31 +0100 (CET) Date: Fri, 4 Nov 2016 15:40:13 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-ports@freebsd.org Subject: Re: [HEADSUP] Default Perl changed to 5.24. Message-ID: <20161104154013.1d253c5a@mephala.kappastar.com> In-Reply-To: <20161104104129.5a903775@efreet.kappastar.com> References: <20161104104129.5a903775@efreet.kappastar.com> Organization: Mimar X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 14:40:40 -0000 On Fri, 4 Nov 2016 10:41:29 +0100 Marko Cupa=C4=87 wrote: > On Thu, 3 Nov 2016 16:00:57 +0100 > Mathieu Arnold wrote: >=20 > > Instructions on how to switch are in UPDATING. > >=20 > > If you do not want to switch, you do not have to do anything. > >=20 > > EVERYTHING IS FINE. > > =20 >=20 > Thank you for the information, upgrade using poudriere and pkg > finished without problems. I guess I came to positive conclusion too early. Everything did compile, install and start without problems. But so far I had problems with amavisd-new which would die with the following message: Nov 4 15:20:52 mx1 amavis[38170]: (!)_DIE: Suicide in child_init_hook: BDB can't connect db env. at /var/amavis/db: BDB0087 DB_RUNRECOVERY: Fatal error, run database recovery, No such file or directory. at (eval 93) line 338. Moving and recreating files from under /var/amavis/db did not help, for now I have solved the problem by commenting out the following line in amavisd.conf: #$enable_db =3D 1; I'm off to write bug report for amavis now. Hope this saves troubled postmasters - early upgraders some time. --=20 Before enlightenment - chop wood, draw water. After enlightenment - chop wood, draw water. Marko Cupa=C4=87 https://www.mimar.rs/ From owner-freebsd-ports@freebsd.org Fri Nov 4 15:23:23 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AEFABC2EE3E for ; Fri, 4 Nov 2016 15:23:23 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.lonestar.org (ol.sdf.org [192.94.73.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ol.sdf.org", Issuer "ol.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6517ECAA for ; Fri, 4 Nov 2016 15:23:22 +0000 (UTC) (envelope-from bennett@sdf.org) Received: from sdf.org (norge.freeshell.org [192.94.73.17]) by sdf.lonestar.org (8.15.2/8.14.5) with ESMTPS id uA4FN5hG024240 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Fri, 4 Nov 2016 15:23:05 GMT Received: (from bennett@localhost) by sdf.org (8.15.2/8.12.8/Submit) id uA4FN5cf007956 for freebsd-ports@freebsd.org; Fri, 4 Nov 2016 10:23:05 -0500 (CDT) From: Scott Bennett Message-Id: <201611041523.uA4FN5cf007956@sdf.org> Date: Fri, 04 Nov 2016 10:23:05 -0500 To: freebsd-ports@freebsd.org Subject: perl upgrade finds dependency loop User-Agent: Heirloom mailx 12.5 6/20/10 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 15:23:23 -0000 Following the instructions from the UPDATING entry from yesterday (3 November 2016) for using portmaster, I got a dependency loop. Here is the last little bit of it when I interrupted it again, after adding "-x libglade" to try to prevent the loop. Now I'm thinking that cups is the port to block instead. ===>>> Forcing update for /usr/ports/print/cups ===>>> Launching child to reinstall cups-2.2.1 ===>>> p5-Glade2-1.007_4 1/31 >> gtk2-2.24.29_2 >> cups-2.2.1 >> xdg-utils-1.1.1 >> xmlto-0.0.28 >> w3m-0.5.3_5 >> gtk2-2.24.29_2 >> cups-2.2.1 >> xdg-utils-1.1.1 >> xmlto-0.0.28 >> w3m-0.5.3_5 >> gtk2-2.24.29_2 >> cups-2.2.1 >> xdg-utils-1.1.1 >> xmlto-0.0.28 >> w3m-0.5.3_5 >> gtk2-2.24.29_2 >> cups-2.2.1 >> xdg-utils-1.1.1 >> xmlto-0.0.28 >> w3m-0.5.3_5 >> gtk2-2.24.29_2 >> cups-2.2.1 (25/183) Scott Bennett, Comm. ASMELG, CFIAG ********************************************************************** * Internet: bennett at sdf.org *xor* bennett at freeshell.org * *--------------------------------------------------------------------* * "A well regulated and disciplined militia, is at all times a good * * objection to the introduction of that bane of all free governments * * -- a standing army." * * -- Gov. John Hancock, New York Journal, 28 January 1790 * ********************************************************************** From owner-freebsd-ports@freebsd.org Fri Nov 4 15:38:16 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1C616C2F0C3 for ; Fri, 4 Nov 2016 15:38:16 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD76C19D for ; Fri, 4 Nov 2016 15:38:15 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ijs.si (Postfix) with ESMTPS id 3t9Qw42QMFz1VW; Fri, 4 Nov 2016 16:38:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:references:in-reply-to:organization :subject:subject:from:from:date:date:content-transfer-encoding :content-type:content-type:mime-version:received:received :received:received; s=jakla4; t=1478273889; x=1480865890; bh=JHq x9N7P+pOP/7vyZWrF43W2McAVOqpRdiUsWjubksc=; b=IIjXP4kw3Ri3PZQJxHq wk7Pa7FTtC+H+vlu4IsiUOw1tdp973zPYz3hMGNovWnIfJeDs+k0C6bjNeEthO71 GrRtim5U0wNuTXSLI9rIUYfXWFAc9or/nCR7na9NzgugkMe5Nx1MYogpB49z2KZX g+Fa4mnAmcI7N732d9Kc7Elw= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id k9F5qKdOJfdT; Fri, 4 Nov 2016 16:38:09 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3t9Qw11rfRz1VV; Fri, 4 Nov 2016 16:38:09 +0100 (CET) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3t9Qw10GPgz10Y; Fri, 4 Nov 2016 16:38:09 +0100 (CET) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by webmail.ijs.si with HTTP (HTTP/1.1 POST); Fri, 04 Nov 2016 16:38:09 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 04 Nov 2016 16:38:09 +0100 From: Mark Martinec To: freebsd-ports@freebsd.org Subject: Re: [HEADSUP] Default Perl changed to 5.24. Organization: Jozef Stefan Institute In-Reply-To: <20161104154013.1d253c5a@mephala.kappastar.com> References: <20161104104129.5a903775@efreet.kappastar.com> <20161104154013.1d253c5a@mephala.kappastar.com> Message-ID: X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.2.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 15:38:16 -0000 2016-11-04 15:40, Marko Cupać wrote: > I guess I came to positive conclusion too early. Everything did > compile, install and start without problems. But so far I had problems > with amavisd-new which would die with the following message: > > Nov 4 15:20:52 mx1 amavis[38170]: (!)_DIE: Suicide in child_init_hook: > BDB can't connect db env. at /var/amavis/db: BDB0087 DB_RUNRECOVERY: > Fatal error, run database recovery, No such file or directory. at (eval > 93) line 338. > > Moving and recreating files from under /var/amavis/db did not help, for > now I have solved the problem by commenting out the following line in > amavisd.conf: > > #$enable_db = 1; > > I'm off to write bug report for amavis now. Hope this saves troubled > postmasters - early upgraders some time. I have been running amavisd-new (2.11.0) under perl 5.24 ever since this version of perl came into ports. I doubt your problem is specific to perl 5.24, must be something else. The 'No such file or directory' suggests to double-check your configured paths (and file permissions). But I admit I have ditched the use of BerkeleyDB in favour of a Redis backend to Amavis (and to SpamAssassin), which is much faster and better behaved. Check the RELEASE_NOTES for configuring. Mark From owner-freebsd-ports@freebsd.org Fri Nov 4 17:33:00 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0978DC30D6A for ; Fri, 4 Nov 2016 17:33:00 +0000 (UTC) (envelope-from flo@smeets.xyz) Received: from mail-out.smeets.xyz (mail-out.smeets.xyz [IPv6:2a01:4f8:160:918a::25:11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF6BB5F5 for ; Fri, 4 Nov 2016 17:32:59 +0000 (UTC) (envelope-from flo@smeets.xyz) Received: from mail.smeets.xyz (mail.smeets.xyz [IPv6:2a01:4f8:160:918a::25:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail-out.smeets.xyz (Postfix) with ESMTPS id 2A165D24; Fri, 4 Nov 2016 18:32:47 +0100 (CET) Received: from amavis.smeets.xyz (amavis.smeets.xyz [IPv6:2a01:4f8:160:918a::aa:4]) by mail.smeets.xyz (Postfix) with ESMTP id 50DC29CC35; Fri, 4 Nov 2016 18:32:47 +0100 (CET) Authentication-Results: mail.smeets.xyz; dkim=pass (1024-bit key; unprotected) header.d=smeets.xyz header.i=@smeets.xyz header.b=gUSloqsp X-Virus-Scanned: amavisd-new at smeets.xyz Received: from mail.smeets.xyz ([IPv6:2a01:4f8:160:918a::25:3]) by amavis.smeets.xyz (amavis.smeets.xyz [IPv6:2a01:4f8:160:918a::aa:4]) (amavisd-new, port 10025) with ESMTP id hlGvzPAJ4YZD; Fri, 4 Nov 2016 18:32:46 +0100 (CET) Received: from nibbler-osx.fritz.box (unknown [IPv6:2001:4dd0:fd65:0:6975:718b:fb63:c6e0]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.smeets.xyz (Postfix) with ESMTPSA id 398519CC13; Fri, 4 Nov 2016 18:32:46 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=smeets.xyz; s=default; t=1478280766; bh=zyVPwSK5ngye48btzByazo4Z1bb6XneBK0QCC3S8X58=; h=Subject:To:References:From:Date:In-Reply-To; b=gUSloqspgqiPpKQH5MeqN38Im8gQJ303ZujI90IRNpcGjlblWZxO7hOUNO4xJGm5E 05wKuO+UE7c15q/apHRWAuFho+E0C9WJlhMGG7EpcIWIL5ZMEaNTglI0hIvUSePXDB k0jsERjvn06XRR0xdyNq57jbuIbrkJZEwEU21TA0= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: =?UTF-8?Q?Marko_Cupa=c4=87?= , freebsd-ports@freebsd.org References: <20161104104129.5a903775@efreet.kappastar.com> <20161104154013.1d253c5a@mephala.kappastar.com> From: Florian Smeets Message-ID: <4f403d93-34b0-61d1-7a4d-c2d68040d79c@smeets.xyz> Date: Fri, 4 Nov 2016 18:32:40 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:50.0) Gecko/20100101 Thunderbird/50.0 MIME-Version: 1.0 In-Reply-To: <20161104154013.1d253c5a@mephala.kappastar.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="aCmjfp3nOiXkHTf5WiKSf2IReBfIPuGP9" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 17:33:00 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --aCmjfp3nOiXkHTf5WiKSf2IReBfIPuGP9 Content-Type: multipart/mixed; boundary="MoNrC3CmTHn1pU2fltRuWb5rrE8o0mxan"; protected-headers="v1" From: Florian Smeets To: =?UTF-8?Q?Marko_Cupa=c4=87?= , freebsd-ports@freebsd.org Message-ID: <4f403d93-34b0-61d1-7a4d-c2d68040d79c@smeets.xyz> Subject: Re: [HEADSUP] Default Perl changed to 5.24. References: <20161104104129.5a903775@efreet.kappastar.com> <20161104154013.1d253c5a@mephala.kappastar.com> In-Reply-To: <20161104154013.1d253c5a@mephala.kappastar.com> --MoNrC3CmTHn1pU2fltRuWb5rrE8o0mxan Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 04/11/2016 15:40, Marko Cupa=C4=87 wrote: > I guess I came to positive conclusion too early. Everything did > compile, install and start without problems. But so far I had problems > with amavisd-new which would die with the following message: >=20 > Nov 4 15:20:52 mx1 amavis[38170]: (!)_DIE: Suicide in child_init_hook:= > BDB can't connect db env. at /var/amavis/db: BDB0087 DB_RUNRECOVERY: > Fatal error, run database recovery, No such file or directory. at (eval= > 93) line 338. >=20 > Moving and recreating files from under /var/amavis/db did not help, for= > now I have solved the problem by commenting out the following line in > amavisd.conf: >=20 > #$enable_db =3D 1; >=20 Did you also upgrade from 10.3 to 11.0 recently? I've seen this happening on two boxes running heavy mail traffic ever since upgrading those boxes from stable/10 to stable/11 (around 11.0-BETA1). Amavis was running rock solid before. The amavis version was still 2.10.1 back then. So I'm not quite sure this is related to the perl upgrade nor the recent amavisd-new upgrade. I resorted to enable_db =3D 0, and haven't had a lot of time to do any debugging yet. Florian --MoNrC3CmTHn1pU2fltRuWb5rrE8o0mxan-- --aCmjfp3nOiXkHTf5WiKSf2IReBfIPuGP9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJYHMY8XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRBNzAxMDMyMDNCQ0FCNDRBOThGRUM4NDRF NzA1M0RGOUZGODZGMDc2AAoJEOcFPfn/hvB2uQEP/AqdYv+RTTAwG7wZg+9weD5n Owp5yx0b1uuyxWdUbcyEQzL6ctVc0ahYRt3tD9rpbPW+oe+IXQIeJhuyZaqpQu1b mKnlMUfQFHrcsj31wzUTj5RA091w+1wjIPx7A9j8UfjLbh9JD3CeK+yqWUDq4Uhf IObV/0Bb1Osw3VEFkXj/aykCzCQB/v2j0V32PnsHqS1BeIXDUiMBMUgH1Hecfuj+ gpWsnodA14rDyl4dXbSk5+6SsCsS8Uol2BwzhCo2jbpvCg2G4JGcgT5AcHLSK9rm LNcDvHwJaibXuTnWe/98AEZZ6Ee+vOijnPPwEwHXuEbpjbMnob2h+WCmr3kpId3l zK2cWEqNpdGDJGXTTVpT0p+27SoM7MI8FGXUibxbbU2mC/DiXmo/aucchQJl18Uh Y44CzozKtJoxZtE6n1dmtXvSNsF+H2pRxRUSe4Upfcd1XmMl30SAA55y6Y78loOT QnPpItv81jBYzEBinSA9dAw/0FsBd2wYuDEVmj4983cb8DEko3wj4xrz/OVOGZ0u BeptxcTh2RUc7b6jl+iV7KioUTArSfIxJ8dDkbb0cCpAV+7x2aEVxPwFoaSKBDBK PhlfIhNU1kMLnbauFUdMUeRHFoZ0knxI9XHKYunNe+uAZN0DUMgGyJUoUjY3DFst MbgM+i28q5Ld6iuDxDCw =wrUz -----END PGP SIGNATURE----- --aCmjfp3nOiXkHTf5WiKSf2IReBfIPuGP9-- From owner-freebsd-ports@freebsd.org Fri Nov 4 22:57:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A635BC30045 for ; Fri, 4 Nov 2016 22:57:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 67CE182B for ; Fri, 4 Nov 2016 22:57:29 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E78CFBDD3D; Fri, 4 Nov 2016 23:57:26 +0100 (CET) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by prod2.absolight.net (Postfix) with ESMTPSA id C30B0BDD35; Fri, 4 Nov 2016 23:57:26 +0100 (CET) Subject: Re: Makefile and Github To: Jochen Neumeister , "freebsd-ports@freebsd.org" References: <908c8594-fb4c-ef5c-a14a-d884205912af@bsdproject.de> From: Mathieu Arnold Organization: Absolight / The FreeBSD Foundation Message-ID: <6453ffcd-3320-e9c5-500e-854baf5e12ef@FreeBSD.org> Date: Fri, 4 Nov 2016 23:57:25 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <908c8594-fb4c-ef5c-a14a-d884205912af@bsdproject.de> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="DHLHeNrSNvmhKqnm71AKOLHta2oScqGJu" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 22:57:29 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --DHLHeNrSNvmhKqnm71AKOLHta2oScqGJu Content-Type: multipart/mixed; boundary="r4OOfAihmHatbsIdCrLDqOnkxt1O5vkc0"; protected-headers="v1" From: Mathieu Arnold To: Jochen Neumeister , "freebsd-ports@freebsd.org" Message-ID: <6453ffcd-3320-e9c5-500e-854baf5e12ef@FreeBSD.org> Subject: Re: Makefile and Github References: <908c8594-fb4c-ef5c-a14a-d884205912af@bsdproject.de> In-Reply-To: <908c8594-fb4c-ef5c-a14a-d884205912af@bsdproject.de> --r4OOfAihmHatbsIdCrLDqOnkxt1O5vkc0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Le 04/11/2016 =C3=A0 13:55, Jochen Neumeister a =C3=A9crit : > Hi all, > > I will update the devel/pear-File_Iterator Port. > > The Project move from a own Website to Gitgub: > https://github.com/sebastianbergmann/php-file-iterator > > I read the porters-handbook on > https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/make= file-distfiles.html > but i am not sure, that i understood correctly: > > must i set now MASTER_SITES=3D GH or USE_GITHUB=3D yes? > > I tested: > > MASTER_SITES=3D GH > GH_ACCOUNT=3D sebastianbergmann > GH_PROJECT=3D php-file-iterator > > but it not works. > > Does anyone have any advice? Well, yes, I see you found the documentation, there are quite a lot of examples about USE_GITHUB, none of them tell you to set MASTER_SITES=3DGH= and all of them tell you to set USE_GITHUB=3Dyes. Have you tried doing th= at ? --=20 Mathieu Arnold --r4OOfAihmHatbsIdCrLDqOnkxt1O5vkc0-- --DHLHeNrSNvmhKqnm71AKOLHta2oScqGJu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAEBCgBmBQJYHRJWXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IiXoP/j89zWSmcvBtBeUzSFKDHoJC XbfvRSPctcfvLshlnbEq5gua6zRTLvXzgtBIJoEW9LDQKmwBQ9zDjz8rsR7Jgpju 0j5Yxwju4NBK1M84pTVTBDLVjksjvAJVcdSBzzFg4inEKT4r7oZkE+YX8bVokMSs l0uWiM4+3RnoyUyuWrogdzvE/kDzFGtInlKqK7LB1tyB6gsDYaxT0gqmvpWfvjvN ZVnHJZiklPzxkVKqBhBSwh+O8g0yyOCjFxIE3qG1qDR4xt87o3x8ZAjNWnBxghOq fyB9jQndDKVO1ciD3RUk0vnOQ63TcC40SVnYckDcjZ6L6NoD4kMJrS1mNwMiQZog YbU2WoHA6hXN9ABH7G8XyKvpPG9Z0yWsIR2RrM4Z91nhTYl5WJ7OrvwRPURVex5X 9zTZ2aDdCVnx0HOzsBSimtpz7JHfolachlTNClypHsm2sBbK5+vPaHaLnPOfLU89 jMGwoSkODq6OvIlyZSwkK2cVW5paR7ABQW75OdA3Hu4NjJ3lOXpXorQ+FkncwQqF IpSYnHcDdfiL1SyrXjzJEecNABYdDAkmMBT8dykp4UgdEoIvLIySo8FMA+2cMB3m dPJRvzxu+8dri3AEHxaBVRmniocURFBRNcgQj4dsYTectGMjOEnWJT66Mx/w5HEo 0NLVdPAjwh8D9+0lts72 =AvSF -----END PGP SIGNATURE----- --DHLHeNrSNvmhKqnm71AKOLHta2oScqGJu-- From owner-freebsd-ports@freebsd.org Fri Nov 4 22:58:41 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6DF65C300DF for ; Fri, 4 Nov 2016 22:58:41 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 435698ED for ; Fri, 4 Nov 2016 22:58:40 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D0A87207F3 for ; Fri, 4 Nov 2016 18:58:39 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 04 Nov 2016 18:58:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=0JooUvK+O9abPFV HRECfXtVYMWI=; b=nwiADCC7L/DkLZL3H4iD+y+b7Bron5LvEOrY75ae2WONe9A xN28/Gm8DGgyTFZHnTpi3/5eMAN1+iCbaGd7pthPqsCEI8UP8S6TSwE+eCkQwWR2 xBOalb+dzIxCRV8aknYq8Z7hxOqeGOy7fCn9vlXnzuNUZDKLv2lcrY8hxHS0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=0JooUvK+O9abPFVHRECfXtVYMWI=; b=A+aoAS8ywa4NR+9mi7EC Xt7MUAVukHP0Z8SmgNxK3xwQdrvXL1r/En0D0I3gi3eqQpxguKULm0rHSrQbMlhW DLZD3OMwPOPAfUhQI649pJL/5b1F1pQAKqJQ8TGRCUecKMn3KHwxBmy5uCxRTcy8 rd4XwPgfNBQhNGLxo7jTjmA= X-ME-Sender: X-Sasl-enc: LTUgfw+QyG14rbu1nTypk0YQYsN/6NsvpqE/+icjJF4O 1478300317 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 47B0ACC0B5 for ; Fri, 4 Nov 2016 18:58:36 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: From: tech-lists Message-ID: Date: Fri, 4 Nov 2016 22:58:33 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 22:58:41 -0000 On 03/11/2016 15:00, Mathieu Arnold wrote: > Instructions on how to switch are in UPDATING. > > If you do not want to switch, you do not have to do anything. > > EVERYTHING IS FINE. > > -- Mathieu Arnold Hello, I followed the instructions in /usr/ports/UPDATING for portupgrade. I have found that numerous ports will not build: ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! net/p5-Socket (p5-Socket-2.021) (unknown build error) ! security/p5-Crypt-IDEA (p5-Crypt-IDEA-1.10_1) (unknown build error) ! net-mgmt/p5-NetAddr-IP (p5-NetAddr-IP-4.078) (unknown build error) ! converters/p5-Encode-JIS2K (p5-Encode-JIS2K-0.03) (unknown build error) ! converters/p5-Unicode-String (p5-Unicode-String-2.10) (unknown build error) * converters/p5-Unicode-Map8 (p5-Unicode-Map8-0.13_1) ! math/p5-Bit-Vector (p5-Bit-Vector-7.4) (unknown build error) ! devel/p5-Filter (p5-Filter-1.55) (unknown build error) ! chinese/p5-Encode-HanExtra (p5-Encode-HanExtra-0.23_1) (unknown build error) ! security/p5-Digest-SHA1 (p5-Digest-SHA1-2.13_1) (unknown build error) [snip loads more] This happens after I removed the DEFAULT_VERSIONS+= line in make.conf and ran portupgrade -f `pkg shlib -qR libperl.so.5.20` as indicated in the second step. How can I fix? System is r308206 (11-STABLE) and ports is r425362 thanks -- J. From owner-freebsd-ports@freebsd.org Fri Nov 4 23:01:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04821C30173 for ; Fri, 4 Nov 2016 23:01:02 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CD8E1A0A for ; Fri, 4 Nov 2016 23:01:01 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id AFA6620793 for ; Fri, 4 Nov 2016 19:01:00 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Fri, 04 Nov 2016 19:01:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=lConYrHCjzHTE1D mtfvPlNRxy/0=; b=wwL6lY1or/vqaWSnDjwX6TkWTfIC3XTAZlym4Avs3+r2YtF /PAWRIMhENoF1Y5TCKbZveyxaKU5vP0IXjGjubxbvJxRAZkjeQeyDb0oZCOLAZiw GsZBP03mASifrqJdkpz/KE8EUMqKyGwDsvFQaA15s+LS4dd2m7P9wuFi27xE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=lConYrHCjzHTE1DmtfvPlNRxy/0=; b=uMc2Tf5Rd4P5HoXDqmHQ jg440CZ956y6LnnI/duUJZ9L+NWQixWei7XCcX6NjHTYZvGDWaD0+DTyIoqMZpk/ UdGEngZ+4B9FcZeRqGju8HpQML3ia9IaMN1ZApKcG8VgqUyw4zTQTHzZVJMDmtjC hWcnWp7Gb1HsGte5UknrJFE= X-ME-Sender: X-Sasl-enc: ISB0QE6emfBDgoWfZ4LGVcl+tKkRNl3o3xNBH8d7K4p4 1478300459 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 567D3CC0B5 for ; Fri, 4 Nov 2016 19:00:59 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: From: tech-lists Message-ID: Date: Fri, 4 Nov 2016 23:00:56 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Nov 2016 23:01:02 -0000 On 04/11/2016 22:58, tech-lists wrote: > On 03/11/2016 15:00, Mathieu Arnold wrote: >> Instructions on how to switch are in UPDATING. >> >> If you do not want to switch, you do not have to do anything. >> >> EVERYTHING IS FINE. >> >> -- Mathieu Arnold > > Hello, > > I followed the instructions in /usr/ports/UPDATING for portupgrade. I > have found that numerous ports will not build: > > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > ! net/p5-Socket (p5-Socket-2.021) (unknown build error) > ! security/p5-Crypt-IDEA (p5-Crypt-IDEA-1.10_1) (unknown build error) > ! net-mgmt/p5-NetAddr-IP (p5-NetAddr-IP-4.078) (unknown build error) > ! converters/p5-Encode-JIS2K (p5-Encode-JIS2K-0.03) (unknown build > error) > ! converters/p5-Unicode-String (p5-Unicode-String-2.10) (unknown build > error) > * converters/p5-Unicode-Map8 (p5-Unicode-Map8-0.13_1) > ! math/p5-Bit-Vector (p5-Bit-Vector-7.4) (unknown build error) > ! devel/p5-Filter (p5-Filter-1.55) (unknown build error) > ! chinese/p5-Encode-HanExtra (p5-Encode-HanExtra-0.23_1) (unknown > build error) > ! security/p5-Digest-SHA1 (p5-Digest-SHA1-2.13_1) (unknown build error) > > [snip loads more] > > This happens after I removed the DEFAULT_VERSIONS+= line in make.conf > and ran portupgrade -f `pkg shlib -qR libperl.so.5.20` as indicated in > the second step. > > How can I fix? System is r308206 (11-STABLE) and ports is r425362 > > thanks edit: the error I get now when I try to rebuild an affected port singly is: ===> p5-Socket-2.021 depends on package: perl5>=5.24<5.25 - found ===> Configuring for p5-Socket-2.021 env: /usr/local/bin/perl5.24.1: No such file or directory *** Error code 127 Stop. make: stopped in /storage/usr/ports/net/p5-Socket -- J. From owner-freebsd-ports@freebsd.org Sat Nov 5 04:23:44 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DFD4C30A47 for ; Sat, 5 Nov 2016 04:23:44 +0000 (UTC) (envelope-from bycn82@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0BADBEAD for ; Sat, 5 Nov 2016 04:23:43 +0000 (UTC) (envelope-from bycn82@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id 137so35318157vkl.0 for ; Fri, 04 Nov 2016 21:23:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:from:date:message-id:subject:to; bh=vFOuVk+GD0ih/XxqOkYMl3ImCytSm4r7jC3y3hbsJZo=; b=xSitInn1iPK+8EktTqn46J2ec3Xj163w6tRnwaJlsdW+s4CPvcyCUFLkN5JI2Pw97/ n4NXjZmp20Ghc3dmsGDLShscV2S8z67T0wKiRbbYPx7oY7PIj/BKQzVuvHv4nUw+/6e4 BM692qxOog7Hjsj7jXJ/mNpv95lRJg6lW8LGfHs+f1qV1zQBelSSiZbnvzarHnP7VHX4 cYZt0cPzKNp7JyQ5ko28zyQ6e0+/naQQAtuSOjoiIDJWpRyMVChOWtScpBPx60kt8IjW 2x7b5x7te86zO1nj0JNJiyirEYQ8KrBbtVzjxD3LMBgIWxBu9IEDqR47XR/2xwiY1wJC YyvQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:from:date:message-id :subject:to; bh=vFOuVk+GD0ih/XxqOkYMl3ImCytSm4r7jC3y3hbsJZo=; b=PypPL4ofc8AqQDcQ7uy1ZgrXbj4kDIWNMEVKJJZ68fmLcxmBKT93nf59goRu/NV4UO Tu/4NNyMBgi6YITYHuMbziOZJYTir3rrSvFAZjEHV6yJ4P+6mSRX/hkqqNd+DWaCAbbn qZ7XxN2NTJ8R4aSYl59lAnY4rRZkIDOGrDzP0t3B9D5FQOHQdUMRbeXC7f19LUkiQNf4 9L+9FwGFmyVf8cOzVjSlix7+ibcsvL+vE/j2Nlu10f9cp1mjh9dXWmGRwqpKkgXFzCtA ryHlRnWaSr2DVlG4Vlk1khgL/MqCZP0XWptbn7C6xanGPToHRh5FDE/sr4xHigUwdMVC O4fg== X-Gm-Message-State: ABUngve9sUKDlEKIZC3quiV2i1Sd/bWUp6y9ZuXvlQgMCOYI5Wasce0spuCBnzhuc/sDZUD/eFC0BiHZh0ZRlQ== X-Received: by 10.31.109.66 with SMTP id i63mr13892887vkc.89.1478319822926; Fri, 04 Nov 2016 21:23:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.121.81 with HTTP; Fri, 4 Nov 2016 21:23:42 -0700 (PDT) Reply-To: bycn82@dragonflybsd.org From: Bill Yuan Date: Sat, 5 Nov 2016 12:23:42 +0800 Message-ID: Subject: powerdns is marked as broken in FreeBSD To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 04:23:44 -0000 #pwd /usr/ports/dns/powerdns #make ===> powerdns-4.0.1 is marked as broken on FreeBSD 9.3: Does not link. *** [all] Error code 1 Stop in /usr/ports/dns/powerdns # From owner-freebsd-ports@freebsd.org Sat Nov 5 04:28:22 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E3D5C30BE3 for ; Sat, 5 Nov 2016 04:28:22 +0000 (UTC) (envelope-from bycn82@gmail.com) Received: from mail-ua0-x230.google.com (mail-ua0-x230.google.com [IPv6:2607:f8b0:400c:c08::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D09656C for ; Sat, 5 Nov 2016 04:28:21 +0000 (UTC) (envelope-from bycn82@gmail.com) Received: by mail-ua0-x230.google.com with SMTP id 51so81955524uai.1 for ; Fri, 04 Nov 2016 21:28:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc; bh=1Ao7MnP+B5XVU1mPrPzjryVPD8SS0MWKiWevqmlGs+U=; b=T0QmVCFBc/u0PHvVKoFvkKgwfqUu+JjCLtIp+JT/czpvh/hP125CUUWo4k1SUKTOXx WC/qB3l1OydHQ2hAPmaQDhhrPisgaW4+S7XJjgx/PQ5erJOE8ePwLyUG5LJ8m+pmP+WE t+mwvLRHlxRpPFfcUfuAbUEPaO6jsAalhiad2DMttqvZVwZi3wmqsEP63XVJM/SJ3+0/ lrPcIiDSZ1vWc4lVI/IuvacC/ba5/14baIW05VKBFgak2CV3qVP5YKjldf9TuyMIoYWm EaGIk4p8SUqaelEBxXyl+21amK24xkPXyZeClFtKzy3uFJWDFWnPLu569IL4N+jFhS2U uNJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=1Ao7MnP+B5XVU1mPrPzjryVPD8SS0MWKiWevqmlGs+U=; b=ZgfZnHdN22SqfOimw26UyIs1s1qs/D6O/ks4a5pBeQFq4jcVHZzCCjEY3o/6qCTmAp GEd9X+rxEPd23xftA1O1ZMT8jDcEY1n4rPJNukIb7ktE2lFp8dllBMs/PysEt43Fc2rs f2kdsM885JMx5V8zgF/JvwOWp8aV6//8bvTDfmYCT6rXGh9u24Tj/k+cGowmcfQ9mkJr Szk6/H2thDoYAwA0hxXAcANc9t3xM+BErN/Yx/kpIWxVB5D+EiN7QpqJhTsc7yrlBw9w cGiUc53ltBsgrX06usFAPdEoAVe3fcn1HodZm5AubjKupBEbFv1eXbzhqeGbt/4MOI3V YlGw== X-Gm-Message-State: ABUngve9o7C7lKYDbyOhgDMHuXipkcJnurj7ke35Ua7wjrQXIu/6fdyTTxu1LGd53Wmkib4qTIjoYdXU7l2UOA== X-Received: by 10.159.53.112 with SMTP id o103mr11927725uao.146.1478320100804; Fri, 04 Nov 2016 21:28:20 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.121.81 with HTTP; Fri, 4 Nov 2016 21:28:20 -0700 (PDT) Reply-To: bycn82@dragonflybsd.org In-Reply-To: References: From: Bill Yuan Date: Sat, 5 Nov 2016 12:28:20 +0800 Message-ID: Subject: Re: powerdns is marked as broken in FreeBSD To: bycn82@dragonflybsd.org Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 04:28:22 -0000 Oops! same as powerdns-recursor Is there anyway to downgrade it ? On 5 November 2016 at 12:23, Bill Yuan wrote: > #pwd > /usr/ports/dns/powerdns > #make > ===> powerdns-4.0.1 is marked as broken on FreeBSD 9.3: Does not link. > *** [all] Error code 1 > > Stop in /usr/ports/dns/powerdns > # > > From owner-freebsd-ports@freebsd.org Sat Nov 5 07:22:45 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85957C30707 for ; Sat, 5 Nov 2016 07:22:45 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 13AB6893 for ; Sat, 5 Nov 2016 07:22:44 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id 422771A0A1 for ; Sat, 5 Nov 2016 08:12:43 +0100 (CET) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id 1DC1F1A094 for ; Sat, 5 Nov 2016 08:12:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1478329953; bh=nQItQRDYKY7Eai83Kqx2DWyZYdN3X7EA7CafE9T+wnE=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=MgAprMPrReS63rjUbIiB7S2UtBe/UPG/7jLzrGuUc6ynDyfYHVcNf79LUavUC+nJd tXYAvuEcnjBbExsToljjZlkB31SL9tMD+EUYWVB/tXVy+yt509G4juC9FSrxRx3faN hdrrtllJsZj7G4Ut/uyW1m9XmOArXzhMTJ1UvVXk= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: From: Piotr Szafarczyk Message-ID: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> Date: Sat, 5 Nov 2016 08:12:34 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 07:22:45 -0000 On 2016-11-05 00:00, tech-lists wrote: > On 04/11/2016 22:58, tech-lists wrote: >> On 03/11/2016 15:00, Mathieu Arnold wrote: >> I followed the instructions in /usr/ports/UPDATING for portupgrade. I >> have found that numerous ports will not build: > > edit: the error I get now when I try to rebuild an affected port > singly is: > > ===> p5-Socket-2.021 depends on package: perl5>=5.24<5.25 - found > ===> Configuring for p5-Socket-2.021 > env: /usr/local/bin/perl5.24.1: No such file or directory > *** Error code 127 > > Stop. > make: stopped in /storage/usr/ports/net/p5-Socket > Hi, It looks like the same problem I encountered with 5.20 under 10.3 (just one box). Links are not created during port building (with other than perl too). With perl, two links are missing under /usr/local/bin. Creating them manually allows for a successful building of a port that depends on perl. If you can, look at my post from October 23rd (links not created by make install). Regards, Piotr From owner-freebsd-ports@freebsd.org Sat Nov 5 08:05:31 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCD42C31210 for ; Sat, 5 Nov 2016 08:05:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id AA9EA8E7 for ; Sat, 5 Nov 2016 08:05:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id A9D31C3120E; Sat, 5 Nov 2016 08:05:31 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A97B8C3120D for ; Sat, 5 Nov 2016 08:05:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9CCE08E6 for ; Sat, 5 Nov 2016 08:05:31 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.15.2/8.15.2) with ESMTP id uA585Vph007779 for ; Sat, 5 Nov 2016 08:05:31 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.15.2/8.15.2/Submit) id uA585VTr007778; Sat, 5 Nov 2016 08:05:31 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201611050805.uA585VTr007778@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sat, 5 Nov 2016 08:05:31 +0000 From: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 08:05:31 -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 ------------------------------------------------+-----------------+------------ lang/js_of_ocaml | 2.5 | 2.8.3 ------------------------------------------------+-----------------+------------ www/trac | 1.0.13 | 1.2 ------------------------------------------------+-----------------+------------ 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 Thanks. From owner-freebsd-ports@freebsd.org Sat Nov 5 09:58:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3DCFFC2E8EB for ; Sat, 5 Nov 2016 09:58:14 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0440599B for ; Sat, 5 Nov 2016 09:58:13 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 32C202075A for ; Sat, 5 Nov 2016 05:58:12 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Sat, 05 Nov 2016 05:58:12 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=zUMytck1WxBaml7 T2myPv/QTOrQ=; b=cf6We8RFw3YcubvvyG/SLPzcyBGOwNZuuPW6KS/W02IDd4i gfzJVyKHfNc1B+cDkq0GNHHVdHgYJD4ZBz4E7uzDZrJKuUoQZszBC9YwAM42L3xJ /G2/JxQMT59RWQaJsTMT4e7zniw+GD00miz/MaGGTPY1H48xk+HL6mT/njQM= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=zUMytck1WxBaml7T2myPv/QTOrQ=; b=OMCHyLWTyyh5L5w3j9Cc 1V5YMRXibyZvOOnKysfulIIv0evVKbGI0200ZBPl0HVrvZH6b4AjYhddTZkVSY7Q 04b7RW7Khsuth3G2PtVkkq47R7b+zKJWDKwX6mI7skmj7xxAFC5tCIt729c/1uvl 7IN3m3Nz0BhwbIPDs8QbTfQ= X-ME-Sender: X-Sasl-enc: nw4UBAnN5E3uz+aPK32oyCnKvHQ+2h2y1KloOAJp74hl 1478339890 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 1375ACC027 for ; Sat, 5 Nov 2016 05:58:09 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> From: tech-lists Message-ID: Date: Sat, 5 Nov 2016 09:58:06 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 09:58:14 -0000 On 05/11/2016 07:12, Piotr Szafarczyk wrote: > Hi, > > It looks like the same problem I encountered with 5.20 under 10.3 (just > one box). Links are not created during port building (with other than > perl too). With perl, two links are missing under /usr/local/bin. > Creating them manually allows for a successful building of a port that > depends on perl. > > If you can, look at my post from October 23rd (links not created by make > install). Hi, Thanks for replying. Found your Oct 23rd post at https://lists.freebsd.org/pipermail/freebsd-ports/2016-October/105463.html I fixed my problem by doing this, in /usr/local/bin : ln -s ./perl /usr/local/bin/perl5.24.1 and then running: portupgrade -f `pkg shlib -qR libperl.so.5.20` again. I think maybe the problem you had was a little different because in my case, portupgrade could not update any port until that symlink was added, so the "make install" phase was never reached. Instead of calling perl, it looks for /usr/local/bin/perl5.24.1 which of course didn't exist. Also, in my case, the bin/perl updated link *was* created[1] following the instructions in UPDATING, just not the bin/perl5.24.1 link. Previously: ===> p5-NetAddr-IP-4.078 depends on package: perl5>=5.24<5.25 - found ===> Configuring for p5-NetAddr-IP-4.078 env: /usr/local/bin/perl5.24.1: No such file or directory *** Error code 127 Stop. make: stopped in /storage/usr/ports/net-mgmt/p5-NetAddr-IP Now everything builds. thanks, -- J. [1] checked with perl --version From owner-freebsd-ports@freebsd.org Sat Nov 5 10:49:06 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3128FC30E31 for ; Sat, 5 Nov 2016 10:49:06 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B798D876 for ; Sat, 5 Nov 2016 10:49:05 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id f82so34434346wmf.1 for ; Sat, 05 Nov 2016 03:49:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=P3nxwnuRj3WINF+e3vQa2ruaNVLz2o57txFtgUwVqe4=; b=0yaBHt5mHb/LBnYvQDuDPk8mHETfmdTJURMQ3mJnCpFO+OfKWikXm/4ld5SqELRYBO C8p1YGMyFhIy/9kvYR1TPkZEDReqTjKIOqM33YY3/XTVhNTiNg78DKe9dlDUaD2pkdyJ dy53lALleQhE8TXdOgbw/KWHl4LAHuySlZHuIl09N+ynDeSngtlAVMXrENTBmdgH+iiB BKrBZoKVQar9q/0wLunUVFTP2xD8HS8bB19X//3YnTwMu3CSynPgDjpQ9sN4Bbx2g9Px fMBI2aqj1X+jvousbu9M+/Yj3iakS5wKp6/YcBGAFGQaqW8nD7uaHwVVo44aK5W+Rvio l0EQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=P3nxwnuRj3WINF+e3vQa2ruaNVLz2o57txFtgUwVqe4=; b=Cz7x4JkxUDJEzdGAgsLlEGcHVsww28qkvraGcOV8JbNaDa1Od6MxWQG6MLG5rBAnOF DvGTnecdGZLrJG7vX1S+SFVDPwVteXY1VsChx9I8A5x2aHrx+3xusYRj/wgstEBpGe0f D8t8O46VTBww/DnmK5Zu0XQDJ8oxbz1Ilbdf5VOlbDf/EFveljxRgM01KMzjtaH9nFQU siddb6ssKEoCyOdohdq7U+bYvH9hzdmLHdFARcuhsdyGRjYlNf0W1JWwvvE2SzqggySg 8/7mvS/1JcqfSG63zeQm/zFkbjhRAW0/3NPgafRqDQxbZnEPQY/w6QyS1VC2DT0uVpYh a3xg== X-Gm-Message-State: ABUngvfFqjpP1y1y2Oq+c8/7sj0EcX3NUEGSh4kgCcKAvShe0y0MtHFHIYcofIX1hep+Bg== X-Received: by 10.28.213.74 with SMTP id m71mr1347789wmg.39.1478342944117; Sat, 05 Nov 2016 03:49:04 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id b184sm1596001wma.0.2016.11.05.03.49.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 03:49:03 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 5 Nov 2016 11:49:03 +0100 From: Baptiste Daroussin To: freebsd-ports@freebsd.org, dereks@lifeofadishwasher.com Subject: Re: mail/{neo,}mutt: why not packaged with gpgme? Message-ID: <20161105104902.z7p3cx2apahbopxm@ivaldir.etoilebsd.net> References: <20161102204551.jkismaljloqwlokp@box-hlm-03.niklaas.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zxuizdoh2sruf3su" Content-Disposition: inline In-Reply-To: <20161102204551.jkismaljloqwlokp@box-hlm-03.niklaas.eu> User-Agent: NeoMutt/20161028 (1.7.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 10:49:06 -0000 --zxuizdoh2sruf3su Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 02, 2016 at 09:45:51PM +0100, Niklaas Baudet von Gersdorff wrot= e: > Hello, >=20 > While talking about an issue I have with mail/{neo,}mutt and > security/gnupg on #gnupg on freenode I was advised to use > security/gpgme with mutt. I haven't been using gpgme for a while, > mainly because the packaged versions of both mail/{neo,}mutt have > it disabled and I was too lazy to compile it on my own. Since > I got that advice, I've started wondering: >=20 > Why is gpgme disabled by default? >=20 > As was argued (and as I experienced myself) setting up mutt to > work with gpgme is much easier than without. Especially gnupg2 > made it difficult to configure mutt without gpgme. So why not > enabling gpgme in the packaged versions? >=20 > I decided not to create a PR about this request. If that's wrong, > tell me and I'll create one. For neomutt I haven't added gpgme as the default gpg setup works pretty fine with gnupg2 and the gpg.rc I can be convinced that making gpgme the default= is a good idea, though I have never used gpgme Best regards, Bapt --zxuizdoh2sruf3su Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAEBCAAGBQJYHbkEAAoJEGOJi9zxtz5aziUQALP9yiLySpLowO2hAQQmVFEu 3jRzsVvvoS6gpN36CcPDDu3XqXs2j9IAFqlp16G1e5qJ/B2gdZDJ05d6dxswqs8f qAD6k0Mv3Nfe9m+vc04Tqg2YVeeznfjNEOWu573lVmh/JTKKx9qWmLNV7nnjr5Xk tbyWhjY0gWDCJwCp3kYvco70x58TU8Zphfk5b+wtaX/05yrFxCcHqQJM2ou7Navq iwRz5Cu7UNCFsLH/8W0TiuN21/BbsBBX6WE5uCApXTIblnjZDWCEIN8BJj8YOfoj E7aCyIZIR8Urz8fMRyR0mUoSukCFXnVFqeKYtnTFrnUhsNppXTpFL5bEp801ZW7S fpop13XPbxoGbnOp4Vizut5iB/weQ4ky+szwwhaKyqdEBKqlzdpQ4fD+3LrBdAb5 OizSikkEHVSODJHQmXLzKEsUMIjCiJcbV8S7rzs0hwTdhbyca4sXYLMKtkXyhLT4 eVnJEKDEgsDbpdi8mkZjicdHXYIV19xFl/BtoA5eWMYPCTAuodjhn9lcsYlrzQpu iR5iR+pXB4kZ5b+aS80g3XVzASZOPVsjeCcQ4OhxkQ5N4ZISloh0nTCCUJywfioM rZMlibONyaLMCXFZE8Te6exstvitvy3A4UFNnKvpNqZ8p27ZjkhVV0p9v0i7kF5I /Kg949gB531eWsWPI6wE =0q5Y -----END PGP SIGNATURE----- --zxuizdoh2sruf3su-- From owner-freebsd-ports@freebsd.org Sat Nov 5 11:14:56 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6546C2E333 for ; Sat, 5 Nov 2016 11:14:56 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5857CE5A for ; Sat, 5 Nov 2016 11:14:56 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id t79so94095148wmt.0 for ; Sat, 05 Nov 2016 04:14:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=CWdCudnt0k1FqOV5VdDCznVjcV8FcTYC18vrIg0BYT0=; b=Iw5eD8sILuiUH/Y2cqS4nfN7BBtlKx/0QS4KG8iNCmYp+MzOZA+79Me/szlLTOdWZj mOE/aF5m6mBl/yR2Qx3a5gWvN71xsGXJVcAza5+eCmmPb7TZabt2F+vIvS9hwPU/bLdR J5S506syvew9SdcGDdV2tekFFGfrSTCu+C2lx1P/RAXO2CU3O19PvN2cMlEyURk9ETbb QmpeMAN/Otvzk0KL+L+L7xEu95VYFv8gY/vT8AzTuqpPgrjF7o8OAecalNjEEpV6LuMX a2my1LHr8pC+SjxnYDDXwvrUU9RqaRkpNKJ4XAeNQo/CiMs9tLB0DbakB+wTwwt4c9dq eKeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:subject:message-id :references:mime-version:content-disposition:in-reply-to:user-agent; bh=CWdCudnt0k1FqOV5VdDCznVjcV8FcTYC18vrIg0BYT0=; b=WIBLL6wuPk9+2P64DvXHer+ONa0vdtadIohnHBKg95gi6vrH9LIs2ePbpNRfj6uOb2 MZvVYD19GYByqXksr6H5YC8SHLdBPkGvV1clR4ZGKfy7MolvJQsUdQXyUNhvE+dkq6gB E4PN4yF+pSPjvU1STq79+SR9zCGH7zDtW+P0xUrcv6+QUgCMLojyaVK8zSgGffHfDVYA k2sBwl3rwKTXdsHaFRgH7ZKeA1+21y2BcHI9fMbyWpoFGvGBxhKw1j3sH60zwTf+gJnz CdKJaMtuRqIarIOYK73mb5MIjmGhsrZAxjo9iyXf1/q9ieGhYj0I0ZFN7SujiSVy8GDj 46kA== X-Gm-Message-State: ABUngveQS3HgkahkCj1b22rkfUNb1KeUthI1htzuwwRa8gNVS3UiKKKdTbIZ72xm76N0nQ== X-Received: by 10.194.87.130 with SMTP id ay2mr14505168wjb.44.1478344493732; Sat, 05 Nov 2016 04:14:53 -0700 (PDT) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id e5sm1687876wma.10.2016.11.05.04.14.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 04:14:53 -0700 (PDT) Sender: Baptiste Daroussin Date: Sat, 5 Nov 2016 12:14:52 +0100 From: Baptiste Daroussin To: freebsd-ports@freebsd.org, dereks@lifeofadishwasher.com Subject: Re: mail/{neo,}mutt: why not packaged with gpgme? Message-ID: <20161105111452.c76pnuvfloc56r54@ivaldir.etoilebsd.net> References: <20161102204551.jkismaljloqwlokp@box-hlm-03.niklaas.eu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="sinabvmerpf5dlus" Content-Disposition: inline In-Reply-To: <20161102204551.jkismaljloqwlokp@box-hlm-03.niklaas.eu> User-Agent: NeoMutt/20161104 (1.7.1) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 11:14:56 -0000 --sinabvmerpf5dlus Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 02, 2016 at 09:45:51PM +0100, Niklaas Baudet von Gersdorff wrot= e: > Hello, >=20 > While talking about an issue I have with mail/{neo,}mutt and > security/gnupg on #gnupg on freenode I was advised to use > security/gpgme with mutt. I haven't been using gpgme for a while, > mainly because the packaged versions of both mail/{neo,}mutt have > it disabled and I was too lazy to compile it on my own. Since > I got that advice, I've started wondering: >=20 > Why is gpgme disabled by default? >=20 > As was argued (and as I experienced myself) setting up mutt to > work with gpgme is much easier than without. Especially gnupg2 > made it difficult to configure mutt without gpgme. So why not > enabling gpgme in the packaged versions? >=20 > I decided not to create a PR about this request. If that's wrong, > tell me and I'll create one. >=20 > Niklaas Actually having tested it, yes you are right it is way more simple, I have activated it in neomutt Best regards, Bapt --sinabvmerpf5dlus Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJYHb8sAAoJEGOJi9zxtz5aMJ0QAI6llDdMCmPFhl5fhr1WS059 8ioGv9AJLMiIHKtkhYoczyBD9kht8vrk8Ij3fI1hq3YAtYPTAB5lgJZAfRpkEDMU zeEgw5B7JVFZ2Hi55pvRxuG+vwxAKQYEO70Fp2rWdwE5Yn7ypX1TqcHtXeiWTmu9 nPKFQyqaVo/Wbnbda+77XAtMGpi3NXOJ4t+1rVIjje8nt2Y/tUlqZ4vo9JkYn5O5 QPzULj8FHr73MXqR9PactUAeDAWWlGJErnE6iHJ7cWZZ6OEJhyiQjVanySYWcXMn fY+Tkmb8Zwmtzkp0B/Iy08g5VtSEfL95Az6Ck7Q/O9+11sA0U8tF4muo1PfNu1yP ilt7PcbdvHVKyBoEXXqJ48FxTwBrTpvmcxfH8rYbGNZsrEH45cZJ9vVvnTAJGNrY tzlh2E9fjM8Kdn3wS1itRsY/hkqnqeDEH2imGGDBj/y0b3lZj7ap3OCr5LIP7fG0 WWdXhUSINgPYeskdovXo5YBxiF5hTkc621lQdQ/JVmdnuiJOCOT0hK+wMdwehKC5 YnmDXwxo130MkYpZMBbLLTRowhqNP7t8CXEyjF5IebLrs84Xh2DHoYp9KOALs3ox U1gTjK/lNWUiP2ZW/vNW3PF6vsAmsZLDjnlkWq6ts2TeX1d5c3Nvzu2pi1obs1Wd lqMy0DZ/nq4xwwzeQZG4 =nDsL -----END PGP SIGNATURE----- --sinabvmerpf5dlus-- From owner-freebsd-ports@freebsd.org Sat Nov 5 11:47:05 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C144DC30B97 for ; Sat, 5 Nov 2016 11:47:05 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7F4AEFAA for ; Sat, 5 Nov 2016 11:47:05 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id C652E1A1AC for ; Sat, 5 Nov 2016 12:47:02 +0100 (CET) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id A34A61A196 for ; Sat, 5 Nov 2016 12:46:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1478346412; bh=arUKOnBtxMiAogya5TG6iCfPOXT5/dYNmKj3kreRN6o=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=fqUNKkKJz6/fUyp2sIeE/nckeolyxkpElYokZZtFsexDsWN3JIxwvlmJQhReR63t3 0PKMTYAQRgklJ1uXw1aAP3fxbejM415KDWuYzziFvLl6pHREinftoJlsg+tDtciVyI X8SQIV8UxiixXUFDeNodXQtSqiXDBgfOei95Xb8I= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> From: Piotr Szafarczyk Message-ID: <27dcbcc4-a547-e873-6e99-ba2368a76d67@netexpert.pl> Date: Sat, 5 Nov 2016 12:46:53 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 11:47:05 -0000 On 2016-11-05 10:58, tech-lists wrote: >> It looks like the same problem I encountered with 5.20 under 10.3 (just >> one box). Links are not created during port building (with other than >> perl too). With perl, two links are missing under /usr/local/bin. >> Creating them manually allows for a successful building of a port that >> depends on perl. > I fixed my problem by doing this, in /usr/local/bin : > ln -s ./perl /usr/local/bin/perl5.24.1 > and then running: > portupgrade -f `pkg shlib -qR libperl.so.5.20` > > I think maybe the problem you had was a little different because in my > case, portupgrade could not update any port until that symlink was > added, so the "make install" phase was never reached. Instead of > calling perl, it looks for /usr/local/bin/perl5.24.1 which of course > didn't exist. Also, in my case, the bin/perl updated link *was* > created[1] following the instructions in UPDATING, just not the > bin/perl5.24.1 link. > > Previously: > > ===> p5-NetAddr-IP-4.078 depends on package: perl5>=5.24<5.25 - found > ===> Configuring for p5-NetAddr-IP-4.078 > env: /usr/local/bin/perl5.24.1: No such file or directory > *** Error code 127 > > Stop. > make: stopped in /storage/usr/ports/net-mgmt/p5-NetAddr-IP It looks the same. I have created the link and every perl port could build. The problem is not only perl does not create links. > Now everything builds. Everything? Could you try any other port that creates links? Are links created? From owner-freebsd-ports@freebsd.org Sat Nov 5 12:26:36 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 02151C30C00 for ; Sat, 5 Nov 2016 12:26:36 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACFB0941 for ; Sat, 5 Nov 2016 12:26:34 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id uA5CQXxG080859 for ; Sat, 5 Nov 2016 12:26:33 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id uA5CQXiR080858 for freebsd-ports@freebsd.org; Sat, 5 Nov 2016 05:26:33 -0700 (PDT) (envelope-from david) Date: Sat, 5 Nov 2016 05:26:33 -0700 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: Re: devel/llvm38 install seems to be missing files (e.g., FileCheck) Message-ID: <20161105122633.GS1203@albert.catwhisker.org> References: <20161103125007.GP1203@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BB5Gmd4dKzFH7LVg" Content-Disposition: inline In-Reply-To: <20161103125007.GP1203@albert.catwhisker.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 12:26:36 -0000 --BB5Gmd4dKzFH7LVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 03, 2016 at 05:50:07AM -0700, David Wolfskill wrote: > After seeing that lang/rust failed to build again today (it had also > failed yesterday), I decided to actually check the typescript file (from > the portmaster run) to see if I could figure out what was wrong. > .... I circumvented the problem: I noticed that devel/llvm38 still had its "work" directory, so I looked ini there: g1-252(11.0-S)[14] find work -name FileCheck work/llvm-3.8.1.src/test/FileCheck work/llvm-3.8.1.src/utils/FileCheck work/.build/utils/FileCheck work/.build/bin/FileCheck work/stage/usr/local/llvm38/bin/FileCheck g1-252(11.0-S)[15]=20 So FileCheck is getting staged, just not actually installed. After poking around a bit more: g1-252(11.0-S)[19] file work/stage/usr/local/llvm38/bin/FileCheck work/stage/usr/local/llvm38/bin/FileCheck: ELF 64-bit LSB executable, x86-6= 4, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.= 1, for FreeBSD 11.0 (1100506), FreeBSD-style, stripped g1-252(11.0-S)[20] sudo cp -p !$ /usr/local/llvm38/bin/ sudo cp -p work/stage/usr/local/llvm38/bin/FileCheck /usr/local/llvm38/bin/ g1-252(11.0-S)[21] That done, lang/rust built. My build machine is doing the first of its weekend poudriere runs as I type; if that shows anything relevant with respect to lang/rust and devel/llvm38, I'll follow up. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --BB5Gmd4dKzFH7LVg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYHc/5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XXr0H/0NrHvhXsAmjaQQyb6N4yveO G37O/1eHcY872QrHRdLRDbAJQyVJiukbgF3PRH/+YsRjkh55A0ZyaAJPjwvTZC4M 1ee6qFDvc/IKkATGEsV/GtFRUUHsVFe0aAbaMag99a2u6BJqRmq1CyZjwmP5w//s v6NdXRBYswptlWnVSKgwq8YWH9Q2CjknJ+6psb05CyWejzZWSA8muZkEKmbKrAHW 19LWy2j5g3aWsWQKUDZVynJmfetK7hWaX/LAR7/0tMARQmXmuxbBwzLxWWnq9kNe xloJg+x/0PHJeByvzhrLxFG3T/Ds/hkbryGAZg3IKSGpvE6dpTzhwS42YpNTypo= =S65q -----END PGP SIGNATURE----- --BB5Gmd4dKzFH7LVg-- From owner-freebsd-ports@freebsd.org Sat Nov 5 13:47:35 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5AC58C31A2E for ; Sat, 5 Nov 2016 13:47:35 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21AB5685 for ; Sat, 5 Nov 2016 13:47:34 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id F0A1020592 for ; Sat, 5 Nov 2016 09:47:33 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sat, 05 Nov 2016 09:47:33 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=PN/4izSe09XqNO8 hBzbg4r/VsXY=; b=BVUiVV/L1CvyXaCi3sux879IREjr1NUrH9mhidpXGYnjcL4 hLGp0yexamgsX2UFR0KobvsBxMTnLnmN5Hl+fFM6KER+CzaCnyt6NV3ei98zL5EW suxj3h7x9M4MQFsD5pzix/or1jo8k1NutVyQyDTxF2F0He/K/N3pR8OA+omw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=PN/4izSe09XqNO8hBzbg4r/VsXY=; b=YuTo+2DvVuDc0CvGvpwm e+cot+Hp4T8Yp2NR2Siaol3XcskzttKE8jrevGqXJw5mDNyXNPKYXwzP8e9AuQJl nGvcLqw5Sp6R3LFSeAJEyHVbEU5Bal1M02VhF2V2sGzio4PIwzMhrR6HdM+poCN7 A8Nr504uY44JnB/UpxgEeeo= X-ME-Sender: X-Sasl-enc: K1olEQU5qK+BC7ZqprVFONtT8RI+KKGVine6T/stO14R 1478353653 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 8A44DF29CC for ; Sat, 5 Nov 2016 09:47:33 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> <27dcbcc4-a547-e873-6e99-ba2368a76d67@netexpert.pl> From: tech-lists Message-ID: <7f58b9c3-3fb2-97f3-8f1b-1386a06661a9@zyxst.net> Date: Sat, 5 Nov 2016 13:47:30 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <27dcbcc4-a547-e873-6e99-ba2368a76d67@netexpert.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 13:47:35 -0000 On 05/11/2016 11:46, Piotr Szafarczyk wrote: > Everything? Could you try any other port that creates links? Are links > created? Seems so. What port(s) would you like me to try? -- J. From owner-freebsd-ports@freebsd.org Sat Nov 5 13:52:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 81F7AC31D10 for ; Sat, 5 Nov 2016 13:52:02 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 551499DD for ; Sat, 5 Nov 2016 13:52:01 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id D71E820636 for ; Sat, 5 Nov 2016 09:52:00 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sat, 05 Nov 2016 09:52:00 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=P7W1uwrwxMzZPvH Kq7goeX9YjYM=; b=jiAN+dBzDlpY93yiMPF0IWRdhWqWZeq5cbZUnYCyRuDnTzc R3VB99eNMahqf07Fi+I+YPo2UpK0qZgve7guFZWrHjIDZgl46qY+RPKIjq8JK3/O 7Lpe8V+mrR91F+Dvl842bINIF2+ISx1ImymK1mRvKNA5yYSwz7qXPhzv5bAI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=P7W1uwrwxMzZPvHKq7goeX9YjYM=; b=dVxPlSXkPylidDiowj5K D29TEBifhxKZya0R2dpry16NbujyevJQW92kUuZ5MMTZwZGQjSBuNCbWVEOHE2Wx qcIaoFYyfKD+IyZoCYsjpNMzC1Z/NviSHbw44HYDbReNNXsxVGJ0CJEzt/3uA1s+ ZGyGEyf7lc5udqx2Em09Tx0= X-ME-Sender: X-Sasl-enc: 2If+tbrlW0hnnI2zi9ePYNaQkuA6rKg/kwYTSvu6mQWk 1478353920 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 797C6F29CB for ; Sat, 5 Nov 2016 09:52:00 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> <27dcbcc4-a547-e873-6e99-ba2368a76d67@netexpert.pl> From: tech-lists Message-ID: Date: Sat, 5 Nov 2016 13:51:57 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <27dcbcc4-a547-e873-6e99-ba2368a76d67@netexpert.pl> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 13:52:02 -0000 On 05/11/2016 11:46, Piotr Szafarczyk wrote: > Everything? Could you try any other port that creates links? Are links > created? By "links" do you mean "installed usable links into /usr/local/bin" then yes. A little earlier today I built and installed libreoffice from ports, without issue. $ pwd /usr/local/bin $ ls -lah libre* lrwxr-xr-x 1 root wheel 42B 5 Nov 12:53 libreoffice@ -> /usr/local/lib/libreoffice/program/soffice -- J. From owner-freebsd-ports@freebsd.org Sat Nov 5 13:54:59 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53DA6C31E6B for ; Sat, 5 Nov 2016 13:54:59 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 08E4DB31 for ; Sat, 5 Nov 2016 13:54:58 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id uA5DsuFe082876 for ; Sat, 5 Nov 2016 13:54:56 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id uA5DsunC082875 for freebsd-ports@freebsd.org; Sat, 5 Nov 2016 06:54:56 -0700 (PDT) (envelope-from david) Date: Sat, 5 Nov 2016 06:54:56 -0700 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: Re: devel/llvm38 install seems to be missing files (e.g., FileCheck) Message-ID: <20161105135456.GV1203@albert.catwhisker.org> References: <20161103125007.GP1203@albert.catwhisker.org> <20161105122633.GS1203@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="6v6D1TmJGugSv1/l" Content-Disposition: inline In-Reply-To: <20161105122633.GS1203@albert.catwhisker.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 13:54:59 -0000 --6v6D1TmJGugSv1/l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 05, 2016 at 05:26:33AM -0700, David Wolfskill wrote: > ... > I circumvented the problem: ... >=20 > g1-252(11.0-S)[20] sudo cp -p !$ /usr/local/llvm38/bin/ > sudo cp -p work/stage/usr/local/llvm38/bin/FileCheck /usr/local/llvm38/bi= n/ > g1-252(11.0-S)[21] >=20 > That done, lang/rust built. >=20 > My build machine is doing the first of its weekend poudriere runs > as I type; if that shows anything relevant with respect to lang/rust > and devel/llvm38, I'll follow up. > .... Turns out that "PORT_LLVM" is, by default, off; I had turned it on since I had other reasons to need llvm38 anyway. And since I only use lang/rust as a build dependency (e.g., for www/fierfox), I had not specified any non-default options for the poudriere build. Thus, poudriere had built rust using the "bundled" llvm38, which apparently has FileCheck in the place where the rust config looks for it. So poudriere didn't have an issue building www/firefox (which required lang/rust). Am I incorrect in thinking that devel/llvm38 has a problem, though, in that "%%LIT%%llvm38/bin/FileCheck" is in that port's pkg-plist, and llvm38/bin/FileCheck is found in the staging directory, but llvm38/bin/FileCheck is not actually installed? Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --6v6D1TmJGugSv1/l Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYHeSwXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XFmIH/RR1qfRbjd5djl2IPpnsEWBn zpqItnQktXlglvaev7Qj9WC/YQPVKCYskTh/DLw/XKljOnPk51KpU1aWHvO9XHDj N05UqEyRAzCOPbGy/d7po6OHWnHAKybXAZDU1s7ovTCiZJPWoIBAy1QzDt2DXU0J Mu6jAsHnNgaLJ3nPECdKmIXAMSdBDSFeaCcbhm2HkX526pif++0lUPzyQ/ekmlzf zq3tpfP4Es3CzqqLdsUHPmFmjInk3wu0sROJ7VdxEG1Ap/p5ll0lzi32B8OZEJ43 hvtU6iiHUCIPVINj5WbVjoX0K3KGCaBC+UTp6vvuGHjkz6POF2TdgDxR1vU0akc= =wg7L -----END PGP SIGNATURE----- --6v6D1TmJGugSv1/l-- From owner-freebsd-ports@freebsd.org Sat Nov 5 14:14:12 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAD2BC30BC0 for ; Sat, 5 Nov 2016 14:14:12 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 908708A8 for ; Sat, 5 Nov 2016 14:14:12 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: by mailman.ysv.freebsd.org (Postfix) id 8CFA1C30BBE; Sat, 5 Nov 2016 14:14:12 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C981C30BBD for ; Sat, 5 Nov 2016 14:14:12 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4F3CE8A7 for ; Sat, 5 Nov 2016 14:14:11 +0000 (UTC) (envelope-from mazhe@alkumuna.eu) Received: from yggdrasil.alkumuna.eu (unknown [IPv6:2a01:e35:8a74:6e70:232:36ff:fe5c:3a87]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 3F418B00305; Sat, 5 Nov 2016 15:14:03 +0100 (CET) Received: from freedom.alkumuna.eu ([IPv6:2a01:e35:8a74:6e70:62a4:4cff:fe54:b212]) (authenticated bits=0) by yggdrasil.alkumuna.eu (8.15.2/8.15.2) with ESMTPSA id uA5EDwwF046958 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT); Sat, 5 Nov 2016 15:14:02 +0100 (CET) (envelope-from mazhe@alkumuna.eu) Date: Sat, 5 Nov 2016 15:13:51 +0100 From: Matthieu Volat To: Ruud Boon Cc: silverless@gmx.com, ports@FreeBSD.org Subject: Re: FreeBSD Port: fusefs-wdfs-1.4.2_6 Message-ID: <20161105151351.1e9b93a2@freedom.alkumuna.eu> In-Reply-To: <2D6040F2-43C8-4B3D-B585-5CDCB6AC88CC@b-funky.nl> References: <2D6040F2-43C8-4B3D-B585-5CDCB6AC88CC@b-funky.nl> X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/ue3KgFHStRe=4.iAh8sL87u"; protocol="application/pgp-signature" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alkumuna.eu; s=default; t=1478355243; bh=FL1MucJ5OR3BI9zy32PqDuyCf3+OvKvtgZNQzFCzN3g=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References:MIME-Version:Content-Type; b=ghEVhFNjgswSoRrvHLdoz073XIZhAYHKY2MxOJRXbQ25FcZDbY4kGqsUezKYgN+piRX7PkrDgpoL6JnhrcLQNxOd6z6Wq8M2UDMbQx+4DdPa218lgKau/+2vutK/KnDOy5Zu2UPnCfCaaFjRabbpgjGB3bNxMYPZQWPjUqxEK/8= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:14:12 -0000 --Sig_/ue3KgFHStRe=4.iAh8sL87u Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, 4 Nov 2016 11:19:11 +0100 Ruud Boon wrote: > Hi, >=20 > I=E2=80=99m wondering if this port is still maintained.=20 > Under FreeBSD 10.3 it looks like it=E2=80=99s failing (trying to mount a = webdav result is disappearing mount directory) >=20 Hi, I also ran into various issues with wdfs, the last release is from 2007= , so the project is all but dead as the "rest of the world" seems to rely o= n davfs2 now. I tried in the past to port davfs2, but it relies on using some gnu & linux= APIs, mostly related to actually mount volumes that were a bit tricky to c= onvert (best shot at it would be to convince upstream to use the libfuse fu= nctions)... -- Matthieu Volat --Sig_/ue3KgFHStRe=4.iAh8sL87u Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAlgd6R8ACgkQ+ENDeYKZi35H6wCfaOHIOubx8gfsgTyn9aUYk9kc KVIAoMoboLaJX9GXLda0suW1xDhelo5d =ArRx -----END PGP SIGNATURE----- --Sig_/ue3KgFHStRe=4.iAh8sL87u-- From owner-freebsd-ports@freebsd.org Sat Nov 5 14:15:02 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 402A2C30CEB for ; Sat, 5 Nov 2016 14:15:02 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C1222969 for ; Sat, 5 Nov 2016 14:15:01 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id C1FB81A249 for ; Sat, 5 Nov 2016 15:14:59 +0100 (CET) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id A441A1A236 for ; Sat, 5 Nov 2016 15:14:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1478355289; bh=5x6hO57ixuIxc8nnoWgZFpbArcoCrb3ZmHk0zGatTXw=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=Duingls1B2aQbVJJQaDW5eLzkkVMe9C3Mm/3cPheUpulMmqSjPd536MDfpIM0fHW6 ub9ZZfOvFyLV52xqJgvyums0orotXBFWMAf5KJ2aYzI2dyIejzubLbKH4/9bbcIxrE E5+BqN76psGFV/DkB5GpmQ/F4u3M7tTAZdwCpQCc= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <28bbe8ad-53b9-6f39-0b1a-ae5e763f2bc7@netexpert.pl> <27dcbcc4-a547-e873-6e99-ba2368a76d67@netexpert.pl> From: Piotr Szafarczyk Message-ID: Date: Sat, 5 Nov 2016 15:14:49 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:15:02 -0000 On 2016-11-05 14:51, tech-lists wrote: >> Everything? Could you try any other port that creates links? Are links >> created? > By "links" do you mean "installed usable links into /usr/local/bin" > then yes. A little earlier today I built and installed libreoffice > from ports, without issue. > $ ls -lah libre* > lrwxr-xr-x 1 root wheel 42B 5 Nov 12:53 libreoffice@ -> > /usr/local/lib/libreoffice/program/soffice Lucky you :-) I have got a problem with hard links. Like the ones created by perl: -rwxr-xr-x 3 root wheel 7536 Aug 19 18:55 perl -rwxr-xr-x 3 root wheel 7536 Aug 19 18:55 perl5 -rwxr-xr-x 3 root wheel 7536 Aug 19 18:55 perl5.20.3 Only perl is created, perl5 and perl5.20.3 not. I noticed the same with freeze. Only fcat is created under /usr/local/bin. There should be 3 hard links too. Postfix caused me some problems too. For example qmgr (hard link again) was missing under /usr/local/libexec/postfix. From owner-freebsd-ports@freebsd.org Sat Nov 5 14:20:14 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DC17DC31223 for ; Sat, 5 Nov 2016 14:20:14 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay113.isp.belgacom.be (mailrelay113.isp.belgacom.be [195.238.20.140]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B9089E86; Sat, 5 Nov 2016 14:20:11 +0000 (UTC) (envelope-from tijl@coosemans.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2AhAgD96R1Y/1QiyVBcGwEBAQMBAQEJA?= =?us-ascii?q?QEBgy4BAQEBAR9YfI04lwGUUoIIHguFewKCBUAUAQIBAQEBAQEBYiiEYgEBBAE?= =?us-ascii?q?CNxwjEAsYCSUPGREeBhOIXAqyTotIAQEBAQEBBAEBAQEBARwFixOEM4V0BYhFh?= =?us-ascii?q?0yKFoY1hV6EJnKPKY0qhAYeN3qFKz00AYUIgjsBAQE?= Received: from 84.34-201-80.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([80.201.34.84]) by relay.skynet.be with ESMTP; 05 Nov 2016 15:18:36 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id uA5EIZ74096048; Sat, 5 Nov 2016 15:18:35 +0100 (CET) (envelope-from tijl@coosemans.org) Date: Sat, 5 Nov 2016 15:18:34 +0100 From: Tijl Coosemans To: tech-lists Cc: freebsd-ports@freebsd.org, Mathieu Arnold Subject: Re: [HEADSUP] Default Perl changed to 5.24. Message-ID: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> In-Reply-To: References: 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.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:20:14 -0000 On Fri, 4 Nov 2016 23:00:56 +0000 tech-lists wrote: > On 04/11/2016 22:58, tech-lists wrote: >> On 03/11/2016 15:00, Mathieu Arnold wrote: >>> Instructions on how to switch are in UPDATING. >>> >>> If you do not want to switch, you do not have to do anything. >> >> I followed the instructions in /usr/ports/UPDATING for portupgrade. I >> have found that numerous ports will not build: >> >> ** Listing the failed packages (-:ignored / *:skipped / !:failed) >> ! net/p5-Socket (p5-Socket-2.021) (unknown build error) >> ! security/p5-Crypt-IDEA (p5-Crypt-IDEA-1.10_1) (unknown build error) >> ! net-mgmt/p5-NetAddr-IP (p5-NetAddr-IP-4.078) (unknown build error) >> ! converters/p5-Encode-JIS2K (p5-Encode-JIS2K-0.03) (unknown build >> error) >> ! converters/p5-Unicode-String (p5-Unicode-String-2.10) (unknown build >> error) >> * converters/p5-Unicode-Map8 (p5-Unicode-Map8-0.13_1) >> ! math/p5-Bit-Vector (p5-Bit-Vector-7.4) (unknown build error) >> ! devel/p5-Filter (p5-Filter-1.55) (unknown build error) >> ! chinese/p5-Encode-HanExtra (p5-Encode-HanExtra-0.23_1) (unknown >> build error) >> ! security/p5-Digest-SHA1 (p5-Digest-SHA1-2.13_1) (unknown build error) >> >> [snip loads more] >> >> This happens after I removed the DEFAULT_VERSIONS+= line in make.conf >> and ran portupgrade -f `pkg shlib -qR libperl.so.5.20` as indicated in >> the second step. >> >> How can I fix? System is r308206 (11-STABLE) and ports is r425362 > > edit: the error I get now when I try to rebuild an affected port singly is: > > ===> p5-Socket-2.021 depends on package: perl5>=5.24<5.25 - found > ===> Configuring for p5-Socket-2.021 > env: /usr/local/bin/perl5.24.1: No such file or directory > *** Error code 127 > > Stop. > make: stopped in /storage/usr/ports/net/p5-Socket It's probably caused by pkg not copying hardlinks: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 From owner-freebsd-ports@freebsd.org Sat Nov 5 14:33:20 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F103EC31B5C for ; Sat, 5 Nov 2016 14:33:20 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C52A2BC9 for ; Sat, 5 Nov 2016 14:33:20 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 95589205F8 for ; Sat, 5 Nov 2016 10:33:19 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute6.internal (MEProxy); Sat, 05 Nov 2016 10:33:19 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=7V60s5oVR90ZrX0 hE6N7dKDM7tU=; b=nGRhVhXFaEYhLGR4hgut/5sMcwTj7btDptrXZPgNYTe3FCQ 1ShdkAGezYvB2ms+zn0wXEWFrTXg9X6+PAUhsc9r/QPXZa8UT2DxmdDZlFeKz8xG JQDSk/24/V+5SIeVJO4ZbPRReHkqfCW7cs3lcsLNY57JgEg6oDioeQ7JxKMg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=7V60s5oVR90ZrX0hE6N7dKDM7tU=; b=DVar3JbaVvjC4auUJAl3 Ag+iV4P9SUNoGQSc8hw9qd+8ue/6EbvRNOi/M4rb0sEoUyfQC3UHwN1tqFG6ppBl YUJrLX7LhZpdr/h4wyA9eMiRi/5CgmJO9kJuf2ou2R95NYvBcXmi7BMl4QmI98M3 yXqamO6w67ovE0y36HSDXG0= X-ME-Sender: X-Sasl-enc: jt2Wpx2Ujqx3ji64sCb/aaFug3NUvucOBdyMTLIEQK8g 1478356398 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id DDF89CC0C2 for ; Sat, 5 Nov 2016 10:33:18 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> From: tech-lists Message-ID: Date: Sat, 5 Nov 2016 14:33:15 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:33:21 -0000 On 05/11/2016 14:18, Tijl Coosemans wrote: > It's probably caused by pkg not copying hardlinks: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 What version of pkg are we using? Mine is 1.9.3 -- J. From owner-freebsd-ports@freebsd.org Sat Nov 5 14:34:25 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1E7A6C31BFB for ; Sat, 5 Nov 2016 14:34:25 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D18D1C84 for ; Sat, 5 Nov 2016 14:34:24 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id EB0871A2BE for ; Sat, 5 Nov 2016 15:34:22 +0100 (CET) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id CAF481A2AF for ; Sat, 5 Nov 2016 15:34:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1478356452; bh=X4sCjSA/pxY3X+RVSkVfCXoFINgJXDgOBuaJ6fh1hu8=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=at/w87Nf91xk4bMHoAz/MFQhNbSf7vC0gTjVPirzc5ZsgDzStwjgu8atlnnGxwxGZ rvQolqKTrlX1Kd42QPm7BSqyTFBYCnihFlR75eHk2Fq/HzN/Lw6rsC16pRT95CnJtr V/ysoeKO773VcQue/thbrdqoNI9WYzn1wH4qEf6E= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> From: Piotr Szafarczyk Message-ID: Date: Sat, 5 Nov 2016 15:34:13 +0100 MIME-Version: 1.0 In-Reply-To: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:34:25 -0000 On 2016-11-05 15:18, Tijl Coosemans wrote: > It's probably caused by pkg not copying hardlinks: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 Hi, Wonderful! This is exactly my problem. Using pkg add installs all the files. Thanks a lot. Regards, Piotr From owner-freebsd-ports@freebsd.org Sat Nov 5 14:48:10 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7977AC303F3 for ; Sat, 5 Nov 2016 14:48:10 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9281EF for ; Sat, 5 Nov 2016 14:48:10 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 954A320696 for ; Sat, 5 Nov 2016 10:48:08 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sat, 05 Nov 2016 10:48:08 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=NAgZaHpN9Nyg9VO GDyNSD9uKafA=; b=jg4OX71G75mrDzPVMKemZFp74QXMTpmDPKD/KIWc3t/Lwtw bBDsPJJqZc/7NBM7Y+kLZUyrfoIgL5CDRqsu72M61BpP4rGxT0nd6hmAbUWrEV+x iR6RELfRLFqjscW6y78BJhN0UrLQH3utmRiQigXBtjMqCxxCKtrDTiQGGR20= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=NAgZaHpN9Nyg9VOGDyNSD9uKafA=; b=ICAtjn0nam3tw3WRuwpJ qkO2OVZyD2XRphpWj7QgD44otZlNoO/EpyZ7usbLx983FIsKkB1M/txETwNs6soY pqozXPHDYzSRkw6dmhI5rIRE8nDaxRSXG7E9eYYLpB47efNX2C50tDYwulUgk/4/ qExy/e9LrQFyQIY/lCqvkrc= X-ME-Sender: X-Sasl-enc: 2JanNV3qrbs3uKqgtHVzDLyw8CZgHR9RrUxP0i+fNYWT 1478357288 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id 367D4F29CF for ; Sat, 5 Nov 2016 10:48:08 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> From: tech-lists Message-ID: <884c9f50-ddae-a64c-30ca-78bb738fc2e2@zyxst.net> Date: Sat, 5 Nov 2016 14:48:04 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:48:10 -0000 On 05/11/2016 14:18, Tijl Coosemans wrote: > It's probably caused by pkg not copying hardlinks: > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 On second thoughts, I don't think it was this because the portupgrade tool builds a package, removes the old one then installs the new one. The bug you posted says the problem doesn't happen when one makes the package. -- J. From owner-freebsd-ports@freebsd.org Sat Nov 5 14:49:04 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F19EC3048E for ; Sat, 5 Nov 2016 14:49:04 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32CF12BF for ; Sat, 5 Nov 2016 14:49:03 +0000 (UTC) (envelope-from tech-lists@zyxst.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 359D6207C3 for ; Sat, 5 Nov 2016 10:49:03 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute6.internal (MEProxy); Sat, 05 Nov 2016 10:49:03 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=zyxst.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=vC49hCILcaqIaS2 offGUOZ6UZ+s=; b=kUiQ/DORqEWsvLP/XbmIQSDl1JLk7/2sQmhA3bda5tVSTD0 q8cJnzs4UG9tGHtaAzwWhl/gnc5TJoAglHh/ybhYBoXgsZj8M9yh/1wnZKLOhIvJ tcZk/qFkdea+spRJi3klPD1A0h1/CcUnV9IoqsAT0ZBVxp+WkksH/yStTkmA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= smtpout; bh=vC49hCILcaqIaS2offGUOZ6UZ+s=; b=DMlzoEdcU8GSb4lv9AiE 3V+PRr0qAdxG9F4RiAi7e4qX7ihYo/0hjTkVBr9EZ28i5bfbxVVhKHWYK4m48xEK rCIuVDxJb+wKlF91hVTEGkMKEmf+8QTACtwqmEJKRFXAkSkH7VNxKM7I3IM7AL5R XPVUErDshOZ2lqYw/2dMcVU= X-ME-Sender: X-Sasl-enc: CM0FpXINVjsdmyAZDHC8U6btAqBE3wSSnPRqPgOvhq1Y 1478357342 Received: from pumpkin.growveg.org (pumpkin.growveg.org [82.70.91.101]) by mail.messagingengine.com (Postfix) with ESMTPA id C55E1F29CB for ; Sat, 5 Nov 2016 10:49:02 -0400 (EDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> <884c9f50-ddae-a64c-30ca-78bb738fc2e2@zyxst.net> From: tech-lists Message-ID: <28454656-c659-684e-9ca4-5e5599253154@zyxst.net> Date: Sat, 5 Nov 2016 14:48:59 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <884c9f50-ddae-a64c-30ca-78bb738fc2e2@zyxst.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 14:49:04 -0000 On 05/11/2016 14:48, tech-lists wrote: > On second thoughts, I don't think it was this because the portupgrade > tool builds a package, removes the old one then installs the new one. > The bug you posted says the problem doesn't happen when one makes the > package. edit: i think my issue was slightly different ;) -- J. From owner-freebsd-ports@freebsd.org Sat Nov 5 15:25:29 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D24AAF65A8 for ; Sat, 5 Nov 2016 15:25:29 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from serwer.netexpert.pl (serwer.netexpert.pl [81.210.116.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D0E3DA99 for ; Sat, 5 Nov 2016 15:25:27 +0000 (UTC) (envelope-from piotr-l@netexpert.pl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by serwer.netexpert.pl (Postfix) with ESMTP id 36E831A37A for ; Sat, 5 Nov 2016 16:25:26 +0100 (CET) X-Virus-Scanned: antivirus at netexpert.pl Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: piotr-l@netexpert.pl) by serwer.netexpert.pl (Postfix) with ESMTPSA id 17A681A36C for ; Sat, 5 Nov 2016 16:25:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netexpert.pl; s=2016; t=1478359516; bh=Lbj+ZYqmPlAWAFnSy40SglcxVO2CnSnxQX0Tu08tN3A=; h=Subject:To:From:Message-ID:Date:MIME-Version:Content-Type; b=OsS6WrBpChCl56vwLF1MlAlB36iXr62kSwLSXxTPWGJRPxZBkOX07NzFLCRa5yIqS nh6pql+4XKrEsMbdFJbTcxjviKhI/6zXnPP6iDg/FEiVx0GlPFAmCWF4GwytOpDebM w10Z7oo3ldbVvRffEdKgDEB/dhrsDZ4w9Arhb8ao= Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: freebsd-ports@freebsd.org References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> From: Piotr Szafarczyk Message-ID: <5ca62d48-c457-4857-402c-3a6187b5bc7b@netexpert.pl> Date: Sat, 5 Nov 2016 16:25:16 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 15:25:29 -0000 On 2016-11-05 15:33, tech-lists wrote: > On 05/11/2016 14:18, Tijl Coosemans wrote: >> It's probably caused by pkg not copying hardlinks: >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213255 > What version of pkg are we using? > Mine is 1.9.3 My problems were because of 1.8.7. With 1.9.3 (and 1.9.1) everything seems fine. From owner-freebsd-ports@freebsd.org Sat Nov 5 15:58:34 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A89E1BED8CE for ; Sat, 5 Nov 2016 15:58:34 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D31F1AFC for ; Sat, 5 Nov 2016 15:58:33 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1c33MN-0005HG-W2; Sat, 05 Nov 2016 16:58:24 +0100 Received: from krabat.raven.hur (79.210.202.186) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 5 Nov 2016 16:58:23 +0100 Subject: Re: devel/llvm38 install seems to be missing files (e.g., FileCheck) To: David Wolfskill References: <20161103125007.GP1203@albert.catwhisker.org> <20161105122633.GS1203@albert.catwhisker.org> <20161105135456.GV1203@albert.catwhisker.org> CC: From: Rainer Hurling Message-ID: <168f3b93-1e48-2c4f-e0e9-2bfeabc12613@gwdg.de> Date: Sat, 5 Nov 2016 16:58:19 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161105135456.GV1203@albert.catwhisker.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 15:58:34 -0000 Hi David, Am 05.11.2016 um 14:54 schrieb David Wolfskill: > On Sat, Nov 05, 2016 at 05:26:33AM -0700, David Wolfskill wrote: >> ... >> I circumvented the problem: ... >> >> g1-252(11.0-S)[20] sudo cp -p !$ /usr/local/llvm38/bin/ >> sudo cp -p work/stage/usr/local/llvm38/bin/FileCheck /usr/local/llvm38/bin/ >> g1-252(11.0-S)[21] >> >> That done, lang/rust built. >> >> My build machine is doing the first of its weekend poudriere runs >> as I type; if that shows anything relevant with respect to lang/rust >> and devel/llvm38, I'll follow up. >> .... > > Turns out that "PORT_LLVM" is, by default, off; I had turned it on since > I had other reasons to need llvm38 anyway. > > And since I only use lang/rust as a build dependency (e.g., for > www/fierfox), I had not specified any non-default options for the > poudriere build. Thus, poudriere had built rust using the "bundled" > llvm38, which apparently has FileCheck in the place where the rust > config looks for it. So poudriere didn't have an issue building > www/firefox (which required lang/rust). > > Am I incorrect in thinking that devel/llvm38 has a problem, though, in > that "%%LIT%%llvm38/bin/FileCheck" is in that port's pkg-plist, and > llvm38/bin/FileCheck is found in the staging directory, but > llvm38/bin/FileCheck is not actually installed? not sure, if I missed something in your postings. On my boxes, all recent FreeBSD 12.0-CURRENT amd64, the port devel/llvm38 installed FileCheck as expected, in the two places /usr/local/llvm38/bin/ and /usr/local/bin/. Unfortunately, I have no clue, what happens on your side. Best wishes, Rainer Hurling > > Peace, > david > From owner-freebsd-ports@freebsd.org Sat Nov 5 16:08:55 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5A18FAF707E for ; Sat, 5 Nov 2016 16:08:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FD48FE7; Sat, 5 Nov 2016 16:08:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::58db:9460:9843:819] (unknown [IPv6:2001:7b8:3a7:0:58db:9460:9843:819]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 43B373163C; Sat, 5 Nov 2016 17:08:51 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_29DFE661-E16B-47E8-B1AF-568A0ACBF376"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: devel/llvm38 install seems to be missing files (e.g., FileCheck) From: Dimitry Andric In-Reply-To: <168f3b93-1e48-2c4f-e0e9-2bfeabc12613@gwdg.de> Date: Sat, 5 Nov 2016 17:08:46 +0100 Cc: David Wolfskill , ports-list freebsd , Brooks Davis Message-Id: <540ACAE8-E9FC-4B05-A109-469E3684234F@FreeBSD.org> References: <20161103125007.GP1203@albert.catwhisker.org> <20161105122633.GS1203@albert.catwhisker.org> <20161105135456.GV1203@albert.catwhisker.org> <168f3b93-1e48-2c4f-e0e9-2bfeabc12613@gwdg.de> To: Rainer Hurling X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 16:08:55 -0000 --Apple-Mail=_29DFE661-E16B-47E8-B1AF-568A0ACBF376 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 05 Nov 2016, at 16:58, Rainer Hurling wrote: >=20 > Am 05.11.2016 um 14:54 schrieb David Wolfskill: >> On Sat, Nov 05, 2016 at 05:26:33AM -0700, David Wolfskill wrote: >>> ... >>> I circumvented the problem: ... >>>=20 >>> g1-252(11.0-S)[20] sudo cp -p !$ /usr/local/llvm38/bin/ >>> sudo cp -p work/stage/usr/local/llvm38/bin/FileCheck = /usr/local/llvm38/bin/ >>> g1-252(11.0-S)[21] >>>=20 >>> That done, lang/rust built. >>>=20 >>> My build machine is doing the first of its weekend poudriere runs >>> as I type; if that shows anything relevant with respect to lang/rust >>> and devel/llvm38, I'll follow up. >>> .... >>=20 >> Turns out that "PORT_LLVM" is, by default, off; I had turned it on = since >> I had other reasons to need llvm38 anyway. >>=20 >> And since I only use lang/rust as a build dependency (e.g., for >> www/fierfox), I had not specified any non-default options for the >> poudriere build. Thus, poudriere had built rust using the "bundled" >> llvm38, which apparently has FileCheck in the place where the rust >> config looks for it. So poudriere didn't have an issue building >> www/firefox (which required lang/rust). >>=20 >> Am I incorrect in thinking that devel/llvm38 has a problem, though, = in >> that "%%LIT%%llvm38/bin/FileCheck" is in that port's pkg-plist, and >> llvm38/bin/FileCheck is found in the staging directory, but >> llvm38/bin/FileCheck is not actually installed? >=20 > not sure, if I missed something in your postings. >=20 > On my boxes, all recent FreeBSD 12.0-CURRENT amd64, the port > devel/llvm38 installed FileCheck as expected, in the two places > /usr/local/llvm38/bin/ and /usr/local/bin/. It's installed into /usr/local/bin with a version number suffix, e.g.: $ pkg info -l llvm38|grep FileCheck /usr/local/bin/FileCheck38 /usr/local/llvm38/bin/FileCheck /usr/local/man/man1/FileCheck38.1.gz = /usr/local/share/doc/llvm38/llvm/html/CommandGuide/FileCheck.html = /usr/local/share/doc/llvm38/llvm/html/_sources/CommandGuide/FileCheck.txt Maybe that's the reason rust can't find it in OP's case? (It works just = fine for me, btw.) -Dimitry --Apple-Mail=_29DFE661-E16B-47E8-B1AF-568A0ACBF376 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlgeBBIACgkQsF6jCi4glqOjzACgjcLYmH/Ba0Gj9lsIfL64BVcP MiUAoN1SyWG9bPdPC0sHqDdhx7KtiNj9 =Cjl+ -----END PGP SIGNATURE----- --Apple-Mail=_29DFE661-E16B-47E8-B1AF-568A0ACBF376-- From owner-freebsd-ports@freebsd.org Sat Nov 5 16:55:53 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 27432BEDDB9 for ; Sat, 5 Nov 2016 16:55:53 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EFA0B13C; Sat, 5 Nov 2016 16:55:52 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id uA5GtoUs084051; Sat, 5 Nov 2016 16:55:50 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id uA5GtotW084050; Sat, 5 Nov 2016 09:55:50 -0700 (PDT) (envelope-from david) Date: Sat, 5 Nov 2016 09:55:50 -0700 From: David Wolfskill To: freebsd-ports@freebsd.org Cc: Brooks Davis Subject: Re: devel/llvm38 install seems to be missing files (e.g., FileCheck) Message-ID: <20161105165550.GW1203@albert.catwhisker.org> References: <20161103125007.GP1203@albert.catwhisker.org> <20161105122633.GS1203@albert.catwhisker.org> <20161105135456.GV1203@albert.catwhisker.org> <168f3b93-1e48-2c4f-e0e9-2bfeabc12613@gwdg.de> <540ACAE8-E9FC-4B05-A109-469E3684234F@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="MzBafMtx5eI/BDwD" Content-Disposition: inline In-Reply-To: <540ACAE8-E9FC-4B05-A109-469E3684234F@FreeBSD.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 16:55:53 -0000 --MzBafMtx5eI/BDwD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 05, 2016 at 05:08:46PM +0100, Dimitry Andric wrote: > On 05 Nov 2016, at 16:58, Rainer Hurling wrote: > ...=20 > >> Am I incorrect in thinking that devel/llvm38 has a problem, though, in > >> that "%%LIT%%llvm38/bin/FileCheck" is in that port's pkg-plist, and > >> llvm38/bin/FileCheck is found in the staging directory, but > >> llvm38/bin/FileCheck is not actually installed? > >=20 > > not sure, if I missed something in your postings. > >=20 > > On my boxes, all recent FreeBSD 12.0-CURRENT amd64, the port > > devel/llvm38 installed FileCheck as expected, in the two places > > /usr/local/llvm38/bin/ and /usr/local/bin/. >=20 > It's installed into /usr/local/bin with a version number suffix, e.g.: >=20 > $ pkg info -l llvm38|grep FileCheck > /usr/local/bin/FileCheck38 > /usr/local/llvm38/bin/FileCheck > /usr/local/man/man1/FileCheck38.1.gz > /usr/local/share/doc/llvm38/llvm/html/CommandGuide/FileCheck.html > /usr/local/share/doc/llvm38/llvm/html/_sources/CommandGuide/FileCheck.txt >=20 > Maybe that's the reason rust can't find it in OP's case? (It works just = fine for me, btw.) > .... I just re-ran "portmaster devel/llvm38" under script(1) (along with a bit of additional trivia, such as results from "ls -lT /usr/local/llvm38/bin" before and after the portmaster run (showing the distinct lack of "FileCheck" in either case) I have placed the typescript at ; there's a gzipped copy (llvm38_test.txt.gz) available, as well. In particular, I believe this result is salient: albert(11.0-S)[18] grep -n '[Ii]nstall.*FileCheck' llvm38_test.txt 77: LIT=3Don: Install lit and FileCheck test tools 7359:-- Installing: /common/ports/devel/llvm38/work/stage/usr/local/llvm38/share/doc/llvm/html/= _sources/CommandGuide/FileCheck.txt 7482:-- Installing: /common/ports/devel/llvm38/work/stage/usr/local/llvm38/share/doc/llvm/html/= CommandGuide/FileCheck.html 7658:-- Installing: /common/ports/devel/llvm38/work/stage/usr/local/llvm38/share/man/man1/FileC= heck.1 7807:install -s -m 555 /common/ports/devel/llvm38/work/.build/bin/FileCheck /common/ports/devel/llvm38/work/stage/usr/local/llvm38/bin/ albert(11.0-S)[19]=20 [In this environment, the machine has 4 individually-bootable slices, each of which has its own /usr file system when the slice in question is the boot slice. For each of the 4, /usr/ports is a symlink to /common/ports -- the file system at /common being mounted "the same" regardless of boot slice.) Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --MzBafMtx5eI/BDwD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYHg8WXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4Xb0MIAMXietZTWWWCKwArSSzkmEaU ENvSXgbSnKWO70oHNyzQJm5at5Esx/LPOTntRvgO6oo5raysrM5dIbKOXAjGEqMJ sqM3itg129MEYmgdSc3JY5HEtQa1A/+hM0wgVlDnw1QYMlsMMcML/lRTV9LiuKeG bPGWx4WXo/Z4Lw+wCbCM1feeNVgPi+/ZqJYLWpmWf4j94pcFKGManiOvxyk9MtYR RLfW3+PdOA9UnokOX3/lyuv939R2RUfJcSZm4rbt8MhK6qSVlaTPYGP8LXEt4RYj HLD03NS0864to10WlTdHDEsx6/W2BwzlaS9W8R9ftjX6b9/ndwwNei3Q1X9eJDw= =OP5/ -----END PGP SIGNATURE----- --MzBafMtx5eI/BDwD-- From owner-freebsd-ports@freebsd.org Sat Nov 5 17:49:30 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3CC3AAF73F3 for ; Sat, 5 Nov 2016 17:49:30 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f47.google.com (mail-lf0-f47.google.com [209.85.215.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1003A25 for ; Sat, 5 Nov 2016 17:49:29 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by mail-lf0-f47.google.com with SMTP id b14so85787116lfg.2 for ; Sat, 05 Nov 2016 10:49:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=6cXbMedZWrdP3n63LWL8gkbpkzXLwGDcQBEQ+TBIy6c=; b=c2a0Nff5QHizBaxvruyH6vU5cP0q7O640e1M3XgOsEC9kil5EPaPH3h623Iqva7xrx kb5bnooVbOACNmKbexITd2PgSaSq3rPZP1kk0k8g1jWM2sXFqhphSxWcAeHoFxEQD3JV LuYcrtIEnh3r18aG9eoWB8C+5DXDPwoLvlUkdFHYvPG4Povg3Cq1c8kUV79Bs/B2cBRP neyeF+2KTTBqgtdvLiRDiqh2dFjZR+tBeILkRUDEUFPokW1Lwed4Xwv9rcqn2LdHANBB fpSTWlQ88Di+IkCz5AUJ5IRJXkWA5g5VQjn/DTdrmHs/0jSlJfxvTHuuN7GUXbZWiJ3G w+mA== X-Gm-Message-State: ABUngvcwV8kL+sr4SIc9mOJpnna/yAAGK3B4lQvR+A6ZB+kDXyOO1OmWSvjyAmdwVAD+Og== X-Received: by 10.25.32.17 with SMTP id g17mr3838556lfg.78.1478358008596; Sat, 05 Nov 2016 08:00:08 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id u63sm3258237lja.34.2016.11.05.08.00.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 08:00:07 -0700 (PDT) Subject: Re: [HEADSUP] Default Perl changed to 5.24. To: Tijl Coosemans , tech-lists References: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> Cc: Mathieu Arnold , freebsd-ports@freebsd.org From: Andrey Chernov Message-ID: <460e4669-a50f-fd10-95e6-992983eae56a@freebsd.org> Date: Sat, 5 Nov 2016 18:00:06 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161105151834.6b1f0c59@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 17:49:30 -0000 The instruction posted to UPDATING is a bit incomplete. Additionlly portupgrade -f "p5-*" should run to move all ports still sitting in 5.20 directory, even if they are not depending on perl lib. From owner-freebsd-ports@freebsd.org Sat Nov 5 19:28:58 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1D5A8AF7A7F for ; Sat, 5 Nov 2016 19:28:58 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (mail.covisp.net [65.121.55.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0791B367 for ; Sat, 5 Nov 2016 19:28:57 +0000 (UTC) (envelope-from kremels@kreme.com) Received: from mail.covisp.net (localhost [127.0.0.1]) by mail.covisp.net (Postfix) with ESMTP id 3tB7s61DBCzKYKk; Sat, 5 Nov 2016 13:23:06 -0600 (MDT) X-Virus-Scanned: amavisd-new at covisp.net Received: from mail.covisp.net ([127.0.0.1]) by mail.covisp.net (mail.covisp.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zCp8PxNwGqZk; Sat, 5 Nov 2016 13:23:05 -0600 (MDT) From: "@lbutlr" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: checking dependency tree ia portmaster Message-Id: Date: Sat, 5 Nov 2016 13:23:04 -0600 To: freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.3253) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 19:28:58 -0000 given a port that is listed in postmaster -l as a Branch port, how do I = see its dependancies and what it depends on? For example, I have libX11 listed as a Branch port and would like to see = all the =E2=80=9Cupsteream: and =E2=80=9Cdownstream=E2=80=9D ports.