From owner-freebsd-ports@freebsd.org Sun Apr 8 00:29:33 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 80BC9F925E0 for ; Sun, 8 Apr 2018 00:29:33 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic303-4.consmr.mail.bf2.yahoo.com (sonic303-4.consmr.mail.bf2.yahoo.com [74.6.131.43]) (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 A2C4384C6B for ; Sun, 8 Apr 2018 00:29:32 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: r4_o.P8VM1lDR34fIIzfEsC0L2GcKNVxdPwHKIv4Z5LiczaMQZgBBgiAp0VveI1 phjLga8yLz67G9GBMrVYyXD3GtEKF0ghWGqxqC.1ME9tq1tfJkLCKhoOZEpzomYmGKA4G3vmt9Rl 3FizuHwx5IOYsqfoPqbNWTKusBPxkvhE9kAp53dy08xRZEczSRbJY_PVtTYl.1KKo4Gj9ypYnDSA kqiKh80LJs0OuiWSD0prsMyXVVwixItFScP3jDP7fdYXpaup3DyRtRJcPFq9WOLOhl3kHacIxHCV wgda9rds8UNbDdv0.ZsLCeQ3gKQyhbqqTwfsq6BMptTwRMZaQsn9nhr7iEidHOZbFGjrZM36flqz fsdBKrJWGGrzetLU.EvpB7S8EaoFeTYFz9hrpTtqK28ZJ3PKBXfpF3JTFCTi2CqEzNzCG8RbLFCo QL5CVdQ7dvuyE7IjEA13nbP3whrYJIEuNvI30vNBQIQi27c0VSklE6VtwVkXCz71ToPBY5dDXiFC PLET3K9aVgmsHnLoQz0DUJ6XY Received: from sonic.gate.mail.ne1.yahoo.com by sonic303.consmr.mail.bf2.yahoo.com with HTTP; Sun, 8 Apr 2018 00:29:31 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp425.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID c683594b1b3b487714ecff4ddd3be1e7; Sun, 08 Apr 2018 00:29:27 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: Attempting a xtoolchain-gcc head amd64->aarch64 cross buildworld failed for liblto_plugin.so loading error From: Mark Millard In-Reply-To: <20180407183525.2e72ee42@kan> Date: Sat, 7 Apr 2018 17:29:24 -0700 Cc: freebsd-arm@freebsd.org, freebsd-toolchain@freebsd.org, FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <2EEE5E34-12BB-4F21-A5F2-17F232433BD8@yahoo.com> References: <20180407183525.2e72ee42@kan> To: Alexander Kabaev X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 00:29:33 -0000 On 2018-Apr-7, at 3:35 PM, Alexander Kabaev wrote: > On Sat, 7 Apr 2018 15:23:50 -0700 > Mark Millard via freebsd-arm wrote: >=20 >> My attempted, xtoolchain-gcc based, amd64->aarch64 >> cross-buildworld-buildkernel failed with: >>=20 >> --- libc.so.7.full --- >> /usr/local/bin/aarch64-unknown-freebsd12.0-ld: = /usr/local/libexec/gcc/aarch64-unknown-freebsd12.0/6.3.0/liblto_plugin.so:= >> error loading plugin: Service unavailable collect2: error: ld >> returned 1 exit status *** [libc.so.7.full] Error code 1 >>=20 >> (I've not attempted such a build in a long time, so I do not >> know how new this is. Historically I've done lots of such >> builds. cortex-a53 was specifically targeted here.) >> . . . >=20 > IIRC, I had to disable LTO plugin in binutils and this need to > disable it was there for a while.=20 Hmm . . . # pkg info aarch64-binutils aarch64-binutils-2.30_2,1 Name : aarch64-binutils Version : 2.30_2,1 Installed on : Tue Feb 6 17:37:31 2018 PST Origin : devel/aarch64-binutils Architecture : FreeBSD:12:amd64 Prefix : /usr/local Categories : devel Licenses : GPLv3, LGPL3 Maintainer : bapt at FreeBSD.org WWW : http://sources.redhat.com/binutils/ Comment : GNU binutils for AArch64 cross-development Options : RELRO : off STATIC : on . . . (no more options listed) . . . # poudriere options -jFBSDFSSDjail -s devel/aarch64-binutils [00:00:00] Appending to make.conf: /usr/local/etc/poudriere.d/make.conf =3D=3D=3D> The following configuration options are available for = aarch64-binutils-2.30_2,1: RELRO=3Doff: enable -z relro in ELF linker by default STATIC=3Don: Build static executables and/or libraries =3D=3D=3D> Use 'make config' to modify these settings . . . Controlling LTO's presence via my port build does not seem to be the way to disable LTO. This would suggest that I need to override part of what buildworld does in order to force avoiding lto. Such would be the first time that I've run into that. Looks like I've some research to do for how. Thanks for letting me know. =3D=3D=3D Mark Millard marklmi26-fbsd at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sun Apr 8 00:34:49 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 08966F92BBA for ; Sun, 8 Apr 2018 00:34:49 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic314-14.consmr.mail.bf2.yahoo.com (sonic314-14.consmr.mail.bf2.yahoo.com [74.6.132.124]) (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 A03B787D97 for ; Sun, 8 Apr 2018 00:34:48 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: YeYVyVAVM1nhaoRhbXWf2mMy70aVk0hiQHPFu1Gci7HGGxANBAbpR6Xd.Hx4YCE PK7HNSvSmXc8gb.yzUxhWYpCvpKcxvJgRNBVOX3zeO5fbf2nkPDHCPFP5YOL5PjPg1on8jRnNVkh oiYUbP.2wXuF8jo29MSy3YBwo6Wmp8RFQLQLoEhd9agoiVof0mxzBmRjXeyepyalu17QZxbbgBwo RwTvdjFxOC2VOlqLw1mkFAwM5ibpd6YeXItqAFyoE61DIk9ueCmfWeyjKlE.FUO81XRk5.5tnx1D H8jpS6.mLfOnCWBJimzOFZ6Jv8ZJVI4E80OndUcdBWIorcBloxog15mcQAfDwpEXPqy.ylkCw_fu CK370FJxARsg3zg1iNV8kv81B_zxq06gIZTQpKh8e5WQHJ7a.hn8PH_TweNxvUpXh9KrhHa8m6Ih ywtmds2_Ef2LNgCjbkdsTe7uleTQKkmrMtY5JqVqRU6NUwCXzHPhXTQibdODEpPdvRuOSiRcSSx1 MSxmEKtBDb8PSjWgd14oZPp7motY- Received: from sonic.gate.mail.ne1.yahoo.com by sonic314.consmr.mail.bf2.yahoo.com with HTTP; Sun, 8 Apr 2018 00:34:42 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp422.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 3fcc4c8a2a156598cc85c6ef1725af75; Sun, 08 Apr 2018 00:04:20 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: head amd64->aarch64 buildkernel: clang using aarch64-binutils gets /tmp/cloudabi_vdso_armv6_on_64bit-2f26ed.o: error adding symbols: File in wrong format Message-Id: Date: Sat, 7 Apr 2018 17:04:18 -0700 To: freebsd-toolchain@freebsd.org, freebsd-arm@FreeBSD.org, freebsd-ports@freebsd.org X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 00:34:49 -0000 (Context: buildworld completed before builkernel started.) My attempt to do buildworld buildkernel via clang but using aarch64-binutils got the following failure during buildkernel. (Note the use of: -B/usr/local/aarch64-unknown-freebsd12.0/bin/ for clang.) --- cloudabi32_vdso.o --- /tmp/cloudabi_vdso_armv6_on_64bit-2f26ed.o: error adding symbols: File = in wrong format cc: error: linker command failed with exit code 1 (use -v to see = invocation) *** [cloudabi32_vdso.o] Error code 1 make[4]: stopped in /usr/src/sys/modules/cloudabi32 .ERROR_TARGET=3D'cloudabi32_vdso.o' = .ERROR_META_FILE=3D'/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/s= rc/arm64.aarch64/sys/GENERIC-NODBG/modules/usr/src/sys/modules/cloudabi32/= cloudabi32_vdso.o.meta' .MAKE.LEVEL=3D'4' MAKEFILE=3D'' .MAKE.MODE=3D'meta missing-filemon=3Dyes missing-meta=3Dyes silent=3Dyes = verbose' _ERROR_CMD=3D'cc -B/usr/local/aarch64-unknown-freebsd12.0/bin/ = -mcpu=3Dcortex-a53 -target aarch64-unknown-freebsd12.0 = --sysroot=3D/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/src/arm64= .aarch64/tmp -B/usr/local/aarch64-unknown-freebsd12.0/bin/ -x = assembler-with-cpp -m32 -shared -nostdinc -nostdlib = -Wl,-T/usr/src/sys/compat/cloudabi/cloudabi_vdso.lds = /usr/src/sys/contrib/cloudabi/cloudabi_vdso_armv6_on_64bit.S -o = cloudabi32_vdso.o;' .CURDIR=3D'/usr/src/sys/modules/cloudabi32' .MAKE=3D'make' = .OBJDIR=3D'/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/src/arm64.= aarch64/sys/GENERIC-NODBG/modules/usr/src/sys/modules/cloudabi32' .TARGETS=3D'all' DESTDIR=3D'' LD_LIBRARY_PATH=3D'' MACHINE=3D'arm64' MACHINE_ARCH=3D'aarch64' = MAKEOBJDIRPREFIX=3D'/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/s= rc/arm64.aarch64/sys/GENERIC-NODBG/modules' MAKESYSPATH=3D'/usr/src/share/mk' MAKE_VERSION=3D'20180222' = PATH=3D'/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/src/arm64.aar= ch64/tmp/legacy/usr/sbin:/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/= usr/src/arm64.aarch64/tmp/legacy/usr/bin:/usr/obj/cortexA53_clang_xbinutil= s/arm64.aarch64/usr/src/arm64.aarch64/tmp/legacy/bin:/usr/obj/cortexA53_cl= ang_xbinutils/arm64.aarch64/usr/src/arm64.aarch64/tmp/usr/sbin:/usr/obj/co= rtexA53_clang_xbinutils/arm64.aarch64/usr/src/arm64.aarch64/tmp/usr/bin:/s= bin:/bin:/usr/sbin:/usr/bin' SRCTOP=3D'/usr/src' = OBJTOP=3D'/usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/src/arm64.a= arch64/sys/GENERIC-NODBG/modules/usr/src' .MAKE.MAKEFILES=3D'/usr/src/share/mk/sys.mk = /usr/src/share/mk/local.sys.env.mk /usr/src/share/mk/src.sys.env.mk = /root/src.configs/src.conf.cortexA53-clang-xbinutils-bootstrap.amd64-host = /usr/src/share/mk/bsd.mkopt.mk /usr/src/share/mk/src.sys.obj.mk = /usr/src/share/mk/auto.obj.mk /usr/src/share/mk/bsd.suffixes.mk = /root/src.configs/make.conf /usr/src/share/mk/local.sys.mk = /usr/src/share/mk/src.sys.mk /dev/null = /usr/src/sys/modules/cloudabi32/Makefile /usr/src/share/mk/bsd.kmod.mk = /usr/src/sys/conf/kmod.mk /usr/src/share/mk/bsd.init.mk = /usr/src/share/mk/bsd.opts.mk /usr/src/share/mk/bsd.cpu.mk = /usr/src/share/mk/local.init.mk /usr/src/share/mk/src.init.mk = /usr/src/sys/modules/cloudabi32/../Makefile.inc = /usr/src/share/mk/bsd.own.mk /usr/src/share/mk/bsd.compiler.mk = /usr/src/share/mk/bsd.linker.mk /usr/src/sys/conf/kern.opts.mk = /usr/src/sys/conf/config.mk /usr/src/share/mk/bsd.links.mk = /usr/src/share/mk/bsd.dep.mk /usr/src/share/mk/bsd.clang-analyze.mk = /usr/src/share/mk/bsd.obj.mk /usr/src/share/mk/bsd.subdir.mk = /usr/src/sys/conf/kern.mk' .PATH=3D'. /usr/src/sys/modules/cloudabi32 = /usr/src/sys/compat/cloudabi32 /usr/src/sys/arm64/cloudabi32 = /usr/obj/cortexA53_clang_xbinutils/arm64.aarch64/usr/src/arm64.aarch64/sys= /GENERIC-NODBG' 1 error For reference: # uname -apKU FreeBSD FBSDFSSD 12.0-CURRENT FreeBSD 12.0-CURRENT r332181M amd64 = amd64 1200061 1200061 # pkg info "*binutils" aarch64-binutils-2.30_2,1 amd64-binutils-2.30_2,1 binutils-2.30_2,1 powerpc64-binutils-2.30_2,1 # svnlite info /usr/ports/ | grep "Re[plv]" Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 466704 Last Changed Rev: 466704 buildworld buildkernel with clang using its default utilities completed. =3D=3D=3D Mark Millard marklmi26-fbsd at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sun Apr 8 01:10:59 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 91D13F94D88 for ; Sun, 8 Apr 2018 01:10:59 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic304-23.consmr.mail.gq1.yahoo.com (sonic304-23.consmr.mail.gq1.yahoo.com [98.137.68.204]) (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 166637B5AA for ; Sun, 8 Apr 2018 01:10:58 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: gph0To0VM1kw9kSONz_3BBKLlyElF3GV_x.3wB8oci5knbt5nFoT.bUjSS_wH7M r1L2qbClVZzrNt0igUtHeft_lObMoYHwWYnTDf5kQcEGzVun4fA.ziu4V1dSoZh8VkooW3uAu8Oe Us9ZRyPE0zIAErx.EbWGdNjmnXWDMkxe0q4awyVShuvr6a3SzDqFY7EN5N018RyOqPJWnFxHIxAb eoLOPvxARyYpFEc2lqFdhsHKaEUqS6dN4tWwpWye36uOUfn3qfJIWI4qURbtx7P6HrxlCA_1U_1R 88zbOFt_C7DnNoPBrEA2fVtxjIYbL36u0omMmQs_BmSXZMfSzUldaPgqGZH0KqhzPWdm5OzWXOod PqJB4s4SU7RPl.7SZAxRNyvTlqWb6Bje99RGgIIFgS8pSGqUwmaWFXk9_u7q0Tf5.kRD54StTF7t fo1UL9omRYuufc9vQv0XA4avUxN9VxncCmMCOLSa9Sh8lyrWbv0HaUhLCUxWVpw0D.RsaAFNEou7 z.9KeEO5NNmEzoA.XHCKdd1OgK6DGOsPjjQ-- Received: from sonic.gate.mail.ne1.yahoo.com by sonic304.consmr.mail.gq1.yahoo.com with HTTP; Sun, 8 Apr 2018 01:10:52 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp416.mail.gq1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 79fad1c6c00a9c2ac155ff9053219590; Sun, 08 Apr 2018 01:00:39 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: Attempting a xtoolchain-gcc head amd64->aarch64 cross buildworld failed for liblto_plugin.so loading error From: Mark Millard In-Reply-To: <2EEE5E34-12BB-4F21-A5F2-17F232433BD8@yahoo.com> Date: Sat, 7 Apr 2018 18:00:38 -0700 Cc: freebsd-arm@freebsd.org, freebsd-toolchain@freebsd.org, FreeBSD Ports Content-Transfer-Encoding: quoted-printable Message-Id: <60F5D584-4A93-4D49-94C1-209CC74ABF3A@yahoo.com> References: <20180407183525.2e72ee42@kan> <2EEE5E34-12BB-4F21-A5F2-17F232433BD8@yahoo.com> To: Alexander Kabaev X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 01:10:59 -0000 [The static build of binutils is what gets the lto involved.] On 2018-Apr-7, at 5:29 PM, Mark Millard = wrote: > On 2018-Apr-7, at 3:35 PM, Alexander Kabaev = wrote: >=20 >> On Sat, 7 Apr 2018 15:23:50 -0700 >> Mark Millard via freebsd-arm wrote: >>=20 >>> My attempted, xtoolchain-gcc based, amd64->aarch64 >>> cross-buildworld-buildkernel failed with: >>>=20 >>> --- libc.so.7.full --- >>> /usr/local/bin/aarch64-unknown-freebsd12.0-ld: = /usr/local/libexec/gcc/aarch64-unknown-freebsd12.0/6.3.0/liblto_plugin.so:= >>> error loading plugin: Service unavailable collect2: error: ld >>> returned 1 exit status *** [libc.so.7.full] Error code 1 >>>=20 >>> (I've not attempted such a build in a long time, so I do not >>> know how new this is. Historically I've done lots of such >>> builds. cortex-a53 was specifically targeted here.) >>> . . . >>=20 >> IIRC, I had to disable LTO plugin in binutils and this need to >> disable it was there for a while.=20 >=20 > Hmm . . . >=20 > # pkg info aarch64-binutils > aarch64-binutils-2.30_2,1 > Name : aarch64-binutils > Version : 2.30_2,1 > Installed on : Tue Feb 6 17:37:31 2018 PST > Origin : devel/aarch64-binutils > Architecture : FreeBSD:12:amd64 > Prefix : /usr/local > Categories : devel > Licenses : GPLv3, LGPL3 > Maintainer : bapt at FreeBSD.org > WWW : http://sources.redhat.com/binutils/ > Comment : GNU binutils for AArch64 cross-development > Options : > RELRO : off > STATIC : on > . . . (no more options listed) . . . >=20 > # poudriere options -jFBSDFSSDjail -s devel/aarch64-binutils > [00:00:00] Appending to make.conf: = /usr/local/etc/poudriere.d/make.conf > =3D=3D=3D> The following configuration options are available for = aarch64-binutils-2.30_2,1: > RELRO=3Doff: enable -z relro in ELF linker by default > STATIC=3Don: Build static executables and/or libraries > =3D=3D=3D> Use 'make config' to modify these settings > . . . >=20 >=20 > Controlling LTO's presence via my port build does > not seem to be the way to disable LTO. >=20 > This would suggest that I need to override part > of what buildworld does in order to force avoiding > lto. Such would be the first time that I've run > into that. >=20 > Looks like I've some research to do for how. >=20 > Thanks for letting me know. I had forgotten but I'd analyzed this once before: = https://lists.freebsd.org/pipermail/freebsd-ports/2017-August/109769.html and it traced back to: STATIC=3Don: Build static executables and/or libraries for aarch64-binutils. (Static was at the time required for a poudriere/qemu mix that used aarch64-binutils.) (I do-not/did-not see such problems for powerpc64 targeted cross builds using xtoolchain material, such as powerpc64-binutils and powerpc64-gcc. This is specific to aarch64 for some reason.) So I'll see about turning STATIC off to enable buildworld. =3D=3D=3D Mark Millard marklmi26-fbsd at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sun Apr 8 01:36:14 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 528E4F96BEB for ; Sun, 8 Apr 2018 01:36:14 +0000 (UTC) (envelope-from danm@prime.gushi.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 DD91869662 for ; Sun, 8 Apr 2018 01:36:13 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: by mailman.ysv.freebsd.org (Postfix) id 98141F96BE8; Sun, 8 Apr 2018 01:36:13 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B623F96BE7 for ; Sun, 8 Apr 2018 01:36:13 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (prime.gushi.org [IPv6:2001:4f8:3:3d::42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "prime.gushi.org", Issuer "RapidSSL SHA256 CA - G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E90836963C for ; Sun, 8 Apr 2018 01:36:12 +0000 (UTC) (envelope-from danm@prime.gushi.org) Received: from prime.gushi.org (danm@localhost [127.0.0.1]) by prime.gushi.org (8.15.2/8.15.2) with ESMTPS id w381a8le029913 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 7 Apr 2018 18:36:10 -0700 (PDT) (envelope-from danm@prime.gushi.org) DKIM-Filter: OpenDKIM Filter v2.10.3 prime.gushi.org w381a8le029913 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gushi.org; s=prime2014; t=1523151370; bh=c6eeaiq8FKHt2XuX3yZ/OuCdaQKL/adtevVPx2b2BnY=; h=Date:From:To:Subject; z=Date:=20Sat,=207=20Apr=202018=2018:36:07=20-0700=20(PDT)|From:=20 "Dan=20Mahoney=20(Gushi)"=20|To:=20ports@freebs d.org|Subject:=20Can't=20"Make=20Packages"=20under=20FreeBSD=2011- stable; b=I3/lNDwGQmoZBI9cEnt8X7GGLFFvHUkZ45Z4fpy0axAf8kCP3zw184Rs7B/uGFKGk 2v8f3Fm+u4ftV2lso5ArgG1ilZEmmzpBh7I/CNyHU+seO0Au+TEYYhwKuhF3IbBY8J nOzjfi/X9T8W49IOLJoReL+Lc1HtOQxpISzFtadP10MKnmv+gzgDXZ5GQ/WP18hO51 UmNG+iBhZDgyXDB7/87b7aub92x9hiup5N5Z45EzxfJJHNSAA+/RLCIEeJvhzfghEg TUS6Lo96S3OA0mpYgIAD/DpEndS2oM+aPnroiTl6inXufJ9MXjAleOgOy787h17e9G ZHUVwUewnBwfw== Received: (from danm@localhost) by prime.gushi.org (8.15.2/8.15.2/Submit) id w381a8QQ029912; Sat, 7 Apr 2018 18:36:08 -0700 (PDT) (envelope-from danm) Date: Sat, 7 Apr 2018 18:36:07 -0700 (PDT) From: "Dan Mahoney (Gushi)" X-X-Sender: danm@prime.gushi.org To: ports@freebsd.org Subject: Can't "Make Packages" under FreeBSD 11-stable Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) X-OpenPGP-Key-ID: 0x624BB249 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.2 (prime.gushi.org [127.0.0.1]); Sun, 08 Apr 2018 01:36:10 +0000 (UTC) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 01:36:14 -0000 All, Apologies if this is the wrong ML for this -- the ports list seemed the right one since in my buildworld, it's only the "packages" functionality that seems broken: Any ideas? root@poudriere:/usr/src # make packages make[1]: "/usr/src/Makefile.inc1" line 1517: Unassociated shell command "@cd ${KSTAGEDIR}/${DISTDIR} ; awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk -v kernel=yes -v _kernconf=${INSTALLKERNEL} ${KSTAGEDIR}/kernel.meta ; cap_arg=`cd ${SRCDIR}/etc ; ${MAKE} -VCAP_MKDB_ENDIAN` ; pwd_arg=`cd ${SRCDIR}/etc ; ${MAKE} -VPWD_MKDB_ENDIAN` ; sed -e "s/%VERSION%/${PKG_VERSION}/" -e "s/%PKGNAME%/kernel-${INSTALLKERNEL:tl}${:U""}/" -e "s/%KERNELDIR%/kernel/" -e "s/%COMMENT%/FreeBSD ${INSTALLKERNEL} kernel ${:U""}/" -e "s/%DESC%/FreeBSD ${INSTALLKERNEL} kernel ${:U""}/" -e "s/%CAP_MKDB_ENDIAN%/$${cap_arg}/g" -e "s/%PWD_MKDB_ENDIAN%/$${pwd_arg}/g" ${SRCDIR}/release/packages/kernel.ucl > ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U""}.ucl ; awk -F\" ' /name/ { printf("===> Creating %s-", $$2); next } /version/ {print $$2; next } ' ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U""}.ucl ; ${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/bin/sh -o ALLOW_BASE_SHLIBS=yes create -M ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U""}.ucl -p ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U""}.plist -r ${KSTAGEDIR}/${DISTDIR} -o ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/bin/sh config ABI)/${PKG_VERSION}" make[1]: "/usr/src/Makefile.inc1" line 1517: Unassociated shell command "@cd ${KSTAGEDIR}/${DISTDIR} ; awk -f ${SRCDIR}/release/scripts/mtree-to-plist.awk -v kernel=yes -v _kernconf=${INSTALLKERNEL} ${KSTAGEDIR}/kernel.meta ; cap_arg=`cd ${SRCDIR}/etc ; ${MAKE} -VCAP_MKDB_ENDIAN` ; pwd_arg=`cd ${SRCDIR}/etc ; ${MAKE} -VPWD_MKDB_ENDIAN` ; sed -e "s/%VERSION%/${PKG_VERSION}/" -e "s/%PKGNAME%/kernel-${INSTALLKERNEL:tl}${:U-debug}/" -e "s/%KERNELDIR%/kernel/" -e "s/%COMMENT%/FreeBSD ${INSTALLKERNEL} kernel ${:U-debug}/" -e "s/%DESC%/FreeBSD ${INSTALLKERNEL} kernel ${:U-debug}/" -e "s/%CAP_MKDB_ENDIAN%/$${cap_arg}/g" -e "s/%PWD_MKDB_ENDIAN%/$${pwd_arg}/g" ${SRCDIR}/release/packages/kernel.ucl > ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U-debug}.ucl ; awk -F\" ' /name/ { printf("===> Creating %s-", $$2); next } /version/ {print $$2; next } ' ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U-debug}.ucl ; ${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/bin/sh -o ALLOW_BASE_SHLIBS=yes create -M ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U-debug}.ucl -p ${KSTAGEDIR}/${DISTDIR}/kernel.${INSTALLKERNEL}${:U-debug}.plist -r ${KSTAGEDIR}/${DISTDIR} -o ${REPODIR}/$$(${PKG_CMD} -o ABI_FILE=${WSTAGEDIR}/bin/sh config ABI)/${PKG_VERSION}" make[1]: Fatal errors encountered -- cannot continue make[1]: stopped in /usr/src *** Error code 1 Stop. make: stopped in /usr/src root@poudriere:/usr/src # svnlite info Path: . Working Copy Root Path: /usr/src URL: https://svn0.us-west.freebsd.org/base/stable/11 Relative URL: ^/stable/11 Repository Root: https://svn0.us-west.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 331873 Node Kind: directory Schedule: normal Last Changed Author: mav Last Changed Rev: 331870 Last Changed Date: 2018-04-01 22:59:53 +0000 (Sun, 01 Apr 2018) root@poudriere:/usr/src # uname -a FreeBSD poudriere.foo.org 11.1-STABLE FreeBSD 11.1-STABLE #1 r331535: Sun Mar 25 21:08:03 UTC 2018 dmahoney@poudriere.foo.org:/usr/obj/usr/src/sys/GENERIC amd64 -- --------Dan Mahoney-------- Techie, Sysadmin, WebGeek Gushi on efnet/undernet IRC FB: fb.com/DanielMahoneyIV LI: linkedin.com/in/gushi Site: http://www.gushi.org --------------------------- From owner-freebsd-ports@freebsd.org Sun Apr 8 07:38:47 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36516F8B205 for ; Sun, 8 Apr 2018 07:38:47 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) (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 B670D6F92C for ; Sun, 8 Apr 2018 07:38:46 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from webmail.gandi.net (unknown [10.200.201.4]) (Authenticated sender: mayuresh@kathe.in) by relay9-d.mail.gandi.net (Postfix) with ESMTPA id 6857CFF807 for ; Sun, 8 Apr 2018 09:38:44 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 08 Apr 2018 13:08:43 +0530 From: Mayuresh Kathe To: freebsd-ports@freebsd.org Subject: swi-pl : minimalist edition? Reply-To: mayuresh@kathe.in Mail-Reply-To: mayuresh@kathe.in Message-ID: <64596c1e19c38f82d35099212d4f82c3@kathe.in> X-Sender: mayuresh@kathe.in User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 07:38:47 -0000 is there any chance of a swi-pl port+package with a minimal feature-set? i am quite impressed with what prolog can do, and pleasantly surprised to have a swi-pl port being present in the freebsd pkg collection, just that it's dependencies are mostly those which i won't need for my work on developing an expert help system operable at the text console under freebsd, i.e. "no x". i would like to request a swipl-minimal with the absence of "do what i mean", autocompletion, history, tracer, graphical tools and interactivity with various editors, and interfaces to encryption, TCP/IP, TIPC, ODBC, SGML/XML/HTML, RDF, HTTP, graphics. From owner-freebsd-ports@freebsd.org Sun Apr 8 08:37:08 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E457F8EED3 for ; Sun, 8 Apr 2018 08:37:08 +0000 (UTC) (envelope-from sevenjp@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 B88756EED0 for ; Sun, 8 Apr 2018 08:37:07 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: by mail-vk0-x22a.google.com with SMTP id h134so3067629vke.2 for ; Sun, 08 Apr 2018 01:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=urN9E0NGsSbRrrULt6OidB5v4gHlThGXY75awr8FaGU=; b=hhm3RjIuOqFXFgPskFcPQ2lPvCq+rbRhSjUhVBcXMB4V4RhvTvOOrMEYPH6vTef4Zn mK0HpndD76NNjB6ypKSxg5i7+1OeWaKzUDvTgfkuTE5XQcSwvqihjEIeRJjmk5TaLtFa rFWs8XeHZw3AqqKZMWb+djX/w48yL7tTEYyt9oW0Tai+4HZGo+k1NbZzMC5GfhALz1e3 BjHYqD4gRdmFNaLkB34R7QWtcb1LpGTqm4muGS3+0MdCb90qYmAtIHN0K1Ic8Ps2W9nB 0c0HShiOVJ1g6X0/oY16T37tmoHC3nTJCiRpBOvzCYFl4gvcR6lE8SwT3RbPYZUMdwVM smqg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=urN9E0NGsSbRrrULt6OidB5v4gHlThGXY75awr8FaGU=; b=L7Qgd7zr6yi6RsDGBcpVrqWhOn42kK7XCXT4GwnqWgTGB7rFb4PulUr0EnQoduK8hC CVP2yRRVUt5zrw6aDtjYum++64O3AdOOLafEu2eldlivlJQ6JWa/foXzMqJb35BKVCf3 rqwmQlAEjtozQloZFWyBEeWQL3lkArzh3fk4ZZEmO6Wo25B2G6/hnUsnXhYvtsAsvKvV aoOW0oLJpF5sVvxtllNMoKvmaKgOhjzPG7C8lZ8rKzmrR6mPsoMzDUAd9yEfla/zo87U WRjD3/P90hmkvV31L2LlpjcX3O6Dk7QiBLFyxkjbHU3xIFL1PbcMm+ExJLBuZ6V9F6Ql rURg== X-Gm-Message-State: ALQs6tAe39VeN2jgC3wvFD0bUn/M19ISYhR+JlaVXJXBF7Ya51rEKORo XgJ0uonNJ7m7NzzDeu1AFRdUWBcJioEOW+d+oE0aselx X-Google-Smtp-Source: AIpwx49x3WfwYnlTv4cHv5h1G+JY4E7lTSkZxZWLY/vhjLoAWt1ilHzJnc8apqk4PxFKSd9F+ZuC6rjHXuESQtzIIx4= X-Received: by 10.31.15.5 with SMTP id 5mr20692457vkp.126.1523176627082; Sun, 08 Apr 2018 01:37:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.49.148 with HTTP; Sun, 8 Apr 2018 01:36:46 -0700 (PDT) From: =?UTF-8?Q?Jo=C3=A3o_Neves?= Date: Sun, 8 Apr 2018 10:36:46 +0200 Message-ID: Subject: Committer needed for new port (lang/J) To: FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 08:37:08 -0000 Hi, I submitted a port a while ago and I'd appreciate if someone with some spare cycles could take a look at it and, if there are no objections, commit it into the tree. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226186 Cheers, -- Jo=C3=A3o Neves From owner-freebsd-ports@freebsd.org Sun Apr 8 09:41:51 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 610A5F93A46 for ; Sun, 8 Apr 2018 09:41:51 +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 019096A194 for ; Sun, 8 Apr 2018 09:41:51 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.89 (FreeBSD)) (envelope-from ) id 1f56pb-00084l-7O; Sun, 08 Apr 2018 11:41:51 +0200 Date: Sun, 8 Apr 2018 11:41:51 +0200 From: Kurt Jaeger To: =?iso-8859-1?Q?Jo=E3o?= Neves Cc: FreeBSD Mailing List Subject: Re: Committer needed for new port (lang/J) Message-ID: <20180408094151.GC37752@home.opsec.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 09:41:51 -0000 Hi! > I submitted a port a while ago and I'd appreciate if someone with some > spare cycles could take a look at it and, if there are no objections, > commit it into the tree. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226186 Done, thanks! -- pi@opsec.eu +49 171 3101372 2 years to go ! From owner-freebsd-ports@freebsd.org Sun Apr 8 10:11:38 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3EF99F95BC3 for ; Sun, 8 Apr 2018 10:11:38 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:c4ea:bd49:619b:6cb3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 9A2187A26C for ; Sun, 8 Apr 2018 10:11:37 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local (unknown [IPv6:2001:8b0:151:1:5d99:cc33:69a6:2b71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: m.seaman@infracaninophile.co.uk) by smtp.infracaninophile.co.uk (Postfix) with ESMTPSA id 8EE2610D52 for ; Sun, 8 Apr 2018 10:11:35 +0000 (UTC) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none (p=none dis=none) header.from=FreeBSD.org Authentication-Results: smtp.infracaninophile.co.uk/8EE2610D52; dkim=none; dkim-atps=neutral Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 To: freebsd-ports@freebsd.org References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> From: Matthew Seaman Openpgp: preference=signencrypt Autocrypt: addr=matthew@FreeBSD.org; prefer-encrypt=mutual; keydata= xsFNBFJIL80BEADi7/VbnnErDU6pjEhI/SzEZ/HbDRkJ5g7HroAtqIRm6nj8ZwOAgZ/2ZnWn 5F+fXTuLsG0FLNtkd17FoVcuCi5e/GPliXI5cmamV7E1Yz4T8UsJ7RQolimyxVexccKd16Tc AA7B9bFlJSKkBUSD0buj7VjT07xWhRzu6Vgi5r0UjLALYJz977uZA0F1aOGOXREDEAOhdcNc kSNjynqAwDA6dCT1Elpi4key1fYjv4jyDF+GU/YXul2Y/rguA8FCkHd9vyym5eAsLQ5mG00V V9fkEHIpH5KorNVnl/ufHXnkZqmHAZVpFDcrshb7aZ/pL45PXyWgLj+e6etelgj3a2bZi0JF cVdXCnBZVP2oIyYblM11ugTbfCwodORU8a5KfPeztMdAtDr4e+32NTrPdPi5rLT+GUsYz+PL 3A3m3u8bdsFp40DlIrBtSByVjqERxcfhphrEB4J8BXHUG7OAtXkZMlW/PGKDwXJq0O6Z5Tcg YHAoEiSWbXiexHgXNJyP+sqnIlhLWhSJGeJ+C83wqI6oYlZUCW00NkPxcIHnQPV/z+5wQVci TMyaWC2YCIHz4Ljs+TnwWMz0E8PNFDfHVbQ0W4PRGV7gRAqxfL+yKufauIEGbEq8rNDbSwL3 bcUCxR4ZDlaUEUwT4J8naf7rjdgiEYHs2Ig3jeK1+ER4FPG1sQARAQABzTBNYXR0aGV3IFNl YW1hbiA8bS5zZWFtYW5AaW5mcmFjYW5pbm9waGlsZS5jby51az7CwYAEEwEKACoCGwMFCwkI BwMFFQoJCAsFFgIDAQACHgECF4ACGQEFAlU6qssFCQiWFX4ACgkQA29snufznr/L6xAApuHl 6qHsHWPUSJLYRoT1prVA39xYO2Rkms2Z924ggivB0exe24K0HXAKPXZrBOHL7Wt6wLLXG2EV 5zgrOrnHmBckcEplSGTp1gUrjoSdYt0HXNB0Au513vRbNeocnnIxZAKtan/Tkkv5MqhGSAw4 8ndNuK4tWCvl292V4tfQ1hrNe9E/erXf7jjvFIazWCvTfrAe8eh9+kfe8Ro3LXfdyYowl8cr kdJNDQoyRkXrcTxtvye7AtzDxhoo28MZ7WmgM8zIbKoHLUvFYuW7FmdyStxVn7ZlW1qdCb8A zWfhdzFDtNo48hFrg9dj0u0UUmsLADCGf1kH/mWY7g/EUGLZ9bhAzZcqjW5E1s7HdCamBBWB gEwTyu953ka9RNPC87vd62jBh8IamhWBj4BUaURYyZpsbweqNIK11ONIWZX8a08nTURhMOaH JinqXheB6/w5dIdxaoloU0CEPpaTLYMTIYixZPxhyaDSqNaJFIOPvDGA88BMoufwysH/sYhX Rp6NL/mJfMLiaX48nZE0LfYZYlsu7r/6r7jXuQmDzZ5EQxYeM876mctcP3vGSUU4pvB6UdV0 0i3lJvJybtGlXjpR41NtS883LdpJBpSvO4Wsl2G/6bZuNLXAuvAxUUeso2E9eEBswHuYoDB/ iES6kSOzjdsiaSdOhI+H9VsA2w65fC7OwU0EUlFCuAEQANRYVqDno7cJrJxrIaCG3WthZjPs /3/ezs6WoC4QAh3z+RLPyNfMBv9Bvq3TbjtrYwPSDGeOBlDLY6JA6w5OtzfUvq1SstUBMvlD egoiH2E6U0wD5xGOyBjdSYxpLD4Z+2nrgQkMFDAFdZPsJJQQnDg+rPAw+JMdGSapB/N181qA UlWpnR75zOegvMj1a+RxzAtbWSJwFgTKxfnI5dRD389wqpFZxvEsXOcnXomzEvUN5Ry3lZFZ TEQJjaszS34CQ1Frc2nOySIxRLMWGIaYmj3LLLVFLh2uMyESf8hwzWw7bVkX9Za5RWS6Xrmq eAWdoUMNFDmVTcBqBaEuGammYr/JptJV+rPfwHUA+gFa6V1imuyVNsA4msvbEW2Ifub1Vhs/ ZoZ3Cv1X8LbuSI1aeb+VjM/1n51MWTHDZX4E6OItbMMMPqkQTtgOGI/Kiilp07Je2gl/dorU 4j4MG7emIED8IMMO9q+u4z7eaPFTFw6jzDysxonMNQMsbTI7KEpZ5/dRbmXLcIpd7z6b8xl7 QZq80Em3Q5stCk+aef1vaQ//FLSyyzOjy7OV9IyIaL0B50ChFDu8Vd8jQwFvQzyAnoe3/6PV vkCX0AF54Dc9G675oEnAFF0WngBXkGwJrRBvdqpUlQ+4G+1jnppZYH2xJ9DWp67+WhHGQlse Fo8mzCxxABEBAAHCwWUEGAEKAA8FAlJRQrgCGwwFCQHX+QAACgkQA29snufznr/Aiw/+NGkA kaR038nbaurBFRxXaUAoBiBP+O6+OpK9sdeQtsGD2JvSSdZR746SrejdoBn5ojH6vPj19aaV qfqpGT+Chdj0sSSerIzzTJ3vflITxF+V592db40VybewVdL4bAe1qyPIyPWq6WJMFTpEMsox cVni9I73xmGAAbbb5Rv4Y8bsCNNb4qbk36/Pc40WHAuYWNbINmzp/7SHv1deUo9d1KPybhZ+ wIpvdYhGK6eeuvKm1myzP/ITarRAh+qixIbaHqC5S26ug9xyItNG2L3GwaYoP2s1GrB4qN4H +BjZJUOW1b1oCMFdFHuE41zAqJKWiwqvgjWiKhDvb6iXBGuLdHe6FxR4+lPZeoklT2EYF7Ao /6QYGBT63VelfFjRh6mvskAQbVfW0jzShfMQIx0OQShmq3aNXwbBez9QlRN0kq+SM2cJOQyH sglhiYwfDRhmj1jTyLzcgvb+TfSqRXu1gDsgHRI0e/NZctL3mJxRBXFQJr1txYM5RF0F8ODO Bbp4hE3d4nUiWaUQZqto78cnxd2+vQHYi3XXDgH30YxjgU3sy7asSbLSYY+/7OMgrsEIVE6S c8KDQWzy6sZkP0x5ncMelWADyKjhwZEkI9eJxsl+Ub5H72RavTgSolQUkIveI2mlmbMKjHxn qmSDrmYrfkNkxU8kvG9EdHQ2lFMN9gzCwWUEGAEKAA8CGwwFAlQhBnUFCQOw9z0ACgkQA29s nufznr9YJw/+MCbOolia5tqe/+wNL7fpXS+4/2Wi8HZelxok7w2Nd6iEn0cLJesobCoMKngD OczptROoMyHX+1cFsdv+Cp0CfN53wZlPCkXlF97nU21SJPCaN7DGLz7FrTY0SBwi3F5+ePwI 5Y6dXF4oc0NKF6RcZ/bG2ZZeIhOk3Cmz7gQRRLK2yMW43bRuzzc454SpJMKzkadibEnFjHKb 6qtPwLz3jCjG0PEgJDmR9tGlncOMA23JtW068UhmH2xbA5jF8bnskniFmwwsIpnjBXVkiLbA rx0yl/ASMAzOjT9rEGPUMmt6ePBwphRg6Zh3WaFOH8affpWRb2zZRvoLWNbqdxzWGfaSGzjn Sg45CrcpmF/hdoDX5YA/yafxWthFw85P4kO94HU+utkz/QtFjpBYjNe27+R5phTBsRtAKejb bfHXKmW9v16AY0fPLLK4A2kmxbaQ5FCDMujmq1woooqDBfm4KTwyH3zhT0UhbAfo5jHBrtq9 6uSOgt36U4B4fbaMICS4cNKX5dPFa/qt6Dg3DnF8JDW06wbTN0+Uqy7/5UKlrWZgqaVg7kbh bdNv42zGlZlgp6UCTfPWfuOB/hbtmS/rGUg4bARNMDu4hgH4D9ciCIiv87p8eiDLjTH+b9cu krThzvz6iePqvCFigS841sxJ6TYk+QgPx3ZO7/lWtWKXfV7CwWUEGAEKAA8CGwwFAlU6q4UF CQiNA00ACgkQA29snufznr/LgA/+K9kMvddpN8lUGpxSR6hquNDQcaxdUhbO6S1trxedlxuY agFkBxrt+u1sOqobic9v9vz6FKf1TzVgpSPUrn8+k0v9x/yF3KIGGAngi6v4J7ffw/vHUisE iqMikBUwPEdK8dcUUYGfhxLk8CXIxrktR9G3nHbCMGFqiT7YMgtTJZJCfoTbrGKtarM48zeE +0p9CioaDVCCFGOSpYMZdX8PgjfoDzeFmeGX1UWxsscuvjwJxtajFQInF8OONTxQJBKBSxF1 NbZk5Bx8TjGYiNEHqMhANK/QI75jIUI0gvNhq0TwpvynhSyv8WFjU7pkfuPkDagkTgFAhGwm 3k/82AFLf1pvyRbvTItthpnFzuCj3IkpyfFY6CtZX1f6Q/CSbJeuhuVKCMS41vBMsv3XgzHs +rCQKIsra9GZWq3FTSB7iY0NnYAWFIaTqyJw/iGaksgwXUxUnedStVhlRTJL/os9gUWOWuk8 aBg3lo/mDGS0WQ8pqZkuf/WcKn92ULMIoTYTJMTLBNctIo+K7FvzUt911XmBcAQEBp9Zqy/+ A1FLYwhKWd0y5Gkd/hZhBm0AF4CqHUG8ujsAEPgDvQ3kAuTsFTIvIXx8wveWgW6Vv7SR0Zpj gKIAOJF/T82P4vSdburXtKUQSCUv305bYASpoXNRns6E6Nk28PzsP2Ity8D5BlA= Message-ID: <49bda6e4-d84c-9aad-b132-278f1accb1e3@FreeBSD.org> Date: Sun, 8 Apr 2018 11:11:34 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="4fywpkyZnNiXBBHzd9XLgn36zHwbHwnSQ" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 10:11:38 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --4fywpkyZnNiXBBHzd9XLgn36zHwbHwnSQ Content-Type: multipart/mixed; boundary="gRfddbgCWfWB93mzDtow7PbLErcNKqDOB"; protected-headers="v1" From: Matthew Seaman To: freebsd-ports@freebsd.org Message-ID: <49bda6e4-d84c-9aad-b132-278f1accb1e3@FreeBSD.org> Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> In-Reply-To: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> --gRfddbgCWfWB93mzDtow7PbLErcNKqDOB Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable On 07/04/2018 15:40, Jos Chrispijn wrote: > [Nub on ports] >=20 > Running 'pkg version', I got phpMyAdmin status "?" (orphan) >=20 > I first tried reinstalling the port, resulting in an error. > -- cut -- >=20 > =3D=3D=3D>=C2=A0 Installing for phpMyAdmin-php56-4.7.9 >=20 > =3D=3D=3D>=C2=A0=C2=A0 Registering installation for phpMyAdmin-php56-4.= 7.9 > Installing phpMyAdmin-php56-4.7.9... > pkg-static: phpMyAdmin-php56-4.7.9 conflicts with phpMyAdmin-4.7.9 > (installs files into the same place). Problematic file: /usr/local >=20 > /www/phpMyAdmin/CONTRIBUTING.md >=20 > *** Error code 70 >=20 > -- cut -- >=20 > Can you tell me how I can solve this? Thanks! Unfortunately the transition from the unflavoured to the flavoured version of phpmyadmin isn't quite as seamless as we might hope. However the solution is just to tell pkg to install the flavoured version of phpmyadmin. Other than the name change and possibly a difference in the dependency chain, the flavoured packages are identical to the unflavoured. So just: pkg install phpmyadmin-php56 [*] It may well warn about conflicting files, but that's OK -- the replacement files will be identical to what they are replacing. While flavouring does allow end users a lot more flexibility in selecting a version of PHP, in fact a better solution here would be the proposed 'flexible dependencies' but that's not available yet. The only significant difference between the flavoured packages is the dependency metadata. Cheers, Matthew [*] Assuming your system is set up to use php56, which it probably is as that's the default. The change to flavouring means that you should be able to upgrade to a different version of PHP and still keep using the default package servers rather than have to build your own. --gRfddbgCWfWB93mzDtow7PbLErcNKqDOB-- --4fywpkyZnNiXBBHzd9XLgn36zHwbHwnSQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQKTBAEBCgB9FiEEGfFU7L8RLlBUTj8wAFE/EOCp5OcFAlrJ6tdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDE5 RjE1NEVDQkYxMTJFNTA1NDRFM0YzMDAwNTEzRjEwRTBBOUU0RTcACgkQAFE/EOCp 5OekAQ/+Pu4W3B3oirdoOHdoZXLfZ2Q5UHXC7IqmgtGnaj4eLqew6SsSmscsF4nQ CTjgj/X5ClbuE6FwxPcrLAFFrDl68/QSe++9AtXePdblGBHoww2eAejBAFuNZ9Ui LuvfM3U6NdVjAFguSIBtZpmWeSf7GOEAxMcahVTpUk9Y32Cbo0QQa+hPCbgBYnS9 KGzyHEeLD0bUiwqjLzWv65BLIjegzE/inVSiBmxkYhLL8XkK7FRoYFMAK4DpuB3M 0VkcTw8uN+9zFeKDkWBpRB2g3XkmRLU4LT2xOQG+RzKM5Dq9Mw5yg2GsjE/+4/Yy /KDaN8ig5xfxZhe9imtw47pDVOFjgJkuJRUGYsXV5BMONpR8/nGfa/hOUQFwzsMJ fIDd5n73mFXBDtLh67MPSSlkzMWzdLxhLIVND29ZMuebdgSM6W+KgyOla6Vkxau8 tqFu28j0BaYjHje+3I0s2dvBZ6mXVPo0JRcxDQUnQMv39ttGO8JHjzjT+qBLa3Fc 1AATbThBmVw9/m5vPOtZKMGxu6hav+jKoawzrE77T6ZTY8OHy3d9dee8EqfopCTW o3woGgFAh5j9s0UL9j2tWl1wunPlMRdnNUhHuSulkfSDNR97StOiPbCFPe5M74si 5DD/iCa3MfagQ6+sKc8+HyTvwXCoZtCWg2/5CMWM7BWinzDL0a8= =aNn8 -----END PGP SIGNATURE----- --4fywpkyZnNiXBBHzd9XLgn36zHwbHwnSQ-- From owner-freebsd-ports@freebsd.org Sun Apr 8 10:52:40 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36213F98A24; Sun, 8 Apr 2018 10:52:40 +0000 (UTC) (envelope-from spil.oss@gmail.com) Received: from mail-oi0-x244.google.com (mail-oi0-x244.google.com [IPv6:2607:f8b0:4003:c06::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 B4758708B6; Sun, 8 Apr 2018 10:52:39 +0000 (UTC) (envelope-from spil.oss@gmail.com) Received: by mail-oi0-x244.google.com with SMTP id 71-v6so5002144oie.12; Sun, 08 Apr 2018 03:52:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to; bh=8Rnc7CaWg/uuIElLPdc/ktCSwmfbdmQWdyc3Uy/rtFo=; b=tsOtXkJKjFv7vh5UvlJRUiqoO6StDg1w9OrgcNPbBLZSwC61XhlVlVon0jG9qicNSh TQZDzast4caTwk+ToM4IP37b/QvexmFF0hZf+xRGkRKze0gezLUDWXOS9afCkqSR1F56 exEV6LSZZIqknZ5bqTAv/woxYeweb4973OiN+QQZoz0Es/i/nZMZzyJ9WqgeiDT6Sl0V Drod/LG8r3uJ9mf+2GMkBXWixO9AhA7a1uz8uHhwFk7W8IxTzkrNMVAZdSRCrmNPmvQk 8XnZHdbubq8fGGbD6DRI7bOikCHv+UmkagtK1akB4Nkau6PxFUrcbASIo9ep6fWEoTf2 CmzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to; bh=8Rnc7CaWg/uuIElLPdc/ktCSwmfbdmQWdyc3Uy/rtFo=; b=T1OD1IGhDzDKZlQEQsF4uu4mPicX/HkfmwGcRKLS5eMSaLLxVhOWwDriphl5wvV9Ns 14t0Onmk35Xw+U1B3I+vIoNUVM6N37Tb8z1EOAiPA+n3kRINVg75MAlipWzU9ySK54nn oMKRgGVxRAFYELhxoox6VzdP1FvpARJjrMlLEUdNqpG6omQPbiiDymZSVU2/p++PoFZG seqJ/CW2TzpANtoT+NmlcOLlSIRVdk671pfvTIPJajhe5s6GCc0NwxwgPHcW6nqgRx05 7YgywBp+BSaigTg5m8gVbPuZleNCUAxd2UpolAxuhWzSgdP99EXKyHXPztjGHbAEAd4T Vacg== X-Gm-Message-State: ALQs6tDai8ZxXPniSGSsFdVpC6oIJhH8vsRN+GEcPLcpcirnF2k5SZgQ if1xwUHQSxmC20Kbj31EUdrKQ7h02MK/eL4VGWQt X-Google-Smtp-Source: AIpwx4/NCEtqxgDf2H6USm0UL+sc/az7L3E1IZXwn+2F3FryOkypylQrBVfqjDrCLtbKZpgD5eSiyxXQYav1Bhm5JZ0= X-Received: by 2002:aca:c353:: with SMTP id t80-v6mr20314203oif.15.1523184758986; Sun, 08 Apr 2018 03:52:38 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:6010:0:0:0:0:0 with HTTP; Sun, 8 Apr 2018 03:52:38 -0700 (PDT) Reply-To: spil.oss@gmail.com In-Reply-To: References: <7a0002af-57f4-c5dd-b43e-402f3a0913eb@unsane.co.uk> From: Spil Oss Date: Sun, 8 Apr 2018 12:52:38 +0200 Message-ID: Subject: Re: Removal of www/apache22 To: freebsd-ports@freebsd.org, "apache@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 10:52:40 -0000 There's been no-one wanting to keep Apache 2.2 that has come forward. Expect www/apache22 to be removed later in the week. Cleanup of Mk/Uses/apache.mk after that. 2018-03-30 17:37 GMT+02:00 Spil Oss : > Thanks Vincent! I was looking for these but could not find them any > more. Should've looked in archive naturally. > > Hanging in here for a bit to find out if there's anyone else wanting > to comment. Deletion 14 days after original message. > > Cheers, Bernard. > > 2018-03-27 16:07 GMT+02:00 Vincent Hoffman-Kazlauskas : >> >> >> On 27/03/2018 13:52, Bernard Spil wrote: >>> Hi all, >>> >>> Just noticed that the Apache project has removed the patches they had >>> for 2.2.34. >>> >>> http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/ >>> >>> Combined with the security update of 2.4 branch to 2.4.33 leads me to >>> believe that Apache 2.2 is now vulnerable and no patches will be provided. >>> >>> If someone wishes to step up and get patches for 2.2 from e.g. RedHat, >>> we may be able to keep the port alive for a bit longer. If no one steps >>> up, I see no other way forward than to delete the port as indicated by >>> the DEPRECATED variable and expiration date 2017-07-01 since July 2016. >>> >> >> While I agree that apache 2.2 is now firmly dead, they moved the patches >> for 2.2.34 to >> https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/ , however >> no new patches for the recent CVEs were added. >> >> >> Vince >> >> >> >>> Cheers, >>> >>> Bernard. >>> _______________________________________________ >>> freebsd-ports@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >> _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@freebsd.org Sun Apr 8 10:57:21 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43422F98F83 for ; Sun, 8 Apr 2018 10:57:21 +0000 (UTC) (envelope-from brnrd@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 BC11C731E7 for ; Sun, 8 Apr 2018 10:57:20 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 78C31F98F81; Sun, 8 Apr 2018 10:57:20 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65B8BF98F7F; Sun, 8 Apr 2018 10:57:20 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp01.qsp.nl (smtp01.qsp.nl [193.254.214.162]) (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 E7922731C7; Sun, 8 Apr 2018 10:57:19 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp01.qsp.nl (localhost [127.0.0.1]) by smtp01.qsp.nl (Postfix) with ESMTP id 230A1B8C3; Sun, 8 Apr 2018 12:57:12 +0200 (CEST) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp01.qsp.nl (Postfix) with ESMTPSA; Sun, 8 Apr 2018 12:57:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=from:date:message-id:subject:to; s=default; bh=FYhERE0D7Csjy7oyveMnRDlklAw/WxRjM3QT+fM8nG8=; b=pEXZFxR9du+vn+seKrIcw1R/cVN0QS6DoA4haLaiej5pffbGuYbry0xNc4wWC/iKeU7r1GJVPoFA+sR1/lozowbP9tC+jd+uAEDMVt2UYtjjs5DG9xrzXbZPJSmNOjxbITwv5g3dTrSlVL5FczCbbHzz1U6PVVEx4cY/drfbPLaByE7uLibFtJnQHAbC13LS0M1ABHXyFq1bUF1O4jIuKshTDW7KWbRq2YXnhQQsj0n8YAwYuHDKpoP5h6yxSyx/GUwn2fDSBKsuf8NeXpcKMStnwi+V+eDvl5zsxr9bI3fin3RvcTw3zVlsbQf3Dl69iWCBDnOwCxa/DDLFLprKKA== Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id a782e7a6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Sun, 8 Apr 2018 12:57:10 +0200 (CEST) Received: by mail-ot0-f179.google.com with SMTP id o9-v6so5683281otj.5; Sun, 08 Apr 2018 03:57:10 -0700 (PDT) X-Gm-Message-State: ALQs6tBPw3vROJUKmkRQQax1Bt5TGue6SzqJDf30XgUHY+EdIz/KEDwd 60Xsni5t1HdKO9Biq7SCNlgn5Dnqco+wQ4LnaA== X-Google-Smtp-Source: AIpwx4/H7RWLQIvJaQHrx/DdgqozM1T8bUJl2rPkzrkgEHL7F2JdgDTyyLEbER8HrPzZL6K78NH6DUhdZF/V15SCA/Y= X-Received: by 2002:a9d:2e68:: with SMTP id c37-v6mr15441583otd.373.1523185028855; Sun, 08 Apr 2018 03:57:08 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:6010:0:0:0:0:0 with HTTP; Sun, 8 Apr 2018 03:57:08 -0700 (PDT) In-Reply-To: References: From: Bernard Spil Date: Sun, 8 Apr 2018 12:57:08 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Removal of www/apache22 To: "apache@FreeBSD.org" , ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-SMTP-Virus-Scanned: clamav at smtp01 X-Spam-Status: No, score=0.6 required=5.0 tests=HK_RANDOM_ENVFROM, UNPARSEABLE_RELAY autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on svfilter02.qsp.nl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 10:57:21 -0000 There's been no-one wanting to keep Apache 2.2 that has come forward. Expect www/apache22 to be removed later in the week. Cleanup of Mk/Uses/apache.mk after that. 2018-03-27 14:52 GMT+02:00 Bernard Spil : > Hi all, > > Just noticed that the Apache project has removed the patches they had for > 2.2.34. > > http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/ > > Combined with the security update of 2.4 branch to 2.4.33 leads me to > believe that Apache 2.2 is now vulnerable and no patches will be provided. > > If someone wishes to step up and get patches for 2.2 from e.g. RedHat, we > may be able to keep the port alive for a bit longer. If no one steps up, I > see no other way forward than to delete the port as indicated by the > DEPRECATED variable and expiration date 2017-07-01 since July 2016. > > Cheers, > > Bernard. > _______________________________________________ > freebsd-apache@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" From owner-freebsd-ports@freebsd.org Sun Apr 8 12:11:07 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6D9BF9EB09 for ; Sun, 8 Apr 2018 12:11:06 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 395137BBCC for ; Sun, 8 Apr 2018 12:11:05 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (unknown [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id 782164FD44A0; Sun, 8 Apr 2018 14:11:03 +0200 (CEST) Received: from [10.10.10.34] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 16B2C4FD449F; Sun, 8 Apr 2018 14:11:03 +0200 (CEST) Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 To: Miroslav Lachman <000.fbsd@quip.cz>, Kurt Jaeger Cc: FreeBSD Ports ML References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> <20180407150018.GB37752@home.opsec.eu> <796fc955-6bac-b144-0d81-e5adfaae0155@quip.cz> From: Jos Chrispijn Message-ID: <0772fa4d-289b-a410-5f51-1bf9599a12ed@cloudzeeland.nl> Date: Sun, 8 Apr 2018 14:11:02 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <796fc955-6bac-b144-0d81-e5adfaae0155@quip.cz> Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 12:11:07 -0000 On 7-4-2018 21:55, Miroslav Lachman wrote: > To fix it, this should work: >> >> pkg delete phpmyadmin >> >> pkg install phpmyadmin That did the trick, thanks for that. I first followed up Matthew's suggestion (thanks for that too), but the port still got the Orphanned status. What now happens is that all ports that were linked under their original port name, got the 'php56-' pre-string in their port name. What is exactly the reason for that and where can I find more about this? Thanks y'all for your support on this. Jos > I can't tell if it works for phpMyAdmin too but I use "pkg upgrade -f > category/portname" often (in similar cases) > > So you can try "pkg upgrade -f databases/phpmyadmin" as the package > name was changed but port's origin is the same, it will remove old > version and install new flavored version. > > Miroslav Lachman > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@freebsd.org Sun Apr 8 12:14:49 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 92497F9F0DF for ; Sun, 8 Apr 2018 12:14:49 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0905D7DE7B for ; Sun, 8 Apr 2018 12:14:48 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (unknown [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id 9106B4FD4600; Sun, 8 Apr 2018 14:14:46 +0200 (CEST) Received: from [10.10.10.34] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 3E46A4FD449F; Sun, 8 Apr 2018 14:14:46 +0200 (CEST) Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 To: Kurt Jaeger Cc: FreeBSD Ports ML References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> <20180407150018.GB37752@home.opsec.eu> From: Jos Chrispijn Message-ID: Date: Sun, 8 Apr 2018 14:14:46 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180407150018.GB37752@home.opsec.eu> Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 12:14:49 -0000 Kurt, thanks for this. Can you tell me why this flavored mode has been introduced? Does that mean that if I install a port that will not have this php-version string, it is either not used by php or is not yet ready to be used in flavored mode? Best regards, Jos On 7-4-2018 17:00, Kurt Jaeger wrote: > Hi! > >> Running 'pkg version', I got phpMyAdmin status "?" (orphan) > [...] >> ===>  Installing for phpMyAdmin-php56-4.7.9 > [...] >> Can you tell me how I can solve this? Thanks! > I think it happens because databases/phpmyadmin was modified to work with > every php version (it was 'flavored'). So the php-version is now part > of PKGNAME. > > To fix it, this should work: > > pkg delete phpmyadmin > > pkg install phpmyadmin > From owner-freebsd-ports@freebsd.org Sun Apr 8 12:27:27 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01853FA0224 for ; Sun, 8 Apr 2018 12:27:27 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 685F984D0B for ; Sun, 8 Apr 2018 12:27:25 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (unknown [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id DFB074FD44A0; Sun, 8 Apr 2018 14:27:23 +0200 (CEST) Received: from [10.10.10.34] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 877B84FD449F; Sun, 8 Apr 2018 14:27:23 +0200 (CEST) Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 From: Jos Chrispijn To: Kurt Jaeger Cc: FreeBSD Ports ML References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> <20180407150018.GB37752@home.opsec.eu> Message-ID: Date: Sun, 8 Apr 2018 14:27:23 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 12:27:27 -0000 Just found out the flavored ports will end the necessity of slave ports. Imho that is a great solution, as oneport can result in many packages (no need to build you packages as the created port package is more flexible). What I still ask myself: - what if another program in that package releases a new version- you just only recompile that port including the update? - what effect does this have on precompiled ports? /Jos On 8-4-2018 14:14, Jos Chrispijn wrote: > Kurt, thanks for this. > Can you tell me why this flavored mode has been introduced? > Does that mean that if I install a port that will not have this > php-version string, it is either not used by php or is not yet ready > to be used in flavored mode? > > Best regards, Jos > > > On 7-4-2018 17:00, Kurt Jaeger wrote: >> Hi! >> >>> Running 'pkg version', I got phpMyAdmin status "?" (orphan) >> [...] >>> ===>  Installing for phpMyAdmin-php56-4.7.9 >> [...] >>> Can you tell me how I can solve this? Thanks! >> I think it happens because databases/phpmyadmin was modified to work >> with >> every php version (it was 'flavored'). So the php-version is now part >> of PKGNAME. >> >> To fix it, this should work: >> >> pkg delete phpmyadmin >> >> pkg install phpmyadmin >> > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@freebsd.org Sun Apr 8 12:34:22 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06045FA0B87 for ; Sun, 8 Apr 2018 12:34:22 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (cloudzeeland.xs4all.nl [83.161.133.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloudzeeland.nl", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 98E1968C0B; Sun, 8 Apr 2018 12:34:21 +0000 (UTC) (envelope-from bsdports@cloudzeeland.nl) Received: from ares.cloudzeeland.nl (unknown [10.10.10.32]) by ares.cloudzeeland.nl (Postfix) with ESMTP id A8C0F4FD44A0; Sun, 8 Apr 2018 14:34:19 +0200 (CEST) Received: from [10.10.10.34] (styx.zeeland24.nl [82.176.127.71]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by ares.cloudzeeland.nl (Postfix) with ESMTPSA id 5CED74FD449F; Sun, 8 Apr 2018 14:34:19 +0200 (CEST) Subject: Re: pkg version - Orphanned status phpMyAdmin 4.7.9 To: Matthew Seaman , freebsd-ports@freebsd.org References: <414792de-2b1f-c576-0810-04e756452153@cloudzeeland.nl> <49bda6e4-d84c-9aad-b132-278f1accb1e3@FreeBSD.org> From: Jos Chrispijn Message-ID: <4d5f8e8a-44ae-d299-92ca-7c4a22857fb0@cloudzeeland.nl> Date: Sun, 8 Apr 2018 14:34:18 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <49bda6e4-d84c-9aad-b132-278f1accb1e3@FreeBSD.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB X-Virus-Scanned: ClamAV using ClamSMTP on ares.cloudzeeland.nl X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 12:34:22 -0000 On 8-4-2018 12:11, Matthew Seaman wrote: > [*] Assuming your system is set up to use php56, which it probably is as > that's the default. The change to flavouring means that you should be > able to upgrade to a different version of PHP and still keep using the > default package servers rather than have to build your own. Thanks for that - I now getting the point here. Great solution - who invented this or was it a long team effort of a global think tank? Cheers, Jos From owner-freebsd-ports@freebsd.org Sun Apr 8 13:37:20 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F1D4F8220A for ; Sun, 8 Apr 2018 13:37:20 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::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 C249B6B2D0 for ; Sun, 8 Apr 2018 13:37:19 +0000 (UTC) (envelope-from sevenjp@gmail.com) Received: by mail-vk0-x22b.google.com with SMTP id m72so3260893vkh.9 for ; Sun, 08 Apr 2018 06:37:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Yu8YGkG0lavpOi4I6BzZqcnXt0s6ImjU0VQmnYLENNY=; b=SuhFbnNnGT4bGBrKreB5oxy7Dqxg+ABrLjo32M8R/jsaRfbb5sqXqvZOFHfWgZyxs4 rtQBvXDvTIjArpuSMOqZ03MaUiF3gVeUn7UOQvs23H9d/ly724eRtI7XC9BlSKEb0uyK zsDuURRIGS5sRvL7YTCUqVLSPw2lTvlEdGelibPgUM/DAACQXi1mmeZZwzRLO47w1F/v RfkaEnbtSSs7xVbhYj0zB/mV3xU1M0Wy2ge4fEebMhWvacqJVqDU7PyIUBEBB4I5jraN JJBq6qhT8/3KeccZ2NN0zugLai/j49WmmLv+xAjzPeeHqoX5MqHChtQpxiecDmfWd3cQ HWwA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Yu8YGkG0lavpOi4I6BzZqcnXt0s6ImjU0VQmnYLENNY=; b=fAIUmwI/+oOEoW0NufxRTIkTOKcsAuIDneRjQGftc8WJwqWx6FiVOIE2ow1gelrrSi az9u9HWTekYi6AXwNuaT89NYat+GrATB3QqJvF+p3r9E1kTBnpliOtUB+OzS89h0Ecpe vq7b5klp8nU4O7/w/U66YDmcr35zSEI1renyObSi6fZIg9/j6/a1t2sJynKRIwOF5yXZ nRZtGDElzDqxpn2RUWoDZdVZMQP+O4P5GQPSj8zTCWZqONiyUwNZ7z0k3wzuTRm5zUTd cOQWkwxOnqrLLNlSf2Fru/w5OdoK3pr49ydiugRKt4RxrUUMZXbZf/JoZZS9208JH7Ij 5ZLQ== X-Gm-Message-State: ALQs6tCdv8jxSLdeArJ6/RjMdYYnYoHBsYkBlSkx7KTkgNNV6rEyzyJC o0jbCNMVgEyrdRMnVQYILQ96heZS4B4lenlSRT/17w== X-Google-Smtp-Source: AIpwx49dFoLfs8RXiBCVmd8766GgZASvccZeI3tvvGJ9mGphIXoIR/ULGIa7cumftAIJ9fLZ5jujYQ5kdXZr5KGvukI= X-Received: by 10.31.190.195 with SMTP id o186mr21205498vkf.12.1523194639172; Sun, 08 Apr 2018 06:37:19 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.49.148 with HTTP; Sun, 8 Apr 2018 06:36:58 -0700 (PDT) In-Reply-To: <20180408094151.GC37752@home.opsec.eu> References: <20180408094151.GC37752@home.opsec.eu> From: =?UTF-8?Q?Jo=C3=A3o_Neves?= Date: Sun, 8 Apr 2018 15:36:58 +0200 Message-ID: Subject: Re: Committer needed for new port (lang/J) To: Kurt Jaeger Cc: FreeBSD Mailing List Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 13:37:20 -0000 Thanks for the quick turnaround! -- Jo=C3=A3o Neves On 8 April 2018 at 11:41, Kurt Jaeger wrote: > Hi! > > > I submitted a port a while ago and I'd appreciate if someone with some > > spare cycles could take a look at it and, if there are no objections, > > commit it into the tree. > > > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226186 > > Done, thanks! > > -- > pi@opsec.eu +49 171 3101372 2 years to go ! > From owner-freebsd-ports@freebsd.org Sun Apr 8 16:48:13 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 386FCF8F916 for ; Sun, 8 Apr 2018 16:48:13 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 A90BF75B11 for ; Sun, 8 Apr 2018 16:48:12 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by mail-wm0-x22f.google.com with SMTP id r191so13062428wmg.4 for ; Sun, 08 Apr 2018 09:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DtC30F1E47Fe49msNRdwcp566HM7aYtPSYg0lr/Qzzs=; b=p1X7YATKGzbaDEoYjDr5UOPVPeTomFF8xfIp92XkeJ6xZ4Gij8Dh/VizD/o4k7+yty 7Io4VwM7xQt/hkqEDHLtZ81bqrYLAOqc2hjjFolk74gp/aqrq0tAHus3hSy40gAKCzkg DdLDIycDitUizNfXxcVdtJ1rcY2e7ZuJK5c72qaNwtmrr/7JkloMrWwjEU7XWTFo2sYQ WrEu8O3XLCDafepvQkOwI7fj1ff822cmrCRlz8NqeqdoxlOjnb6cWaehaaEX8pa9oxqO kV9SJjMPZ11LjtRM6eYcpV5BYZqQS3VN9Vzs+1Qn7Ge4pH8BcrSTrHb5V3exUUu7JEFY STmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=DtC30F1E47Fe49msNRdwcp566HM7aYtPSYg0lr/Qzzs=; b=O9A2rbaO4hw0eRWsM++a/l7C9yWuxtSfJBBUMcUp1NQDwn/8Frd3MjLLpgxhlofnej H/TQ/ch5gHsuae6BirpXgarHOJO8BRruzZqQTuqvxjagMKMORsVKDuRaowfSG51FxKBl H5XWtEjZFiBvhOz3eiYrgEf/Az6s6mcC4djpk619ASRhJSegvmiOTacgn7mFzvvGFGBx DmIG5fRChRD05oBTpCJ5cs1fuLIUq5L87m/vfHBZrHxhV6is5tMX2u36f6WtvxYIwZDx dgqJzIz3+Q9+lD0KHAT/YbSfuZobY6rI5xsxrlvV8qDYSBOyqYaYE6KHqBV88oCiHGWT ntlA== X-Gm-Message-State: AElRT7HJWwVRvvfuIcdTfdpX1sQZCPL6f8lGxoxyMSzmvhmFV1nKfeET U3v6JmUYOZzBB/cKN+buy5vUaiBKmYqgoBBsrSbdUA== X-Google-Smtp-Source: AIpwx4/5HvYVZIJJVOZuE32bgwe5q5Iq4ELzSUBRqS4XaOkHN8Dnz6trnqwcSBA9t7ZHJnoBQLa74TwLQh0VOElXnpA= X-Received: by 10.28.105.19 with SMTP id e19mr19369055wmc.3.1523206091528; Sun, 08 Apr 2018 09:48:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.136.15 with HTTP; Sun, 8 Apr 2018 09:48:10 -0700 (PDT) In-Reply-To: References: From: Pavel Timofeev Date: Sun, 8 Apr 2018 19:48:10 +0300 Message-ID: Subject: Re: tilix port would be great To: Kevin Oberman Cc: ports-list freebsd Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 16:48:13 -0000 Hi, Kevin. Thank you. I'm already maintain several ports. There are some difficulties in porting this software for me: 1. It's graphical gnome-based software. I have no experience in gnome ports. This is not the biggest problem though. 2. It's written in D. Yes, I wrote 'D'. It wants devel/dub and one of the D compilers already available in ports tree: lang/ldc or lang/dmd2. lang/dmd2 is broken under FreeBSD 12 due to inability to work with ino64. lang/ldc doesn't compile under FreeBSD 12: [131/249] cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/profile-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -w -O3 -release -relocation-model=pic -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/profile.d FAILED: runtime/objects/ldc/profile.o cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/profile-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -w -O3 -release -relocation-model=pic -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/profile.d [132/249] cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/jit-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -enable-dynamic-compile -w -O3 -release -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/dynamic_compile.d FAILED: runtime/objects/ldc/dynamic_compile.o cd /usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/jit-rt/d && /usr/ports/lang/ldc/work/ldc-1.7.0-src/bin/ldc2 -c --output-o -enable-dynamic-compile -w -O3 -release -od=/usr/ports/lang/ldc/work/ldc-1.7.0-src/runtime/objects -op ldc/dynamic_compile.d ninja: build stopped: subcommand failed. 3. Also it wants gtkd. I'm not sure it's already ported to FreeBSD. So, I made a try, but couldn't even start. 2018-04-07 21:55 GMT+03:00 Kevin Oberman : > On Sat, Apr 7, 2018 at 3:43 AM, Pavel Timofeev wrote: >> >> Hello, everyone. >> >> I would like to ask if anybody interested and could make a port for >> such a great tiling terminal for Gnome3? >> https://github.com/gnunn1/tilix > > > Since I don't run Gnome3 and don't care for tiling, I'm not likely to do it, > but you might give it a shot, yourself. Most, but not all, ports are pretty > easy. The Porters Handbook is very readable and, if the port does not > require any oddball tricks, is not hard. It requires no real coding, but a > reasonable familiarity with make and shell scripting. I've done several > ports over the past two decades and am only passable in make and pretty weak > in shell. It was not a problem. > > Look closely at the sections on working with github and Gnome. github, in > particular, is weird, but not really difficult. Gnome is less weird, but has > specialized make scripts that are called with USES statements. > > If you do try it, you can generally find that others are willing to help out > while you learn the ins and outs. Since this is a Gnome port, you might find > the gnome@ mail list more useful. > -- > Kevin Oberman, Part time kid herder and retired Network Engineer > E-mail: rkoberman@gmail.com > PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 > From owner-freebsd-ports@freebsd.org Mon Apr 9 07:16:50 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C1950F89773 for ; Mon, 9 Apr 2018 07:16:50 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) (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 4D2716E6E9 for ; Mon, 9 Apr 2018 07:16:49 +0000 (UTC) (envelope-from mayuresh@kathe.in) Received: from webmail.gandi.net (unknown [10.200.201.8]) (Authenticated sender: mayuresh@kathe.in) by relay8-d.mail.gandi.net (Postfix) with ESMTPA id D25CB1BF219 for ; Mon, 9 Apr 2018 09:16:49 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 09 Apr 2018 12:46:47 +0530 From: Mayuresh Kathe To: freebsd-ports@freebsd.org Subject: request for a new port + package Reply-To: mayuresh@kathe.in Mail-Reply-To: mayuresh@kathe.in Message-ID: X-Sender: mayuresh@kathe.in User-Agent: Roundcube Webmail/1.1.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 07:16:50 -0000 how do i place a request for a new port + package? the sources for my requested tool are available at http://www.t3x.org/files/zenlisp.zip and the author of that tool has granted permission to move it from the existing "public domain" license to any "bsdl" license. From owner-freebsd-ports@freebsd.org Mon Apr 9 07:42:18 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D635FF8B6F3 for ; Mon, 9 Apr 2018 07:42:18 +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 8F25F7C8B4 for ; Mon, 9 Apr 2018 07:42:18 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 538C5F8B6E5; Mon, 9 Apr 2018 07:42:18 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42639F8B6E3 for ; Mon, 9 Apr 2018 07:42:18 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4A417C88F for ; Mon, 9 Apr 2018 07:42:17 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B21522213D for ; Mon, 9 Apr 2018 07:42:16 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w397gGI4064590 for ; Mon, 9 Apr 2018 07:42:16 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w397gGjm064589; Mon, 9 Apr 2018 07:42:16 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201804090742.w397gGjm064589@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 9 Apr 2018 07:42:16 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 07:42:19 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ converters/py-zfec | 1.5.2 | 1.5.3 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Mon Apr 9 11:15:44 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56858F9ABF8 for ; Mon, 9 Apr 2018 11:15:44 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from hz.grosbein.net (hz.grosbein.net [78.47.246.247]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "hz.grosbein.net", Issuer "hz.grosbein.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D0D0D7130C for ; Mon, 9 Apr 2018 11:15:43 +0000 (UTC) (envelope-from eugen@grosbein.net) Received: from eg.sd.rdtc.ru (root@eg.sd.rdtc.ru [62.231.161.221] (may be forged)) by hz.grosbein.net (8.15.2/8.15.2) with ESMTPS id w39BFSC4075578 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 9 Apr 2018 13:15:28 +0200 (CEST) (envelope-from eugen@grosbein.net) X-Envelope-From: eugen@grosbein.net X-Envelope-To: mayuresh@kathe.in Received: from eg.sd.rdtc.ru (eugen@localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.15.2/8.15.2) with ESMTP id w39BFBIK057815; Mon, 9 Apr 2018 18:15:11 +0700 (+07) (envelope-from eugen@grosbein.net) Subject: Re: request for a new port + package To: mayuresh@kathe.in, freebsd-ports@freebsd.org References: From: Eugene Grosbein Message-ID: <5ACB4B3F.2040403@grosbein.net> Date: Mon, 9 Apr 2018 18:15:11 +0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=3.2 required=5.0 tests=BAYES_00, DATE_IN_FUTURE_96_Q, LOCAL_FROM, RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 X-Spam-Report: * 1.0 DATE_IN_FUTURE_96_Q Date: is 4 days to 4 months after Received: date * -2.3 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 2.6 LOCAL_FROM From my domains * 1.9 RDNS_NONE Delivered to internal network by a host with no rDNS X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on hz.grosbein.net X-Spam-Level: *** X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 11:15:44 -0000 On 09.04.2018 14:16, Mayuresh Kathe wrote: > how do i place a request for a new port + package? > the sources for my requested tool are available at > http://www.t3x.org/files/zenlisp.zip and the author of that tool has > granted permission to move it from the existing "public domain" license > to any "bsdl" license. The package is created automatically once new port is created and added to FreeBSD Ports collection. You can create and submit new port yourself, just read https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/ From owner-freebsd-ports@freebsd.org Mon Apr 9 17:45:07 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98068F922CE for ; Mon, 9 Apr 2018 17:45:07 +0000 (UTC) (envelope-from sergey.dyatko@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 2541A6ADE6 for ; Mon, 9 Apr 2018 17:45:07 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id D93EBF922CD; Mon, 9 Apr 2018 17:45:06 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B5910F922CC for ; Mon, 9 Apr 2018 17:45:06 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 245006ADC2; Mon, 9 Apr 2018 17:45:06 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: by mail-lf0-x236.google.com with SMTP id q5-v6so7798298lff.12; Mon, 09 Apr 2018 10:45:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:mime-version; bh=4FgkxDccuR2IDYeQZ48w6WpmJ+yS3wL6GyCEyafOQlk=; b=W51wD9egpJZawvRSmSkHjPbhsYiMDHxVMQYZoQDY6VTPbOMO1LRrMu7rU5vqPnznY0 7v+/GQhZPcKUWEgTfPhQYWK1zThf/B7jsRxRBoFIDCc3k4FYtJU2l3He5ZVQFcLk4AA0 q1htJa4lEyTrUwtc8IdUFjcMBz2SQPVF/BlcZMWEg6jCbmBSXb5ALoL9RoVEunlxWjG2 c0IZLNlEI3DwVgTBL2DXvwAMBX6hW3xR9S9kZBetVOyXSOagtwUAp8S9S2jqcKXXSd19 RXVRRolzfoe4Jjf1JHTbJI97MYKeD6y4MjgghEEEn+cgeDAPQ32+O4Z/aivkH3FD9ATl b4eA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version; bh=4FgkxDccuR2IDYeQZ48w6WpmJ+yS3wL6GyCEyafOQlk=; b=gMcrKjbg7qsxWManhDMHlfBmRSpZoN6V3zvi0+0q1x6cJCCqcxkqpArwJr51j/nCSE yPfHm0S+BLmjH3VmLfkzBsGBvRQODG7Gm6AeWS1azjJGFeh8nmGkUq0ICckuPQQm/N8h jXxID2cdN6MF+cNk2jX+MKa956IGXV48+82+3xnojRAT5+Sm5vPJjpvmBgKUY0lkUwWI rX7hOQ1obBrlCHPyHSZ1zsjTiaoGXumWIn8yzYaabi0hBVpeqnHcpedo6MW14DA7P5Us LFF5hVlQUiw5tb8zgAusS/WRpCl5WdjDHBpMjXp8e6Sq3SudUEgki+KXWzp4/OueKFjL Ke3w== X-Gm-Message-State: ALQs6tDFqbZGE8lETq+ogT+Kpl8ZDWTJIqeCidElkefr8mP0nZD+cvhI t5tEyuNVtjHSypDV6Jipn4D5RQ== X-Google-Smtp-Source: AIpwx48uRioVBcFidYgd8V0QWXgzAP1/xYJrvj/2EsTjW4WnivHUWKTrAtNKxAjAHUXZxhVSTmZJ1w== X-Received: by 10.46.56.2 with SMTP id f2mr22671682lja.15.1523295904497; Mon, 09 Apr 2018 10:45:04 -0700 (PDT) Received: from laptop.minsk.domain (mm-21-40-215-37.mfilial.dynamic.pppoe.byfly.by. [37.215.40.21]) by smtp.gmail.com with ESMTPSA id 76sm149904ljs.93.2018.04.09.10.45.02 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 09 Apr 2018 10:45:02 -0700 (PDT) Date: Mon, 9 Apr 2018 20:40:58 +0300 From: "Sergey V. Dyatko" To: nivit@freebsd.org Cc: ports@freebsd.org Subject: x11/wbar build failure on 12-CURRENT Message-ID: <20180409204058.2c67ff12@laptop.minsk.domain> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.31; amd64-portbld-freebsd12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2018 17:45:07 -0000 Hi, after clang6 was imported to HEAD x11/wbar stopped to build with following error[s]: ../src/config/Functions.cc:14:34: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] #define ICON_DEFAULT PIXMAPDIR"/"PACKAGE_NAME".png" ^ with following patches it builds just fine and as I can see it works fine too -- wbr, Sergey From owner-freebsd-ports@freebsd.org Tue Apr 10 05:42:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8C9B5FA2BE3 for ; Tue, 10 Apr 2018 05:42:23 +0000 (UTC) (envelope-from a.andersson.thn@gmail.com) Received: from mail-io0-x22f.google.com (mail-io0-x22f.google.com [IPv6:2607:f8b0:4001:c06::22f]) (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 1FB2181C0E for ; Tue, 10 Apr 2018 05:42:23 +0000 (UTC) (envelope-from a.andersson.thn@gmail.com) Received: by mail-io0-x22f.google.com with SMTP id d7so12333308ioc.11 for ; Mon, 09 Apr 2018 22:42:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=aTnFihXNIZA/CvRIMsCp0xRs1wDVVpi9zAirXmvp6Qk=; b=TuseLitUZNuJxECeaMmtKdju+dez2JQ7S5JS7/bwSs1FTdVAWCj8rAvijZPxuA4pgw e4xHoWSotyM4PkKmGkx7no8nBcBCYIfqSj2I9Ibf7MOzgqGdocOR+nzreGgJL19bpQrY JN7xn1DbS+b8LSvftl3FDzYB1QaveW8VV0vOWPI+U7wJ6HDGMzL+DwT8wwz4GJDDKNuJ CxayepKeShEeYbX3ToPugMu4KBW3N3mPGXSodRIXwDD//cIaTv3trlwnvnQCzMBEc1Qa wmuI1OSpAuDlDDcIPndbYSzIxUyIaSnbKV0JSFBSpKOgxP5n1Ir9S9kAf7UpcDIVVJnd sdCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=aTnFihXNIZA/CvRIMsCp0xRs1wDVVpi9zAirXmvp6Qk=; b=Ej4vLyg4Q5vKzIJ8rsLe/gUKaqr3mVvQL7js8gRcoyBrMS9L4LK1gHHXvg/oDu1Lq7 fhIzrfjibABCL1MWThN8OUTah5jdPyLQt7RF37ijrx0L01oUJzb9vfizDX0iAh5uaApU D6MMZ7iUaKsUwXxU/DDEUj8kmDB6UAOWw6qx9ItiCQLExjhyDnGoU52SdNVk4kA27daC gxbK0AhXwqZhy+2hZx1AXQMieFagIWPeCHxu62O0BK/YYzwQKdrhNVIccAMnoLfqHMC2 YgtxavqbtHDbRpgFeCaYB51en6fkRafBYxxDB0kf8fHCqFlrYj/vBrz64uKblodx7Gr4 6N4w== X-Gm-Message-State: ALQs6tAaNzXcvVj4n3I/WQlDluYpWYjmyTUrOisNOuJqXtU45pUMBZH+ wBSsluUH8cB/snB6aQkiV74KGcef8/mU06f5oCg= X-Google-Smtp-Source: AIpwx4/Zq0DHLPYuC3E4lxTmKaCKmBwAB17wFOeRg7gGPoat/PJwOJuNOjLplsNSvsidwTP9C/m5KJ26JUwXeoTD4cY= X-Received: by 10.107.183.147 with SMTP id h141mr1627187iof.293.1523338942164; Mon, 09 Apr 2018 22:42:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.79.107.73 with HTTP; Mon, 9 Apr 2018 22:42:21 -0700 (PDT) In-Reply-To: References: From: Andreas Andersson Date: Tue, 10 Apr 2018 07:42:21 +0200 Message-ID: Subject: Re: Committer needed To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 05:42:23 -0000 Bumping this, does anyone have the time to look at them? /Andreas 2018-04-03 9:54 GMT+02:00 Andreas Andersson : > Can anyone take a look at the following: > > New port (written in c) net-mgmt/carbon-c-relay > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227120 > > Updated port: net-mgmt/carbon-relay-ng > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227208 > > Thank you! > From owner-freebsd-ports@freebsd.org Tue Apr 10 07:59:12 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E238BF862D7 for ; Tue, 10 Apr 2018 07:59:11 +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 9EAE87E940 for ; Tue, 10 Apr 2018 07:59:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 564A6F862C6; Tue, 10 Apr 2018 07:59:11 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 451BFF862C4 for ; Tue, 10 Apr 2018 07:59:11 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C90457E914 for ; Tue, 10 Apr 2018 07:59:10 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id B6BC66BDA for ; Tue, 10 Apr 2018 07:59:09 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w3A7x9Kr086043 for ; Tue, 10 Apr 2018 07:59:09 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w3A7x9Af086042; Tue, 10 Apr 2018 07:59:09 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201804100759.w3A7x9Af086042@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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: Tue, 10 Apr 2018 07:59:09 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 07:59:12 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/efivar | 0.15 | 35 ------------------------------------------------+-----------------+------------ 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 Tue Apr 10 19:59:13 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1803F94B8E for ; Tue, 10 Apr 2018 19:59:12 +0000 (UTC) (envelope-from dev.madaari@gmail.com) Received: from mail-wr0-x229.google.com (mail-wr0-x229.google.com [IPv6:2a00:1450:400c:c0c::229]) (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 5649C6EE4B for ; Tue, 10 Apr 2018 19:59:12 +0000 (UTC) (envelope-from dev.madaari@gmail.com) Received: by mail-wr0-x229.google.com with SMTP id m13so13987883wrj.5 for ; Tue, 10 Apr 2018 12:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=YQvxUseADb4QpFUfBjU0dyG+rMzx+3Hk3wa+na22ibo=; b=PEFwvwUNqys/nUQQUYt8pDNHIvkFgTIpn2/YmyFB74cArlJOZFLik/5QpDOqr9ZssO owy3OPtBlhAWdBk2htgQ80dpjZD/TB9GBixJePZSbmoGGzhywpcr4Wi9h34XfJRgVIMO Salq/x5MrZsKnp25wRfMVoLsfcJqXeEVmWwlRpVeB48dcZgNYt2q1EC5MafNITAHF8D+ RXcsDW0dhyUNW2WFmYEowal/rdnackIyhy2bFugL5CRd/UEgmLg1l5Zm9VLiiX0/BRlk s5y3xOxVJ6ZSJQtkJDTErkntPc79n8l37Ed28tnDyeA7rBmxa92kRX55ipk5QSwHSx/t C9yQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=YQvxUseADb4QpFUfBjU0dyG+rMzx+3Hk3wa+na22ibo=; b=Zw8EXYFDA/ovbKY4qBvUZmG2e9N+FVZ9pC/VQcWQfj3sHIbVVQ4cHw8JxnYoYg+2MY nM0eirvFictAASNnmlwcknpAS/b+6XpcGYTjfPq5E/gx58byb9pA+0Un/wqwPSo8XVIs 8iseeV1JdBSstnMTJxCvSzSL0QMv4GE9lIgO1PSVnoedIovyi4/wKbqqAFGefqeUGvWH aEVEcKwTpTwMP7OTSbo2YSGkaVcC0tLIZR/hGovtyac8ckcB8P7XEZiLBeCY7DavWKwJ mw26ObkDxS/g2Uq2eyCebAPtT3xzWJ6TquWqzCIs9/U406bAtmnbf3AL8rDhMhzDALOT rFbQ== X-Gm-Message-State: ALQs6tBDXOYJMmf1+dry+wGW8l/5Vq90GXC38s3FIE6Kp+3ezGggxZxj Rxvrbr6ml/gwmmYHUw1YLuU7+lnm/wTGgB9X9ki12g== X-Google-Smtp-Source: AIpwx4/6MmcsfBjFJiccrdCh8QhDD3oRfGoqsz81NCblrFyvdBs1nEoReNQr/2K6SQ7UKJiP6t5Lcmq4zlM0Xfz7cMI= X-Received: by 10.223.133.133 with SMTP id 5mr1383391wrt.195.1523390350658; Tue, 10 Apr 2018 12:59:10 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.9.77 with HTTP; Tue, 10 Apr 2018 12:59:10 -0700 (PDT) From: Udit agarwal Date: Wed, 11 Apr 2018 01:29:10 +0530 Message-ID: Subject: Error while making sysutils/u-boot-beaglebone To: freebsd-ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Apr 2018 19:59:13 -0000 Hi, I am trying to make uboot for beaglebone black using sysutils/u-boot-beaglebone port package, but getting the following error. How to resolve this? I tried with FORCE_PKG_REGISTER also, but no success. root@rtemsbuild1:/usr/ports/sysutils/u-boot-beaglebone # make install ===> u-boot-beaglebone-2018.03 depends on executable: gsed - not found ===> gsed-4.2.2_1 depends on executable: makeinfo - not found ===> texinfo-6.5,1 depends on executable: help2man - not found ===> help2man-1.47.6 depends on package: p5-Locale-gettext>=0 - not found ===> p5-Locale-gettext-1.07 depends on executable: msgfmt - not found ===> gettext-tools-0.19.8.1 depends on package: libiconv>=1.14_11 - not found ===> Installing for libiconv-1.14_11 ===> Checking if libiconv already installed ===> An older version of libiconv is already installed (libiconv-1.14_10) 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 libiconv without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop. make[11]: stopped in /usr/ports/converters/libiconv *** Error code 1 R From owner-freebsd-ports@freebsd.org Wed Apr 11 07:45:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38EADFA0BCF for ; Wed, 11 Apr 2018 07:45:23 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) 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 "prod2.absolight.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1675703A4 for ; Wed, 11 Apr 2018 07:45:21 +0000 (UTC) (envelope-from mat@atuin.in.mat.cc) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8F7CDBDD1E; Wed, 11 Apr 2018 09:45:19 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5A7A1BDC85; Wed, 11 Apr 2018 09:45:19 +0200 (CEST) Received: by atuin.in.mat.cc (Postfix, from userid 501) id 17AAAAE0EF4E; Wed, 11 Apr 2018 09:45:17 +0200 (CEST) Date: Wed, 11 Apr 2018 09:45:17 +0200 From: Mathieu Arnold To: Udit agarwal Cc: freebsd-ports@freebsd.org Subject: Re: Error while making sysutils/u-boot-beaglebone Message-ID: <20180411074517.uwfxwoqjdqbdejkd@atuin.in.mat.cc> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="nwzps3divrjhlwuq" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170912 (1.9.0) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 07:45:23 -0000 --nwzps3divrjhlwuq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 10, 2018 at 07:59:10PM +0000, Udit agarwal wrote: > Hi, > I am trying to make uboot for beaglebone black using > sysutils/u-boot-beaglebone port package, but getting the following error. > How to resolve this? I tried with FORCE_PKG_REGISTER also, but no success. >=20 > root@rtemsbuild1:/usr/ports/sysutils/u-boot-beaglebone # make install > =3D=3D=3D> u-boot-beaglebone-2018.03 depends on executable: gsed - not = found > =3D=3D=3D> gsed-4.2.2_1 depends on executable: makeinfo - not found > =3D=3D=3D> texinfo-6.5,1 depends on executable: help2man - not found > =3D=3D=3D> help2man-1.47.6 depends on package: p5-Locale-gettext>=3D0 -= not found > =3D=3D=3D> p5-Locale-gettext-1.07 depends on executable: msgfmt - not f= ound > =3D=3D=3D> gettext-tools-0.19.8.1 depends on package: libiconv>=3D1.14_= 11 - not > found It looks for libiconv >=3D 1.14_11 > =3D=3D=3D> Installing for libiconv-1.14_11 > =3D=3D=3D> Checking if libiconv already installed > =3D=3D=3D> An older version of libiconv is already installed (libiconv-= 1.14_10) You have libiconv 1.14_10. > 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 libiconv > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 >=20 > Stop. > make[11]: stopped in /usr/ports/converters/libiconv > *** Error code 1 You need to update libiconv. --=20 Mathieu Arnold --nwzps3divrjhlwuq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJazb0NXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IGkkP/istqSRA7bW3mPNW06rcVbau dyx8EfsK3PIg47mijZvf6fpLZxFIja8RhO6N9IkjiDojMhPku6pk7ZXlzYvksa9k hejP6yfCUmJlHu5yPb4i3qrEoKHHjA/e1OAVYJvYgp79NBXuye9MpipHkIU+kYC7 IVWEg8RERtgQ08pvB8Vs0Gh+Iw37MmZN6IntLwpxp3w5Cu7NVmrEA53Th5+bDZr4 lzggHWQC4VJXunRLHrCLWFTNowC1WLVCrbO0WdUZA6ds6urK7Kt5+GXFAhJuVJTW fQQLtVpp0vTVWNo1SIlZ9WoVgfv4DzPg9h8dfSLGfVk49TVEnsCYb8qd/JdZDQn7 XYyEa8Ln2lgFBFa6jP+mlmXEo79BAv74DuPRn62FWX9GN+VoSjgoT1oaXYP8eZkZ thDC7XcWCU6BlL4IkIBUDJrnQk+pDtat6FLs0ngxRSDPELMSzS0eXB5k/M0/zMbX sozrCW7hRCV1Rtcg5xdQYYH9rUWVcduO8kQXySubKuxFVRTQPjFDQpigU8DOcm3k UgDc50Bv2N7nV0PxD58sKwped0tK02nxrfRT9SLDmsvpSK7zZ0ybktup47GjS3g0 zpJ3pM5R5KPmVZFTP4RzunPmnsrWEQ6OcbYRm1/XunDcITK2QFfksPm1astQ01P2 KRYlcavZFaJN3Pw+n6IR =8k+V -----END PGP SIGNATURE----- --nwzps3divrjhlwuq-- From owner-freebsd-ports@freebsd.org Wed Apr 11 07:54:49 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D2E2FA153F for ; Wed, 11 Apr 2018 07:54:49 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E8D9972D96 for ; Wed, 11 Apr 2018 07:54:48 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd00.aul.t-online.de (fwd00.aul.t-online.de [172.20.26.147]) by mailout02.t-online.de (Postfix) with SMTP id E017A41A7E19; Wed, 11 Apr 2018 09:48:48 +0200 (CEST) Received: from Stefans-MBP-7.fritz.box (VsgTd4ZDohazH5hhrpKJIWUIUGaCA5VodO422hsO-+o0JGlEkzRGITBd-cRAuDwgq2@[84.154.107.172]) by fwd00.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1f6AUh-1mUdQe0; Wed, 11 Apr 2018 09:48:39 +0200 Subject: Re: Error while making sysutils/u-boot-beaglebone To: Udit agarwal References: From: Stefan Esser Openpgp: preference=signencrypt Autocrypt: addr=se@freebsd.org; prefer-encrypt=mutual; keydata= xsBNBFVxiRIBCADOLNOZBsqlplHUQ3tG782FNtVT33rQli9EjNt2fhFERHIo4NxHlWBpHLnU b0s4L/eItx7au0i7Gegv01A9LUMwOnAc9EFAm4EW3Wmoa6MYrcP7xDClohg/Y69f7SNpEs3x YATBy+L6NzWZbJjZXD4vqPgZSDuMcLU7BEdJf0f+6h1BJPnGuwHpsSdnnMrZeIM8xQ8PPUVQ L0GZkVojHgNUngJH6e21qDrud0BkdiBcij0M3TCP4GQrJ/YMdurfc8mhueLpwGR2U1W8TYB7 4UY+NLw0McThOCLCxXflIeF/Y7jSB0zxzvb/H3LWkodUTkV57yX9IbUAGA5RKRg9zsUtABEB AAHNLlN0ZWZhbiBFw59lciAoVC1PbmxpbmUpIDxzdC5lc3NlckB0LW9ubGluZS5kZT7CwH8E EwEIACkFAlhtTvQCGwMFCQWjmoAHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBH67Xv Wv31RAn0B/9skuajrZxjtCiaOFeJw9l8qEOSNF6PKMN2i/wosqNK57yRQ9AS18x4+mJKXQtc mwyejjQTO9wasBcniKMYyUiie3p7iGuFR4kSqi4xG7dXKjMkYvArWH5DxeWBrVf94yPDexEV FnEG9t1sIXjL17iFR8ng5Kkya5yGWWmikmPdtZChj9OUq4NKHKR7/HGM2dxP3I7BheOwY9PF 4mhqVN2Hu1ZpbzzJo68N8GGBmpQNmahnTsLQ97lsirbnPWyMviWcbzfBCocI9IlepwTCqzlN FMctBpLYjpgBwHZVGXKucU+eQ/FAm+6NWatcs7fpGr7dN99S8gVxnCFX1Lzp/T1YzsBNBFVx iRIBCACxI/aglzGVbnI6XHd0MTP05VK/fJub4hHdc+LQpz1MkVnCAhFbY9oecTB/togdKtfi loavjbFrb0nJhJnx57K+3SdSuu+znaQ4SlWiZOtXnkbpRWNUeMm+gtTDMSvloGAfr76RtFHs kdDOLgXsHD70bKuMhlBxUCrSwGzHaD00q8iQPhJZ5itb3WPqz3B4IjiDAWTO2obD1wtAvSuH uUj/XJRsiKDKW3x13cfavkad81bZW4cpNwUv8XHLv/vaZPSAly+hkY7NrDZydMMXVNQ7AJQu fWuTJ0q7sImRcEZ5EIa98esJPey4O7C0vY405wjeyxpVZkpqThDMurqtQFn1ABEBAAHCwGUE GAEKAA8FAlVxiRICGwwFCQWjmoAACgkQR+u171r99UQEHAf/ZxNbMxwX1v/hXc2ytE6yCAil piZzOffT1VtS3ET66iQRe5VVKL1RXHoIkDRXP7ihm3WF7ZKy9yA9BafMmFxsbXR3+2f+oND6 nRFqQHpiVB/QsVFiRssXeJ2f0WuPYqhpJMFpKTTW/wUWhsDbytFAKXLLfesKdUlpcrwpPnJo KqtVbWAtQ2/o3y+icYOUYzUig+CHl/0pEPr7cUhdDWqZfVdRGVIk6oy00zNYYUmlkkVoU7MB V5D7ZwcBPtjs254P3ecG42szSiEo2cvY9vnMTCIL37tX0M5fE/rHub/uKfG2+JdYSlPJUlva RS1+ODuLoy1pzRd907hl8a7eaVLQWA== Cc: Ports FreeBSD Message-ID: <7d6ea466-25d7-2c25-1040-0674d8b319ad@freebsd.org> Date: Wed, 11 Apr 2018 09:48:39 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-ID: VsgTd4ZDohazH5hhrpKJIWUIUGaCA5VodO422hsO-+o0JGlEkzRGITBd-cRAuDwgq2 X-TOI-MSGID: 3510e142-d5ba-4b0d-b6ce-20d68e398eb4 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 07:54:49 -0000 Am 10.04.18 um 21:59 schrieb Udit agarwal: > Hi, > I am trying to make uboot for beaglebone black using > sysutils/u-boot-beaglebone port package, but getting the following error. > How to resolve this? I tried with FORCE_PKG_REGISTER also, but no success. > > root@rtemsbuild1:/usr/ports/sysutils/u-boot-beaglebone # make install > ===> u-boot-beaglebone-2018.03 depends on executable: gsed - not found > ===> gsed-4.2.2_1 depends on executable: makeinfo - not found > ===> texinfo-6.5,1 depends on executable: help2man - not found > ===> help2man-1.47.6 depends on package: p5-Locale-gettext>=0 - not found > ===> p5-Locale-gettext-1.07 depends on executable: msgfmt - not found > ===> gettext-tools-0.19.8.1 depends on package: libiconv>=1.14_11 - not > found > ===> Installing for libiconv-1.14_11 > ===> Checking if libiconv already installed > ===> An older version of libiconv is already installed (libiconv-1.14_10) > 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 libiconv > without deleting it first, set the variable "FORCE_PKG_REGISTER" > in your environment or the "make install" command line. > *** Error code 1 > > Stop. > make[11]: stopped in /usr/ports/converters/libiconv > *** Error code 1 You have libiconv-1.14_10 installed and that does not satisfy the requirement of this port. You could just delete the installed libiconv with: # pkg delete -f libiconv which will allow the dependency to be installed from within the sysutils/u-boot-beaglebone port. Alternatively go to /usr/ports/converters/libiconv and upgrade that library to the latest version with: # cd /usr/ports/converters/libiconv # make clean # make all deinstall install clean That will allow the u-boot port to build with the required libiconv version. I'd go with the first method (which is simpler) but the second method reduces the time during which libiconv has been de-installed but the new version is not ready for installation. Regards, STefan From owner-freebsd-ports@freebsd.org Wed Apr 11 07:55:15 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9B384FA159A for ; Wed, 11 Apr 2018 07:55:15 +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 29DC873091 for ; Wed, 11 Apr 2018 07:55:15 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id D7B4AFA1595; Wed, 11 Apr 2018 07:55:14 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C5A18FA1592 for ; Wed, 11 Apr 2018 07:55:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D68673082 for ; Wed, 11 Apr 2018 07:55:14 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 1994C1ADD7 for ; Wed, 11 Apr 2018 07:55:13 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w3B7tCjA073374 for ; Wed, 11 Apr 2018 07:55:12 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w3B7tCeN073372; Wed, 11 Apr 2018 07:55:12 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201804110755.w3B7tCeN073372@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 11 Apr 2018 07:55:12 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 07:55:15 -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 ------------------------------------------------+-----------------+------------ deskutils/recoll | 1.23.7 | 1.24.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 Wed Apr 11 18:29:57 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1591BF863F3 for ; Wed, 11 Apr 2018 18:29:57 +0000 (UTC) (envelope-from brnrd@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 9F0A67A602 for ; Wed, 11 Apr 2018 18:29:56 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 5E35FF863F2; Wed, 11 Apr 2018 18:29:56 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 39FB9F863F0; Wed, 11 Apr 2018 18:29:56 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (smtp02.qsp.nl [193.254.214.163]) (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 BAFC97A5FD; Wed, 11 Apr 2018 18:29:55 +0000 (UTC) (envelope-from brnrd@freebsd.org) Received: from smtp02.qsp.nl (localhost [127.0.0.1]) by smtp02.qsp.nl (Postfix) with ESMTP id 3AEBC19F7D; Wed, 11 Apr 2018 20:29:46 +0200 (CEST) Received: from mail.brnrd.eu (unknown [193.164.217.85]) by smtp02.qsp.nl (Postfix) with ESMTPSA; Wed, 11 Apr 2018 20:29:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=brnrd.eu; h=from:date:message-id:subject:to; s=default; bh=5Q60vHLs8zmDj9k0TBBSduqhBfSlekgAbpzmdcgJtu4=; b=eAAdtC+SKYYwt7Io7tjIdwjA1quEn0AYSmK23UhU3/eHsTZytngesu9e1WSGrhVtfjcuJoB8gzd+b3dCGWDRKiPiJH6ap0Ceo3thF4FI9KAqZkox4ihbustt3zcIkKy6G5PnbB2J5Y+LWwR/3P7Oswg1sw8lNB1sX77od+0SLvOVkXKvVsrikmZKsq4geoJoWBaI74dyvih+NhCWqVKMfWXqAioeAbuQqIC9unERQR012wzC/MvPZZp9e0B9Y0IwkxqOIBpalo0j9yy+I9kjCLiNzO8eJHWegUE6YZvd15uVQePeTL4km2f3j4fiwCVEYJGGv3bT9PQ7P9Vbxa+/2w== Received: by bachfreund.nl (OpenSMTPD) with ESMTPSA id ecde8e78 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Wed, 11 Apr 2018 20:29:32 +0200 (CEST) Received: by mail-ot0-f179.google.com with SMTP id h55-v6so3088724ote.9; Wed, 11 Apr 2018 11:29:31 -0700 (PDT) X-Gm-Message-State: ALQs6tDr3RnJv0oi+S1NxbSbqk+dBCx2zp+koXa5HLYiddvb2hi4BSK9 XrRXq318IaOMoHeNywtDmlJG5dJxLtPJUIFQUg== X-Google-Smtp-Source: AIpwx48IenTVy4J3TPeh9e9MutBPuu9SHBy1Lz70hXf+EgyBnVPE1wFAyLftyPVKt1AKTwfsd0FedITTN9Moafduzrs= X-Received: by 2002:a9d:2e68:: with SMTP id c37-v6mr4112737otd.373.1523471370318; Wed, 11 Apr 2018 11:29:30 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:6010:0:0:0:0:0 with HTTP; Wed, 11 Apr 2018 11:29:29 -0700 (PDT) In-Reply-To: References: From: Bernard Spil Date: Wed, 11 Apr 2018 20:29:29 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Removal of www/apache22 To: fw@moov.de, masaki@club.kyutech.ac.jp, dnaeon@gmail.com, alex@vts.su.ac.rs, Jochen Neumeister , ports@christianserving.org, gaod@hychen.org, lukasz@wasikowski.net, portmaster@bsdforge.com, tmueko@kommunity.net, kuriyama@freebsd.org Cc: ports@freebsd.org, "apache@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-SMTP-Virus-Scanned: clamav at smtp01 X-Spam-Status: No, score=0.7 required=5.0 tests=DKIM_SIGNED, HK_RANDOM_ENVFROM, T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on svfilter04.qsp.nl X-Mailman-Approved-At: Wed, 11 Apr 2018 18:42:05 +0000 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 18:29:57 -0000 Hi All, You are all maintainer of a port that depends on www/apache22. The Apache 2.2 port has been marked EXPIRED for almost a year. I was about to delete it but didn't want to go ahead without informing you. My analysis of the dependent ports can be found in the FreeBSD wiki https://wiki.freebsd.org/Apache#Apache_2.2 www/mod_antiloris alex@vts.su.ac.rs www/mod_clamav tmueko@kommunity.net www/mod_extract_forwarded kuriyama@FreeBSD.org www/mod_log_config-st portmaster@bsdforge.com www/mod_log_mysql portmaster@bsdforge.com www/mod_macro22 lukasz@wasikowski.net www/mod_memcache_block gaod@hychen.org www/mod_remoteip ports@christianserving.org www/mod_uid joneum@FreeBSD.org www/mod_whatkilledus fw@moov.de www/mod_xml2enc dnaeon@gmail.com www/mod_spdy masaki@club.kyutech.ac.jp If the port cannot be updated to work with Apache 2.4 it will be removed together with www/apache22. Let me and apache@ know if you can update the port to use 2.4 or if there's a different port we should be pointing to in MOVED. Thank you for your cooperation! With kind regards, Bernard Spil (with hat apache@) 2018-04-08 12:57 GMT+02:00 Bernard Spil : > There's been no-one wanting to keep Apache 2.2 that has come forward. > > Expect www/apache22 to be removed later in the week. Cleanup of > Mk/Uses/apache.mk after that. > > 2018-03-27 14:52 GMT+02:00 Bernard Spil : >> Hi all, >> >> Just noticed that the Apache project has removed the patches they had for >> 2.2.34. >> >> http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/ >> >> Combined with the security update of 2.4 branch to 2.4.33 leads me to >> believe that Apache 2.2 is now vulnerable and no patches will be provided. >> >> If someone wishes to step up and get patches for 2.2 from e.g. RedHat, we >> may be able to keep the port alive for a bit longer. If no one steps up, I >> see no other way forward than to delete the port as indicated by the >> DEPRECATED variable and expiration date 2017-07-01 since July 2016. >> >> Cheers, >> >> Bernard. >> _______________________________________________ >> freebsd-apache@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-apache >> To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" From owner-freebsd-ports@freebsd.org Wed Apr 11 20:31:10 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CAFCF8F288 for ; Wed, 11 Apr 2018 20:31:10 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 CA09878A8E for ; Wed, 11 Apr 2018 20:31:09 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by mail-wm0-x22f.google.com with SMTP id t67so6880111wmt.0 for ; Wed, 11 Apr 2018 13:31:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=p6m7g8-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=AQ6kqwyW82/jGsIoDKITv3ndRGVkssXoP01ruvCyeMY=; b=JuquGDFsTqxwtp38rYaRIew2V3IH7LLMedD5F9EfhI65ZhesTUhDt+Pyp28FTC7nFI Ip62XlvDTNzfYEj0kjU8mtk43xhnUVIxk9WfdWX231Mniwuuub62CyEVhsu6/S9e2DR6 8oGL40Pr3kIcZK9rln90xMdTmYzpO7hycRoAwuxvdexzx6kX8cZ6UYr8ZAh5svR2HQTh IwNbXv7zZbQCBFyt8nNS/KhqaIpSEQt1WLFwNSUYDCZQbGf/KWmXGleB5ZkKbtHGmRgC o8FFjiYe9VlLOLdcpbfJclBaugW5qeB2PaHvE8X5xB3snIcujzhv8mqO7lRkiHidrfOC h2lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=AQ6kqwyW82/jGsIoDKITv3ndRGVkssXoP01ruvCyeMY=; b=k627lXHn+sLT4stqe61k9Xp/z+xrYDwWwXjlkUlpVeSLsarUSc/W/tZhvMb+lb9ulv q7J8uUmxW4uY5HaXnACbJMPYV0STsF+cXUD5a6xcnKWglop2uYSz+d0mXiubZhaF84nx GVyGIjK0QF4cLUeYjDImiYeJgK17dJPaami9s0Hx+NDpcoXcS2TuMQMDnNrvVS1pSIaa jC4uFb8JnPM/eDmoAt6ZVvYhDiHNVB8qhaGBN5QPFtcrDUppcFURi8T5RQOi2LvAygyz /Tlpbz/oTeRRGseXxfu1QbKHkR4tr0adZ+YqaINZ2tsef7sKrv7Pfi+M4kraaFgwO+za EZWQ== X-Gm-Message-State: ALQs6tC3V8GmwjKsVssYcHL/qBebXFadE+DQagxuXagK8eAnnyKewW9V x0uMHKAFW1D73lqUcQs87KjqpuNvT1J3ZlHXG+8i/w== X-Google-Smtp-Source: AIpwx4/EKs17xu4FJqEvL0xirp0GSDgb+picXzUod70jyOKNztiq1Us2DYkQu+s4WEQbFuyM7RBCEUzfp6Bg4HDbKOc= X-Received: by 10.80.164.7 with SMTP id u7mr11922826edb.38.1523478668666; Wed, 11 Apr 2018 13:31:08 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.242.147 with HTTP; Wed, 11 Apr 2018 13:30:28 -0700 (PDT) X-Originating-IP: [68.14.216.28] In-Reply-To: References: <7a0002af-57f4-c5dd-b43e-402f3a0913eb@unsane.co.uk> From: "Philip M. Gollucci" Date: Wed, 11 Apr 2018 13:30:28 -0700 Message-ID: Subject: Re: Removal of www/apache22 To: spil.oss@gmail.com Cc: ports , "apache@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 20:31:10 -0000 #winning! On Sun, Apr 8, 2018 at 3:52 AM, Spil Oss wrote: > There's been no-one wanting to keep Apache 2.2 that has come forward. > > Expect www/apache22 to be removed later in the week. Cleanup of > Mk/Uses/apache.mk after that. > > 2018-03-30 17:37 GMT+02:00 Spil Oss : > > Thanks Vincent! I was looking for these but could not find them any > > more. Should've looked in archive naturally. > > > > Hanging in here for a bit to find out if there's anyone else wanting > > to comment. Deletion 14 days after original message. > > > > Cheers, Bernard. > > > > 2018-03-27 16:07 GMT+02:00 Vincent Hoffman-Kazlauskas < > vince@unsane.co.uk>: > >> > >> > >> On 27/03/2018 13:52, Bernard Spil wrote: > >>> Hi all, > >>> > >>> Just noticed that the Apache project has removed the patches they had > >>> for 2.2.34. > >>> > >>> http://www.apache.org/dist/httpd/patches/apply_to_2.2.34/ > >>> > >>> Combined with the security update of 2.4 branch to 2.4.33 leads me to > >>> believe that Apache 2.2 is now vulnerable and no patches will be > provided. > >>> > >>> If someone wishes to step up and get patches for 2.2 from e.g. RedHat, > >>> we may be able to keep the port alive for a bit longer. If no one steps > >>> up, I see no other way forward than to delete the port as indicated by > >>> the DEPRECATED variable and expiration date 2017-07-01 since July 2016. > >>> > >> > >> While I agree that apache 2.2 is now firmly dead, they moved the patches > >> for 2.2.34 to > >> https://archive.apache.org/dist/httpd/patches/apply_to_2.2.34/ , > however > >> no new patches for the recent CVEs were added. > >> > >> > >> Vince > >> > >> > >> > >>> Cheers, > >>> > >>> Bernard. > >>> _______________________________________________ > >>> freebsd-ports@freebsd.org mailing list > >>> https://lists.freebsd.org/mailman/listinfo/freebsd-ports > >>> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@ > freebsd.org" > >> _______________________________________________ > >> freebsd-ports@freebsd.org mailing list > >> https://lists.freebsd.org/mailman/listinfo/freebsd-ports > >> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org > " > _______________________________________________ > freebsd-apache@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > -- --------------------------------------------------------------------------------- 4096R/D21D2752 ECDF B597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Cloud Technology, Capital One What doesn't kill us can only make us stronger; Except it almost kills you. From owner-freebsd-ports@freebsd.org Wed Apr 11 19:52:39 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B152F8C94B for ; Wed, 11 Apr 2018 19:52:39 +0000 (UTC) (envelope-from lukasz@wasikowski.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 DEC336F9BA for ; Wed, 11 Apr 2018 19:52:38 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: by mailman.ysv.freebsd.org (Postfix) id 9559FF8C942; Wed, 11 Apr 2018 19:52:38 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 824A1F8C941; Wed, 11 Apr 2018 19:52:38 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:a:1dcd::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 137AA6F9B5; Wed, 11 Apr 2018 19:52:37 +0000 (UTC) (envelope-from lukasz@wasikowski.net) Received: from mail.freebsd.systems (mail.freebsd.systems [IPv6:2001:41d0:a:1dcd::1]) by mail.freebsd.systems (Postfix) with ESMTP id 78CFAF52; Wed, 11 Apr 2018 21:52:36 +0200 (CEST) X-Virus-Scanned: amavisd-new at freebsd.systems Received: from mail.freebsd.systems ([IPv6:2001:41d0:a:1dcd::1]) by mail.freebsd.systems (scan.freebsd.systems [IPv6:2001:41d0:a:1dcd::1]) (amavisd-new, port 10026) with ESMTP id WL8_Ng4x3HVq; Wed, 11 Apr 2018 21:52:36 +0200 (CEST) Received: from [192.168.168.11] (89-70-62-144.dynamic.chello.pl [89.70.62.144]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.freebsd.systems (Postfix) with ESMTPSA id 6CB4CF4F; Wed, 11 Apr 2018 21:52:35 +0200 (CEST) Authentication-Results: mail.freebsd.systems; dmarc=fail (p=none dis=none) header.from=wasikowski.net Authentication-Results: mail.freebsd.systems; spf=fail smtp.mailfrom=lukasz@wasikowski.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wasikowski.net; s=default; t=1523476356; bh=IvSVELApaOGbX4dGilmIPxQxQHybmCpccIY3G3yJL/o=; h=To:Cc:References:From:Date:In-Reply-To; b=QX2esroDx48GOOl4WsibjF24sEjh2S4zzqzKDPnpzRvgOoDZ5ukMZRQDa2LGuZZT+ l7O/OnN4JhwKhM/zGlas457uBfazLMkzcTRaVV82GtODlIJNDtAGWT4h/jdcb7jSji D3wRu/3771H/KnX2odr7JjhNUvmmdHQyvIILN6OK+HTslF4sm8xjGaJOCCC3Viplis t0GfizfryyZL85YEmBzJxNGZLIWYFHE4f2jXZxNbuVAXIjwGRpuLQjmYI8FazJY9o0 dpKCeKaDdA9iE9Jg53Mi+JHIT+3DRMBXJI/WutSsQevzFYrqJBStIXzeYN8yTO41cl cIw24gncD16TA== Subject: Re: Removal of www/apache22 To: Bernard Spil , fw@moov.de, dnaeon@gmail.com, alex@vts.su.ac.rs, Jochen Neumeister , ports@christianserving.org, gaod@hychen.org, portmaster@bsdforge.com, tmueko@kommunity.net, kuriyama@freebsd.org Cc: ports@freebsd.org, "apache@FreeBSD.org" References: From: =?UTF-8?Q?=c5=81ukasz_W=c4=85sikowski?= Openpgp: preference=signencrypt Message-ID: Date: Wed, 11 Apr 2018 21:52:35 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: pl Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Wed, 11 Apr 2018 20:33:05 +0000 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 19:52:39 -0000 W dniu 2018-04-11 o 20:29, Bernard Spil pisze: > You are all maintainer of a port that depends on www/apache22. The > Apache 2.2 port has been marked EXPIRED for almost a year. I was about > to delete it but didn't want to go ahead without informing you. My > analysis of the dependent ports can be found in the FreeBSD wiki > https://wiki.freebsd.org/Apache#Apache_2.2 [...] > www/mod_macro22 lukasz@wasikowski.net This is apache 2.2 only version. Feature provided by this port is included in apache 2.4 , so feel free to bury www/mod_macro22. -- best regards, Lukasz Wasikowski From owner-freebsd-ports@freebsd.org Wed Apr 11 20:36:05 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A2A9F8F7FB for ; Wed, 11 Apr 2018 20:36:05 +0000 (UTC) (envelope-from pgollucci@p6m7g8.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 8B8AC7970D for ; Wed, 11 Apr 2018 20:36:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by mailman.ysv.freebsd.org (Postfix) id 465B9F8F7E9; Wed, 11 Apr 2018 20:36:04 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F247F8F7E7 for ; Wed, 11 Apr 2018 20:36:04 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::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 81A24796E1 for ; Wed, 11 Apr 2018 20:36:03 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: by mail-wm0-x22e.google.com with SMTP id u189so6816506wmd.1 for ; Wed, 11 Apr 2018 13:36:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=p6m7g8-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=sBFGDDMglN7nLTyrFuWkRcdGCHm/qV7M/ra1fHwNGfc=; b=ttF7igTTtJdeWI2wmRzcJjDSmRVGXmk88O2Qll0NP4FwDnYEGuATGqASDdtrOQQSa2 UzYZEBEwqrojECU3GarU7JUB2C2UTep4BLVi6CST277waBvCChmdr/jnIvAHhKOA1UGL ifsk5qkRuCN5czAHv2o4hR97zCQ0+/Ik9zTzUcB5097k7B3+LltLK9b5KjD9BCYECNsE IijHppFP+ji72H/OyLyhcMy6KO0Sj9RxcQdz6IqoMLRUKLWnrkpt8/hKwI+IfN8RRRWn BdTxHSJy7O7FY/2UTh7BuEUJO+rPTbkLoJTsZXunfJ9Y4cVNHXd8opF7j2n1RMrveEy0 zjyg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=sBFGDDMglN7nLTyrFuWkRcdGCHm/qV7M/ra1fHwNGfc=; b=dvujJC6/Q95gLfm3AHmoYoqCF7uYQgvd447hDZiGzGHcMicmiQCw+ZjP+uWZpq2ho+ /QPaNBip4h2sbntrPmoLC++v5C+6DI5PeRN0iNv+vdYcJSgCFmQlCddY7gT9vzVDcePJ uGuIgDvyWWxomMg1I8TChKiqVM1YVb+GcQ+MfieYk3XC/7e00KQdfXDCagwHd4ItVxTJ Ir40ZvAfy7HhgcMTxAsSCej9e02671PxZBYNTub4bUn6c+mbXK7K3kEajRBNAr7w2qyd 84uMDp+Bp6829tDZOy0B+rfbrFAhCPeyZtFgIF5jVnyYeIhh5ErQWTMhv8kpboSYrSHZ h0Jg== X-Gm-Message-State: ALQs6tBFsjWtGjV4oa+/zZAWVqjET2m5wmwTNlBNHnDQF6G0yO3UjrCX MagcZML8tfhwwefZx/jXn9Pax1avwAABxMZMZwvZbg== X-Google-Smtp-Source: AIpwx48wK4Fof772uxQw+TAPpqs7AutpyxLVir/QT5BbGzBqdMyvAVkX7Z352UomhKzfTtrJczVlLapO0hEnU1fQ7Hw= X-Received: by 10.80.189.130 with SMTP id y2mr11566854edh.138.1523478962462; Wed, 11 Apr 2018 13:36:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.80.242.147 with HTTP; Wed, 11 Apr 2018 13:35:21 -0700 (PDT) X-Originating-IP: [68.14.216.28] In-Reply-To: References: From: "Philip M. Gollucci" Date: Wed, 11 Apr 2018 13:35:21 -0700 Message-ID: Subject: Re: Removal of www/apache22 To: =?UTF-8?Q?=C5=81ukasz_W=C4=85sikowski?= Cc: Bernard Spil , fw@moov.de, dnaeon@gmail.com, alex@vts.su.ac.rs, Jochen Neumeister , ports@christianserving.org, gaod@hychen.org, Chris Hutchinson , tmueko@kommunity.net, kuriyama@freebsd.org, ports@freebsd.org, "apache@FreeBSD.org" X-Mailman-Approved-At: Wed, 11 Apr 2018 20:49:34 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Apr 2018 20:36:05 -0000 mod_log_mysql -> https://github.com/freebsd/freebsd-ports/blob/master/www/mod_log_sql On Wed, Apr 11, 2018 at 12:52 PM, =C5=81ukasz W=C4=85sikowski wrote: > W dniu 2018-04-11 o 20:29, Bernard Spil pisze: > > > You are all maintainer of a port that depends on www/apache22. The > > Apache 2.2 port has been marked EXPIRED for almost a year. I was about > > to delete it but didn't want to go ahead without informing you. My > > analysis of the dependent ports can be found in the FreeBSD wiki > > https://wiki.freebsd.org/Apache#Apache_2.2 > > [...] > > > www/mod_macro22 lukasz@wasikowski.net > > This is apache 2.2 only version. Feature provided by this port is > included in apache 2.4 , so feel free to bury www/mod_macro22. > > -- > best regards, > Lukasz Wasikowski > _______________________________________________ > freebsd-apache@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > --=20 ---------------------------------------------------------------------------= ------ 4096R/D21D2752 ECDF B= 597 B54B 7F92 753E E0EA F699 A450 D21D 2752 Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Cloud Technology, Capital One What doesn't kill us can only make us stronger; Except it almost kills you. From owner-freebsd-ports@freebsd.org Thu Apr 12 07:38:00 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8ED2DF9D5F6 for ; Thu, 12 Apr 2018 07:38:00 +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 0208B6F361 for ; Thu, 12 Apr 2018 07:38:00 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id B0CD1F9D5EB; Thu, 12 Apr 2018 07:37:59 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D0EEF9D5E8 for ; Thu, 12 Apr 2018 07:37:59 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39C886F355 for ; Thu, 12 Apr 2018 07:37:59 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 8AD8826C92 for ; Thu, 12 Apr 2018 07:37:58 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w3C7bwuu055610 for ; Thu, 12 Apr 2018 07:37:58 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w3C7bwEF055609; Thu, 12 Apr 2018 07:37:58 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201804120737.w3C7bwEF055609@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 12 Apr 2018 07:37:58 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 07:38:00 -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 ------------------------------------------------+-----------------+------------ security/i2p | 0.9.33 | 0.9.34 ------------------------------------------------+-----------------+------------ 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 Apr 12 20:20:04 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1A1FF8D714 for ; Thu, 12 Apr 2018 20:20:03 +0000 (UTC) (envelope-from franco.ricc@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 7554268266 for ; Thu, 12 Apr 2018 20:20:03 +0000 (UTC) (envelope-from franco.ricc@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 2EC2CF8D713; Thu, 12 Apr 2018 20:20:03 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5CABF8D712 for ; Thu, 12 Apr 2018 20:20:02 +0000 (UTC) (envelope-from franco.ricc@gmail.com) Received: from mail-wr0-x22c.google.com (mail-wr0-x22c.google.com [IPv6:2a00:1450:400c:c0c::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 5BF5C68264; Thu, 12 Apr 2018 20:20:02 +0000 (UTC) (envelope-from franco.ricc@gmail.com) Received: by mail-wr0-x22c.google.com with SMTP id s12so6276451wrc.8; Thu, 12 Apr 2018 13:20:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:subject:message-id:date:cc:to; bh=BCVjT2H8ztB6EZDpD0Rsg5kN+rJ+mNqq/RbHFTpL8zM=; b=UYiZsDOJ5nExwx9RAGbxyDz8MyPqqEF71UUXkfmAbnWqCMZWpzT0jiABSNX3ZQtRFB L4bikM8rj5BeDwxhhzIwBc+E5S2Qv7K1YQtLAawybiIiUk4WXBF+HkYwQbZ147AhdRJP MlcZGY/KxnyOLlUcBTv2VFIDCO8+GggKoYlo4eQaVTl+1C4EU5ewqWYsOW0Urq7kD/3F qBExiDMWTwhEI9afMvimYx61NJG61sgiSvKcceRWdcuwQU26tg3qjhMD+zaXfOb5iH9z wPYrrMdjePxqL0nr1BpWtPDsc7Xg6w97kxY2MPcB28D1EaUDCgVIzIEHUZhnJcdmNrx9 WrQw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:message-id:date:cc:to; bh=BCVjT2H8ztB6EZDpD0Rsg5kN+rJ+mNqq/RbHFTpL8zM=; b=rGP5LKBP1eKeID48bS0rmHgpPoFxogkVHu2b8nOv77ptWc6donEQvDV2N73K2Tqxei 4JeI715vlscBd8d4o7JsXl0A3vCLKHKV3jUxOWbvCCZr80GJTfArOXBHz4skCEFkGu7I /IjOJkAu1H309NEC2eVW+GJW1Lbv7/dKqAqaV4htAjAu7gh281q+PI7OhkiZlxNznuBi kj5FtetY1zJSYYoTHJr+JItwdRn6WSoTxIJq8ZSil+cuwBxyYxxnYOoiq5rO0m94Z22o aObVnNW0rbywrcQ4mCh8yZhmkvLgt2J+XKkH1Bu0BwM6CxNKRHN17XPbT7Qiw8DgkyKe ZsMg== X-Gm-Message-State: ALQs6tCIA/Ru88Jk3h6N63Og3YXQcurfiaOwRuYK0BxVXdRP9KxeEpu+ H97VnVEqPv+N6FYb5bv9KAQEjoyz X-Google-Smtp-Source: AIpwx4+GhkY7M348CJAPoy3gTodThWlBo7YCq16lOBmPNfKrAD+DN1CiSqD0DRzlb39PT2oBNFl9mw== X-Received: by 10.223.198.68 with SMTP id u4mr1745093wrg.186.1523564401142; Thu, 12 Apr 2018 13:20:01 -0700 (PDT) Received: from [10.10.10.6] (leo.csta.uniroma1.it. [151.100.100.24]) by smtp.gmail.com with ESMTPSA id h190sm242180wmd.22.2018.04.12.13.19.58 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Apr 2018 13:19:59 -0700 (PDT) From: Franco Ricci Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: FreeBSD Port: pgpool-II37-3.7.2 Message-Id: <9DF4CC59-697D-45BB-A1C3-58BDFFA38F2C@gmail.com> Date: Thu, 12 Apr 2018 22:19:56 +0200 Cc: ports@FreeBSD.org To: tz@FreeBSD.org X-Mailer: Apple Mail (2.3445.5.20) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 20:20:04 -0000 Hi, i tried to port pgpool-II-3.7.2 on FreeBSD 11.1. Attached there is the new port; I make some test and It=E2=80=99s seems = to work fine. Bye Franco From owner-freebsd-ports@freebsd.org Thu Apr 12 20:51:52 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF78CF8FF69 for ; Thu, 12 Apr 2018 20:51:52 +0000 (UTC) (envelope-from luca.pizzamiglio@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 5675D708A4 for ; Thu, 12 Apr 2018 20:51:52 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 16B3AF8FF67; Thu, 12 Apr 2018 20:51:52 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6BAAF8FF66 for ; Thu, 12 Apr 2018 20:51:51 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-ot0-f177.google.com (mail-ot0-f177.google.com [74.125.82.177]) (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 7F2FF7089E; Thu, 12 Apr 2018 20:51:51 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-ot0-f177.google.com with SMTP id o9-v6so7573083otj.5; Thu, 12 Apr 2018 13:51:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=m7KUxYaqM30PycSbKbvg4Ph7hmzEjglwnRLMfJbrBPk=; b=bAgGNGjR4KWcx8EtiESuQNt+4eBwGpVGQUM0TJngIQUFM+WF05+itdgYgqcmg5E0NB /dbgJv9qn5rGkv0KjqOibBMKtWytZRL2lXWKCsx1tUT7BpBT4mDoWNDnZ4Abr/J1a565 DmWhsx007sOJDuwP7t0VvOS8OPHwdVN0Pml6JnW/WYqDrpjvJRFwh1HWeKNuQQEAVcmf vg5FndSTifhZdIlPbR9KsasaI9Aemg544LhxCw9bueg8tp3gcOpy/+/EZfVcNB3Hl9T3 PjNzTdArzku47Utw9FkHnVXECh9m5EpORTo8wzlKn/+OuyMOcuqfHQxDYTJz32lwfXjK MenQ== X-Gm-Message-State: ALQs6tC0gNvbgMPLb6HaBxadANkZvLp450qKzWet4J8+C3LtkmfVNRx9 dUVeKUaTI4CUoKX7tXD/zewS5a8w X-Google-Smtp-Source: AIpwx4+N70V6raycjOi8vASc3ZhTKzqlApgt8Z9k44N9IdjqcqJu8fYtZ+SknMMHk2a3vzfFvzuWxg== X-Received: by 2002:a9d:e06:: with SMTP id c6-v6mr1830696otc.371.1523564825855; Thu, 12 Apr 2018 13:27:05 -0700 (PDT) Received: from mail-oi0-f43.google.com (mail-oi0-f43.google.com. [209.85.218.43]) by smtp.gmail.com with ESMTPSA id b10-v6sm2439578oiy.39.2018.04.12.13.27.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Apr 2018 13:27:05 -0700 (PDT) Received: by mail-oi0-f43.google.com with SMTP id j143-v6so6408351oih.11; Thu, 12 Apr 2018 13:27:05 -0700 (PDT) X-Received: by 2002:aca:c78d:: with SMTP id x135-v6mr6330113oif.85.1523564825430; Thu, 12 Apr 2018 13:27:05 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22e8:0:0:0:0:0 with HTTP; Thu, 12 Apr 2018 13:26:45 -0700 (PDT) In-Reply-To: <9DF4CC59-697D-45BB-A1C3-58BDFFA38F2C@gmail.com> References: <9DF4CC59-697D-45BB-A1C3-58BDFFA38F2C@gmail.com> From: Luca Pizzamiglio Date: Thu, 12 Apr 2018 22:26:45 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: FreeBSD Port: pgpool-II37-3.7.2 To: Franco Ricci Cc: Torsten Zuehlsdorff , ports@freebsd.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 20:51:53 -0000 Thanks for your work! Unfortunately, there is no attachment and I'm pretty sure attachments are automatically removed in this mailing list. Why don't you submit a PR on bugs.freebsd.org ? This is the suggested way to submit new ports. Best regards pizzamig On Thu, Apr 12, 2018 at 10:19 PM, Franco Ricci wrote: > Hi, > i tried to port pgpool-II-3.7.2 on FreeBSD 11.1. > Attached there is the new port; I make some test and It=E2=80=99s seems t= o work > fine. > > Bye > Franco > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@freebsd.org Thu Apr 12 21:01:00 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5D0AAF909BF for ; Thu, 12 Apr 2018 21:01:00 +0000 (UTC) (envelope-from luca.pizzamiglio@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 E758E70D1A for ; Thu, 12 Apr 2018 21:00:59 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A3006F909B3; Thu, 12 Apr 2018 21:00:59 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65F0CF909A9 for ; Thu, 12 Apr 2018 21:00:59 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: from mail-ot0-f174.google.com (mail-ot0-f174.google.com [74.125.82.174]) (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 F0D6C70D16; Thu, 12 Apr 2018 21:00:58 +0000 (UTC) (envelope-from luca.pizzamiglio@gmail.com) Received: by mail-ot0-f174.google.com with SMTP id v64-v6so7577632otb.13; Thu, 12 Apr 2018 14:00:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=gnPRWRIW1E73EUa7mW5BuXfn8Hgk2VT2O3k+V6+sI78=; b=V7mXhLBMvfsy6hHWzQHKYnE/9rneE4ys1n36PG1J0TvtZr+bSpYZteVuRQW+GFzwXc rQhnAEEJeZwBGTYf5X1X3hSWpUTatZAW4EpYvf3tqEIySonH0DsO0drviJa/EbVsQ2rO 8Ufj95lk7Kq1SWxFNI8c7KdT1Xz85EJPu0T6pb/kFRHUjDe3FuqqvUZmwALR1IM+ku7l Dyhw3iIWWMTv4io2vfcFHJKal6IwAlQj4Or6ukdFuEcour88DiVFzMUxkPmqS2+sY3IA 4D2oM20W2h+mvA+0nU8rcyDKgUFLafbpN0ehINW0OOj+NYZrPSsm4woZj0/TaV7YjMmY I1FQ== X-Gm-Message-State: ALQs6tBB+dkkQG6950EU2wzT+hNMaNpDFdc/va8+GCL15TwsL0j54bzq PXH/JuDWT74SBc4wGzdeugGnieMk X-Google-Smtp-Source: AIpwx4/jMu2rnk1ZAcR10gdim5kukRcMKZpdt+NaQQz/obF7LKtxxmx/O8Y1d9OlKdoKJ96EnrMfyg== X-Received: by 2002:a9d:52af:: with SMTP id f47-v6mr1823334oth.174.1523564955688; Thu, 12 Apr 2018 13:29:15 -0700 (PDT) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com. [209.85.218.45]) by smtp.gmail.com with ESMTPSA id b45-v6sm2981029otb.1.2018.04.12.13.29.15 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Apr 2018 13:29:15 -0700 (PDT) Received: by mail-oi0-f45.google.com with SMTP id f63-v6so6428936oic.4; Thu, 12 Apr 2018 13:29:15 -0700 (PDT) X-Received: by 2002:aca:c2d6:: with SMTP id s205-v6mr6253040oif.220.1523564955244; Thu, 12 Apr 2018 13:29:15 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:22e8:0:0:0:0:0 with HTTP; Thu, 12 Apr 2018 13:28:54 -0700 (PDT) In-Reply-To: <20180409204058.2c67ff12@laptop.minsk.domain> References: <20180409204058.2c67ff12@laptop.minsk.domain> From: Luca Pizzamiglio Date: Thu, 12 Apr 2018 22:28:54 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: x11/wbar build failure on 12-CURRENT To: "Sergey V. Dyatko" Cc: nivit@freebsd.org, ports@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 21:01:00 -0000 Hi Sergey, Thanks for the patch! Unfortunately there's no attachment, I'm pretty sure they are automatically removed. You can fill a PR on bugs.freebsd.org and a committer can take care of your patch! Best regards, pizzamig On Mon, Apr 9, 2018 at 7:40 PM, Sergey V. Dyatko wrote: > Hi, > > after clang6 was imported to HEAD x11/wbar stopped to build with following > error[s]: > > ../src/config/Functions.cc:14:34: error: invalid suffix on literal; C++11 > requires a space between literal and identifier > [-Wreserved-user-defined-literal] #define ICON_DEFAULT > PIXMAPDIR"/"PACKAGE_NAME".png" ^ > > with following patches it builds just fine and as I can see it works fine > too > > -- > wbr, Sergey > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@freebsd.org Thu Apr 12 21:32:39 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B997F92FAF for ; Thu, 12 Apr 2018 21:32:39 +0000 (UTC) (envelope-from franco.ricc@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 E741A79D0D for ; Thu, 12 Apr 2018 21:32:38 +0000 (UTC) (envelope-from franco.ricc@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id A8539F92FAE; Thu, 12 Apr 2018 21:32:38 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8372AF92FAD for ; Thu, 12 Apr 2018 21:32:38 +0000 (UTC) (envelope-from franco.ricc@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 ECF5E79D0A; Thu, 12 Apr 2018 21:32:37 +0000 (UTC) (envelope-from franco.ricc@gmail.com) Received: by mail-wm0-x22b.google.com with SMTP id i3so802319wmf.3; Thu, 12 Apr 2018 14:32:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QF3obMr2C4D/eqkEEpSVyxOd+MwoWGxnHQHo2p/d4yk=; b=hqO1oAuDszOEc0fmIBHLKCDNVAaDwwIjh7RlGRQdTvHeMy75FTI8pPrazg/e4s80mN tCNnPljQib2w4myPpQFCOaZ4rviy/j1Or3Zi64mYIx/k/TijBsYy0e+Ii8tsWjcImxe+ cknxb3vNKJQhhSMfDX84wQ6RTjqbM+WBFksHIX1Do4X4f4b8lsAC4gItrgh9T/9+rBVC FjPH3bTw5a+25Gr0AFC+gt2SAoGQNHCHGtHPDle2EihNJm4uYlv1KBGHkP3Odon+0J44 kvH8t/rwAIz+4mCydJvsx31EY3sagoWmJwquQwMNreMi3sVTRHX18sG84vf7YNV0G8pj KVyw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=QF3obMr2C4D/eqkEEpSVyxOd+MwoWGxnHQHo2p/d4yk=; b=KW+R/br5nUxEgwNOfmhMOs1V3iDPnYerK3zFnYGgUAJKTu9jXai+0aGy3hMI+ScB/z /w38ufOcpxRDbGRvdqMdB9XJUFyYVAOm65D24AOnztfC4uTYZDk5cWC9tFOjaGpOf7w7 PgjiqL1pTNPmg1Sa88pNxrKKr4rX80TkYgta4cQSki1tdPXm6X1r4qxrLMd1QHnUyDVu 8YO5fj7fiz/SiAxf1jb1n8sMHq3SCeaMAc+zhsI/ZNordU2fNor690jOkjtn+3aUFPMX RrAlK/xxlA2NTTWP6pJ/fU5wRiTnqVZumZLyuuAvoCUxvcarL/mj4fbLbwLrvgXw1ogu /saA== X-Gm-Message-State: ALQs6tBrXRvqQAHE4BgAFI1ozBE3J2FBFeApHotN1FAx5QcOZCAyPNaB pUj2cl8JQnTZDfOSX36AYAkMm49t X-Google-Smtp-Source: AIpwx48iPw7cDNn8j8StHPfMYlgiZtFXTlOVnwfuyBoxQq2qiScwUxozwwdb+dt++49mM/s/JuMVMg== X-Received: by 10.28.91.79 with SMTP id p76mr2034141wmb.3.1523568756796; Thu, 12 Apr 2018 14:32:36 -0700 (PDT) Received: from [10.10.10.6] (leo.csta.uniroma1.it. [151.100.100.24]) by smtp.gmail.com with ESMTPSA id a205sm364190wmf.18.2018.04.12.14.32.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 12 Apr 2018 14:32:35 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: FreeBSD Port: pgpool-II37-3.7.2 From: Franco Ricci In-Reply-To: Date: Thu, 12 Apr 2018 23:32:33 +0200 Cc: Torsten Zuehlsdorff , ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <6EA883DC-2542-462B-961F-BB255D707C47@gmail.com> References: <9DF4CC59-697D-45BB-A1C3-58BDFFA38F2C@gmail.com> To: Luca Pizzamiglio X-Mailer: Apple Mail (2.3445.5.20) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2018 21:32:39 -0000 I submitted Bug 227481 Thanks Franco > On 12 Apr 2018, at 22:26, Luca Pizzamiglio = wrote: >=20 > Thanks for your work! > Unfortunately, there is no attachment and I'm pretty sure attachments = are automatically removed in this mailing list. > Why don't you submit a PR on bugs.freebsd.org ? > This is the suggested way to submit new ports. >=20 > Best regards > pizzamig >=20 > On Thu, Apr 12, 2018 at 10:19 PM, Franco Ricci = wrote: > Hi, > i tried to port pgpool-II-3.7.2 on FreeBSD 11.1. > Attached there is the new port; I make some test and It=E2=80=99s = seems to work fine. >=20 > Bye > Franco >=20 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to = "freebsd-ports-unsubscribe@freebsd.org" >=20 From owner-freebsd-ports@freebsd.org Fri Apr 13 09:07:05 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DAE78F9CC97 for ; Fri, 13 Apr 2018 09:07:05 +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 75D3C82D98 for ; Fri, 13 Apr 2018 09:07:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 32B03F9CC85; Fri, 13 Apr 2018 09:07:05 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20468F9CC84 for ; Fri, 13 Apr 2018 09:07:05 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9447C82D6D for ; Fri, 13 Apr 2018 09:07:04 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 781EE13F6D for ; Fri, 13 Apr 2018 09:07:03 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w3D973wx037448 for ; Fri, 13 Apr 2018 09:07:03 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w3D973Eq037442; Fri, 13 Apr 2018 09:07:03 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201804130907.w3D973Eq037442@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 13 Apr 2018 09:07:03 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 09:07:06 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ editors/cooledit | 3.17.17 | 3.17.21 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@freebsd.org Fri Apr 13 15:42:35 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E5AC4F92073 for ; Fri, 13 Apr 2018 15:42:34 +0000 (UTC) (envelope-from Alexander@leidinger.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 8149F7F83C for ; Fri, 13 Apr 2018 15:42:34 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: by mailman.ysv.freebsd.org (Postfix) id 3C203F92072; Fri, 13 Apr 2018 15:42:34 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2859BF92071 for ; Fri, 13 Apr 2018 15:42:34 +0000 (UTC) (envelope-from Alexander@leidinger.net) Received: from mailgate.Leidinger.net (mailgate.leidinger.net [IPv6:2a00:1828:2000:375::1:5]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B03A57F81B for ; Fri, 13 Apr 2018 15:42:33 +0000 (UTC) (envelope-from Alexander@leidinger.net) Date: Fri, 13 Apr 2018 17:42:02 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leidinger.net; s=outgoing-alex; t=1523634151; bh=WhaEw0IyGGXPi9n1IgkZ0zYAq5vqYh5ONA74qqEukDA=; h=Date:From:To:Subject; b=C24KKziDHmbiYkiE1fYq8ZFHkjvG+t52F4jdApYS2WuWFC4fcpkD8+DJJbmGl84Di 7ekXd7eJ4WSTR7IeCxsFpoS4505nI9PomTCy2U9zOO8vRGMhvtzQJVe5tl4WPJpmWi hwbIoCCJKGJr8T9yMPPTXRbcztLvkIsRXpiywc413/NmKrdXo96nmKhUDW7NEX7xrJ jO5TZ9rWyOg5KQcftvPB0eTWbJk2dW/eipWXyIXvMdyYVBEmhvaGM+zW+o4tc89UE2 UnKXy594j/OYcaI97MUCWG+Mcp54erJ7vlgVGbScl/gB43jmKu+0Vw/CpZUt/nEBmp lcScY3mh0jVXw== Message-ID: <20180413174202.Horde.x6skxj4H59B8p7DmhKXLeQx@webmail.leidinger.net> From: Alexander Leidinger To: ports@freebsd.org Subject: @owner in plist for ETCDIR not working User-Agent: Horde Application Framework 5 Content-Type: multipart/signed; boundary="=_bHVSeWto13M-ErApRJre_E_"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2018 15:42:35 -0000 This message is in MIME format and has been PGP signed. --=_bHVSeWto13M-ErApRJre_E_ Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, This is about misc/openhab2: The plist contains @owner and @group before the files in ETCDIR, but=20=20 the=20files are installed as root:wheel. The other files=20=20 (/var/db/openhab2/)=20which are also listed after @owner are installed=20= =20 with=20the owner ID. What am I doing wrong? The daemon which is started with the owner writes into ETCDIR (new=20=20 config=20files when add-ons are requested by the user to be installed=20=20 via=20the UI). As such it is needed that the owner of ETCDIR is=20=20 openhab:openhab=20instead of root:wheel. Bye, Alexander. --=20 http://www.Leidinger.net=20Alexander@Leidinger.net: PGP 0x8F31830F9F2772BF http://www.FreeBSD.org netchild@FreeBSD.org : PGP 0x8F31830F9F2772BF --=_bHVSeWto13M-ErApRJre_E_ Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJa0M/KAAoJEKrxQhqFIICEb0YQAJHQnRdpS2OxJkSthFQGAC6b iY8Rtw/FIzdPU92s9KfMYabs+aZUsucNXA8vgF5y9UXY+vmdc2+V+rwculS7u+5q ybJs2iFidpoR9lGv1qUQC3eYOO3C+pwj641d4rrEGyZsfJpi2Bdjw0y/X7a89zQu +/qUi/hn8FXEm9HWg8mo4bctcTV26cftZAwCTDN6CC0XD5zP7N1GomYqDiZLpAwB Hvke7A5WxNXd8gVDAY2pARY31yXENyCzIw1rfFUItS8mKk+D0pQtsWQjf0bW9lik C9ea7WuLVJDxUptPbpeXLZMzAyTN7Qg5oORz2YqpgHvGDWcYWxGSopPzRn0ORn7i X+vwH9X140+vHhGw+SNqOmh3G7OqBwNzDlnqS9bH6h4JFcq3uOXMYMhbfDlekMcw HB1P9RMTLZtGLxJmuqlo24AWOXicHCNdGXH5aDQR1vp4J33Oi7EgVnDb78hcSzLO 7gQ2OUCdEGjExOrMjR2nJzm4n+FQDxKBQHO1eobLR71NL3TwC+i0x+nBsCPwCDWN dYJZ7HoTwIQnhWSbicL8eRRGgeomeq77VRfKYfITCYpj7FpDj1YMVvh9Z+tekMAL lG2u0kOhYDkEHCkktBpfThtnAFRWW6EM4MBdSICVFxh6v0Wone8AA0O9hdQv3KmD O65rdnuiyKjghnHRP+fO =Me+Z -----END PGP SIGNATURE----- --=_bHVSeWto13M-ErApRJre_E_-- From owner-freebsd-ports@freebsd.org Sat Apr 14 03:09:48 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5777F9AB3E for ; Sat, 14 Apr 2018 03:09:48 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic307-4.consmr.mail.bf2.yahoo.com (sonic307-4.consmr.mail.bf2.yahoo.com [74.6.134.43]) (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 36FAB770FF for ; Sat, 14 Apr 2018 03:09:48 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: sp0mUtcVM1mJ4BzoKzgFy37nf1tdrst2_1PZFtiD0WqXStlXzkND8d09LcA0wsu _hLo0R_GZIMIFjvj5Rj5yDMSDmoNG11U_XOC00Lp9aSSt8iQSPW76sOy_DbfGdwDxzenXXCu3jcu _T4xi9z0ptcresnyaiEW785viqrudsRmjiTs7zPIzH9FXshQIUFLjAtK0ES34r6rIl5uQHeCpa3u TEClAS0FLdlT9DNNFnxV2G5TfwupS.bewuLTHKbah6IvVlBb6bC9B5k68i8ZIKixfzCK1Pi8aNDN 489QOSBq9q5z0k7I3Oh3B350MN3TerZ10UKp3hmJucDiON6cfTXsQoAnljvqMaQ_MLJgngxKUhTT l14app0PK7jVeU3BviyxAs8K8oMXkRhBX7E0ijVJz46BTjClGWvHPjb42KehZo3ZsSudYSxyecBd vTUnBiKcCdbKwjchrKlOD8_XTAdQCKfewGPFsKGQUKJIZJya8CuLGpK6FmHhOXVxXE06IXDticKO NxPeGmVbjR38PWxnVWlV_NByYy_VbKosusERb Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.bf2.yahoo.com with HTTP; Sat, 14 Apr 2018 03:09:47 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp418.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID f6bb6a77d9f4ead9d4db9db8a8023391; Sat, 14 Apr 2018 03:09:44 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: svn commit: r466933 - head/devel/amd64-binutils Message-Id: <45734867-9598-4C2A-916F-A09B91B7BFD5@yahoo.com> Date: Fri, 13 Apr 2018 20:09:41 -0700 To: kan@FreeBSD.org, svn-ports-head@freebsd.org, freebsd-toolchain@freebsd.org, FreeBSD Ports X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 03:09:49 -0000 > Author: kan > Date: Tue Apr 10 01:00:30 2018 > New Revision: 466933 > URL: > https://svnweb.freebsd.org/changeset/ports/466933 > > > Log: > Catch up with changed binutils prefix > > . . . > -BUTARGET= x86_64-${OPSYS:tl} > +BUTARGET= x86_64-unknown-${OPSYS:tl}${OSREL} Should something have been done to force the port to rebuild after a svnlite update picks up this change? The change has significant file name differences in what would be installed but poudriere bulk did not classify my reference to devel/amd64-xtoolchain-gcc as needing to update devel/amd64-binutils . === Mark Millard marklmi26-fbsd at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sat Apr 14 04:37:27 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1CEF7FA261E for ; Sat, 14 Apr 2018 04:37:27 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) Received: from sonic307-12.consmr.mail.ne1.yahoo.com (sonic307-12.consmr.mail.ne1.yahoo.com [66.163.190.35]) (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 A457368C4E for ; Sat, 14 Apr 2018 04:37:26 +0000 (UTC) (envelope-from marklmi26-fbsd@yahoo.com) X-YMail-OSG: lQw3i0oVM1lptrVWFwE2QW3gleR7HUQzkv34fMZFGctF4l_pdkvXxl3nVtLZMeT cJNbmK9zYvm..BQ.zQR4yu7LGhRwNVfumpHIXw3SL8mTNR8kJDMOtwIpOEvWLhvH3Ryn67s4N5eK beDp9jJOinFbuwbDcZ_IQOsxY0JZhIcQgVyDUx6svYtNfBkTEadxMFSQSFyhhTjUKdCirqKKRu8i wpVpDK2fqo0M.cvJl7.D3VFLyrzThKLy90zv1gD49goECmiok_3Ii3DB8GdSebJNUK4SNgxZMkiN p9_hpeze6mIPAbBZuAXuXITvGtygXSJkNJsaXvl_6PGY2zN5G45hAMooVJP3f7Kxw2ztvKuIBvja UPUyUXdWM7p0t.gLjtVJ6wVV0jBRacRBkWQ_3w5ourR_toHTEFQsYjeVRk1V9k8poXaXAwsN0m6l zPM9wBOPXTkf8c2u3vWx.rThFRFwqjXpGxrAifuGXgtZYDFE.QXgL_1LxJCkoRWpKAmpSn5aZGhx LORFo_5_.mybu8qdT4yz4Pjb.vyNnTpQuwTbt Received: from sonic.gate.mail.ne1.yahoo.com by sonic307.consmr.mail.ne1.yahoo.com with HTTP; Sat, 14 Apr 2018 04:37:25 +0000 Received: from c-76-115-7-162.hsd1.or.comcast.net (EHLO [192.168.1.25]) ([76.115.7.162]) by smtp418.mail.ne1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 997985bccac3710255fce95504baa589; Sat, 14 Apr 2018 04:17:08 +0000 (UTC) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 11.3 \(3445.6.18\)) Subject: Re: svn commit: r466933 - head/devel/amd64-binutils Date: Fri, 13 Apr 2018 21:17:07 -0700 References: <45734867-9598-4C2A-916F-A09B91B7BFD5@yahoo.com> To: kan@FreeBSD.org, svn-ports-head@freebsd.org, freebsd-toolchain@freebsd.org, FreeBSD Ports In-Reply-To: <45734867-9598-4C2A-916F-A09B91B7BFD5@yahoo.com> Message-Id: X-Mailer: Apple Mail (2.3445.6.18) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 04:37:27 -0000 On 2018-Apr-13, at 8:09 PM, Mark Millard = wrote: >> Author: kan >> Date: Tue Apr 10 01:00:30 2018 >> New Revision: 466933 >> URL:=20 >> https://svnweb.freebsd.org/changeset/ports/466933 >>=20 >>=20 >> Log: >> Catch up with changed binutils prefix >>=20 >> . . . >> -BUTARGET=3D x86_64-${OPSYS:tl} >> +BUTARGET=3D x86_64-unknown-${OPSYS:tl}${OSREL} >=20 > Should something have been done to force the port > to rebuild after a svnlite update picks up this > change? The change has significant file name > differences in what would be installed but poudriere > bulk did not classify my reference to > devel/amd64-xtoolchain-gcc as needing to update > devel/amd64-binutils . Forcing devel/amd64-binutils to build worked. But afterwards devel/amd64-gcc fails to build because: . . . =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D> amd64-gcc-6.3.0_3 depends on executable: x86_64-freebsd-as = - not found =3D=3D=3D> Installing existing package = /packages/All/amd64-binutils-2.30_2,1.txz [FBSDFSSDjailVariant] Installing amd64-binutils-2.30_2,1... [FBSDFSSDjailVariant] Extracting amd64-binutils-2.30_2,1: .......... = done =3D=3D=3D> amd64-gcc-6.3.0_3 depends on executable: x86_64-freebsd-as = - not found *** Error code 1 Stop. make: stopped in /usr/ports/devel/amd64-gcc =3D>> Cleaning up wrkdir =3D=3D=3D> Cleaning for amd64-gcc-6.3.0_3 build of devel/amd64-gcc | amd64-gcc-6.3.0_3 ended at Fri Apr 13 = 20:58:39 PDT 2018 build time: 00:01:16 !!! build failure encountered !!! This looks to be because of BU_PREFIX in devel/amd64-gcc/Makefile : GCC_TARGET=3D x86_64-unknown-${OPSYS:tl}${OSREL} BU_PREFIX=3D x86_64-${OPSYS:tl} devel/powerpc64-gcc (the master) shows the normal structure is: .if empty(GCC_TARGET) # We are building for a FreeBSD target GCC_TARGET?=3D ${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL} BU_PREFIX?=3D ${PKGNAMEPREFIX}unknown-${OPSYS:tl}${OSREL} EXTRA_PATCHES+=3D ${FILESDIR}/freebsd-format-extensions . . . amd64 does need the x86_64- part of what it has but the suffix after that needs the unknown-${OPSYS:tl}${OSREL} part as well. Again, forcing an update after a svn update picks up such a change is likely appropriate. =3D=3D=3D Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) From owner-freebsd-ports@freebsd.org Sat Apr 14 07:39:23 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7E3AF873AA for ; Sat, 14 Apr 2018 07:39:23 +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 750A56D3AE for ; Sat, 14 Apr 2018 07:39:23 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: by mailman.ysv.freebsd.org (Postfix) id 31AA6F873A5; Sat, 14 Apr 2018 07:39:23 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DEA3F873A4 for ; Sat, 14 Apr 2018 07:39:23 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6A7FB6D39E for ; Sat, 14 Apr 2018 07:39:22 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org (portscout.ysv.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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 759291F554 for ; Sat, 14 Apr 2018 07:39:21 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.ysv.freebsd.org ([127.0.1.123]) by portscout.ysv.freebsd.org (8.15.2/8.15.2) with ESMTP id w3E7dLKk058294 for ; Sat, 14 Apr 2018 07:39:21 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.ysv.freebsd.org (8.15.2/8.15.2/Submit) id w3E7dLCT058292; Sat, 14 Apr 2018 07:39:21 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201804140739.w3E7dLCT058292@portscout.ysv.freebsd.org> X-Authentication-Warning: portscout.ysv.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, 14 Apr 2018 07:39:21 +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.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 07:39:24 -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/postgresql-plv8js | 1.4.8 | v2.3.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 Apr 14 12:18:35 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BEEFF9B593 for ; Sat, 14 Apr 2018 12:18:35 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout12.t-online.de (mailout12.t-online.de [194.25.134.22]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6FCA6C782; Sat, 14 Apr 2018 12:18:34 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd36.aul.t-online.de (fwd36.aul.t-online.de [172.20.26.137]) by mailout12.t-online.de (Postfix) with SMTP id 3078F41E7898; Sat, 14 Apr 2018 14:18:27 +0200 (CEST) Received: from Stefans-MBP-LAN.fritz.box (Z4iOiEZZQh3vxvwsfe0B3NBEMpfE2zfmMVb37wcpBPwTJCFa0UouDAfjXcDt17wZuk@[84.154.107.172]) by fwd36.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1f7K8O-0GP9uK0; Sat, 14 Apr 2018 14:18:24 +0200 To: Ports FreeBSD , FreeBSD Port-Manager From: Stefan Esser Subject: Conflicts due to renamed KDE4 ports Openpgp: preference=signencrypt Autocrypt: addr=se@freebsd.org; prefer-encrypt=mutual; keydata= xsBNBFVxiRIBCADOLNOZBsqlplHUQ3tG782FNtVT33rQli9EjNt2fhFERHIo4NxHlWBpHLnU b0s4L/eItx7au0i7Gegv01A9LUMwOnAc9EFAm4EW3Wmoa6MYrcP7xDClohg/Y69f7SNpEs3x YATBy+L6NzWZbJjZXD4vqPgZSDuMcLU7BEdJf0f+6h1BJPnGuwHpsSdnnMrZeIM8xQ8PPUVQ L0GZkVojHgNUngJH6e21qDrud0BkdiBcij0M3TCP4GQrJ/YMdurfc8mhueLpwGR2U1W8TYB7 4UY+NLw0McThOCLCxXflIeF/Y7jSB0zxzvb/H3LWkodUTkV57yX9IbUAGA5RKRg9zsUtABEB AAHNLlN0ZWZhbiBFw59lciAoVC1PbmxpbmUpIDxzdC5lc3NlckB0LW9ubGluZS5kZT7CwH8E EwEIACkFAlhtTvQCGwMFCQWjmoAHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBH67Xv Wv31RAn0B/9skuajrZxjtCiaOFeJw9l8qEOSNF6PKMN2i/wosqNK57yRQ9AS18x4+mJKXQtc mwyejjQTO9wasBcniKMYyUiie3p7iGuFR4kSqi4xG7dXKjMkYvArWH5DxeWBrVf94yPDexEV FnEG9t1sIXjL17iFR8ng5Kkya5yGWWmikmPdtZChj9OUq4NKHKR7/HGM2dxP3I7BheOwY9PF 4mhqVN2Hu1ZpbzzJo68N8GGBmpQNmahnTsLQ97lsirbnPWyMviWcbzfBCocI9IlepwTCqzlN FMctBpLYjpgBwHZVGXKucU+eQ/FAm+6NWatcs7fpGr7dN99S8gVxnCFX1Lzp/T1YzsBNBFVx iRIBCACxI/aglzGVbnI6XHd0MTP05VK/fJub4hHdc+LQpz1MkVnCAhFbY9oecTB/togdKtfi loavjbFrb0nJhJnx57K+3SdSuu+znaQ4SlWiZOtXnkbpRWNUeMm+gtTDMSvloGAfr76RtFHs kdDOLgXsHD70bKuMhlBxUCrSwGzHaD00q8iQPhJZ5itb3WPqz3B4IjiDAWTO2obD1wtAvSuH uUj/XJRsiKDKW3x13cfavkad81bZW4cpNwUv8XHLv/vaZPSAly+hkY7NrDZydMMXVNQ7AJQu fWuTJ0q7sImRcEZ5EIa98esJPey4O7C0vY405wjeyxpVZkpqThDMurqtQFn1ABEBAAHCwGUE GAEKAA8FAlVxiRICGwwFCQWjmoAACgkQR+u171r99UQEHAf/ZxNbMxwX1v/hXc2ytE6yCAil piZzOffT1VtS3ET66iQRe5VVKL1RXHoIkDRXP7ihm3WF7ZKy9yA9BafMmFxsbXR3+2f+oND6 nRFqQHpiVB/QsVFiRssXeJ2f0WuPYqhpJMFpKTTW/wUWhsDbytFAKXLLfesKdUlpcrwpPnJo KqtVbWAtQ2/o3y+icYOUYzUig+CHl/0pEPr7cUhdDWqZfVdRGVIk6oy00zNYYUmlkkVoU7MB V5D7ZwcBPtjs254P3ecG42szSiEo2cvY9vnMTCIL37tX0M5fE/rHub/uKfG2+JdYSlPJUlva RS1+ODuLoy1pzRd907hl8a7eaVLQWA== X-Enigmail-Draft-Status: N1110 Message-ID: Date: Sat, 14 Apr 2018 14:18:22 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-ID: Z4iOiEZZQh3vxvwsfe0B3NBEMpfE2zfmMVb37wcpBPwTJCFa0UouDAfjXcDt17wZuk X-TOI-MSGID: 34640e51-3cda-40ec-98bd-b8d60a8d28c3 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 12:18:35 -0000 The way the new KDE5/KF5 ports have been introduced a few weeks back has caused me quite some effort (more than 100 hours of work), and now there have been further changes to implement KDE5 support (which I generally appreciate), which cause further complications and seem not to be well thought out. These problems affect at least all portmaster users, but I guess portupgrade is affected as well and a "pkg upgrade" dry-run indicates, that it will also cause breakage to binary upgrades of KDE4 installations. I'm trying to get portmaster operational again, after it has been unusable for systems with KDE4 ports for a few weeks. Since the way portmaster works prevents an easy solution, I'm currently rewriting it from scratch (and had it mostly working for the normal upgrade tasks, with some of the more "special" like cleaning up stale distfiles missing). This new version is now again broken, because of changes that I do not know how to automatically deal with. (And IMHO it is impossible to deal with them, without hard-coding specific work-arounds for the affected ports. This is against the spirit of a generic port management tool.) A number of KDE4 ports have been moved to port directories that have an extra -kde4 appended. The package names changed at the same time, and that caused problems for portmaster, since if there was a dependency that referred to the new origin with -kde4 attached, it would be in conflict with the installed package. (The -kde4 version would be built and the install would fail because the non-kde version was not recongnized as a previous version of the same port and was not automatically deinstalled first. This is fixed in my new portmaster version, which finds the old origin in the MOVED file and checks whether there is a port that was installed from some meanwhile "moved" origin.) Individually updating those ports first, could solve this issue, but there was not list of affected ports and thus it was up to the user to detect the build failures as they occurred, delete the old version and restart the portmaster run. (My new version deals with this, based on the MOVED file, as described above.) Now the situation has become much worse: Now there are KDE5 versions of quite a number of prior KDE4 ports, which share the origins and package names of these prior KDE4 programs, and can only be recognized by their version numbers being different from 4.*). This leads to breakage in a number of ways: Ports depending on say KDE4 akonadi but installed at a time when the origin still was databases/akonadi will (probably) break when akonadi is upgraded and replaced by the KDE5 version of akonadi. There is no way that portmaster could know, that the KDE4 version is now built from databases/akonadi-kde4 and installed as akonadi-kde4-4.* (instead of just akonade-4.*). New ports will try to install akonadi-kde4 as a dependency, which may succeed, after databases/akonadi has been upgraded to the KDE5 version, but before that has happened, there will be conflicting files and the dependency on akonadi-kde4 cannot be satisfied by the ports system. OTOH, I now have a KDE5 version of akonadi, which has not been requested by the user (who may want to stay at KDE4 at the moment). This KDE5 version has been built, because there was a KDE4 version, and the port system did not know, that these two ports share their origin and package name (sans version), but are not directly related. Again OTOH, the upgrade of akonadi to the KDE5 version will break all ports, that rely on the KDE4 version being installed. These seem to be: $ pkg info -r akonadi akonadi-1.13.0_6: kdepimlibs-kde4-4.14.10_15 smokekde-4.14.3_3 kde-workspace-4.11.22_14 kdeplasma-addons-4.14.3_6 kdepim-runtime-kde4-4.14.10_9 kdepim-kde4-4.14.10_11 ruby24-korundum-4.14.3_2 py27-pykde4-4.14.3_7 baloo-kde4-4.14.3_7 on my system ... A number of KDE4 ports have been copied to new origins (with -kde4 attached) with there old directories still present and functional. That does also cause problems for automatic port build tools like portmaster. The old ports seems to be still valid and is not marked to be in conflict with its copy. Since the package names have been changed (by appending -kde4) it is not possible to detect, that these are in fact just renamed versions of the previous port. Since there is no MOVED entry, the last possibility that might provide a hint is lost. (There can be no MOVED entry, since the old name is to be re-used for the KDE5 version of that program.) I think it is a very bad idea to do any of the following: 1) Rename a port without an entry in MOVED (even though dependencies are updated) if the package name (sans version) is changed at the same time. 2) Copy a port resulting in two origins that build the same package and that are not marked as mutually conflicting (whether with identical or changed package names - but the latter might make matters worse). 3) Perform incompatible upgrades of lots of ports of a framework to an incompatible new major release of the framework (i.e. have all the prior KDE4 ports, many of them built as a dependency, now lead to KDE5 versions of those being installed without being requested by the user). There seem to be problem for package users, too, but I did not only perform a dry-run of "pkg upgrade", e.g.: # pkg upgrade kdeartwork-kde4 [...] New packages to be INSTALLED: xcursor-themes: 1.0.4_2 py27-matplotlib: 2.1.2_2 alsa-plugins: 1.1.1_2 kf5-knewstuff: 5.44.0 kf5-kdeclarative: 5.44.0 kf5-kpackage: 5.44.0 kf5-kinit: 5.44.0 kf5-kdelibs4support: 5.44.0 kf5-kded: 5.44.0 kf5-kdesignerplugin: 5.44.0 kf5-kdewebkit: 5.44.0 kf5-kplotting: 5.44.0 kf5-kemoticons: 5.44.0 kf5-kunitconversion: 5.44.0 kf5-kitemmodels: 5.44.0 kf5-knotifyconfig: 5.44.0 nepomuk-core-kde4: 4.14.3_17 kfilemetadata-kde4: 4.14.3_16 akonadi-kde4: 1.13.0_7 kf5-kcmutils: 5.44.0 libkexiv2-kde4: 4.14.3_5 qca-qt5: 2.1.3 p5-SQL-Translator: 0.11024 kde-workspace-kde4: 4.11.22_18 kde-wallpapers-kde4: 4.14.3_3 kde-base-artwork-kde4: 4.14.3_3 kf5-khtml: 5.44.0 kf5-kjs: 5.44.0 woff2: 1.0.2_1 brotli: 1.0.4,1 py27-backports.functools_lru_cache: 1.5 py27-backports: 1 py27-decorator: 4.2.1 raptor: 1.4.21_6 Why do I get all those kf5- packages installed, when asking for an upgrade of a specific KDE4 port??? BTW: The upgrade wants to install akonadi-kde4-1.13.0_7 over the existing akonadi-1.13.0_6. I did not test whether pkg will silently replace the old version, or whether it will stop with a conflict because both versions have the same files. The same applies to quite a number of existing KDE4 packages that got a kde4 suffix in their package names (and are still installed from before that date on my system) they are all already present! And last: There was no entry in UPDATING (I see, tcberner now has added some text that at least references this problem and gives one example how to fix the package database). Seems there was a MOVED entry for akonadi for some time, which now is gone to allow building of the KDE5 version of akonadi from the origin made unusable by the MOVED entry. Not everybody rebuilds working ports every week, and portmaster has been broken by the simultaneous renaming of port origins and package names of the KDE4 ports (and thus portmaster users have either manually rebuilt all the affected ports, or they are still blocked at a state as of when this renaming happened), so the (now already gone) entries in MOVED where of limited use. To resolve this issue (for the time being) I request a complete list of "pkg set --change-origin :-kde4 " for all affected KDE4 ports. And I think that the new KDE5/KF5 ports should not have re-used the KDE4 origins. This may be possible in the case of a major upgrade of some simple port without a huge number inter-dependencies. But in the case of a complex framework like KDE, I had expected that not only the old ports are renamed to have a kde4 suffix, but also that the new ports have either a kf5- prefix or kde5 suffix in their names. (The suffix may be dropped, if and when such ports have been converted to use FLAVORs.) I'm quite annoyed by such changes, that may have been tested with poudriere (but I severely doubt it, given the above shown dependencies of kdeartwork-4 on kf5 ports), but they void literally hundreds of hours of effort spent on trying to keep portnaster a viable tool for specific port building and upgrade tasks. I'm using it myself as a much lighter-weight alternative to poudriere and to manually building ports that are under development, before finally testing the new port with poudriere. And I'd hate to loose this possibility. (And while I could use poudriere built packages to upgrade my system, I prefer to keep it current with portmaster, too.) This is another case (after the implementation of FLAVOR support that does not seem well-designed and causes lots of effort and inefficiencies in port management tools like portmaster), which makes me consider giving up my efforts to keep portmaster alive. STefan From owner-freebsd-ports@freebsd.org Sat Apr 14 14:30:12 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 43DA4FA426E for ; Sat, 14 Apr 2018 14:30:12 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM01-BY2-obe.outbound.protection.outlook.com (mail-oln040092001036.outbound.protection.outlook.com [40.92.1.36]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT TLS CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 99BEC6B42F for ; Sat, 14 Apr 2018 14:30:11 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=MViw0on0yzcNoxaJ4kD/o3FKWYg0sPVihRJa1iK94Hw=; b=bfha5GEnzT9R5XCJWtqcBELzx9JGNywebtgrFR9RiK1jeIkbam0wMruD6YrrqszZqtcUtxfAlSP7VvfXPBIYgkhwWObb7Vt4ZLZAVgJ66nl9KSY1LTuP7G7Kqp2RHrGuC9BAnQWGzgVIfmYCkQoZg59sUgEtGxmKi+mygVg1WUOFkBUO7Ddju9t1AD8jG9XRwXrJLyQicSWu5VoJJ1h6GvNLgHrbrN5TYZr8PUEYZFUap8flE7jMulpxz7K8O0xeaqgM8gYS6cZOaLP861gdgvPMSKGtMcnB7lr6MCsjrmPB75mZ+/bQec99z/G/jcVMr5cWtIdt6gJbm0DjFuEDyg== Received: from SN1NAM01FT010.eop-nam01.prod.protection.outlook.com (10.152.64.59) by SN1NAM01HT131.eop-nam01.prod.protection.outlook.com (10.152.65.142) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.653.20; Sat, 14 Apr 2018 14:30:09 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com (10.152.64.53) by SN1NAM01FT010.mail.protection.outlook.com (10.152.65.128) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.675.14 via Frontend Transport; Sat, 14 Apr 2018 14:30:09 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com ([fe80::f020:88a4:c0b7:3c5b]) by BN6PR2001MB1730.namprd20.prod.outlook.com ([fe80::f020:88a4:c0b7:3c5b%5]) with mapi id 15.20.0675.014; Sat, 14 Apr 2018 14:30:09 +0000 From: Carmel NY To: FreeBSD Subject: Re: Conflicts due to renamed KDE4 ports Thread-Topic: Conflicts due to renamed KDE4 ports Thread-Index: AQHT0/0XKxHiQz21U0aUscLAkD1byw== Date: Sat, 14 Apr 2018 14:30:09 +0000 Message-ID: References: In-Reply-To: Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-incomingtopheadermarker: OriginalChecksum:314F24AF87F7E3DB7FC5D3D5E08956E3F3C2023BEE43ACB8DDA8A68C01647CB0; UpperCasedChecksum:2B0FA72017E97A6F69E33A1780ACB57F1FE808FB0B2CDE79B88A507A428861D0; SizeAsReceived:7085; Count:47 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [2UalWmygB8y/8/JLSAuFUlKS5C+qlUfz] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; SN1NAM01HT131; 7:kv7+Vzr9czmVecgA4+UGz3zwLJ5DfHioDzCKw6FY2AzNq4gvLulLooFP/YZSV3oVMHGyGr2sPxNwaLP4GCvQb+xtfGoTWQdU3swV4/ToTmZh2QRgNrC8Z1sW19a55vssdKRCLmu7gp1Yaa454gdzp+rbhC8Qv3tG/0th1Rb+6AkxQ6tQb33/h7RsxTlseGi2L1XApjmAyjWTrQccd+o2dXbr9HlmC+a5kpmeBNokgrp/CBI+0ycz1v2Ed/O0iq2C x-incomingheadercount: 47 x-eopattributedmessage: 0 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(7020095)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031324274)(2017031323274)(2017031322404)(1601125374)(1603101448)(1701031045); SRVR:SN1NAM01HT131; x-ms-traffictypediagnostic: SN1NAM01HT131: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(444000031); SRVR:SN1NAM01HT131; BCL:0; PCL:0; RULEID:; SRVR:SN1NAM01HT131; x-forefront-prvs: 0642A5E7BA x-forefront-antispam-report: SFV:NSPM; SFS:(7070007)(98901004); DIR:OUT; SFP:1901; SCL:1; SRVR:SN1NAM01HT131; H:BN6PR2001MB1730.namprd20.prod.outlook.com; FPR:; SPF:None; LANG:; x-microsoft-antispam-message-info: seAkepxZWoYhVgAYPs67knxZWxlBPZoaRgmz7BGnJx6XJ4vPArfAUPsFKtNZURA6qvarl8ri/CbJySv6JhnLLBt1De3AvxMnIJ5f4BY88ffnxrLLGzqMXKLuQ+ClhRmuNUaOVeVZeOZPnc35T5d4x0bJnoCUm+Hy/ppdzzQiskUbasg9Geg1uukwsfSRVs8Y Content-Type: text/plain; charset="us-ascii" Content-ID: <215DF984C637A4429D91BC97DB524934@namprd20.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Office365-Filtering-Correlation-Id: 084ff7d8-59bd-427e-9ba2-08d5a2143966 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: 084ff7d8-59bd-427e-9ba2-08d5a2143966 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 14 Apr 2018 14:30:09.7241 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1NAM01HT131 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 14:30:12 -0000 On Sat, 14 Apr 2018 14:18:22 +0200, Stefan Esser stated: {truncated} >This is another case (after the implementation of FLAVOR support that does >not seem well-designed and causes lots of effort and inefficiencies in por= t >management tools like portmaster), which makes me consider giving up my >efforts to keep portmaster alive. Have you tried using "synth"? I have not used it on KDE since I don't have = KDE installed; however, it has worked well with other ports that seemed to have= a similar problem. It couldn't hurt to give it a try. Just make sure you have= an up-to-date ports tree before running it. --=20 Carmel From owner-freebsd-ports@freebsd.org Sat Apr 14 15:14:20 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 04B3AF8125F for ; Sat, 14 Apr 2018 15:14:20 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [88.98.225.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 86BC673FB6 for ; Sat, 14 Apr 2018 15:14:18 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from crayon2.yoonka.com (crayon2.yoonka.com [10.70.7.20]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id w3EF9Pbp041914 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sat, 14 Apr 2018 15:09:25 GMT (envelope-from list1@gjunka.com) Subject: Re: Conflicts due to renamed KDE4 ports To: freebsd-ports@freebsd.org References: From: Grzegorz Junka Message-ID: <25230107-cbab-7882-53a0-6198f80e2141@gjunka.com> Date: Sat, 14 Apr 2018 15:09:25 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB-large X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 15:14:20 -0000 On 14/04/2018 12:18, Stefan Esser wrote: > [cut] > > This is another case (after the implementation of FLAVOR support that does > not seem well-designed and causes lots of effort and inefficiencies in port > management tools like portmaster), which makes me consider giving up my > efforts to keep portmaster alive. > > STefan This caused some headache on my system too even though I use poudriere to build packages and I don't use the whole kde suite, just some applications. I had to manually uninstall all old kde ports and re-install them again adding the kde4 suffix. Are you saying I will need to do that again when I want to switch to kde5? I haven't seen any consultation being posted on this forum if/when/how the introduction of kde5 should be handled. I imagine it's not the first time such a massive upgrade of version has had happened in FreeBSD ports. Is it how it's usually handled? Also, wouldn't in this case converting kde to flavours, i.e. kde-base@kde4 and kde-base@kde5 be a better approach? GrzegorzJ From owner-freebsd-ports@freebsd.org Sat Apr 14 15:29:26 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5443DF8255B for ; Sat, 14 Apr 2018 15:29:26 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: from mail-lf0-x235.google.com (mail-lf0-x235.google.com [IPv6:2a00:1450:4010:c07::235]) (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 C3D2676FD9 for ; Sat, 14 Apr 2018 15:29:25 +0000 (UTC) (envelope-from serpent7776@gmail.com) Received: by mail-lf0-x235.google.com with SMTP id m200-v6so16377771lfm.4 for ; Sat, 14 Apr 2018 08:29:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=e7Xxn3XvaQJJfxUUecSaon+lUKFBOGNgsnbhvxoLqZM=; b=qgJZT2jbEkDiSbAwiWXLDDvil6e1n6+4A9i63cgYmHfhYjiKgotAnfx+MBTtxffdVb I1Li8qsBfpJTT14Eaizi+XOrFt3CHEcI4V/LhzM0P9eVdrTFSim293S+vqfX8SY+0nh7 rBKyjKDgbWJBySr9gS8NaBSkcxvbjKe1C2ABN9ilQ9L5j745GXbjez5UFotiAmIClH3d Fkb8ev47zTVLwyLT7ZAyo1yKObwlGae8nHsVWp/RUNCaniGu8YB2qI6l1ugVBSLtSJHb FqkZznA7Mhr8SV/SzbeCikDRQVebU+NLqe1td0qT7YuWyiSNw9zCAiWqhzjQQ+qyeuAn Tycw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=e7Xxn3XvaQJJfxUUecSaon+lUKFBOGNgsnbhvxoLqZM=; b=oilxBbQgDMTv1C0VGuWOEKnIkvFSPRYCKWPsyJus8GZ7yVu/S+f4R91v/ZoB4aqogL U3GFncc59VnJwSkwSg4kmvynwYKi46vushTGWv7iVVu98rqF3R5SPHXruwNFozDuBejn HaSjJL5TAbMHsOg9d4KfcJCvpr7FgJfR1Nj4paA6iPN0LocNqp3xCivjTLJqM61LqWhP y46DubeXY316vW3azL1ww2kNlK36EUwxHU2U9QeJP7qq0oWHUE4yj4qblf+8vSZQbN47 Qy60FXgc1lwVXFQaDe2i8JGjfladc2ZrHh3knuYUY4Lu1nHi2VzITIYCd3XlLQQ5iH9L fB8g== X-Gm-Message-State: ALQs6tDF3MRNJ+wLDVbsiX6SLz5S3VCgjjSBQsjJ6eL3LX3ZgEiRhFjI 0BuxR97uAhWjDhNKX9kU43EX2H+U X-Google-Smtp-Source: AIpwx4+dsxwtU126vcIby9aiItqoil33AbHJ5lNqLXDzSirWY2ifKVDhiyxLQ8aZjbpWYHQmoOQa7Q== X-Received: by 10.46.149.69 with SMTP id t5mr3907613ljh.45.1523719763969; Sat, 14 Apr 2018 08:29:23 -0700 (PDT) Received: from DaemONX (90-156-31-193.internetia.net.pl. [90.156.31.193]) by smtp.gmail.com with ESMTPSA id m127-v6sm1821418lfm.79.2018.04.14.08.29.23 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sat, 14 Apr 2018 08:29:23 -0700 (PDT) Date: Sat, 14 Apr 2018 17:26:04 +0200 From: Serpent7776 To: freebsd ports mailing list Subject: pkg wants to install perl5.24 even thought it's not required Message-ID: <20180414172604.11aeda85@DaemONX> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 15:29:26 -0000 Hello, I have strange issue: when I install or upgrade a package pkg wants to install perl5.24 too every time. That's strange because all ports require perl5.26, not perl5.24. After installation/upgrade when I do pkg autoremove pkg tells that perl5.24 in not required and can be deleted. I have not specified any default perl version in /etc/make.conf. I'm using custom built ports via poudriere. What might be causing this? Thanks -- /* * Serpent7776 */ From owner-freebsd-ports@freebsd.org Sat Apr 14 17:05:14 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59087F89B19 for ; Sat, 14 Apr 2018 17:05:14 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "troutmask", Issuer "troutmask" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D54BD8B13D for ; Sat, 14 Apr 2018 17:05:13 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.15.2/8.15.2) with ESMTPS id w3EGv7Qo085286 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 14 Apr 2018 09:57:07 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.15.2/8.15.2/Submit) id w3EGv7uK085285; Sat, 14 Apr 2018 09:57:07 -0700 (PDT) (envelope-from sgk) Date: Sat, 14 Apr 2018 09:57:07 -0700 From: Steve Kargl To: Carmel NY Cc: FreeBSD Subject: Re: Conflicts due to renamed KDE4 ports Message-ID: <20180414165707.GA83446@troutmask.apl.washington.edu> Reply-To: sgk@troutmask.apl.washington.edu References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 17:05:14 -0000 On Sat, Apr 14, 2018 at 02:30:09PM +0000, Carmel NY wrote: > On Sat, 14 Apr 2018 14:18:22 +0200, Stefan Esser stated: > > {truncated} > > >This is another case (after the implementation of FLAVOR support that does > >not seem well-designed and causes lots of effort and inefficiencies in port > >management tools like portmaster), which makes me consider giving up my > >efforts to keep portmaster alive. > > Have you tried using "synth"? This discussion occurred with the introduction of FLAVORS, which broken all ports management tools except poudriere. -- Steve From owner-freebsd-ports@freebsd.org Sat Apr 14 17:12:37 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B658EF8A3C8 for ; Sat, 14 Apr 2018 17:12:37 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-oln040092002096.outbound.protection.outlook.com [40.92.2.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT TLS CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2AAD78BBF3 for ; Sat, 14 Apr 2018 17:12:36 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=Bpmd1lWFy2qSodQKTcKu+il/h7RgDsZ6F9bXVg+3FrI=; b=HWx2qhwetRtKkqT8ZxXRC/Qk8lmD0A5IXXKzznajKk+uEJGFSVo68kcu29AGB7bonOUV1+B/F70tS2pf3vEPRIiT3Km6dFe6bz99crQwTj/5khrMAW/ZAYPqo5m6TtL7cItmFD5Csdqumqs1VFCuiAOG1Wtg+Vdl5k+ywZPnK5+C4FXRHrq3Sx39fsfTpG3KF1shTyMrq06LMH7gFgzN5tDdiHCY7qXzKXyeZI3CBLvFqANuuvUV04l+Jdv5LoAVLtIZoQtLJWBMmJ/cLbFkKhwwMhNNp6d3lUQ1x7ai9ej1jM+slrXbrGK0lzkaBlXdCQ4Lw2Lj3jv/9oHy36hcDQ== Received: from BY2NAM01FT039.eop-nam01.prod.protection.outlook.com (10.152.68.51) by BY2NAM01HT070.eop-nam01.prod.protection.outlook.com (10.152.69.135) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384) id 15.20.653.8; Sat, 14 Apr 2018 17:12:35 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com (10.152.68.54) by BY2NAM01FT039.mail.protection.outlook.com (10.152.68.115) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.20.653.8 via Frontend Transport; Sat, 14 Apr 2018 17:12:35 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com ([fe80::f020:88a4:c0b7:3c5b]) by BN6PR2001MB1730.namprd20.prod.outlook.com ([fe80::f020:88a4:c0b7:3c5b%5]) with mapi id 15.20.0675.014; Sat, 14 Apr 2018 17:12:35 +0000 From: Carmel NY To: FreeBSD Subject: Re: Conflicts due to renamed KDE4 ports Thread-Topic: Conflicts due to renamed KDE4 ports Thread-Index: AQHT0/0XKxHiQz21U0aUscLAkD1byw== Date: Sat, 14 Apr 2018 17:12:35 +0000 Message-ID: References: <20180414165707.GA83446@troutmask.apl.washington.edu> In-Reply-To: <20180414165707.GA83446@troutmask.apl.washington.edu> Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-incomingtopheadermarker: OriginalChecksum:B64047D117BCFF19DA1C76DEA090234C007471CD404659557A521E3207665273; UpperCasedChecksum:593C1F385A2039C6A2E79F846101678000106752779B95767262E461E932EB8E; SizeAsReceived:7232; Count:47 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [UlVpfxofVA/FS66iK9lpEJCW86Z4PQwe] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; BY2NAM01HT070; 7:UcoYKa6r2SLYCaNbxxr81DY9oDJmkIG/tkrso3AnaFXsCNNzGG4NI/8aZAmOpTZt3bNzTKI4R800ROqRqqgKsgTJ8LLPoZOWyPWQemt88QjT+p9tFqassuug+voB1ddWwqxVZeUfQDpKnMSGZL1kFS373YObMJcFW0E1Vw3zZ6DV9HzOFibGTA9bw3yPF9Eo4+0F3i/qZB9BcyX4iRoUB6qbxmvarhemkbUSnYRX0S9jRJuTARhucT432plQ3izG x-incomingheadercount: 47 x-eopattributedmessage: 0 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(7020095)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031324274)(2017031323274)(2017031322404)(1601125374)(1603101448)(1701031045); SRVR:BY2NAM01HT070; x-ms-traffictypediagnostic: BY2NAM01HT070: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(444000031); SRVR:BY2NAM01HT070; BCL:0; PCL:0; RULEID:; SRVR:BY2NAM01HT070; x-forefront-prvs: 0642A5E7BA x-forefront-antispam-report: SFV:NSPM; SFS:(7070007)(98901004); DIR:OUT; SFP:1901; SCL:1; SRVR:BY2NAM01HT070; H:BN6PR2001MB1730.namprd20.prod.outlook.com; FPR:; SPF:None; LANG:; x-microsoft-antispam-message-info: eqQDvcwqnNJRp76ENwXhgB0FvjWReq7XQBPK2/hIicolcg+DG+GKvHRjU6wgSwTQVwGSe9BkEVYUuu2a4AQOPCWop01my+AwEedLbK5PCzSJqBpQNrgu8lwcaU33tA3ieVC1ORTG8/XC+5kIMuJmtOPwshbk1s15MtWcIofgAp+jl+SBUCDZXzeeDu5k3WGN Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Office365-Filtering-Correlation-Id: 1114a404-2975-4084-5f5d-08d5a22aea59 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: 1114a404-2975-4084-5f5d-08d5a22aea59 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 14 Apr 2018 17:12:35.1168 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: BY2NAM01HT070 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 17:12:38 -0000 On Sat, 14 Apr 2018 09:57:07 -0700, Steve Kargl stated: >This discussion occurred with the introduction of FLAVORS, >which broken all ports management tools except poudriere. So, you have not tried "synth" and I assume poudriere. --=20 Carmel From owner-freebsd-ports@freebsd.org Sat Apr 14 17:41:04 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF450F8C384 for ; Sat, 14 Apr 2018 17:41:03 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-ua0-x229.google.com (mail-ua0-x229.google.com [IPv6:2607:f8b0:400c:c08::229]) (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 60B1469B5F for ; Sat, 14 Apr 2018 17:41:03 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: by mail-ua0-x229.google.com with SMTP id t9so7675080uac.8 for ; Sat, 14 Apr 2018 10:41:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to; bh=zyt78hjKTf6pXQgTiEtajOoRz6s/DSbfOwD6i7iBOfU=; b=Z2WOCIfvEi0auiv28b+BzlGbpEttMoOlCqBsDvLgZ5Psvlnn9yC+CzkduVuBbghSbQ ScBVw8ph79+29Y+h6blALWnH+uLRz+vrtFXS7MQPawfF3icsDQh2fqGVvHoVbI1QXKmn uXVuatah4e1RbJClEg/y0D31I6L5k+nFrugg2tiuAXFKwy47/Ac0E+dBfWbuHlJ+L0Fk iiLRb8RxI6tEeKym1e6BCxeM7TBuJG5Td5obypFbQpMZmH/lDxeBKyrHw9wr0HlpP1p5 jOX2oS4I6Olx0G7xlfgRwZffgMmcX53+5rcQ2Ffwj6jVJ20v+clcN7H5ZAhqdSBps0zH yr2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to; bh=zyt78hjKTf6pXQgTiEtajOoRz6s/DSbfOwD6i7iBOfU=; b=jIZ7BrQQ6vFOkcy8+s5MenvSR3bOplEHV4qywX6m0DjOSqMhBgzfG79jcH3pQ9D7vn V0YqSsSPxEKPt3aJ8j9eTyVFlEylCF0oHFWpLnKqx6ixxlyGnHR9+YmlaYwjQtBG0zhI 4p9xPXhlbjNAfehmuG0Q4xYRMTHK06kccrelbHqrBH0eLt1K5tOZDim2My/PlFI/vuXc s6kQovNmOpWNZVI8muPzyftiqFT9oXTBhodSRGGgWnTGWDdR2xfnSBZ2hXgADg1MQh1l 4/68MaXZOd9Idv2JNMt+rjxaFHcXNb7aD1SIVdA2BDqHbxwL1cZfJBPJHSyZZmb2YEZ4 f1Yw== X-Gm-Message-State: ALQs6tA8LNHp61bLpfztE5/HP7Xd5y4/pcPoNWKGkevfMt/Ki90tjblx AQUjNJqYNCH7EIgci6U1/X/s024CDrZ9hL+aivOWow7s X-Google-Smtp-Source: AIpwx48J9LBtcywuClrF1KFFfaNEVereBB6gNlxH8XMIObXFrfP/Lt6YCjIhQYdnhsPb4RAVP0i5jxgy2sGKbS2OR6M= X-Received: by 10.176.23.11 with SMTP id j11mr7189031uaf.133.1523727662542; Sat, 14 Apr 2018 10:41:02 -0700 (PDT) MIME-Version: 1.0 Sender: kob6558@gmail.com Received: by 10.103.91.5 with HTTP; Sat, 14 Apr 2018 10:41:01 -0700 (PDT) In-Reply-To: References: <20180414165707.GA83446@troutmask.apl.washington.edu> From: Kevin Oberman Date: Sat, 14 Apr 2018 10:41:01 -0700 X-Google-Sender-Auth: YxNPCUitOGXBaFlv_0bQNrKApiI Message-ID: Subject: Re: Conflicts due to renamed KDE4 ports To: FreeBSD Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 17:41:04 -0000 On Sat, Apr 14, 2018 at 10:12 AM, Carmel NY wrote: > On Sat, 14 Apr 2018 09:57:07 -0700, Steve Kargl stated: > > >This discussion occurred with the introduction of FLAVORS, > >which broken all ports management tools except poudriere. > > So, you have not tried "synth" and I assume poudriere. > Please STOP! He is the maintainer of portmaster and, for many people, portmaster is still a critical system component that is not replaceable by either synth or poudriere. Since his goal is to make portmaster work, telling him that he should use another tool is missing the whole point. The issue he is bringing up is NOT flavors. portmaster has supported flavors for some time. It is changes made to a set of ports that seems to break the existing paradigm of the ports system. -- Kevin Oberman, Part time kid herder and retired Network Engineer E-mail: rkoberman@gmail.com PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683 From owner-freebsd-ports@freebsd.org Sat Apr 14 17:54:02 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71E56F8D16D for ; Sat, 14 Apr 2018 17:54:02 +0000 (UTC) (envelope-from se@freebsd.org) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mailout00.t-online.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D8C286CB5F for ; Sat, 14 Apr 2018 17:54:01 +0000 (UTC) (envelope-from se@freebsd.org) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout03.t-online.de (Postfix) with SMTP id B404C422BAF3; Sat, 14 Apr 2018 19:53:53 +0200 (CEST) Received: from Stefans-MBP-LAN.fritz.box (bRY2U+ZCQhR-+nO9YSTCKyikdNEHNwHlq4ypY8EYWtg1AGRnYd8vvtgHKCq1H1EQJd@[84.154.107.172]) by fwd38.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1f7PN0-1VzQRc0; Sat, 14 Apr 2018 19:53:50 +0200 Subject: Re: Conflicts due to renamed KDE4 ports To: Ports FreeBSD References: <20180414165707.GA83446@troutmask.apl.washington.edu> From: Stefan Esser Openpgp: preference=signencrypt Autocrypt: addr=se@freebsd.org; prefer-encrypt=mutual; keydata= xsBNBFVxiRIBCADOLNOZBsqlplHUQ3tG782FNtVT33rQli9EjNt2fhFERHIo4NxHlWBpHLnU b0s4L/eItx7au0i7Gegv01A9LUMwOnAc9EFAm4EW3Wmoa6MYrcP7xDClohg/Y69f7SNpEs3x YATBy+L6NzWZbJjZXD4vqPgZSDuMcLU7BEdJf0f+6h1BJPnGuwHpsSdnnMrZeIM8xQ8PPUVQ L0GZkVojHgNUngJH6e21qDrud0BkdiBcij0M3TCP4GQrJ/YMdurfc8mhueLpwGR2U1W8TYB7 4UY+NLw0McThOCLCxXflIeF/Y7jSB0zxzvb/H3LWkodUTkV57yX9IbUAGA5RKRg9zsUtABEB AAHNLlN0ZWZhbiBFw59lciAoVC1PbmxpbmUpIDxzdC5lc3NlckB0LW9ubGluZS5kZT7CwH8E EwEIACkFAlhtTvQCGwMFCQWjmoAHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRBH67Xv Wv31RAn0B/9skuajrZxjtCiaOFeJw9l8qEOSNF6PKMN2i/wosqNK57yRQ9AS18x4+mJKXQtc mwyejjQTO9wasBcniKMYyUiie3p7iGuFR4kSqi4xG7dXKjMkYvArWH5DxeWBrVf94yPDexEV FnEG9t1sIXjL17iFR8ng5Kkya5yGWWmikmPdtZChj9OUq4NKHKR7/HGM2dxP3I7BheOwY9PF 4mhqVN2Hu1ZpbzzJo68N8GGBmpQNmahnTsLQ97lsirbnPWyMviWcbzfBCocI9IlepwTCqzlN FMctBpLYjpgBwHZVGXKucU+eQ/FAm+6NWatcs7fpGr7dN99S8gVxnCFX1Lzp/T1YzsBNBFVx iRIBCACxI/aglzGVbnI6XHd0MTP05VK/fJub4hHdc+LQpz1MkVnCAhFbY9oecTB/togdKtfi loavjbFrb0nJhJnx57K+3SdSuu+znaQ4SlWiZOtXnkbpRWNUeMm+gtTDMSvloGAfr76RtFHs kdDOLgXsHD70bKuMhlBxUCrSwGzHaD00q8iQPhJZ5itb3WPqz3B4IjiDAWTO2obD1wtAvSuH uUj/XJRsiKDKW3x13cfavkad81bZW4cpNwUv8XHLv/vaZPSAly+hkY7NrDZydMMXVNQ7AJQu fWuTJ0q7sImRcEZ5EIa98esJPey4O7C0vY405wjeyxpVZkpqThDMurqtQFn1ABEBAAHCwGUE GAEKAA8FAlVxiRICGwwFCQWjmoAACgkQR+u171r99UQEHAf/ZxNbMxwX1v/hXc2ytE6yCAil piZzOffT1VtS3ET66iQRe5VVKL1RXHoIkDRXP7ihm3WF7ZKy9yA9BafMmFxsbXR3+2f+oND6 nRFqQHpiVB/QsVFiRssXeJ2f0WuPYqhpJMFpKTTW/wUWhsDbytFAKXLLfesKdUlpcrwpPnJo KqtVbWAtQ2/o3y+icYOUYzUig+CHl/0pEPr7cUhdDWqZfVdRGVIk6oy00zNYYUmlkkVoU7MB V5D7ZwcBPtjs254P3ecG42szSiEo2cvY9vnMTCIL37tX0M5fE/rHub/uKfG2+JdYSlPJUlva RS1+ODuLoy1pzRd907hl8a7eaVLQWA== Cc: Steve Kargl Message-ID: Date: Sat, 14 Apr 2018 19:53:49 +0200 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <20180414165707.GA83446@troutmask.apl.washington.edu> Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-ID: bRY2U+ZCQhR-+nO9YSTCKyikdNEHNwHlq4ypY8EYWtg1AGRnYd8vvtgHKCq1H1EQJd X-TOI-MSGID: 516bc06b-0f52-45ec-af3f-4b6bd8d71d23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 17:54:02 -0000 Am 14.04.18 um 18:57 schrieb Steve Kargl: > On Sat, Apr 14, 2018 at 02:30:09PM +0000, Carmel NY wrote: >> On Sat, 14 Apr 2018 14:18:22 +0200, Stefan Esser stated: >> >> {truncated} >> >>> This is another case (after the implementation of FLAVOR support that does >>> not seem well-designed and causes lots of effort and inefficiencies in port >>> management tools like portmaster), which makes me consider giving up my >>> efforts to keep portmaster alive. >> >> Have you tried using "synth"? > > This discussion occurred with the introduction of FLAVORS, > which broken all ports management tools except poudriere. Yes, but I put literally hundreds of hours of effort into understanding portmaster (which is one monolythic 4000 line shell script with global state that recursively invokes itself to implement local state, with hundreds of instances forked in practice) and implementing FLAVOR support. That worked, until the next breakage was introduced by port and package renames, that make it impossible to automatically track the history of a port and to upgrade it correctly. While poudriere just rebuilds ports (using available packages to satisfy dependencies) and does not care what dependencies a user has previously used on a system (e.g. which of multiple SSL libraries, for ports that offer a choice). Instead the packages built by poudriere will enforce a certain set of dependencies, giving the user no choice (unless the packages were custom built with specific options). But it seems that the packages built by poudriere are also not suitable for a clean upgrade of installed KDE4 ports. At least in a test run, some 10 KF5 ports were going to be installed during an attempt to upgrade a KDE4 port from an official package. Portmaster was fully functional before this new breakage, and I'm really annoyed, that the KDE port and package name changes have been performed without any thought about the consequences for port management tools. It is possible to work around this problem by manually setting certain parameters in the package DB for each affected port. I had expected that at least a script that perform these operations on the package DB was provided. Now the best option appears to be to remove all installed KDE4 ports and then to rebuild them with portmaster (which will work, but requires a lot of unnecessary effort and time). I'm still trying to find a satisfactory heuristic that lets portmaster DTRT. But this is a problem, since there are situations where one choice of action is correct, while it will lead to corruption of the installed packages in other cases. The problem is, that now there are systems that have KDE4 ports with package names (sans version) and origin identical to KDE5 versions of the respective program (e.g. databases/akonadi used to be a KDE4 port that built akonadi-1.*, now it is a KDE5 port that builds akonadi-17.*, which is of no use on a KDE4 system and not suitable for use with KDE4 ports. Upgrading akonadi (and the tens of other KDE4 ports whose port directory has been hijacked by KDE5 versions) will thus create useless KDE5 versions (and the KDE4 version will be removed when the KDE5 version is installed). Later upgrades of ports that depend on akonadi-kde4 will install the correct new dependency (but are broken up to that point). But the useless KDE5 ports will not be automatically removed. Hmmm, if they were installed as an automatic dependency (and not directly by the user), I could use that as a sign, that no other port depends on them (unless they are actually required by a KDE5 package). This will require extra effort, but I can try whether this works reliably. I'll see whether I find an algorithm that uses information not currently required or used to resolve these cases. But this will only be in a completely new portmaster, which shares just the options processing (to stay as compatible as possible with existing scripts that invoke it) with the current version in ports. Regards, STefan From owner-freebsd-ports@freebsd.org Sat Apr 14 18:25:20 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F1717F8F4AB for ; Sat, 14 Apr 2018 18:25:19 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-oln040092007108.outbound.protection.outlook.com [40.92.7.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "mail.protection.outlook.com", Issuer "Microsoft IT TLS CA 4" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 65FD272E30 for ; Sat, 14 Apr 2018 18:25:19 +0000 (UTC) (envelope-from carmel_ny@outlook.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=WFDrO+nKUBG/M5T56Lrq828y+yCp/dPulayEMJKKdvs=; b=ujhR0GzV1LC/ZIZ2VEWtMx3MYbkvHgzXeE4rGYWYXQ5WND+G1X8US5Z8HRTcfpJRMKH5F97yJaUe8hETMfSFwc82u6H71e9YVJ7Iwl6US1XvMT3fJEfLA/zkuivHdS0/Ra5R3a5tdWt8LQiqYMvXBgtCQ90NX5OvM99rmljBRbclzleZspZgzWbk3Ekyl8HNoCloWIXUEgpLxXGy3SxCrxK1cNCNsaAxm6H8+C3qHN6xkdU4f65iDty/Rtq/snuXtOtwnrHZVX4d42ZR/5+zFg+L1JZnLTxhfsKeR6CcjfITO8NqWiZ4fVIn3it/0gKVFtJqyv97IB0L0GtU80H3mQ== Received: from CO1NAM03FT009.eop-NAM03.prod.protection.outlook.com (10.152.80.54) by CO1NAM03HT208.eop-NAM03.prod.protection.outlook.com (10.152.80.205) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.20.653.8; Sat, 14 Apr 2018 18:25:17 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com (10.152.80.57) by CO1NAM03FT009.mail.protection.outlook.com (10.152.80.67) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.20.653.8 via Frontend Transport; Sat, 14 Apr 2018 18:25:17 +0000 Received: from BN6PR2001MB1730.namprd20.prod.outlook.com ([fe80::f020:88a4:c0b7:3c5b]) by BN6PR2001MB1730.namprd20.prod.outlook.com ([fe80::f020:88a4:c0b7:3c5b%5]) with mapi id 15.20.0675.014; Sat, 14 Apr 2018 18:25:17 +0000 From: Carmel NY To: FreeBSD Subject: Re: Conflicts due to renamed KDE4 ports Thread-Topic: Conflicts due to renamed KDE4 ports Thread-Index: AQHT0/0XKxHiQz21U0aUscLAkD1byw== Date: Sat, 14 Apr 2018 18:25:17 +0000 Message-ID: References: <20180414165707.GA83446@troutmask.apl.washington.edu> In-Reply-To: Reply-To: FreeBSD Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-incomingtopheadermarker: OriginalChecksum:678BFB20DF999969EC7346C98A145CEFA85A252DF73E82CF21CFE00195D7CAB8; UpperCasedChecksum:3B6F67AE2FB3CBC528657E6C788A32CDF800B23D1CA052E2F8F2EE30433E16A2; SizeAsReceived:7282; Count:47 x-ms-exchange-messagesentrepresentingtype: 1 x-tmn: [LgD2gMPhlqTluKn0FscrexaTMqZzy11X] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1; CO1NAM03HT208; 7:SbbBxNGHI+q+ow7Qe0hWVC16z+ILbrjaQiE+L0SKAgNUtQXWf9UW5CBDntOgSlvUKRNrORSw+a96w7TIF4mIcU6l4IR7J78biREiIqFz2l5QmNVRjrjnILXzee7/CrjNwzHpXSonxEm+e8jwqnx2kXXhLq5lRjkRR77ZLeoRmowQIEhhpsS0SK/DliHnJoGJGp/aeRptwBf3mstKJ9sBwApiS/YWb743pz3pHJcrv8TUU5cp2/sVEeKQCmmvH5/f x-incomingheadercount: 47 x-eopattributedmessage: 0 x-microsoft-antispam: UriScan:; BCL:0; PCL:0; RULEID:(7020095)(201702061078)(5061506573)(5061507331)(1603103135)(2017031320274)(2017031324274)(2017031323274)(2017031322404)(1601125374)(1603101448)(1701031045); SRVR:CO1NAM03HT208; x-ms-traffictypediagnostic: CO1NAM03HT208: x-exchange-antispam-report-cfa-test: BCL:0; PCL:0; RULEID:(444000031); SRVR:CO1NAM03HT208; BCL:0; PCL:0; RULEID:; SRVR:CO1NAM03HT208; x-forefront-prvs: 0642A5E7BA x-forefront-antispam-report: SFV:NSPM; SFS:(7070007)(98901004); DIR:OUT; SFP:1901; SCL:1; SRVR:CO1NAM03HT208; H:BN6PR2001MB1730.namprd20.prod.outlook.com; FPR:; SPF:None; LANG:; x-microsoft-antispam-message-info: eX5sv7cBOr91XASUhYMduj0ysFd0JhkNBhsnyFe6rgRe0a6ptL3pvrz6o670yip8ZmrrBiZkRedogPidQS64jCSbCtSPybgucqMA+ZPZlUKL7dMbECzNBpNBL8Sa3/19aFcXhprrDvguGdifVvwJmggtivyNCReqTId8Hx5K2T/KfPQGXL9GgemrWbG7h8K0 Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-MS-Office365-Filtering-Correlation-Id: 7c38f599-c612-49a0-731c-08d5a2351261 X-OriginatorOrg: outlook.com X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-Network-Message-Id: 7c38f599-c612-49a0-731c-08d5a2351261 X-MS-Exchange-CrossTenant-rms-persistedconsumerorg: 9a4e3081-9524-43cf-bfc3-dcaef82d5da1 X-MS-Exchange-CrossTenant-originalarrivaltime: 14 Apr 2018 18:25:17.2059 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Internet X-MS-Exchange-CrossTenant-id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa X-MS-Exchange-Transport-CrossTenantHeadersStamped: CO1NAM03HT208 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 18:25:20 -0000 On Sat, 14 Apr 2018 19:53:49 +0200, Stefan Esser stated: >Yes, but I put literally hundreds of hours of effort into >understanding portmaster (which is one monolythic 4000 line >shell script with global state that recursively invokes itself >to implement local state, with hundreds of instances forked in >practice) and implementing FLAVOR support. Good luck. A 4,000+ line shell script is, IMHO, ridiculous. --=20 Carmel From owner-freebsd-ports@freebsd.org Sat Apr 14 22:33:21 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 042D8F9FAA9 for ; Sat, 14 Apr 2018 22:33:21 +0000 (UTC) (envelope-from pvoigt@uos.de) Received: from mta-out-2-1.rz.uni-osnabrueck.de (mta-out-2-1.rz.uni-osnabrueck.de [IPv6:2001:638:508:100::83ad:1298]) (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 8CE1B874A9 for ; Sat, 14 Apr 2018 22:33:20 +0000 (UTC) (envelope-from pvoigt@uos.de) Received: from smtp-auth.serv.Uni-Osnabrueck.DE (vm136.rz.uni-osnabrueck.de [131.173.16.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mta-out-2-1.rz.uni-osnabrueck.de (Postfix) with ESMTPS id 1328D3575B9F for ; Sun, 15 Apr 2018 00:33:11 +0200 (CEST) Received: (authenticated bits=0) by smtp-auth.serv.Uni-Osnabrueck.DE (8.13.8/8.13.8) with ESMTP id w3EMX92C021938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 15 Apr 2018 00:33:10 +0200 Received: from kirk (kirk.drpetervoigt.private [192.168.1.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: pvoigt) by spock.drpetervoigt.private (Postfix) with ESMTPSA id C3EF14D5B2 for ; Sun, 15 Apr 2018 00:33:08 +0200 (CEST) Date: Sun, 15 Apr 2018 00:33:08 +0200 From: "Dr. Peter Voigt" To: freebsd-ports@freebsd.org Subject: zsh 5.5: core dump during serial login Message-ID: <20180415003308.27b525e6@kirk> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-PMX-Version: vm136.rz.Uni-Osnabrueck.DE (Univ. Osnabrueck) with PMX 6.3.2.2635362, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2018.4.14.222416, AntiVirus-Engine: 5.49.1, AntiVirus-Data: 2018.4.14.5491000 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report= HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_400_499 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, FROM_NAME_PHRASE 0, INFO_TLD 0, INVALID_MSGID_NO_FQDN 0, SINGLE_URI_IN_BODY 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HTTPS_URI 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_VERSION 0, __NO_HTML_TAG_RAW 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __SUBJ_ALPHA_END 0, __SUBJ_ALPHA_START 0, __SUBJ_ALPHA_START_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NOT_IMG 0, __URI_NO_MAILTO 0, __URI_NO_PATH 0, __URI_NO_WWW 0, __URI_WITHOUT_PATH 0 X-PMX-Spam-Level: IIIIIIII X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Apr 2018 22:33:21 -0000 Today I upgraded shells/zsh to version 5.5 on my FreeBSD 11.1-RELEASE-p9 machine. During a login over serial line (wired or IPMI-SOL) I am immediately kicked out after a successful login. Syslogd shows: xxx kernel: pid xxx (zsh), uid 0: exited on signal 8 (core dumped) I immediately downgraded to zsh-5.4.2_1 and the error disappeared. Is this a known error or should I created a ticket under https://bugs.freebsd.org/