From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 03:26:54 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4ECFCD1D for ; Sun, 7 Jun 2015 03:26:54 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::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 19A1A11DD for ; Sun, 7 Jun 2015 03:26:54 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by obbqz1 with SMTP id qz1so60021821obb.3 for ; Sat, 06 Jun 2015 20:26:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=6/wG5qXf7Ef/7aBvNZHF6r3v1Z5Kz5jwM/1f2uSF8jg=; b=xwTLJVDwTq7HbX/eJIP0Y1ASsFbFXI6mBJKOj+hUSTXavpd9gKIh5OQozbLC8IZ6r0 Nj5tE2TqHnDajcu5588Ffsm36Yz89Ouu/kmp4PHudyDXZSU342kvXaapjSv9D7Gne1LB w9RMNA7fp+tmaQ+wySGyAN2xJusZzjoEb3GPEwGqN/NjRlsShb91X4uGcGqYkwQBzkeN r4pHbaeNvkZqMlDPCicMLTVaGv3tcx7M5pOveChmZrdZZON5gExNM9OQDb1e/HScJa2a lVk0l5I7nDLrdCtXh4spKRQFpiVzY8lINcFdzu25QtcMgg3uhyoE1KbsD9yn5p5HXwG2 xwtw== MIME-Version: 1.0 X-Received: by 10.60.15.133 with SMTP id x5mr9076863oec.80.1433647612847; Sat, 06 Jun 2015 20:26:52 -0700 (PDT) Received: by 10.60.162.36 with HTTP; Sat, 6 Jun 2015 20:26:52 -0700 (PDT) Date: Sat, 6 Jun 2015 22:56:52 -0430 Message-ID: Subject: Question and requirement From: Alberto Mijares To: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 03:26:54 -0000 Hi guys, I'm currently working on a port for the latest version of FreeSWITCH. So far, in the process to compile and make it run, I've seen 3 things: 1) There is no package for libyuv. I'll be packaging it when I have freeswitch up and running. 2) Requires libvpx-1.4, so the version in FreeBSD needs to be updated (currently 1.3). 3) When installing lua5.2, the pkg-config files refer to it as "lua-5.2" instead of "lua5.2". Is there any specific reason for that? configure script looks for lua5.2 and it fails. I thing everything around is going to look for that name. Unless there's any reason to keep it as it is, can you help me to change the name in *.pc files? That's all for now. Please CC-me in case you need to reply this email and I should read it. Regards, Alberto Mijares From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 10:13:51 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A78209AE for ; Sun, 7 Jun 2015 10:13:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 960271D18 for ; Sun, 7 Jun 2015 10:13:51 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t57ADpGt016404 for ; Sun, 7 Jun 2015 10:13:51 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t57ADpZe016403; Sun, 7 Jun 2015 10:13:51 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201506071013.t57ADpZe016403@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Sun, 7 Jun 2015 10:13:51 +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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 10:13:51 -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/aap | 1.093 | 1.094 ------------------------------------------------+-----------------+------------ sysutils/shlock | 2.5.4 | 2.5.5 ------------------------------------------------+-----------------+------------ 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 Sun Jun 7 15:20:28 2015 Return-Path: Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C01A291 for ; Sun, 7 Jun 2015 15:20:28 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from ozzie.tundraware.com (ozzie.tundraware.com [75.145.138.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ozzie.tundraware.com", Issuer "ozzie.tundraware.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 14209125D for ; Sun, 7 Jun 2015 15:20:27 +0000 (UTC) (envelope-from tundra@tundraware.com) Received: from [192.168.0.2] (viper.tundraware.com [192.168.0.2]) (authenticated bits=0) by ozzie.tundraware.com (8.14.9/8.14.9) with ESMTP id t57FK9tb058783 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Sun, 7 Jun 2015 10:20:10 -0500 (CDT) (envelope-from tundra@tundraware.com) Message-ID: <55746129.2060406@tundraware.com> Date: Sun, 07 Jun 2015 10:20:09 -0500 From: Tim Daneliuk User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Roger Marquis CC: FreeBSD Ports Mailing List Subject: Re: Port Fetch Failing References: <556CEBE2.7030005@tundraware.com> <556CEEB8.2090406@delphij.net> <556CF2B1.30100@tundraware.com> <20150602000954.GF1733@over-yonder.net> <201506020139.t521dlZx018515@ozzie.tundraware.com> In-Reply-To: <201506020139.t521dlZx018515@ozzie.tundraware.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ozzie.tundraware.com [75.145.138.73]); Sun, 07 Jun 2015 10:20:10 -0500 (CDT) X-TundraWare-MailScanner-Information: Please contact the ISP for more information X-TundraWare-MailScanner-ID: t57FK9tb058783 X-TundraWare-MailScanner: Found to be clean X-TundraWare-MailScanner-From: tundra@tundraware.com X-Spam-Status: No X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 15:20:28 -0000 On 06/01/2015 08:25 PM, Roger Marquis wrote: > SSLCipherSuite HIGH:MEDIUM:!IDEA:!aNULL:!eNULL:!EXPORT:!DES:!3DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA > SSLProtocol all -SSLv2 -SSLv3 > SSLCompression off > SSLHonorCipherOrder on > This certainly works. > > If you're processing credit cards SSLProtocol will need to be expanded to > "-SSLv2 -SSLv3 -TLSv1" by 2016/07 (for PCI compliance) and if you have > good reason to be paranoid and all of your clients are up-to-date, add > "-TLSv1.1". And there's the rub. TLS1 is known to be weak, susceptible to Poodle (so is 1.1 as I understand it, and I'd love to turn it off. Unfortunately, that's exactly what the FreeBSD ports mechanism wants to use to get port sources as best as I can determine. Everytime I do -TLS1, port fetches start to break. It there a plan, I wonder to move to TLS 1.2 and be done with this? -- ---------------------------------------------------------------------------- Tim Daneliuk tundra@tundraware.com PGP Key: http://www.tundraware.com/PGP/ From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 16:59:38 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5FE74CE for ; Sun, 7 Jun 2015 16:59:38 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from oj.bangj.com (amt0.gin.ntt.net [129.250.11.170]) (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 AE05819E0 for ; Sun, 7 Jun 2015 16:59:38 +0000 (UTC) (envelope-from pusateri@bangj.com) Received: from [172.16.21.112] (cpe-98-122-46-16.sc.res.rr.com [98.122.46.16]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by oj.bangj.com (Postfix) with ESMTPSA id 3905011A85; Sun, 7 Jun 2015 12:55:16 -0400 (EDT) Subject: Re: Question and requirement Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: multipart/signed; boundary="Apple-Mail=_EB914192-6CC2-4A94-BA8A-37FAC3F2BD29"; protocol="application/pgp-signature"; micalg=pgp-sha256 X-Pgp-Agent: GPGMail 2.5b6 From: Tom Pusateri In-Reply-To: Date: Sun, 7 Jun 2015 12:59:31 -0400 Cc: ports@freebsd.org Message-Id: <13E9820C-7D4A-4BFD-B33C-83B9E0481E7E@bangj.com> References: To: Alberto Mijares X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 16:59:38 -0000 --Apple-Mail=_EB914192-6CC2-4A94-BA8A-37FAC3F2BD29 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 > On Jun 6, 2015, at 11:26 PM, Alberto Mijares = wrote: >=20 > 3) When installing lua5.2, the pkg-config files refer to it as > "lua-5.2" instead of "lua5.2". Is there any specific reason for that? > configure script looks for lua5.2 and it fails. I thing everything > around is going to look for that name. Unless there's any reason to > keep it as it is, can you help me to change the name in *.pc files? >=20 > Alberto Mijares I used the configure m4 macros for Lua linked below and it is able to = find all variations of lua. http://www.gnu.org/software/autoconf-archive/ax_lua.html I put the ax_lua.m4 file in my m4 directory and then added the following = lines to my configure.ac AC_CONFIG_MACRO_DIR([m4]) LUA_INCLUDE=3D"" LUA_LIBS=3D"" AX_PROG_LUA([],[], [AX_LUA_HEADERS AX_LUA_LIBS if test x"$LUA_LIB" =3D x; then AC_MSG_ERROR([Lua library not found.]) fi],[AC_MSG_WARN([Lua interpreter not found.])]) CPPFLAGS=3D"$CPPFLAGS $LUA_INCLUDE" LIBS=3D"$LIBS $LUA_LIB=E2=80=9D Hope this helps, Tom --Apple-Mail=_EB914192-6CC2-4A94-BA8A-37FAC3F2BD29 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBCAAGBQJVdHhzAAoJEPk0GMVmUuYMPFgH+wQJky/XFvY9D2tkwP/2GYzG zL7SxIkm9Ue11CENmRNkG6ElF7E4vs9rn1l1AWqNc35Nm2cGZzUzsF55PJWSQ4Rf r2erO1c8JCKjtJHBzKALGFJvjC6a628tTm0jA2HZxEuKh0dIqTZHCKZftqKiZ08V GOjLLioVJk7+LS/j3jsuK6IGYPIQripjBf4aTBQhIMfrP/aCNK6xlAZEHgMRZjEw X/uYNFwCYQ2FeNmeGPBKS3+3KcYFftKYfSRWZGMqXskcEoIjW2UnaokRdHvHZ2a6 ptrCbRN/tB70ell7o1pBM4DGIX1aHwEJw4nCJU17UkIcFh49ZbFAnCfyuQs1aDA= =Pe4h -----END PGP SIGNATURE----- --Apple-Mail=_EB914192-6CC2-4A94-BA8A-37FAC3F2BD29-- From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 17:23:17 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F724D8E for ; Sun, 7 Jun 2015 17:23:17 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: from mail-oi0-x235.google.com (mail-oi0-x235.google.com [IPv6:2607:f8b0:4003:c06::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 163FD1089 for ; Sun, 7 Jun 2015 17:23:17 +0000 (UTC) (envelope-from amijaresp@gmail.com) Received: by oihb142 with SMTP id b142so80376977oih.3 for ; Sun, 07 Jun 2015 10:23:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=UpHIj8Sc/eK5mKMu2uujSkXX7ktJc6qAMjx5NMSESO8=; b=M9nu4sF8XJKve7sT7GgDyDdLeJaDZ+WVWMS9sEgY/Ggs+xEU1gTisHH1ISmfLQXc19 OulIMwtIboVX85RNa/IF8OG9+kc4qWRJlmOvt0Yg7En5Y21Nwobj6LfOhqAX8z5+KMGi /LLlZnpGaM+aXv2jcGmT7dG7j9X11hTE2P7Zn4AFxT9OipqmMbGIFBHFErCyXvLFLDCE DVBOIsyJPfCOdDA+Hs1PjtKzbhlEFG05kuegZCGGldwr+zN4yfvuufswDRQV0RTC4R6Q v1U2092onVNUE9KunAtE5w8AdKXsu/7TrXouO3KwoSNpPzhTIDwUn7qfL+7INaGAkkn4 IklQ== MIME-Version: 1.0 X-Received: by 10.60.59.68 with SMTP id x4mr11099276oeq.40.1433697796275; Sun, 07 Jun 2015 10:23:16 -0700 (PDT) Received: by 10.60.162.36 with HTTP; Sun, 7 Jun 2015 10:23:16 -0700 (PDT) In-Reply-To: <13E9820C-7D4A-4BFD-B33C-83B9E0481E7E@bangj.com> References: <13E9820C-7D4A-4BFD-B33C-83B9E0481E7E@bangj.com> Date: Sun, 7 Jun 2015 12:53:16 -0430 Message-ID: Subject: Re: Question and requirement From: Alberto Mijares To: Tom Pusateri Cc: ports@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 17:23:17 -0000 On Sun, Jun 7, 2015 at 12:29 PM, Tom Pusateri wrote: > > > I used the configure m4 macros for Lua linked below and it is able to fin= d all variations of lua. > > http://www.gnu.org/software/autoconf-archive/ax_lua.html > > I put the ax_lua.m4 file in my m4 directory and then added the following = lines to my configure.ac > > AC_CONFIG_MACRO_DIR([m4]) > > > LUA_INCLUDE=3D"" > LUA_LIBS=3D"" > AX_PROG_LUA([],[], > [AX_LUA_HEADERS > AX_LUA_LIBS > if test x"$LUA_LIB" =3D x; then > AC_MSG_ERROR([Lua library not found.]) > fi],[AC_MSG_WARN([Lua interpreter not found.])]) > > CPPFLAGS=3D"$CPPFLAGS $LUA_INCLUDE" > LIBS=3D"$LIBS $LUA_LIB=E2=80=9D > > Hope this helps, > Tom > Thank you. I alredy made the suggestion to the developers. I hope they take it. Otherwise, I'll write a patch for configure script to be included in the port. Regards, Alberto Mijares From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 21:41:33 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7075DABA for ; Sun, 7 Jun 2015 21:41:33 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-ig0-f175.google.com (mail-ig0-f175.google.com [209.85.213.175]) (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 415911E3A for ; Sun, 7 Jun 2015 21:41:32 +0000 (UTC) (envelope-from timur@bat.ru) Received: by igbsb11 with SMTP id sb11so45481335igb.0 for ; Sun, 07 Jun 2015 14:41:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=kxPKaUkfr9FepqTuidgbGOsx49I486sW4XN20OXfdNE=; b=k6peZSfQq/fHGk5Dd99eV3+MNJfAzJ3eBx1/hz/rST0BV9F7o+yH6T0saFqq2vKgIX TjV5Rj6CZZrA9S9OZTV0JlTxcz8+UXqROfPgB0FwSq+Xq/b/+HhASB2sWcjXYL1B8Yeh bS4+I+mTVNPoo33wgxtJnqpDIsL6mv0dCmWDEzncP38wxqpxXz4w9iyk4KOhODMQY+vl f+xOe9mSRXtvKbAhN8oLHBy4hY3Lqry61OTLpCCHg/GJ6/hPWUWuEtrIhLiQL+Mcef69 fuqqEiU+LJLkDeGOtoB+VeIne/Htm1bGmpBmoakN5eTh1iTxU36hCb4tq6A4KSFknLGp ZvRQ== X-Gm-Message-State: ALoCoQn52ZXnpuL9ZOVcsXBM7CQo0APL/1/mzbvMyHDXX1nVxhaKt32PhiwnLsGePSycmtFedUTe X-Received: by 10.107.12.27 with SMTP id w27mr17029818ioi.10.1433713286697; Sun, 07 Jun 2015 14:41:26 -0700 (PDT) MIME-Version: 1.0 Sender: timur@bat.ru Received: by 10.107.170.17 with HTTP; Sun, 7 Jun 2015 14:41:06 -0700 (PDT) In-Reply-To: References: From: "Timur I. Bakeyev" Date: Sun, 7 Jun 2015 23:41:06 +0200 X-Google-Sender-Auth: kDxOuZGFVRH2sk-YN7iTDiLSQF4 Message-ID: Subject: Re: net/samba41 4.1.18 fails to build with MAKE_JOBS To: Ben Woods Cc: FreeBSD ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 21:41:33 -0000 I didn't experience anything like this on my test build but I can point to the few places, that make 4.1.18 port different from 4.1.17. I've, possibly wrongly, added 'fakeroot' facility to the USES line. For me it worked fine, but I've tested in the live environment and it may behave strangly in poudre. In general, the need for 'fakeroot' is questionable, so if you can remove it and verify port build in poudre it would be nice. Next suspect would be python, as WAF is depend on it if there been any changes to it, especially in multithreaded part that could affect build as well. Also, MAKE_ARGS/_MAKE_JOBS possibly different from the previous version due recent addition WAF as a supported build system, but I don't think that should have any impact. I'd say that 'fakeroot' is the most suspicios addition to the port build proccess. I didn't add it tho the samba4 port and, seems you don't have problems with it? With best regards, Timur Bakeyev. On Wed, Jun 3, 2015 at 5:54 PM, Ben Woods wrote: > Since net/samba41 was updated to 4.1.18, it has been failing to build > in poudriere with MAKE_JOBS (when /usr/local/etc/poudriere.conf has > ALLOW_MAKE_JOBS_PACKAGES=samba*). > > The issue is a stage-runaway (====>> Killing runaway build after 7200 > seconds with no output). > > The failing poudriere logs for version 4.1.18 with MAKE_JOBS can be found > here: > > http://woodsb02.no-ip.org/poudriere/data/101amd64-default/2015-06-02_01h00m00s/logs/errors/samba41-4.1.18.log > > > However, if I do not allow MAKE_JOBS, then 4.1.18 builds fine: > > http://woodsb02.no-ip.org/poudriere/data/11amd64-default/2015-06-03_22h00m32s/logs/samba41-4.1.18.log > > > Version 4.1.17 used to build fine with MAKE_JOBS: > > http://woodsb02.no-ip.org/poudriere/data/101amd64-default/2015-05-20_01h00m00s/logs/samba41-4.1.17.log > > > Any ideas? If it makes any difference, poudriere will be using 8 > parallel jobs when MAKE_JOBS is allowed. > > Regards, > Ben > From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 22:00:14 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1450DFC8 for ; Sun, 7 Jun 2015 22:00:14 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 977C0111D for ; Sun, 7 Jun 2015 22:00:13 +0000 (UTC) (envelope-from patrickhess@gmx.net) Received: from desk8.phess.net ([95.88.11.237]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MZfZi-1Ylp5W3aSE-00LXKy for ; Mon, 08 Jun 2015 00:00:04 +0200 From: Patrick Hess To: freebsd-ports@freebsd.org Subject: Re: cups, and hplip too, fail to recognize printer when I try to print Date: Mon, 08 Jun 2015 00:00:03 +0200 Message-ID: <477957058.5k2z2xW8Mq@desk8.phess.net> User-Agent: KMail/4.14.2 (FreeBSD/10.1-RELEASE; KDE/4.14.2; i386; ; ) In-Reply-To: <367626.70666.bm@smtp111.sbc.mail.ne1.yahoo.com> References: <263570.73680.bm@smtp114.sbc.mail.ne1.yahoo.com> <367626.70666.bm@smtp111.sbc.mail.ne1.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:MWjYbZAU1NnTOBW4g2bjdOyu2M1rAI0DRdHkSArwmKaR+ajSHcP Sitv4L+XpkhdBbQBndRXfi4Odv7/9HNTkJxGUjrUsat8YToH5UpqlEKIy4F0knTq2sizMIl DynuCN3AMLHV2YRbUNmFCqHd+W/I1hTyiTpLcJpN98rG5r9GqYNPFlCaLpP4cK6ZmjnmNk6 pqgxzDpgASUuwejy0f4Eg== X-UI-Out-Filterresults: notjunk:1;V01:K0:4lvLRh4tj0I=:VTVzvFU4Rx+kcXPIDq1AUB KIk3f20ynsw8BLn3Q9XIZc6liidXby8KA1VAuAAU81AIVSUS+F6FO3+6a5/rZVk8T1j4B0EVU DSMYOSeK12xETPhT4QCtZJAkHYot7SQhFZlilvhUI3Ti0D0jFI0zpD/xqk0O0CA4+uoszGzVR xQ6u3g6GIGxBGBi7sQlV4rDG+pnSb+u63UG4LDTxwQPrTc/N3sey357T6IP8RNgefhNTw5TxM 6zYeNR9H/yI1s7BYBaARgqdvSQAbtxwSW8FuFXtCzxVqxPnorzChKLPaFxBYgV9AJoppcRyo5 39MaRupBLLgM9nt/6/nRb7WM4pHkxLgCqvhcVEkJ43Y6kT+OVvW9+x1Z5e+mc8M7fwn6v/j1Q 2abenVoILDRMPRSq4X1zu/y43tCP46ttjCw1iq28sb/DLYH7KWBR8Bi9i8JN43lPBkOCDvlEK iVrfvdhizjD3qek58gQSTjD406TQtLtLX+Q0lpwk4jRnYxvYgUhxagRIUzYzVnbOCaA0F2leL Ol0669tsoK+Pp34ajjQqdfNuvpzBtcg6VYZSdmg0sw5C4RjYDfEfblUyuUiypPsnSuIBbdwpP jAuO7LcSkjOe2SDg30i9naidWzH2r11hA9sk5FKM18j72EQp3UKejBNb6m5V95nAgvjJdtDH8 OmIFG4D/g20xkGa7cCa2XEV6qNIZLI8CSNf9WeuY/KvAuom7D+e+jPkmLoTOQ9Qwd+ws= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 22:00:14 -0000 Thomas Mueller wrote: > It would be helpful if a laser printer/all-in-one would support a > standard print file format/interface, like PDF, instead of having > their own proprietary PCL. > > Then such a printer might work in Linux and BSD even without a > specific driver. Or am I wrong? Just look for printers that support PostScript and you'll be fine. > So now I view hplip as a red flag and intend not to buy anything > further from HP, printer or otherwise. You may want to give Kyocera a try. They refer to their implementation of PostScript as "KPDL3", btw. Patrick From owner-freebsd-ports@FreeBSD.ORG Sun Jun 7 23:00:36 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 57831999; Sun, 7 Jun 2015 23:00:36 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 20FE11EA3; Sun, 7 Jun 2015 23:00:36 +0000 (UTC) (envelope-from woodsb02@gmail.com) Received: by iesa3 with SMTP id a3so87507282ies.2; Sun, 07 Jun 2015 16:00:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=j+YRupLikOeEXhg902wwq1/8I9NieGbEwUSaegLhBxA=; b=QP1zdiSbpr3Fi+5J39qvNZy6/q6VWw64eJ/IhbnYKENJbyhyl+hnvBy415QCUr4ZxR j9RjORIYnkoHGNT6p7UKPIV6fRXL8v0pcvUSjFJxeyqXEHnfCXJwZLFAvt0/w51tQ5CR r47RHSv9BuWbnLuCRg/9senxWWzf1PPfbU4FqdpPekTcLbt9X7ahV/KPx7QgVKkqlgPK /2XZKbCh0QmJduplxQePy0M6FRZ05ABHdmWXBa4cRNPbxrWSCu40/Z+PKL11MAIuKiPa NlhX5fS6Npb8WCWD2KMvKTolcPK/bJsYbfUgfZXIBFJGXDvQzxftplIqNz9utX/VvUEy p3xg== MIME-Version: 1.0 X-Received: by 10.107.155.74 with SMTP id d71mr16659844ioe.29.1433718035302; Sun, 07 Jun 2015 16:00:35 -0700 (PDT) Received: by 10.64.236.10 with HTTP; Sun, 7 Jun 2015 16:00:35 -0700 (PDT) In-Reply-To: References: Date: Mon, 8 Jun 2015 07:00:35 +0800 Message-ID: Subject: Re: net/samba41 4.1.18 fails to build with MAKE_JOBS From: Ben Woods To: "Timur I. Bakeyev" Cc: FreeBSD ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2015 23:00:36 -0000 On Monday, June 8, 2015, Timur I. Bakeyev wrote: > I didn't experience anything like this on my test build but I can point to > the few places, that make 4.1.18 port different from 4.1.17. > > I've, possibly wrongly, added 'fakeroot' facility to the USES line. For me > it worked fine, but I've tested in the live environment and it may behave > strangly in poudre. In general, the need for 'fakeroot' is questionable, so > if you can remove it and verify port build in poudre it would be nice. > Yep, fakeroot seems to be the problem. I did nothing but remove fakeroot from the USES= line and samba41 is back to building in 13 minutes. Poudriere logs here: http://woodsb02.no-ip.org/poudriere/data/11amd64-default/2015-06-08_06h40m18s/logs/samba41-4.1.18.log Regards, Ben -- -- From: Benjamin Woods woodsb02@gmail.com From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 05:41:39 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 223321FB; Mon, 8 Jun 2015 05:41:39 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (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 ECAE31D2F; Mon, 8 Jun 2015 05:41:38 +0000 (UTC) (envelope-from mgamsjager@gmail.com) Received: by padev16 with SMTP id ev16so31436199pad.0; Sun, 07 Jun 2015 22:41:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=wlHn+AlX2P/4tsLaMzQdV+gSKHs6vKRQ9qX7Ovmwy4c=; b=HIbHUHqBwDTpX8N0F2Xu7e5StfZgw2/DvPrxUREmwg9hKiXAV/HUUs7o0/89kg7MZV TO3LCZR4K+4viuWPjP608rqeLoyPtyoOPnFuJOu1nuzfyCrhH/UNxphV9LvkAU0PAXB1 8yT4EXpUVjrdSfnzOMl7ApreC1lgzrl81hPurt0Fk1boScIhTbVEz5QciIb63K5hDsPa 7fyZH4LP9yFu3MYvi6mmgSCaNEa+lNQTXps2Bh48w63iORKEjYJMwtNj8QhOPbUbyExO Jw9wAqEBXOyo4gQUwQXu7UyWfz8NXr7GMUGzb7yzFhZItVjv0ESA4QfgZA7Ed/HgOzYx 5JXQ== X-Received: by 10.68.130.98 with SMTP id od2mr26549817pbb.73.1433742098457; Sun, 07 Jun 2015 22:41:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.67.22.41 with HTTP; Sun, 7 Jun 2015 22:41:08 -0700 (PDT) In-Reply-To: <556E0A7A.5010704@ignoranthack.me> References: <556E0A7A.5010704@ignoranthack.me> From: Matthias Gamsjager Date: Mon, 8 Jun 2015 07:41:08 +0200 Message-ID: Subject: Re: NodeJS on ARM To: sbruno@freebsd.org Cc: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 05:41:39 -0000 I know. I was wondering if compiling world with hardfloat would make any differance. Node works on Linux armv6hf so I hope they don't use some Linux specific hacks to get it to work On Tue, Jun 2, 2015 at 9:56 PM, Sean Bruno wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > On 06/01/15 23:14, Matthias Gamsjager wrote: >> Hi, >> >> I was wondering what are the missing bits and pieces to get nodejs >> running on ARM? Still get the error from ports on a RPI2 running >> CURRENT. >> >> - Matthias _______________________________________________ >> freebsd-ports@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-ports To >> unsubscribe, send any mail to >> "freebsd-ports-unsubscribe@freebsd.org" >> >> > > > Right now, www/node is marked as i386/amd64 only in ports. So, > someone would need to test and implement whatever changes are required > to get a functional version on this architecture. > > sean > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQF8BAEBCgBmBQJVbgp6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w > ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRCQUFENDYzMkU3MTIxREU4RDIwOTk3REQx > MjAxRUZDQTFFNzI3RTY0AAoJEBIB78oecn5kclgIAIs59eEHB3gbsEycTedne6OU > IqpmlnCB0Gbduj5oHxjDGFdpUnVKH6zF8HXRzb+cTzyhEt1NINqlKHvQtHhsbKUE > q+XUCtLWwu9tdWwiAipsLmhtwvbgsw++DqrPtzBwRYb7iDL0WLOFkBbuBml/fyfO > tI7mejPoITAfa4Q829yCHiE8NNylsOpy72l/mDkp/98aVrFhBCAS1v+uZu6B4aI8 > YY/Xl0ujsfojdaYproQiJ+6v0wzhAtLvfQbxtCxUES25dtO6ysIOaiGiW70BBZeX > GkNGEvf+CbgBSIWTcoQBJeOf0UUAMvdbUMd8V7SaRcv9QN0vODYIeacnhOjMkUs= > =bc8b > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 10:04:40 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17C5D388 for ; Mon, 8 Jun 2015 10:04:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 05D5B1B68 for ; Mon, 8 Jun 2015 10:04:40 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t58A4dur042044 for ; Mon, 8 Jun 2015 10:04:39 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t58A4dDs042043; Mon, 8 Jun 2015 10:04:39 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201506081004.t58A4dDs042043@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Mon, 8 Jun 2015 10:04:39 +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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 10:04:40 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ databases/liquibase | 3.3.2 | 3.3.5 ------------------------------------------------+-----------------+------------ textproc/apache-solr | 4.10.4 | 5.2.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 Mon Jun 8 16:24:30 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC82BAE4; Mon, 8 Jun 2015 16:24:30 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: from mail-wg0-x22d.google.com (mail-wg0-x22d.google.com [IPv6:2a00:1450:400c:c00::22d]) (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 8E0861B99; Mon, 8 Jun 2015 16:24:30 +0000 (UTC) (envelope-from duchateau.olivier@gmail.com) Received: by wgme6 with SMTP id e6so107572376wgm.2; Mon, 08 Jun 2015 09:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=21cRF2A4SxZrKybLOiN36UjjB9uAZHEVy0AATvIs9+8=; b=bUFPBxjLhTWfkUlBXaXF3dY4yX2FKaEqKsr1J8YiLV1W45336qq+M6L1FFtcY1fBKW GHW6DCsypXQL/9AYpxSKTHj4yt9HYg72B7UNVE/tKKNzSRxBxjJaipqOUYRvs6Dk5wid 4fbBXrr/Z1vjPHjOIWpIJ99cYP4X5V6aohGgxw1sIRNxHXUFJSvTuXmD8MesM/c1l8Uj jZ6AyEAKg0idH8LVasvHXIZBNnxsVERcR66m0eEIUMC1IkwpRPHO5FCfvnbXjKXrzdqa gm6ozgwaxsARWrKhwL0CforlRlc1isCBFYLgfLn7W3OK2gZZSbGlxmd3rUK1htQ7ITGi hntg== X-Received: by 10.180.88.169 with SMTP id bh9mr24306182wib.6.1433780668894; Mon, 08 Jun 2015 09:24:28 -0700 (PDT) Received: from tuborg (AMarseille-655-1-672-166.w2-4.abo.wanadoo.fr. [2.4.241.166]) by mx.google.com with ESMTPSA id u7sm1833565wif.3.2015.06.08.09.24.27 (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 08 Jun 2015 09:24:27 -0700 (PDT) Sender: Olivier Duchateau Date: Mon, 8 Jun 2015 18:24:42 +0000 From: Olivier Duchateau To: xfce@freebsd.org Cc: ports@freebsd.org Subject: [CFT] sysutils/xfce4-power-manager 1.5.1 Message-Id: <20150608182442.16a55742ff12f6d5a3d286eb@freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.25; i386-portbld-freebsd9.3) 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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 16:24:31 -0000 Hi, In Xfce repository, there's an update of sysutils/xfce4-power-manager (1.5.1). Some users encounter this bug [1]. I can't reproduce it. So I search someone which can test the patch (before upgrade read carefully comment #5), and affected by this behaviour. Regards, [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199166 -- Olivier Duchateau From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 16:41:31 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94366EB3; Mon, 8 Jun 2015 16:41:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7B98F1048; Mon, 8 Jun 2015 16:41:31 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.9/8.14.9) with ESMTP id t58GfVdK098425; Mon, 8 Jun 2015 16:41:31 GMT (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 2538599C2; Mon, 8 Jun 2015 16:41:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id qeLOsb8T8OmZ; Mon, 8 Jun 2015 16:41:29 +0000 (UTC) Message-ID: <5575C5B7.9030101@FreeBSD.org> DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 9379F99BF Date: Mon, 08 Jun 2015 11:41:27 -0500 From: Bryan Drewery Reply-To: portmgr-feedback@FreeBSD.org Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: ports@FreeBSD.org Subject: mips pkg-fallout mails OpenPGP: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iifD4bwatU9pohxiKURPIe6IoEoeie0H8" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 16:41:31 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iifD4bwatU9pohxiKURPIe6IoEoeie0H8 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, We have begun building of mips and arm packages for pkg.FreeBSD.org. This resulted in some failure mails being sent to maintainers. This was not the intention at this time. I have disabled further mails to maintainers for emulated builds. They will still go to pkg-fallout though= =2E Regards, Bryan Drewery on behalf of portmgr@ --iifD4bwatU9pohxiKURPIe6IoEoeie0H8 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJVdcW3AAoJEDXXcbtuRpfPShYIAIh1EIwJ6zsJP5wrlLovkjUI WLlF2NrQPhQICMHP624Hoalalg8/g+nGr79hHEHb49NJtWmaqTSX1xeNISaReTjZ OM5J7kP9YB063lqRkZUBLRcq/YcipzftVnegCmGK5AMJhYXH8v2nAfjU38oZoTLr bjVYfCER/QJ7msPdKTE/3xM2kv2FiIwfJ3aKAYcFFx/QAHJpLDIkIc/FcCYnLEYr +h7pS+2nYYqW94ayNaDRXx/KZK4MmKJjNKwykQTRCAP+IBppuadcy7eYrS9PU0bX 47YGAr0XsedpeakgDJS+CzByYmPgS3PiNpudwQg3rabYaiwR6A70nobsyVdWUcI= =laKw -----END PGP SIGNATURE----- --iifD4bwatU9pohxiKURPIe6IoEoeie0H8-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 19:05:42 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30C3BAC0 for ; Mon, 8 Jun 2015 19:05:42 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D7FAD1585 for ; Mon, 8 Jun 2015 19:05:41 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=tO/T7ixWDJfgt1GAFeqtLshGbJbc/HeJmZH8yW79fio=; b=D4BJYY2pQurkaoQTAAfFc06Xkju25FvsK5+iJ6P3IZ1k3pXAczLh9QrOhFCcrCeX1+qamEIH017QUaon/97NHc90CxIEQdZ7TwbaZQ/9aBNC2XLFI4PgtKcWOTyI2teQc54yQEm70tf+tdGIi0d2X+aR/rvY7lndL8eTv3k8UUQ=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:23984 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z22Me-000KbZ-Kb for freebsd-ports@freebsd.org; Mon, 08 Jun 2015 14:05:40 -0500 Received: from proxy.lucent.com ([135.245.49.12]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 08 Jun 2015 14:05:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 08 Jun 2015 14:05:40 -0500 From: Larry Rosenman To: Freebsd ports Subject: BZ 200696 Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.1 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 19:05:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200696 Can I get someone to commit this pkg-fallout fix? It's a simple one..... -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 19:59:26 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13B04FD8 for ; Mon, 8 Jun 2015 19:59:26 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E080211E9 for ; Mon, 8 Jun 2015 19:59:25 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=HTS+AFiG1QNrTIJJUQEux6rvQR8M5RHpB6Vz358DwL0=; b=mmnyWnXHd2I8XWIO7cBKzJNMSKnQ5nChSgqsPiUannXAM0Td4bIELYKzNcC4Gvd961pdlWH5W8Szwap6jBUi3XsfqLQrq97bVDFb8qfdgl2RFihLsLA5zWKFVlnhNsLOHqlKKHHvyQRssKClWvZAzOLbHOj9JDoo6/9Wewa7dxQ=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:15584 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z23Ce-000LMI-Va for freebsd-ports@freebsd.org; Mon, 08 Jun 2015 14:59:25 -0500 Received: from proxy.lucent.com ([135.245.49.12]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Mon, 08 Jun 2015 14:59:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 08 Jun 2015 14:59:24 -0500 From: Larry Rosenman To: Freebsd ports Subject: Question: License Message-ID: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.1 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 19:59:26 -0000 Portlint suggested I set LICENSE for sysutils/lsof. What is the appropriate value for the following: License ======= Lsof has no license. Its use and distribution are subject to these terms and conditions, found in each lsof source file. (The copyright year in or format of the notice may vary slightly.) /* * Copyright 2002 Purdue Research Foundation, West Lafayette, * Indiana 47907. All rights reserved. * * Written by Victor A. Abell * * This software is not subject to any license of the American * Telephone and Telegraph Company or the Regents of the * University of California. * * Permission is granted to anyone to use this software for * any purpose on any computer system, and to alter it and * redistribute it freely, subject to the following * restrictions: * * 1. Neither the authors nor Purdue University are responsible * for any consequences of the use of this software. * * 2. The origin of this software must not be misrepresented, * either by explicit claim or by omission. Credit to the * authors and Purdue University must appear in documentation * and sources. * * 3. Altered versions must be plainly marked as such, and must * not be misrepresented as being the original software. * * 4. This notice may not be removed or altered. */ Thanks! -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 20:07:11 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F47348A for ; Mon, 8 Jun 2015 20:07:11 +0000 (UTC) (envelope-from 5u623l20@gmail.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::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 ECD8314B8 for ; Mon, 8 Jun 2015 20:07:10 +0000 (UTC) (envelope-from 5u623l20@gmail.com) Received: by igbzc4 with SMTP id zc4so70627828igb.0 for ; Mon, 08 Jun 2015 13:07:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=bpGchUDJvpUPd6TrZoXcc1VMH122CZ/sqJTHR0u1cNA=; b=wm8VqUMXmcgcaDs8hjI0g/n0D5oBTmvzhEwA2xuIT1iYfbqhon89V6ELQ2EfPidVzR GGawf2XrV6nVV3YZdaQQiIcJixN/ncGSfKUyq7pDKADwa17LhyTFraeYO0n51Znd/rAc VHtrifJcLu8GdQtmcdGMsgV9l65YS6UnEWLQwwNsn94+tZsoSP358GTktkzke5sN5bPL 7kTaIACPLWVsgk4VwAJ3g6HgFo+PYahIyxamu+9748NW7abB+zLYhstI/rPetIuJ12Aa JVL4LyKN5HF20/Dpt9N/1wHtPVhmEhFp7TnShrsW28RPmlpeE6ENdjyMaX601JfMEB1e O2qg== MIME-Version: 1.0 X-Received: by 10.107.25.199 with SMTP id 190mr22732053ioz.11.1433794028164; Mon, 08 Jun 2015 13:07:08 -0700 (PDT) Received: by 10.64.20.109 with HTTP; Mon, 8 Jun 2015 13:07:08 -0700 (PDT) In-Reply-To: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> References: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> Date: Tue, 9 Jun 2015 02:07:08 +0600 Message-ID: Subject: Re: Question: License From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: Larry Rosenman Cc: Freebsd ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 20:07:11 -0000 >From bsd.licenses.mk : # Case 2: license only known by the port (aka "unknown"). # # In this case LICENSE_{PERMS,NAME} are mandatory, in addition to # either LICENSE_FILE or LICENSE_TEXT. Optional variable is # LICENSE_GROUPS. # # Available components for LICENSE_PERMS: # dist-mirror - Redistribution of distfile is permitted # (like FTP mirroring; port is not RESTRICTED). # dist-sell - Selling of distfile, e.g. on CD-ROM is permitted # (port does not need to set NO_CDROM). # pkg-mirror - Free redistribution of package is permitted # (like FTP upload; port does not set NO_PACKAGE). # pkg-sell - Selling of package is permitted, e.g. on CD-ROM. # auto-accept - License is accepted by default, without presented # agreement, unless the user defines LICENSES_ASK. I am not sure about LICENSE or LICENSE_NAME. But others should be like the following : LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_TEXT= LSOF has no license .. \ or altered. (Full text according to your mail or the license description) BR, @bofh On Tue, Jun 9, 2015 at 1:59 AM, Larry Rosenman wrote: > Portlint suggested I set LICENSE for sysutils/lsof. What is the > appropriate value for the following: > > License > ======= > > Lsof has no license. Its use and distribution are subject to these > terms and conditions, found in each lsof source file. (The copyright > year in or format of the notice may vary slightly.) > > /* > * Copyright 2002 Purdue Research Foundation, West Lafayette, > * Indiana 47907. All rights reserved. > * > * Written by Victor A. Abell > * > * This software is not subject to any license of the American > * Telephone and Telegraph Company or the Regents of the > * University of California. > * > * Permission is granted to anyone to use this software for > * any purpose on any computer system, and to alter it and > * redistribute it freely, subject to the following > * restrictions: > * > * 1. Neither the authors nor Purdue University are responsible > * for any consequences of the use of this software. > * > * 2. The origin of this software must not be misrepresented, > * either by explicit claim or by omission. Credit to the > * authors and Purdue University must appear in documentation > * and sources. > * > * 3. Altered versions must be plainly marked as such, and must > * not be misrepresented as being the original software. > * > * 4. This notice may not be removed or altered. > */ > > Thanks! > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 E-Mail: ler@lerctr.org > US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 20:12:11 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B42372D for ; Mon, 8 Jun 2015 20:12:11 +0000 (UTC) (envelope-from fonz@skysmurf.nl) Received: from biertje.skysmurf.nl (unknown [IPv6:2001:984:78b5:1:21b:78ff:fea8:3f22]) (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 19BC516F7 for ; Mon, 8 Jun 2015 20:12:10 +0000 (UTC) (envelope-from fonz@skysmurf.nl) Received: from biertje.skysmurf.nl (localhost [127.0.0.1]) by biertje.skysmurf.nl (8.14.9/8.14.9) with ESMTP id t58KC70U018954; Mon, 8 Jun 2015 22:12:07 +0200 (CEST) (envelope-from fonz@biertje.skysmurf.nl) Received: (from fonz@localhost) by biertje.skysmurf.nl (8.14.9/8.14.9/Submit) id t58KC7P7018953; Mon, 8 Jun 2015 22:12:07 +0200 (CEST) (envelope-from fonz) Date: Mon, 8 Jun 2015 22:12:05 +0200 From: "A.J. \"Fonz\" van Werven" To: Larry Rosenman Cc: Freebsd ports Subject: Re: Question: License Message-ID: <20150608201205.GA18931@biertje.skysmurf.nl> References: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="KsGdsel6WgEHnImy" Content-Disposition: inline In-Reply-To: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 20:12:11 -0000 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Larry Rosenman wrote: > Portlint suggested I set LICENSE for sysutils/lsof. What is the > appropriate value for the following: >=20 > License > =3D=3D=3D=3D=3D=3D=3D >=20 > Lsof has no license. Its use and distribution are subject to these > terms and conditions, found in each lsof source file. (The copyright > year in or format of the notice may vary slightly.) You'll probably want to manually specify a license. Details can be found in /usr/ports/Mk/bsd.licenses.mk (case 2 seems applicable). HTH, AvW --=20 I'm not completely useless, I can be used as a bad example. --KsGdsel6WgEHnImy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJVdfcVAAoJEAfP7gJTaCe8g1wP/0QDOQKnQP8TaNkFFaZRntQ8 33M5AgNkmovAKlMmMrwpmgJd6vbXQJL6ZxJl7XAuNMY10e93zi1L8vCDLMTLnzec 9W6q06cehxa4WTMXjkAzPb17bp+TS00JfgknZM7CWJ8msr/SKUSpVb126ydxvRZ4 xkC9BDUTcqYuTMtKjNP5wNpVb4KqUW1pCiJyUXrNLnfXh0tZQd2YSdpw730EN5SJ AD2yD5l9EgsC3aqg4lC5O2+SiD0QqR19+zOvB4gV8k4fGg+DL3Rqqu60IwdEBdmT q1G/38EpiDGJdt6fP7T9K81hfg7eKMzq3DTUE7ouyhVII21WLmYnNaWZr3cuOz9G aIphU4yKVIqp4Tnae8WQE/UE2lkLBFvDqVS3e0c2x6MGmky2kh30A0HbYF1t+PEP MT3M/dl0OQgRW0RjPK1e5SXMi3dlnF56kyYkKAzlyTGjQKsW5VSG8sAqEx0O/G+h 3cisNAG2wa4JzKglM5LQ6ickc7loY7hL8S1JsS3Q6bTsp+3v76sGCvtJ3I1+GUJK TOdpqJnwtGUcz/JnumIQRpG27rc+L2joeSvFvMlMN099ctWUAO8eHMUUMVyk96bS CnHYbGIg+03fNXEgPkeRAcobLryn/nsJI45R3zuR8M3YkM762xSjoFJZMGp7nTYh TegB5TCeOkYAA2/ctfph =lcX3 -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 21:00:01 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 522B872E; Mon, 8 Jun 2015 21:00:01 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E03810FD; Mon, 8 Jun 2015 21:00:01 +0000 (UTC) (envelope-from marquis@roble.com) Received: from secure.postconf.com (mx5.roble.com [206.40.34.5]) by mx5.roble.com (Postfix) with ESMTP id 0A0DB67882; Mon, 8 Jun 2015 13:55:45 -0700 (PDT) In-Reply-To: References: <20150523153029.B7BD3280@hub.freebsd.org> <1432659389.3130746.278522905.6D1E6549@webmail.messagingengine.com> <20150527174037.EF719B11@hub.freebsd.org> <556746A4.4090208@FreeBSD.org> Date: Mon, 8 Jun 2015 13:55:45 -0700 Subject: Re: New pkg audit / vuln.xml failures (php55, unzoo) From: "Roger Marquis" To: freebsd-security@freebsd.org Cc: freebsd-ports@freebsd.org, des@freebsd.org Reply-To: marquis@roble.com MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 21:00:01 -0000 > On Fri, May 29, 2015 at 5:15 PM, Robert Simmons wrote: > Crickets..... > > May I ask again: > > How do we find out who the members of the Ports Secteam are? > > How do we join the team? Anyone? >> On Thu, May 28, 2015 at 12:47 PM, Bryan Drewery >> wrote: >>> I think the VUXML database needs to be simpler to contribute to. Only a >>> handful of committers feel comfortable touching the file. We have also >>> had the wrong pervasive mentality by committers and users that the vuxml >>> database should only have an entry if there is a committed fix. This is >>> totally wrong. These CVE are _already public_ in all of these cases. >>> Users deserve to know that there is a known issue with a package they >>> have installed. I can understand how the mentality grew to what it is >>> with some people, but the fact that there is not an update doesn't >>> change that the user's system is insecure and needs to be dealt with. If >>> the tool can't reliably report issues then it is not worth trusting. >>> TL;DR; the file needs to be simpler. I know there is an effort to use >>> CPE but I'm not too familiar with where it is going. >>> >>> As for maintainers tracking upstream mailing lists, this is hard. I'm >>> subscribed to a lot of lists and can't keep up with all of the traffic. >>> >>> The RedHat security team and reporting is very impressive. Don't forget >>> that they are a funded company though. Perhaps the FreeBSD Foundation >>> needs to fund a fulltime security officer that is devoted to both Ports >>> and Src. Just the Ports piece is easily a fulltime job. >> >> It seems from this thread that we have a group of people who are >> passionate enough about fixing this problem. >> >> How do we find out who the members of the Ports Secteam are? Once we >> know that, I'd say that at least some of the people on this thread are >> willing to join the Ports Secteam (myself included). How do we join >> the team? >> >> Once the team has new and energized members, I would envision the team >> then working through the problems that have been outlined in this >> thread and putting together a plan for fixing them. From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 22:21:23 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 35B1AD9B for ; Mon, 8 Jun 2015 22:21:23 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: from mail-qc0-x230.google.com (mail-qc0-x230.google.com [IPv6:2607:f8b0:400d:c01::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E1170162B for ; Mon, 8 Jun 2015 22:21:22 +0000 (UTC) (envelope-from lenzi.sergio@gmail.com) Received: by qcxw10 with SMTP id w10so304777qcx.3 for ; Mon, 08 Jun 2015 15:21:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:from:to:in-reply-to:references:disposition-notification-to :content-type:date:message-id:mime-version; bh=hhY2TYVls9NMfMcMGc11eLdz4bqkblYykbMEhDLYx3A=; b=DX/P22RKqYPe7KudHPiMMwNfpNr3CR/YAimJ2NTcTI883lNDYstRmXFKnyBWvkN4E9 oz67n47PDvEvgO1NqmJcBeCkcdFKNZXVVVSee3lNvyD4NfxN075OW10V2eFCVGBeM+++ 86SHDP/vGuy65EI4nG6hzGwztvxGrzrHm1evHEcA0J9V2YFCJFWso0l+E5UZsTG3oBlJ P6jmVak0bALr3zH6v3OgFMb43nkipAE/9rkd1afmRl8QpdT6JLu6miE5x2U3U0KTU+oh GkLzZjJQB4/PwQrf9I/XYVN3Bm79nIcTLFHM6Pp5LQOMc0qPvL/jqxjAUA5EIu7HbkMq LPVw== X-Received: by 10.140.85.137 with SMTP id n9mr21734465qgd.67.1433802082063; Mon, 08 Jun 2015 15:21:22 -0700 (PDT) Received: from [192.168.6.123] ([179.184.51.72]) by mx.google.com with ESMTPSA id 67sm1830733qkx.38.2015.06.08.15.21.20 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 08 Jun 2015 15:21:21 -0700 (PDT) Subject: Re: cups, and hplip too, fail to recognize printer when I try to print From: sergio de Almeida Lenzi To: freebsd-ports@freebsd.org In-Reply-To: <477957058.5k2z2xW8Mq@desk8.phess.net> References: <263570.73680.bm@smtp114.sbc.mail.ne1.yahoo.com> <367626.70666.bm@smtp111.sbc.mail.ne1.yahoo.com> <477957058.5k2z2xW8Mq@desk8.phess.net> Date: Mon, 08 Jun 2015 19:21:18 -0300 Message-ID: <1433802078.23567.7.camel@lenzinote.lenzicasa> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 22:21:23 -0000 I am very satisfyed with an EPSON L355 it prints fast, and at very cheap $/page... about US$40 for 5000 pages color in CYMK... I use a driver ESC/P-R in FreeBSD10 the printer shows as /dev/ulpt0 I defined it in cups, using the driver PPD. I compiled the driver from the epson website and woks at once... I built a "port" if someone is interested in I have binaries for 32 and 64 bits From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 22:27:13 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BB2DF1C for ; Mon, 8 Jun 2015 22:27:13 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ig0-x22a.google.com (mail-ig0-x22a.google.com [IPv6:2607:f8b0:4001: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 32D651774 for ; Mon, 8 Jun 2015 22:27:13 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by igbpi8 with SMTP id pi8so73052934igb.1 for ; Mon, 08 Jun 2015 15:27:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=4bGLcI3OT+F2byFI6CK4Sjp9wBoAW0CrRZ7nGoCmg4U=; b=Ps1IcZ5D7id6DnYuxJMVawWnWYxpovrsFTPY1Nsqcghpvh3/PHYT24SCwHPj7kQ4Ek n5lvxzo/ZaG1bolvURsN1okM1eOz9zyZ3eiuzw9/IL5fpnH2N0rKdm/CL1wU/MlbumJJ JdhICuMqvCbFwybZH6JT7qjM5P2vETsk8r7nNeJoZ+sDjXVKPAWey5nydn/lVrk0J6J/ ElmoqmHSyK6sK2rEtv4EQEltmFWvshsDhwvA6ltL0fYy86CR9bAr5HRnTL7ngQOCXk4K dPNXLYBzFW/NXAvInyE7fbWHZu9sIGYe9tilE8YgucgoyPrJsoZBAPyd/NDRZDTGuS66 1u9A== MIME-Version: 1.0 X-Received: by 10.50.136.134 with SMTP id qa6mr16310788igb.26.1433802432570; Mon, 08 Jun 2015 15:27:12 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Mon, 8 Jun 2015 15:27:12 -0700 (PDT) In-Reply-To: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> References: <193ca68a6320b9e31b4bb6f83f01471f@thebighonker.lerctr.org> Date: Mon, 8 Jun 2015 15:27:12 -0700 Message-ID: Subject: Re: Question: License From: Mehmet Erol Sanliturk To: Larry Rosenman Cc: Freebsd ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 22:27:13 -0000 On Mon, Jun 8, 2015 at 12:59 PM, Larry Rosenman wrote: > Portlint suggested I set LICENSE for sysutils/lsof. What is the > appropriate value for the following: > > License > ======= > > Lsof has no license. Its use and distribution are subject to these > terms and conditions, found in each lsof source file. (The copyright > year in or format of the notice may vary slightly.) > > /* > * Copyright 2002 Purdue Research Foundation, West Lafayette, > * Indiana 47907. All rights reserved. > * > * Written by Victor A. Abell > * > * This software is not subject to any license of the American > * Telephone and Telegraph Company or the Regents of the > * University of California. > * > * Permission is granted to anyone to use this software for > * any purpose on any computer system, and to alter it and > * redistribute it freely, subject to the following > * restrictions: > * > * 1. Neither the authors nor Purdue University are responsible > * for any consequences of the use of this software. > * > * 2. The origin of this software must not be misrepresented, > * either by explicit claim or by omission. Credit to the > * authors and Purdue University must appear in documentation > * and sources. > * > * 3. Altered versions must be plainly marked as such, and must > * not be misrepresented as being the original software. > * > * 4. This notice may not be removed or altered. > */ > > Thanks! > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 E-Mail: ler@lerctr.org > US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 > _______________________________________________ > > This is a similar version of the following license : http://en.wikipedia.org/wiki/Zlib_License Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-ports@FreeBSD.ORG Mon Jun 8 22:43:59 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 445632CC for ; Mon, 8 Jun 2015 22:43:59 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::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 0C04E1BC6 for ; Mon, 8 Jun 2015 22:43:59 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by igbzc4 with SMTP id zc4so73469330igb.0 for ; Mon, 08 Jun 2015 15:43:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=imMaBR+wbVAu+9/s+Maqchii8WKryodwqmjKohvGNEQ=; b=zH7nteWA20uU4Snb16P6jRdis64G5XW1oOqLuEVcbcuW3wTM3u0/Be1++gd9HgGf/R qlxVGA0qkngR6z2ohTar82iIU7soCBkQyoFFlB/RzLqofp8k7BUeRZju7ThtYLGp58ko XmfvhF0Rr20e2f4br8jC3KHCf3jepVgoj2M53NB77lRNHSu/ZJThlMEXK5wrrVkWJYvd U3m7cqDtk3rOMOnOLJV4EpJV9ddqYqtqQparpbenICtSOLdY2c8uTPNoipXxhVbppk1h 8PywWQfSoCpvuYMGW7GSD3LmoeiwPtXedCZgrRngMlk4CznvZ+Zuvmq3KOfEMBm62mzB vtTQ== MIME-Version: 1.0 X-Received: by 10.50.117.106 with SMTP id kd10mr16104227igb.24.1433803438502; Mon, 08 Jun 2015 15:43:58 -0700 (PDT) Received: by 10.65.15.33 with HTTP; Mon, 8 Jun 2015 15:43:58 -0700 (PDT) In-Reply-To: <1433802078.23567.7.camel@lenzinote.lenzicasa> References: <263570.73680.bm@smtp114.sbc.mail.ne1.yahoo.com> <367626.70666.bm@smtp111.sbc.mail.ne1.yahoo.com> <477957058.5k2z2xW8Mq@desk8.phess.net> <1433802078.23567.7.camel@lenzinote.lenzicasa> Date: Mon, 8 Jun 2015 15:43:58 -0700 Message-ID: Subject: Re: cups, and hplip too, fail to recognize printer when I try to print From: Mehmet Erol Sanliturk To: sergio de Almeida Lenzi Cc: FreeBSD Ports List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2015 22:43:59 -0000 On Mon, Jun 8, 2015 at 3:21 PM, sergio de Almeida Lenzi < lenzi.sergio@gmail.com> wrote: > I am very satisfyed with an EPSON L355 > it prints fast, and at very cheap $/page... > > about US$40 for 5000 pages color in CYMK... > > I use a driver ESC/P-R in FreeBSD10 > the printer shows as /dev/ulpt0 > I defined it in cups, using the driver PPD. > > I compiled the driver from the epson website > and woks at once... > > I built a "port" if someone is interested in > I have binaries for 32 and 64 bits > > > _______________________________________________ > > Is there a link of these source codes ? Thank you very much . Mehmet Erol Sanliturk From owner-freebsd-ports@FreeBSD.ORG Tue Jun 9 03:34:44 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9803B4C0 for ; Tue, 9 Jun 2015 03:34:44 +0000 (UTC) (envelope-from feld@feld.me) Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (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 5F930105A for ; Tue, 9 Jun 2015 03:34:43 +0000 (UTC) (envelope-from feld@feld.me) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 2EC1921221 for ; Mon, 8 Jun 2015 23:34:42 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute3.internal (MEProxy); Mon, 08 Jun 2015 23:34:42 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=feld.me; h=cc :content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=dyc7qH1HnLbv2N24bEfN5xKtwyo=; b=G1sDtt apTdw73r6A1Bvzs30w2TGI9fNmB1725Jlwttc7lL0IkIKJQD1nDH4sEuAOF6WzDy Z+pMV7uRhMqZPI7xzggkQpQgyRSfn2i+WhVbnuH7SYOkKzgrhdbJSDsjwJoQu0w/ Bs6Iy9OxgY+vHQrKdrEA72wfKyXGtjNopfSzs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=dyc7qH1HnLbv2N2 4bEfN5xKtwyo=; b=SUSGtl3J5x4lx7+qjU2kqgKnZliMlzfXx6/D1W6ENoFL+s3 J160gWClIRBcFqdp9y9MR1JzlH+/9qlqLsgiLvHb55R6xGWfrSmj5K6V/8rLwaVs kagjW74idvol9bElw2exR55n8zHA9D+EfkXw75rrRNGq06Vq1ULhDBvSRyXM= Received: by web2.nyi.internal (Postfix, from userid 99) id ED0DB541289; Mon, 8 Jun 2015 23:34:41 -0400 (EDT) Message-Id: <1433820881.2461667.290406793.0AB7ECBD@webmail.messagingengine.com> X-Sasl-Enc: FFBvZpafFI0delct/0t3WdYgXtv8JKLuIaOnh0Uhyn+2 1433820881 From: Mark Felder To: Roger Marquis , freebsd-security@freebsd.org Cc: des@freebsd.org, freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-4f86186e In-Reply-To: <20150608210004.9F46A7B7@hub.freebsd.org> References: <20150523153029.B7BD3280@hub.freebsd.org> <1432659389.3130746.278522905.6D1E6549@webmail.messagingengine.com> <20150527174037.EF719B11@hub.freebsd.org> <556746A4.4090208@FreeBSD.org> <20150608210004.9F46A7B7@hub.freebsd.org> Subject: Re: New pkg audit / vuln.xml failures (php55, unzoo) Date: Mon, 08 Jun 2015 22:34:41 -0500 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 03:34:44 -0000 On Mon, Jun 8, 2015, at 15:55, Roger Marquis wrote: > > On Fri, May 29, 2015 at 5:15 PM, Robert Simmons wrote: > > Crickets..... > > > > May I ask again: > > > > How do we find out who the members of the Ports Secteam are? > > > > How do we join the team? > > Anyone? > I really hope this can be resolved face-to-face at BSDCan... From owner-freebsd-ports@FreeBSD.ORG Tue Jun 9 05:28:26 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6430EF77 for ; Tue, 9 Jun 2015 05:28:26 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::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 36AAD192F for ; Tue, 9 Jun 2015 05:28:26 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: by padev16 with SMTP id ev16so6470870pad.0 for ; Mon, 08 Jun 2015 22:28:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=Bhq3ubSN1F+P+BfVSGefm5/6LUX/MdW+3zF9ReLefpA=; b=f6oQAYwVGPLuoa48HK78OcSkQ3WT8t7ysqnqu1DrimGI5IsvWulXG8GEJrEY3BDrXp mpunBW3Nx9XAPIqAXpEjBguE7aCuf4uDQKkBarwBU/3J1nmHky0sTrorkCmbKMS8D2On yuw98YGYhtHQ0sm6o7ADOtct7cV449FWBW/xqTaUAYaa7NsVF5QQ7VLsoiT5rD5axfGN ++6ELjv3dEJ0nlO/MDa4ZYA2CWz0v9rot4fVty3C5fdHuax1aP8jw/tAPTOSorFRne+a q85AvSZGXJQ5wfAN2wSpR6K3quV3OraGB7IEt28mMdr7LIw5ixRxSeFk1wE8U7/CyVro 3oQw== X-Received: by 10.70.43.10 with SMTP id s10mr35795184pdl.57.1433827705291; Mon, 08 Jun 2015 22:28:25 -0700 (PDT) Received: from argent.paulbeard.org (c-76-121-171-184.hsd1.wa.comcast.net. [76.121.171.184]) by mx.google.com with ESMTPSA id w4sm4210702pdl.7.2015.06.08.22.28.23 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 08 Jun 2015 22:28:23 -0700 (PDT) From: Paul Beard Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: no dedicated maintainer for cups-base? Message-Id: <6951AB76-708F-4CC1-8040-AE38EBE2767B@gmail.com> Date: Mon, 8 Jun 2015 22:28:22 -0700 To: ports@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 05:28:26 -0000 Having some weird issues that may not be worth tackling otherwise. = Something hosed up between avahi and encryption/authentication for = wireless/AirPrint printing that I can=E2=80=99t work out. It used to = work.=20 From owner-freebsd-ports@FreeBSD.ORG Tue Jun 9 10:09:44 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D33AAD55 for ; Tue, 9 Jun 2015 10:09:44 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D891B15 for ; Tue, 9 Jun 2015 10:09:44 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t59A9i8l042833 for ; Tue, 9 Jun 2015 10:09:44 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t59A9iZl042832; Tue, 9 Jun 2015 10:09:44 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201506091009.t59A9iZl042832@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Tue, 9 Jun 2015 10:09:44 +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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 10:09:44 -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/coccinelle | 1.0.0-rc22 | 1.0.0-rc24 ------------------------------------------------+-----------------+------------ 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 Jun 9 16:47:56 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADCF375E for ; Tue, 9 Jun 2015 16:47:56 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5031B1175 for ; Tue, 9 Jun 2015 16:47:56 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:Subject:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=2dB5LKNbb98HgVXJ+qfzpZ8IDq7yiA3nT4QMO8OkGLw=; b=izdAYqNlDyihNcedpAC/ECcdBkImHYv/cmlvs3US5J+lNycWyPYdkVmv6zNlHdP9EC2gQcmvkekiZ5L8p6F3NlR76CEBdEZhrYT7a7KCxM680z6Bb2yBrmaoMeTUh2qhcsN7tybad0g6gixgEcOb7wvzx+SXy2pDFt1Zdy5Nfpo=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:21756 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z2Mgs-0006t3-Mr for freebsd-ports@freebsd.org; Tue, 09 Jun 2015 11:47:54 -0500 Received: from proxy.lucent.com ([135.245.49.14]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Tue, 09 Jun 2015 11:47:54 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 09 Jun 2015 11:47:54 -0500 From: Larry Rosenman To: Freebsd ports Subject: BZ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.1 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 16:47:56 -0000 Can someone look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 It's a simple patch to pet portlint (adding LICENSE_* stuff0. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 From owner-freebsd-ports@FreeBSD.ORG Tue Jun 9 23:30:29 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E360323 for ; Tue, 9 Jun 2015 23:30:29 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [IPv6:2001:470:1:117::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 27E0C1786 for ; Tue, 9 Jun 2015 23:30:29 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from zeta.ixsystems.com (unknown [12.229.62.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 9C58A18E0A; Tue, 9 Jun 2015 16:30:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1433892628; x=1433907028; bh=CWxCD/dr4wMZ8MOV9BSfrQG4YyTVW3HyvoISdkX/S4w=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=r3N+B/1ywcTGsNJXweaiboWNqrCVKP1kOHjHJWsFXXQSwDjrOEUQIKDtvC2E3QrU4 z65CsVESRrKvj+YOtZ1VaDE1CwvIWm8sWcKmzkfep+tkzSvJGBA4RiIQ2lqYmRbCY+ CWIgJH0LlYIlROPnR742kViIr8Axsy6pUhNvWFRw= Message-ID: <55777713.6060909@delphij.net> Date: Tue, 09 Jun 2015 16:30:27 -0700 From: Xin Li Reply-To: d@delphij.net Organization: The FreeBSD Project MIME-Version: 1.0 To: Paul Beard , ports@FreeBSD.org Subject: Re: no dedicated maintainer for cups-base? References: <6951AB76-708F-4CC1-8040-AE38EBE2767B@gmail.com> In-Reply-To: <6951AB76-708F-4CC1-8040-AE38EBE2767B@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2015 23:30:29 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 06/08/15 22:28, Paul Beard wrote: > Having some weird issues that may not be worth tackling otherwise. > Something hosed up between avahi and encryption/authentication for > wireless/AirPrint printing that I can’t work out. It used to work. > Unfortunately it seems there is no one showing the willingness of maintaining it, and the port version is pretty old. I have done a "drive by" commit today because there is a security release, which have received some limited testing in during the past week with the previous release (2.0.2) against various dependencies, and you may want to check it out. BTW. Is there any specific reason that you using avahi and not mDNSresponder? Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.1.4 (FreeBSD) iQIcBAEBCgAGBQJVd3cPAAoJEJW2GBstM+nso2oQAKdzRVVbwU2Bd+8/kPSk7hVx ZdSPSgaZqL0zNu5uwRMgo/oWKOtBV7kupF6MjcVfvgJ684EZAKNPhYhSIz3MS8VD ePaDDdvqGtsLj8SpTXKe+uKU7SzrOQhiOkO+R043rAURpjj0U3pHzkuHchRh/yvG cgSntI/oN8/5kHpvJiAzn0rcHbkw4VkfUS+pZBdoznW3L2HaEUW3nGYgJZLXYF/3 j18d+cjmslQ+U8m0nc0iPTtyFX7Md2QAwpYHOwKA2XSeLKyzewIXEJdaB5paZtVk qvPR7i7k5AQhvJdUy6Vm/axmzOQ68yTIj2bcmOti9N7nga+Zg9PbBDfZophhHcrH JNoilGeCKBLYp2RzHzlNMSwAky3VGWC/wZm/U6j3nmYjHN8zUTAwHtZxAjy7zivO vraxPZ5JAKxbowf2EtQtPRvnS61tZxKCO3e3NWDmWdWPFVpPSIC9AcH0wi/hbzvA cRFAVWN6f3TryGgAaJRlAxnYsCTjDgpjfdzx/aSMejN/ec5JHLmc8kbzgSzvUO8Q ZwRl2RkqnVcliL1fGtc8hmIClgtbnkLL88qP0CKCJDga2cR3MUJ6enoRsHXCI5tN AKUHvvalywupocujCyDP/mJIJmayLmIkH/E9PKPsJG2dTybaGBrVcXv7Kw26reM/ SHqk1/Z6fzeDVg3HyrP8 =TB99 -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 02:34:45 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D69CAA9 for ; Wed, 10 Jun 2015 02:34:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::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 A56F911E4 for ; Wed, 10 Jun 2015 02:34:45 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pacyx8 with SMTP id yx8so24801492pac.2 for ; Tue, 09 Jun 2015 19:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=w5pETHerguYNCq4KMM1khLzvXQRzJ29izTZuNxgji04=; b=yZTyFvEbUTDJZagbQBMqYzlo9Yg8bz7nyfq1rhRfE7vFZU/jLw4Yx1A/4LydT7MpdW D33kHHaaxl9zlUsaFt2kknF+isLE0t504v4BM1GfBAhxsZWveOcLbbT4/BnMOBZKWTgE kVX0LXVzUh4kHGVbrui8if2NY21WeHLGSU73FBFQ+y19RuN0CdGOZ1X7qwZ73bZuIZb1 ogOzIxYd2O/a3nN7VNNkYfZ27sgCuegbHU0g7wTiVX0c3AKf6Iw/rY45ohgHfRUwlXhe 27ABhB63I2tjYdzjy4m5fpjujmlk0QPkArYc26yGVxnAdR2ZCcLOtgxpTk2Q/VHLzow+ Htig== X-Received: by 10.66.102.103 with SMTP id fn7mr1261243pab.85.1433903685179; Tue, 09 Jun 2015 19:34:45 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id pj8sm6863429pdb.20.2015.06.09.19.34.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Jun 2015 19:34:44 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: BZ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 References: To: Larry Rosenman , Freebsd ports From: Kubilay Kocak Message-ID: <5577A23C.10404@FreeBSD.org> Date: Wed, 10 Jun 2015 12:34:36 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 02:34:45 -0000 On 10/06/2015 2:47 AM, Larry Rosenman wrote: > Can someone look at > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 > > It's a simple patch to pet portlint (adding LICENSE_* stuff0. > > > Hi Larry, Issue has been triaged, please add QA results so it can be marked patch-ready :) From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 03:24:28 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E1DF97F for ; Wed, 10 Jun 2015 03:24:28 +0000 (UTC) (envelope-from sales@iwinsz.com) Received: from mx45.dns.com.cn (mx45.dns.com.cn [119.254.72.185]) by mx1.freebsd.org (Postfix) with ESMTP id 2107B1E84 for ; Wed, 10 Jun 2015 03:24:26 +0000 (UTC) (envelope-from sales@iwinsz.com) Received: from uydhlptx (unknown [116.25.31.11]) by mx45.dns.com.cn (DNS Email Server) with ESMTPA id A6C892C1AEB for ; Wed, 10 Jun 2015 11:23:07 +0800 (CST) Date: Wed, 10 Jun 2015 11:24:06 +0800 From: "Cherry-Iwin" Reply-To: cherry@iwinsz.com To: "freebsd-ports" Subject: Re:new arrivals-Cherry/Iwin Message-ID: <201506101124067961346@iwinsz.com> X-Mailer: Foxmail 6, 10, 201, 20 [cn] MIME-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: base64 X-Scanned-By: AntiSpam on 119.254.72.185 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 03:24:28 -0000 RGVhciBNYW5hZ2VyICwgDQoNCkhhdmUgYSBuaWNlIGRheSAhDQoNCldlIGFyZSBzcGVjaWFsaXpl ZCBpbiBzbWFydCBwaG9uZSAvdGFibGV0IHBjIGFjY2Vzc29yaWVzIGluIHNoZW56aGVuICxDaGlu YSB3aXRoIHNldmVyYWwgeWVhcnMgZXhwZXJpZW5jZSAgLiBDdXJyZW50bHkgLCBvdXIgbmV3IGFy cml2YWwgVVNCIGdhZGdldHMgIGFyZSB2ZXJ5IHBvcHVsYXIgLiBXZSBhcmUgcGxlYXNlZCB0byBw cm92aWRlIG1vcmUgaW5mb3JtYXRpb25zIC4gDQpDYWxsIG9yIGVtYWlsIHVzIHRvIHRhbGsgbW9y ZSBkZXRhaWxzIC4NCg0KVGhhbmtzJmJlc3QgcmVnYXJkcywNCg0KQ2hlcnJ5DQoNCg0KSXdpbiAg aW5kdXN0cmlhbCAgQ28uLCBMaW1pdGVkDQoNCkFkZDogM0YsNnRoIGJ1aWxkaW5nICxSb2FkIFhp bmd3ZWl6YWkgLFlpbWluZyAgIFZpbGxhZ2UsUGluZ2h1IFN0cmVldCxMb25nZ2FuZyBEaXN0ICxT aGVuemhlbiANCk1QOjg2LTE4OTAyODQ5NDAwDQoNClRlbDogODYtNzU1LTI3ODYyMTQ2IA0KDQpG YXg6IDg2LTc1NS0yOTYxNTc2Mg0KDQpTa3lwZTogY2hlcnJ5cGk5MA0KDQpXZWJzaXRlOmh0dHA6 Ly93d3cuaXdpbnN6LmNvbS8NCg0KRS1tYWlsOmNoZXJyeUBpd2luc3ouY29t From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 03:40:15 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98AD3C3B for ; Wed, 10 Jun 2015 03:40:15 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from smtp-out-no.shaw.ca (smtp-out-no.shaw.ca [64.59.134.9]) by mx1.freebsd.org (Postfix) with ESMTP id 6E404114C for ; Wed, 10 Jun 2015 03:40:14 +0000 (UTC) (envelope-from cy.schubert@komquats.com) Received: from slippy.cwsent.com ([184.66.131.197]) by shaw.ca with SMTP id 2Ws1ZvNhnwsBA2Ws2Z6Gpa; Tue, 09 Jun 2015 21:40:07 -0600 X-Authority-Analysis: v=2.1 cv=K5joZXiI c=1 sm=1 tr=0 a=5Z8Q17SNjqGvcRdt22M/3g==:117 a=5Z8Q17SNjqGvcRdt22M/3g==:17 a=VxmjJ2MpAAAA:8 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=BWvPGDcYAAAA:8 a=XAFQembCKUMA:10 a=uZ5i8FQNAAAA:8 a=YxBL1-UpAAAA:8 a=6I5d2MoRAAAA:8 a=w1-Tc7pd6LUOnUa1HOUA:9 a=CjuIK1q_8ugA:10 Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.9/8.14.9) with ESMTP id t5A3e5no031034 for ; Tue, 9 Jun 2015 20:40:05 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201506100340.t5A3e5no031034@slippy.cwsent.com> X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.6 Reply-to: Cy Schubert From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: freebsd-ports@freebsd.org Subject: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 09 Jun 2015 20:40:05 -0700 X-CMAE-Envelope: MS4wfBFc7uTNKmkV+SJkinT2csWjuDM51K2WW400yYxwAA6BTwodb+24cX9NnC2Bbmdf5g2fECG5Dk0C7PcRRub8auK1FwCN4/aaXvOFFPJEX+iSyPfGAZysqOo1EsD5i9aaZZ9cjUQHg41f0P7EAMUJmzcesQIK28/Sdqp9TC9NbWDPhcl6sSDKLgXXVec/QGOsaw== X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 03:40:15 -0000 HI, How would one go about cross compiling ports? Specifically I need to run make configure for ntp for each supported architecture. Googling, I found some doc here, http://ray-freebsd.blogspot.ca/2011/09/cross-compiling-ports- for-freebsd.html, however it fails because it cannot find crt1.o. Is there a way to tell ld(1) where crt1.o is? Is there a documented or supported approach to cross-build ports without completely configuring pourdiere for each architecture? -- Cheers, Cy Schubert or FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 04:09:24 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C43F123; Wed, 10 Jun 2015 04:09:24 +0000 (UTC) (envelope-from jktrigg@gmail.com) Received: from argent.heraldsnet.org (argent.heraldsnet.org [65.111.161.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "argent.heraldsnet.org", Issuer "argent.heraldsnet.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5A3D617E8; Wed, 10 Jun 2015 04:09:23 +0000 (UTC) (envelope-from jktrigg@gmail.com) Received: from mail.michaelines.org (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by argent.heraldsnet.org (Postfix) with ESMTPSA id 72C1DC08; Tue, 9 Jun 2015 23:59:29 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 09 Jun 2015 23:59:29 -0400 From: Jim Trigg To: freebsd-ports@freebsd.org Cc: madpilot@FreeBSD.org Subject: Problem building maildrop with exim as MTA Message-ID: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> X-Sender: jktrigg@gmail.com User-Agent: Roundcube Webmail/1.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 04:09:24 -0000 When I try to build maildrop after installing exim as my primary mta I get the following error: checking location of system mailboxes... configure: error: Cannot determine default mailbox configure: error: ./configure failed for libs/maildrop ===> Script "configure" failed unexpectedly. Please report the problem to madpilot@FreeBSD.org [maintainer] and attach the "/usr/ports/mail/maildrop/work/maildrop-2.8.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/local/sbin/pkg-static info -g -Ea). *** Error code 1 Any suggestions as to how to fix this? I'm attempting to migrate from one host running Postfix to a new host running Exim but want to continue my maildrop support. (The switch is an attempt to reduce backscatter by doing more antispam during the SMTP session rather than after message acceptance.) Thanks, Jim Trigg From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 04:47:08 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 928CA3DD for ; Wed, 10 Jun 2015 04:47:08 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: from mail-pa0-x231.google.com (mail-pa0-x231.google.com [IPv6:2607:f8b0:400e:c03::231]) (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 686791074 for ; Wed, 10 Jun 2015 04:47:08 +0000 (UTC) (envelope-from paulbeard@gmail.com) Received: by padev16 with SMTP id ev16so26847984pad.0 for ; Tue, 09 Jun 2015 21:47:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=4S3SJf8sexL3ETt8Z2QXsFYNc3spJY/H8o0IJwDr7RY=; b=jqQ0tq5NWk84cMgq7OWvwVaMLK009LkrUWISCVjo0PB12b6N2beGyQKN6zCkUsOhPO Sf53I8Dfq2K0cgf2/CxC3YbPrOXI6NABJHfCvreAdWb7w/bMxjoAElnC6KyfVAybIVjf HKTtCGyHkLnyEWwTG00Dd5Sod+uY8/iKzTtOgJ7sjuDckvTsHL4pi5COL4mQFjE0P0ZI aY8oNvmdnmzKU9JphrMBHypRay+fHRQkc5p12pFf5dp4BBzbB26YgzmQUQ14kIIuWRJf LTKppsKQ8Nuv3Tm3GUTVz3WtcBYmiFYmavKR8px0SoVrKMRJY4c02eVlenyGTsMTvk3Y tCTw== X-Received: by 10.68.99.197 with SMTP id es5mr2176642pbb.131.1433911627663; Tue, 09 Jun 2015 21:47:07 -0700 (PDT) Received: from argent.paulbeard.org (c-76-121-171-184.hsd1.wa.comcast.net. [76.121.171.184]) by mx.google.com with ESMTPSA id yv6sm7142345pac.29.2015.06.09.21.47.05 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 09 Jun 2015 21:47:06 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Subject: Re: no dedicated maintainer for cups-base? From: Paul Beard In-Reply-To: <55777713.6060909@delphij.net> Date: Tue, 9 Jun 2015 21:47:03 -0700 Cc: ports@FreeBSD.org Message-Id: <776414FB-85FF-4328-A8F2-91BDF82A82BC@gmail.com> References: <6951AB76-708F-4CC1-8040-AE38EBE2767B@gmail.com> <55777713.6060909@delphij.net> To: d@delphij.net X-Mailer: Apple Mail (2.2098) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 04:47:08 -0000 > On Jun 9, 2015, at 4:30 PM, Xin Li wrote: >=20 > BTW. Is there any specific reason that you using avahi and not > mDNSresponder? How=E2=80=99s this?=20 Making all in test... gmake[1]: Entering directory = '/usr/ports/print/cups-base/work/cups-1.7.3/test' echo Compiling ippserver.c... Compiling ippserver.c... cc -Wall -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -I.. = -D_CUPS_SOURCE -I/usr/local/include -I/usr/local/include = -I/usr/local/include -O2 -pipe -fno-strict-aliasing = -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include = -DDBUS_API_SUBJECT_TO_CHANGE -DOPENSSL_DISABLE_OLD_DES_SUPPORT = -D_LARGEFILE_SOURCE -D_THREAD_SAFE -D_REENTRANT -c -o ippserver.o = ippserver.c ippserver.c: In function 'ipp_cancel_job': ippserver.c:2303: warning: null format string ippserver.c: In function 'ipp_create_job': ippserver.c:2356: warning: null format string ippserver.c: In function 'ipp_get_job_attributes': ippserver.c:2387: warning: null format string ippserver.c: In function 'ipp_get_jobs': ippserver.c:2542: warning: null format string ippserver.c: In function 'ipp_get_printer_attributes': ippserver.c:2594: warning: null format string ippserver.c: In function 'ipp_print_job': ippserver.c:2823: warning: null format string ippserver.c: In function 'ipp_print_uri': ippserver.c:3134: warning: null format string ippserver.c: In function 'ipp_send_document': ippserver.c:3344: warning: null format string ippserver.c: In function 'ipp_send_uri': ippserver.c:3713: warning: null format string ippserver.c: In function 'ipp_validate_job': ippserver.c:3734: warning: null format string echo Linking ippserver... Linking ippserver... cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler = -L/usr/local/lib -Wl,-R/usr/local/lib -fPIE -pie -Wall -Wno-format-y2k = -Wunused -fPIC -Os -g -fstack-protector -o ippserver ippserver.o = ../cups/libcups.a \ -lssl -lcrypto -ldns_sd -lpthread -lm -lcrypt -lssp_nonshared = -liconv -lz -lz ../cups/libcups.a(http-support.o)(.text+0x6a9): In function = `http_client_cb': /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1871: = undefined reference to `avahi_simple_poll_quit' ../cups/libcups.a(http-support.o)(.text+0x12b7): In function = `http_resolve_cb': /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:2266: = undefined reference to `avahi_service_resolver_free' = ../cups/libcups.a(http-support.o)(.text+0x12c7):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:2267: undefined reference to = `avahi_simple_poll_quit' = ../cups/libcups.a(http-support.o)(.text+0x1337):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:2288: undefined reference to = `avahi_string_list_find' = ../cups/libcups.a(http-support.o)(.text+0x1365):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:2290: undefined reference to = `avahi_string_list_get_pair' = ../cups/libcups.a(http-support.o)(.text+0x1422):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:2379: undefined reference to = `avahi_simple_poll_quit' = ../cups/libcups.a(http-support.o)(.text+0x1659):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:2275: undefined reference to = `avahi_string_list_find' ../cups/libcups.a(http-support.o)(.text+0x2225): In function = `_httpResolveURI': /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1739: = undefined reference to `avahi_simple_poll_new' = ../cups/libcups.a(http-support.o)(.text+0x2259):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1741: undefined reference to = `avahi_simple_poll_set_func' = ../cups/libcups.a(http-support.o)(.text+0x2267):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1743: undefined reference to = `avahi_simple_poll_get' = ../cups/libcups.a(http-support.o)(.text+0x229b):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1743: undefined reference to = `avahi_client_new' = ../cups/libcups.a(http-support.o)(.text+0x230f):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1747: undefined reference to = `avahi_service_resolver_new' = ../cups/libcups.a(http-support.o)(.text+0x2348):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1758: undefined reference to = `avahi_simple_poll_iterate' = ../cups/libcups.a(http-support.o)(.text+0x23db):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1768: undefined reference to = `avahi_service_resolver_new' = ../cups/libcups.a(http-support.o)(.text+0x2427):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1776: undefined reference to = `avahi_simple_poll_iterate' = ../cups/libcups.a(http-support.o)(.text+0x24fb):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1800: undefined reference to = `avahi_client_free' = ../cups/libcups.a(http-support.o)(.text+0x2509):/usr/ports/print/cups-clie= nt/work/cups-1.7.3/cups/http-support.c:1803: undefined reference to = `avahi_simple_poll_free' Makefile:192: recipe for target 'ippserver' failed gmake[1]: *** [ippserver] Error 1 gmake[1]: Leaving directory = '/usr/ports/print/cups-base/work/cups-1.7.3/test' Makefile:31: recipe for target 'all' failed gmake: *** [all] Error 1 =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the = failure to the maintainer. *** Error code 1 Stop in /usr/ports/print/cups-base. Cheers=E2=80=A6 From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 05:30:41 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC795BAD for ; Wed, 10 Jun 2015 05:30:41 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D47FE1A06 for ; Wed, 10 Jun 2015 05:30:41 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from Xins-MBP.home.us.delphij.net (unknown [IPv6:2601:9:7280:1a80:f159:3c81:51b4:24dd]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id C752B1892E; Tue, 9 Jun 2015 22:30:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1433914241; x=1433928641; bh=GLAuyvfBoCtDwXCgzA6+AdDLJTUKced/FeZQw3TcQ60=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=Wba1Y0C8O8nloiiLtPZebfKKsDeVhETC0//MgJm9ZlPMfaLlqJzSPM8qgp5enZJUM F/d9GJ7H0xBxPdLd+EOTyyI01WYdPuzvnUCaqVqo2WKc7Et8VXrrJlbuufO6OLZyHl Vll4WeuUr727BeeCyoMIzAPYtx2wkrmidpNYfehE= Message-ID: <5577CB80.70109@delphij.net> Date: Tue, 09 Jun 2015 22:30:40 -0700 From: Xin Li User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Paul Beard , d@delphij.net CC: ports@FreeBSD.org Subject: Re: no dedicated maintainer for cups-base? References: <6951AB76-708F-4CC1-8040-AE38EBE2767B@gmail.com> <55777713.6060909@delphij.net> <776414FB-85FF-4328-A8F2-91BDF82A82BC@gmail.com> In-Reply-To: <776414FB-85FF-4328-A8F2-91BDF82A82BC@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 05:30:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 6/9/15 21:47, Paul Beard wrote: > >> On Jun 9, 2015, at 4:30 PM, Xin Li > > wrote: >> >> BTW. Is there any specific reason that you using avahi and not >> mDNSresponder? > > How’s this? [...] > cc -L../cgi-bin -L../cups -L../filter -L../ppdc -L../scheduler > -L/usr/local/lib -Wl,-R/usr/local/lib -fPIE -pie -Wall > -Wno-format-y2k -Wunused -fPIC -Os -g -fstack-protector -o > ippserver ippserver.o ../cups/libcups.a \ -lssl -lcrypto -ldns_sd > -lpthread -lm -lcrypt -lssp_nonshared -liconv This is mDNSresponder library > -lz -lz ../cups/libcups.a(http-support.o)(.text+0x6a9): In > function `http_client_cb': > /usr/ports/print/cups-client/work/cups-1.7.3/cups/http-support.c:1871: > > undefined reference to `avahi_simple_poll_quit' > ../cups/libcups.a(http-support.o)(.text+0x12b7): In function And avahi... I'm confused, the first thing I would look at would be if your cups-client is built with Avahi, but the cups-base built with mDNSresponder? Can you confirm? Cheers, -----BEGIN PGP SIGNATURE----- iQIcBAEBCgAGBQJVd8t8AAoJEJW2GBstM+nsC28P/iduVGwTnPSlBGbwfCJAmIop UUsYYX4veYwJH5aQyoxzYr6LCyM/VHsEQHojqO2c6jDTkkTaIblH6tqlZnTPPi0v gNVTLiE9xmWCJsIwhavpx+QgEGPFdDvJRRR2sdqIUI0Siwmh7rDUoh3GmJbPthFL a6HNhupzJD9W6HsOyvgr6dusn6A7WjAdZQGVi+g8iwfUg28iXO3HHthm2LKSjsb2 gd/6uLHN57nI9yoM6moIvMXMlZwKWMqjT9QyOqk9zgvwjx/RdPB6mFR9X4iftNWf GCuv9tv2amvQhOawO691ve/PMvH2sHI38atLWBTj5cj+RYrKLwCUwuXY520yS6uW dLK99vipUHyFpK9MGlWhXcE759+MGHqpvgYjz/whNJjXXr1vBX6Jw9sN26RkX/MY URnb+SFkTVQD3nSOwWn67S0FiCFcW7tIFwXtgO53wkR1KWTef6Hp/Xr4SteoMsp2 qgLg9kdf6F2kyqhYe+I8LY9ltHDHTqSXaC6Psv71p9b6a3L+dzsluKhjAmDq/2lX vgALdABf2tz7K0J3VxefGFNJTSgcfNLfV92lqjDDV8j5qzj6/pFXkbXc7CyImLVI 0WxHcjJO5DChzDObawWIS84F9rHrH86EjYodEiUuDSVMFHlaTJnhA4RU8nUoS3K1 3VYPKNa8reW8hb/TuGj8 =RI3O -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 07:09:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 09842A10 for ; Wed, 10 Jun 2015 07:09:18 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail.madpilot.net (grunt.madpilot.net [78.47.145.38]) (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 BB88F1104 for ; Wed, 10 Jun 2015 07:09:16 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 3m5zvR36sXzblV; Wed, 10 Jun 2015 09:09:07 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10024) with ESMTP id xOH2edeaDkE1; Wed, 10 Jun 2015 09:09:05 +0200 (CEST) Received: from marvin.madpilot.net (micro.madpilot.net [88.149.173.206]) by mail.madpilot.net (Postfix) with ESMTPSA; Wed, 10 Jun 2015 09:09:05 +0200 (CEST) Message-ID: <5577E291.6070509@FreeBSD.org> Date: Wed, 10 Jun 2015 09:09:05 +0200 From: Guido Falsi User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Jim Trigg , freebsd-ports@freebsd.org Subject: Re: Problem building maildrop with exim as MTA References: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> In-Reply-To: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 07:09:18 -0000 On 06/10/15 05:59, Jim Trigg wrote: > When I try to build maildrop after installing exim as my primary mta I > get the following error: > > checking location of system mailboxes... configure: error: Cannot > determine default mailbox > configure: error: ./configure failed for libs/maildrop > ===> Script "configure" failed unexpectedly. > Please report the problem to madpilot@FreeBSD.org [maintainer] and > attach the > "/usr/ports/mail/maildrop/work/maildrop-2.8.2/config.log" including the > output > of the failure of your make command. Also, it might be a good idea to > provide > an overview of all packages installed on your system (e.g. a > /usr/local/sbin/pkg-static info -g -Ea). > *** Error code 1 > > Any suggestions as to how to fix this? I'm attempting to migrate from > one host running Postfix to a new host running Exim but want to continue > my maildrop support. (The switch is an attempt to reduce backscatter by > doing more antispam during the SMTP session rather than after message > acceptance.) Hi, I have to look at this, can you also send me the file "/usr/ports/mail/maildrop/work/maildrop-2.8.2/config.log" mentioned in the error message? It contains details of the failed check which can help me understand what is happening. Thanks! -- Guido Falsi From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 07:39:26 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B09F0F06 for ; Wed, 10 Jun 2015 07:39:26 +0000 (UTC) (envelope-from timp87@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::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 4CF0818B9 for ; Wed, 10 Jun 2015 07:39:26 +0000 (UTC) (envelope-from timp87@gmail.com) Received: by wigg3 with SMTP id g3so38901703wig.1 for ; Wed, 10 Jun 2015 00:39:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ch++RG64ke9zOI35XrclDFFaPyJj7g/mkgi2vPfkbC4=; b=leeHJ+dxTzkRbsmtDh9jKJmOiuIseohXhk8k0H+ozvMMHeNxJEPFG2gb7tCRi+EWn4 rC+NkDeW52C0IScbARgYDqnEDbEFpnXEgFFKgcQYC12m1LxZg5zNgL8I34E0VKLC3Uyx 6dHxCvudgkp8Xh9PmNRTB55mBBwhV9LIC+KBMeChGczcsxfwEArrcT0T7AFvqTR/u0d+ n08k4tn8lo19x8DG2pxJxF4cgvVGRD/So0SR3/qVZ4qH1H0cB+6xygslAVMwAj/mWXuu PgUNLlaUZrTO1gzPsodUStIbKYaYFKinAmeKqoL5WwjVm7rx6ZNGgRnt2Z7wsMca3/HZ PhLw== MIME-Version: 1.0 X-Received: by 10.180.89.234 with SMTP id br10mr5691798wib.86.1433921964579; Wed, 10 Jun 2015 00:39:24 -0700 (PDT) Received: by 10.28.48.200 with HTTP; Wed, 10 Jun 2015 00:39:24 -0700 (PDT) Date: Wed, 10 Jun 2015 10:39:24 +0300 Message-ID: Subject: bug report 200329 From: Pavel Timofeev To: ports-list freebsd Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 07:39:26 -0000 Good day! Could someone, please, have a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200329? From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 09:55:36 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 902FE136 for ; Wed, 10 Jun 2015 09:55:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7E90F1AC4 for ; Wed, 10 Jun 2015 09:55:36 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t5A9tarT031746 for ; Wed, 10 Jun 2015 09:55:36 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t5A9tajp031745; Wed, 10 Jun 2015 09:55:36 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201506100955.t5A9tajp031745@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Wed, 10 Jun 2015 09:55:36 +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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 09:55:36 -0000 Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you can safely ignore the entry. You will not be e-mailed again for any of the port/version combinations below. Full details can be found at the following URL: http://portscout.freebsd.org/ports@freebsd.org.html Port | Current version | New version ------------------------------------------------+-----------------+------------ devel/coccinelle | 1.0.0-rc22 | 1.0.0-rc23 ------------------------------------------------+-----------------+------------ sysutils/timemon | 4.1 | 4.2 ------------------------------------------------+-----------------+------------ If any of the above results are invalid, please check the following page for details on how to improve portscout's detection and selection of distfiles on a per-port basis: http://portscout.freebsd.org/info/portscout-portconfig.txt Thanks. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 09:59:07 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C8C426B for ; Wed, 10 Jun 2015 09:59:07 +0000 (UTC) (envelope-from ryder.dain@gmail.com) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::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 B93791B04 for ; Wed, 10 Jun 2015 09:59:06 +0000 (UTC) (envelope-from ryder.dain@gmail.com) Received: by wgbgq6 with SMTP id gq6so31643856wgb.3 for ; Wed, 10 Jun 2015 02:59:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:date:message-id:to:mime-version; bh=sH8NDSebLMT4MO5XQXOj0G+srojppU/U7SNRTWITOyk=; b=yfd0NkH/bMGvaGwAwUADQPXaRlKb//rbNbtYWYt6AIzaef7lylUCWuHrd/gvYKVsed 7lXRgyKki2zu4Cd0Z8FEIoEg7evWwoPG5u+abtwoIIoDyaOULZuS17YJIF/47YaariW2 zzHnJE6aMdX6OUS/uV1GAhXyHzaFJUfvo2hT81ixPHiZ5znsYw2LhNwkaYmr+CnGn/Ll ojDFfx0pniGPyGVCiu8D7PDsJZ42PvNql0vYFLO7Q1T0mzbsFGA96ZClsS3D+bMz+PbT QBeU1AJiOn2DQUtThklSWqYIcmeVqiINyRjtHPzeyHsbuBEbSwVhPdvSyisz/Lw3nRsV u1lg== X-Received: by 10.180.36.103 with SMTP id p7mr6784803wij.88.1433930345210; Wed, 10 Jun 2015 02:59:05 -0700 (PDT) Received: from [192.168.100.142] ([194.97.158.66]) by mx.google.com with ESMTPSA id di7sm7081553wib.23.2015.06.10.02.59.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 10 Jun 2015 02:59:03 -0700 (PDT) From: Ryder Dain X-Pgp-Agent: GPGMail 2.5b6 Content-Type: multipart/signed; boundary="Apple-Mail=_363795BB-8B79-459C-9659-F9641F404A2A"; protocol="application/pgp-signature"; micalg=pgp-sha256 Subject: FreeBSD Port: security/samhain Date: Wed, 10 Jun 2015 11:59:02 +0200 Message-Id: <57FFF68D-CB11-473F-9BDD-A55C5F42CBC4@gmail.com> To: ports@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 09:59:07 -0000 --Apple-Mail=_363795BB-8B79-459C-9659-F9641F404A2A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Hello, I=E2=80=99d really like to see this port returned to the tree, updated = and packaged for use. It=E2=80=99s currently at 3.1.6, now builds with = clang, and needs only a couple tweaks to make it FreeBSD-friendly. Is there any chance this can happen? I=E2=80=99d be more than happy to = take over port maintenance. Yours, Ryder --Apple-Mail=_363795BB-8B79-459C-9659-F9641F404A2A Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iQEcBAEBCAAGBQJVeApmAAoJEJEAdbjRWEka5NEIALemeE2L110ed7zdVbwRs93M ZfHsIXL11UDx4n4JGWEjI5hOQX6v2IBRpN/lzrcVHp9W9Q5rDDmtFm34w8WOJBaz AtFgw0wNqj5pd0Nhxow8xRxIaDeTg4+78zp8SXoitEIV1LRx2TCZdz+5ya/Arani l6HccELea3FhgU42c5Etybv5XiQWnYacD+6DYeMq3eZHZIrMvCZRoZqOBVYpZAo2 mJ6xRVRWDWOIyssqpbQ74DAvzaDDFJXo60wl2IpZ90RYITBgdqXUEkGpWnlmZ2Jl rWkofMcYeeYhjYHHDaCilxp/1aVWIxhSjz2gp1agPFIToiellu9ree6xZZkSO9k= =pCm/ -----END PGP SIGNATURE----- --Apple-Mail=_363795BB-8B79-459C-9659-F9641F404A2A-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 10:11:40 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38F2E660 for ; Wed, 10 Jun 2015 10:11:40 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from mail.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.0x20.net", Issuer "mail.0x20.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EE1621F13 for ; Wed, 10 Jun 2015 10:11:39 +0000 (UTC) (envelope-from lars@e-new.0x20.net) Received: from e-new.0x20.net (mail.0x20.net [IPv6:2001:aa8:fffb:1::3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id EC30B6DF802; Wed, 10 Jun 2015 12:11:35 +0200 (CEST) Received: from e-new.0x20.net (localhost [127.0.0.1]) by e-new.0x20.net (8.14.7/8.14.7) with ESMTP id t5AABZGN041038; Wed, 10 Jun 2015 12:11:35 +0200 (CEST) (envelope-from lars@e-new.0x20.net) Received: (from lars@localhost) by e-new.0x20.net (8.14.7/8.14.7/Submit) id t5AABYW9040353; Wed, 10 Jun 2015 12:11:34 +0200 (CEST) (envelope-from lars) Date: Wed, 10 Jun 2015 12:11:34 +0200 From: Lars Engels To: Ryder Dain Cc: ports@FreeBSD.org Subject: Re: FreeBSD Port: security/samhain Message-ID: <20150610101134.GG57015@e-new.0x20.net> References: <57FFF68D-CB11-473F-9BDD-A55C5F42CBC4@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="k9EanI4qvbxMqdC7" Content-Disposition: inline In-Reply-To: <57FFF68D-CB11-473F-9BDD-A55C5F42CBC4@gmail.com> X-Editor: VIM - Vi IMproved 7.4 X-Operation-System: FreeBSD 8.4-RELEASE-p23 User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 10:11:40 -0000 --k9EanI4qvbxMqdC7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 10, 2015 at 11:59:02AM +0200, Ryder Dain wrote: > Hello, >=20 > I=E2=80=99d really like to see this port returned to the tree, updated and > packaged for use. It=E2=80=99s currently at 3.1.6, now builds with clang,= and > needs only a couple tweaks to make it FreeBSD-friendly. >=20 > Is there any chance this can happen? I=E2=80=99d be more than happy to ta= ke > over port maintenance. >=20 Yes, please send patches for an updated version. --k9EanI4qvbxMqdC7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQF8BAEBCgBmBQJVeA1WXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4RjQwMDE3RTRERjUzMTI1N0FGRTUxNDlF NTRDQjM3RDNBMDg5RDZEAAoJEOVMs306CJ1tK4UIAMvDcmY7o4kIQKYqQvS1qhGv mm+BcH68rPkTJv3asra+MRi6wxWwCZsLdVi+3acS3tlaWJN+9DW30FDxVlzaiQvP 5KvK7RqZxAJ6BPCEqO1HpZZBl9CANk0FHyCbbCjh/f9dvsQnSX1/9Fd7W3VvjxQ6 gC4vg0x4/wrMbEPEAZJZsphrV7m42SfbJty289D9ekvRTBi5dHwyReNcLFWDZfWA S9+JMZsvRTDBFYQoByL0plQU7LKoKbI2HwZOeB6QibLa3RJ5ZIMGODIRML2Um55M 7PUDL1PHFAAJ1zWj5T9Tx1/2vCd3C+cN1xUzp7QHYdRXjjsyMl/+gyDM6jz2e4Q= =9zEw -----END PGP SIGNATURE----- --k9EanI4qvbxMqdC7-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 10:30:44 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2538CCF for ; Wed, 10 Jun 2015 10:30:43 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 7D30B12A1 for ; Wed, 10 Jun 2015 10:30:43 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local ([199.119.128.114]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t5AAUWTn097028 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Wed, 10 Jun 2015 11:30:35 +0100 (BST) (envelope-from matthew@FreeBSD.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t5AAUWTn097028 Authentication-Results: smtp.infracaninophile.co.uk/t5AAUWTn097028; dkim=none reason="no signature"; dkim-adsp=none; dkim-atps=neutral X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host [199.119.128.114] claimed to be liminal.local Message-ID: <557811B0.2060105@FreeBSD.org> Date: Wed, 10 Jun 2015 06:30:08 -0400 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Problem building maildrop with exim as MTA References: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> In-Reply-To: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="oI5QFGaPvIbrQaeFkKpRtN5IUXUS1INbe" X-Virus-Scanned: clamav-milter 0.98.7 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 10:30:44 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --oI5QFGaPvIbrQaeFkKpRtN5IUXUS1INbe Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 09/06/2015 23:59, Jim Trigg wrote: > Any suggestions as to how to fix this? I'm attempting to migrate from > one host running Postfix to a new host running Exim but want to continu= e > my maildrop support. (The switch is an attempt to reduce backscatter by= > doing more antispam during the SMTP session rather than after message > acceptance.) Try using milter-spamass with postfix -- does all the spamassassin checks during the SMTP dialogue. Works for me. Cheers, Matthew --oI5QFGaPvIbrQaeFkKpRtN5IUXUS1INbe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) iQJ8BAEBCgBmBQJVeBG3XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATr80QAI/bNrf+h6qsfma9Mr7cRfgm 22zr/HEU70ZTKo0TNGHSmJW8Ls8YZtJh7ZmXNzeHgEzHCdm4tpmKEaCFAoYITGsm gKXkpKTrMhyvTy38kfnJf5u37W1MLUXIDPkZhhx9qkKqcSnLeNeGMMTj6FcSW4np oeWE6WkFcKrEuM3fCnz6jTrwMKbuuTwev94D+hyP/1frUuu6l5+g3RtLrMOYmN/m b6IFUawckvxgatJ0o8QBOtQneuenfrqNn2JKR0hCOy6R3scxdMJNeXi35Gc58e6a +E7u+tnJV/oSy7+rxUQDX11BKWBNu7YBdKMlerXELRRgtGwqdQS/05DiN72Jqv7v 4L63T35DLqmBzsebMNdBxx43hCwzPW4nF0s3Gl6ps1OxS6XC2MgnwgcYG7q8B8pv I2S0I4RMs+HDkZCl39LaHkuNe0dH0yy2kbZkR7IEfW2yIqIi/X2gWPztM/XIZssy uflSqzLZRsgV7XiRuPiXFSYI5gqSP2CA6Khfz9sfPasgP12rV/s/ebap0E9j179A VKM5Ji1J2ZTKBIf/N8akHLSzqZCp11oqjjZWXDxAEXrD/peKcwjtouHEGD7JI8FE HbWtqie1bJX9tA/4K0/T0nvoTkhH7LqyUkbHM8e5AvN3MmLK4cyIoqzGX7wkxaff 5pXpXmHHPXfxdIfJZb5X =Vjfe -----END PGP SIGNATURE----- --oI5QFGaPvIbrQaeFkKpRtN5IUXUS1INbe-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 11:17:19 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D13DD60C for ; Wed, 10 Jun 2015 11:17:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (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 9F95B1E28 for ; Wed, 10 Jun 2015 11:17:19 +0000 (UTC) (envelope-from koobs.freebsd@gmail.com) Received: by pdbki1 with SMTP id ki1so35858141pdb.1 for ; Wed, 10 Jun 2015 04:17:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:reply-to:subject:references:to:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=SRkfCy03aeiu0f+rjse5mVDra4d5cx1+JKbSebEyyYs=; b=bgsTET8xFyiTsDoWIPC9x7JboRd8bpQh//BHYKAbwAjs0K219QX7IUeqXKU5rJW/hW 3220lYDlURRxfcue4pf9Mk4zYuFCu8IAxKptRXeZGWT/eH71eg44ujhOPjcuOwKRkR2n f8TWBjs1hlRgybBAnepmeWTabsBMrJO6KIDdTJ9/e0rmuImFm49DrGbLq0Wr7x7z6Hqz jVu4Ja/ywYPBudYrubMv7mRddznYvg16zpaU4W60UWHpjJEoFzy63xrQQm9vqmIr6c+v GM/aLqBFgVwkfw5CHOEau4LX72DgchrpuFO+XQrYP3A/vnLA44fR/KLzi1noDIGK7Xnc UMmw== X-Received: by 10.66.165.67 with SMTP id yw3mr4898001pab.95.1433935039163; Wed, 10 Jun 2015 04:17:19 -0700 (PDT) Received: from [192.168.1.104] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id v4sm8342583pbs.0.2015.06.10.04.17.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jun 2015 04:17:18 -0700 (PDT) Sender: Kubilay Kocak Reply-To: koobs@FreeBSD.org Subject: Re: FreeBSD Port: security/samhain References: <57FFF68D-CB11-473F-9BDD-A55C5F42CBC4@gmail.com> <20150610101134.GG57015@e-new.0x20.net> To: Lars Engels Cc: Ryder Dain , ports@FreeBSD.org From: Kubilay Kocak Message-ID: <55781CB5.9000707@FreeBSD.org> Date: Wed, 10 Jun 2015 21:17:09 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0 MIME-Version: 1.0 In-Reply-To: <20150610101134.GG57015@e-new.0x20.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 11:17:19 -0000 On 10/06/2015 8:11 PM, Lars Engels wrote: > On Wed, Jun 10, 2015 at 11:59:02AM +0200, Ryder Dain wrote: >> Hello, >> >> I’d really like to see this port returned to the tree, updated and >> packaged for use. It’s currently at 3.1.6, now builds with clang, and >> needs only a couple tweaks to make it FreeBSD-friendly. >> >> Is there any chance this can happen? I’d be more than happy to take >> over port maintenance. >> > > Yes, please send patches for an updated version. > We found Ryder lost in #FreeBSD (freenode). He is now *found* and in the capable hands of #freebsd-ports brushing up on reviving a port via svn :) Koobs From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 12:05:08 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F19162C9; Wed, 10 Jun 2015 12:05:07 +0000 (UTC) (envelope-from zoon01@nas4free.org) Received: from delivery.mailspamprotection.com (delivery.mailspamprotection.com [96.127.176.253]) (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 9B5351A8D; Wed, 10 Jun 2015 12:05:06 +0000 (UTC) (envelope-from zoon01@nas4free.org) Received: from ns1.am5.siteground.biz ([181.224.133.24] helo=serv01.am5.siteground.biz) by se3.mailspamprotection.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1Z2eka-0000cm-Fv; Wed, 10 Jun 2015 07:05:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=nas4free.org; s=dkim; h=Content-Type:MIME-Version:Message-ID:Date:Subject:Cc:To:From; bh=chtushntZczxIXa+QrqWOwUFrV0hh96nAyXQ426aMlQ=; b=v/yhCv7rao7F2Pbd/XVJ+TCpHc9J/8pZzfr3f2u5Kkjat7cYC+kILvFPk7QAPieLNKyOTxSpK/BWMKeCEI7C00xe9asz/lwNJeO8fIbBaZm6L9wRf+8Bg+lxHbUlt1xErKa7dICCcDbxsprdikcCi97X9DUtOqfX1YHeXiMX8uc=; Received: from [94.211.250.49] (port=54281 helo=PC01) by serv01.am5.siteground.biz with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1Z2eke-0006Ax-EF; Wed, 10 Jun 2015 07:05:00 -0500 From: "zoon01" To: Cc: Subject: FreeBSD Port: proftpd-1.3.5_7 upgrade to 1.3.5a Date: Wed, 10 Jun 2015 14:04:47 +0200 Message-ID: <000301d0a375$a6806d80$f3814880$@nas4free.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0004_01D0A386.6A0A00D0" X-Mailer: Microsoft Outlook 14.0 Thread-Index: AdCjdR6Cei+UQczdQRmkZcmpunrNSw== Content-Language: nl X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serv01.am5.siteground.biz X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - nas4free.org X-Get-Message-Sender-Via: serv01.am5.siteground.biz: none X-Filter-ID: s0sct1PQhAABKnZB5plbIVqa5c0N9B9MQfEPtZGCWS6fNqR1UXuTVU1LTEFBiMjf26IlzXkBXaQC rbm9oXFH0Q9PO9mpCIQQ14Yu1hJm+CkHZZkul6bjkOKUXRvBn0RoGB5uiHfQnMemjq8eAJJqE5Eb szbGLpizdEjlpx00khKyt4NyOYufVYi1VTRcPrDoT4ef15TRu8Md+BSrlVaUD1z1pRXWhjh9fdbl 44I0Df2mhYMp4AmKunbMef413ISfCQeE3pNGVga/McZPeWwTqcgg/BTQdyv+mlK2aB4XoSnRA+kJ Q5wMpUj3D781oGvPPBfyCUQPGRfAuQJyQcUhQ7yf3cXNu6nUVBjMIUudpH0OGVLjeD5ZWAfnlN78 5CDX17Mg4Qu5lHMWiLI8eRoRhhHYAT89absO0uTz9vB5pnFV6p+cIbpBYYenklFJmp3yeH8J82tA Izhd19WZU+y/xRz9D+/9oSt5jUrIaWXjdPQuCYdI1REgoRzbCjjCxpVxpUbMVL/MPQ5KIC1E69+U PA7knaJOHXyb74CkvMRWnDtpJ/zI8HkftrZs1+HkHGDY2VQ/3UPKe8MthXjq74VAibe7VVArGTVw BeTBMuu2CWeMyGnDIpSchlco6RIDoNg/DKaXbglX/ovZpOVspMK7T9sVGFNZAjusiKtgaZUlJ/6j fwEThRAIabP78NKhUoujHeLrMJk3RWPftFyCF9ezZTENrsYSLVMYYAZER8x+kbn2OKHH5lr9xXvS M4nM3avg X-Report-Abuse-To: spam@quarantine.mailspamprotection.com X-Filter-Fingerprint: IFrWXGses7OKB5S5G8/dJb0kolOUiviGeQyDsBgQ6PBA3cTUQ1R++keuE7RDJ8Kg3RbMLUalw1oC mj99/u+Poh38tEMU4IgC4sNz49qn3HHnhRv/ZJ3kEy8bfiAr+Fb/UpndEJ0YoaLytXXo8BMTaX2p Mk7LBarWD9Fj4R3eIu5amSKkALoA6KDzkQ8jq89Qglr+eUaqsXi6ilYykBRNmy1w3rhXI7ypWHcC zReLskSoC1jzfYuYzO5TaopJL1l0EkXKTCB9mgAH2nNvM1GFDcH5C2MO7hTENZJE35bUvwA= X-Originating-IP: 181.224.133.24 X-SpamExperts-Domain: am5.siteground.biz X-SpamExperts-Username: 181.224.133.24 Authentication-Results: mailspamprotection.com; auth=pass smtp.auth=181.224.133.24@am5.siteground.biz X-SpamExperts-Outgoing-Class: ham X-SpamExperts-Outgoing-Evidence: Combined (0.08) X-Recommended-Action: accept X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 12:05:08 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, Include files for port upgrade of proftpd to version 1.3.5a In folder Files: Those Patches: patch-src_proftpd.8.in patch-CVE-2015-3306 can removed That's it :) ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="extra-patch-8-src-fsio.c" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="extra-patch-8-src-fsio.c" --- src/fsio.c.orig 2010-04-12 21:00:00.000000000 +0200=0A= +++ src/fsio.c 2011-12-29 21:51:33.844925577 +0200=0A= @@ -50,6 +50,10 @@=0A= # include =0A= #endif=0A= =0A= +#if defined(__FreeBSD__)=0A= +#include =0A= +#endif=0A= +=0A= typedef struct fsopendir fsopendir_t;=0A= =0A= struct fsopendir {=0A= @@ -284,7 +288,30 @@=0A= #endif=0A= }=0A= =0A= +#if defined(__FreeBSD__)=0A= +static int=0A= +enter_freebsd_restricted_mode()=0A= +{=0A= + typedef void frmode_t();=0A= + frmode_t *frmode;=0A= +=0A= + frmode =3D (frmode_t *)dlfunc(=0A= + RTLD_NEXT, "__FreeBSD_libc_enter_restricted_mode");=0A= + if (frmode =3D=3D NULL) {=0A= + pr_log_pri(PR_LOG_ERR,=0A= + "error: FreeBSD with vulnerable chroot = (FreeBSD-SA-11:07.chroot)");=0A= + return 1;=0A= + }=0A= + frmode();=0A= + return 0;=0A= +}=0A= +#endif=0A= +=0A= static int sys_chroot(pr_fs_t *fs, const char *path) {=0A= +#if defined(__FreeBSD__)=0A= + if (enter_freebsd_restricted_mode() !=3D 0)=0A= + return -1;=0A= +#endif=0A= if (chroot(path) < 0)=0A= return -1;=0A= =0A= ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="extra-patch-modules_mod_xfer.c" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="extra-patch-modules_mod_xfer.c" --- modules/mod_xfer.c.orig 2015-05-28 02:25:54.000000000 +0200=0A= +++ modules/mod_xfer.c 2015-06-10 08:47:38.000000000 +0200=0A= @@ -43,6 +43,8 @@=0A= # define PRIO_MAX 20=0A= #endif=0A= =0A= +#include "mod_clamav.h"=0A= +=0A= extern module auth_module;=0A= extern pid_t mpid;=0A= =0A= @@ -1838,6 +1840,11 @@=0A= return PR_ERROR(cmd);=0A= }=0A= =0A= + if (clamav_scan(cmd)) {=0A= + pr_data_close(FALSE);=0A= + return PR_ERROR(cmd);=0A= + }=0A= +=0A= if (session.xfer.path &&=0A= session.xfer.path_hidden) {=0A= if (pr_fsio_rename(session.xfer.path_hidden, session.xfer.path) = !=3D 0) {=0A= ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="patch-contrib-mod_sftp-Makefile.in" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-contrib-mod_sftp-Makefile.in" --- contrib/mod_sftp/Makefile.in.orig 2015-05-28 02:25:54.000000000 +0200=0A= +++ contrib/mod_sftp/Makefile.in 2015-06-10 09:00:47.000000000 +0200=0A= @@ -46,8 +46,9 @@=0A= fi=0A= =0A= install-misc:=0A= - $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 dhparams.pem = $(DESTDIR)$(sysconfdir)/dhparams.pem =0A= - $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 = blacklist.dat $(DESTDIR)$(sysconfdir)/blacklist.dat=0A= + $(INSTALL) -d -m 0755 $(DESTDIR)$(sysconfdir)/proftpd=0A= + $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 dhparams.pem = $(DESTDIR)$(sysconfdir)/proftpd/dhparams.pem.sample=0A= + $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 = blacklist.dat $(DESTDIR)$(sysconfdir)/proftpd/blacklist.dat.sample=0A= =0A= clean:=0A= $(LIBTOOL) --mode=3Dclean $(RM) $(MODULE_NAME).a $(MODULE_NAME).la *.o = *.lo .libs/*.o=0A= ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Disposition: attachment; filename="patch-doc__Configuration.html" MIME-Version: 1.0 Content-Type: text/plain; name="patch-doc__Configuration.html" --- doc/Configuration.html.orig 2015-05-28 02:25:54.000000000 +0200 +++ doc/Configuration.html 2015-06-10 11:08:29.000000000 +0200 @@ -4359,7 +4359,7 @@ > ftp ftpd ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="patch-sample-configurations_basic.conf" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="patch-sample-configurations_basic.conf" --- sample-configurations/basic.conf.orig 2015-05-28 02:25:54.000000000 = +0200=0A= +++ sample-configurations/basic.conf 2015-06-10 10:56:36.000000000 +0200=0A= @@ -1,3 +1,7 @@=0A= +#=0A= +# For more information about Proftpd configuration=0A= +# see http://www.proftpd.org/=0A= +#=0A= # This is a basic ProFTPD configuration file (rename it to =0A= # 'proftpd.conf' for actual use. It establishes a single server=0A= # and a single anonymous login. It assumes that you have a user/group=0A= @@ -6,12 +10,13 @@=0A= ServerName "ProFTPD Default Installation"=0A= ServerType standalone=0A= DefaultServer on=0A= +ScoreboardFile /var/run/proftpd/proftpd.scoreboard=0A= =0A= # Port 21 is the standard FTP port.=0A= Port 21=0A= =0A= -# Don't use IPv6 support by default.=0A= -UseIPv6 off=0A= +# Use IPv6 support by default.=0A= +UseIPv6=0A= =0A= # Umask 022 is a good standard umask to prevent new dirs and files=0A= # from being group and world writable.=0A= @@ -25,6 +30,8 @@=0A= # (such as xinetd).=0A= MaxInstances 30=0A= =0A= +CommandBufferSize 512=0A= +=0A= # Set the user and group under which the server will run.=0A= User nobody=0A= Group nogroup=0A= @@ -43,23 +50,30 @@=0A= =0A= # A basic anonymous configuration, no upload directories. If you do not=0A= # want anonymous users, simply delete this entire section.=0A= -=0A= - User ftp=0A= - Group ftp=0A= -=0A= - # We want clients to be able to login with "anonymous" as well as = "ftp"=0A= - UserAlias anonymous ftp=0A= -=0A= - # Limit the maximum number of anonymous logins=0A= - MaxClients 10=0A= -=0A= - # We want 'welcome.msg' displayed at login, and '.message' displayed=0A= - # in each newly chdired directory.=0A= - DisplayLogin welcome.msg=0A= - DisplayChdir .message=0A= -=0A= - # Limit WRITE everywhere in the anonymous chroot=0A= - =0A= - DenyAll=0A= - =0A= -=0A= +=0A= +########################################################################= #=0A= +# = #=0A= +# Uncomment lines with only one # to allow basic anonymous access = #=0A= +# = #=0A= +########################################################################= #=0A= +=0A= +#=0A= +# User ftp=0A= +# Group ftp=0A= +=0A= + ### We want clients to be able to login with "anonymous" as well as = "ftp"=0A= + # UserAlias anonymous ftp=0A= +=0A= + ### Limit the maximum number of anonymous logins=0A= + # MaxClients 10=0A= +=0A= + ### We want 'welcome.msg' displayed at login, and '.message' displayed=0A= + ### in each newly chdired directory.=0A= + # DisplayLogin welcome.msg=0A= + # DisplayFirstChdir .message=0A= +=0A= + ### Limit WRITE everywhere in the anonymous chroot=0A= + # =0A= + # DenyAll=0A= + # =0A= +#=0A= ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="proftpd.in" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="proftpd.in" #!/bin/sh=0A= #=0A= # $FreeBSD: head/ftp/proftpd/files/proftpd.in 378282 2015-02-01 = 22:25:50Z mm $=0A= #=0A= =0A= # PROVIDE: proftpd=0A= # REQUIRE: DAEMON=0A= # BEFORE: LOGIN=0A= # KEYWORD: shutdown=0A= =0A= #=0A= # Add the following lines to /etc/rc.conf to enable proftpd:=0A= #=0A= # proftpd_enable=3D"YES"=0A= # proftpd_flags=3D""=0A= #=0A= # See proftpd(8) for flags=0A= #=0A= =0A= . /etc/rc.subr=0A= =0A= name=3Dproftpd=0A= rcvar=3Dproftpd_enable=0A= =0A= load_rc_config $name=0A= =0A= : ${proftpd_enable:=3D"NO"}=0A= : ${proftpd_config:=3D"%%PREFIX%%/etc/proftpd.conf"}=0A= =0A= command=3D%%PREFIX%%/sbin/proftpd=0A= command_args=3D"-c ${proftpd_config}"=0A= pidfile=3D$(grep PidFile ${proftpd_config} | awk '{print($2)}')=0A= required_files=3D${proftpd_config}=0A= =0A= extra_commands=3D"reload"=0A= stop_postcmd=3Dstop_postcmd=0A= stop_postcmd()=0A= {=0A= rm -f $pidfile=0A= }=0A= =0A= run_rc_command "$1"=0A= ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="distinfo" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="distinfo" SHA256 (proftpd-1.3.5a.tar.gz) =3D = a1f48df8539c414ec56e0cea63dcf4b8e16e606c05f10156f030a4a67fae5696=0A= SIZE (proftpd-1.3.5a.tar.gz) =3D 29988477 ------=_NextPart_000_0004_01D0A386.6A0A00D0 Content-Type: application/octet-stream; name="Makefile" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="Makefile" # Created by: Stephane Legrand=0A= # $FreeBSD$=0A= =0A= PORTNAME?=3D proftpd=0A= .if !defined(DISTVERSION)=0A= PORTVERSION?=3D ${PROFTPD_VERSION}=0A= .endif=0A= PORTREVISION?=3D 8=0A= CATEGORIES?=3D ftp=0A= MASTER_SITES=3D ftp://ftp.proftpd.org/distrib/source/ \=0A= https://github.com/downloads/proftpd/proftpd.github.com/ \=0A= ftp://ftpmirror.uk/ftp.proftpd.org/distrib/source/ \=0A= http://www.mirrorservice.org/sites/ftp.proftpd.org/distrib/source/=0A= .if defined(_BUILDING_PROFTPD_MODULE)=0A= DISTNAME=3D proftpd-${PROFTPD_VERSION}=0A= .endif=0A= =0A= MAINTAINER?=3D mm@FreeBSD.org=0A= COMMENT?=3D Highly configurable FTP daemon=0A= =0A= LICENSE?=3D GPLv2=0A= LICENSE_FILE?=3D ${WRKSRC}/COPYING=0A= =0A= .if defined(_BUILDING_PROFTPD_MODULE)=0A= BUILD_DEPENDS+=3D ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd=0A= RUN_DEPENDS+=3D ${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd=0A= .endif=0A= =0A= PROFTPD_VERSION=3D 1.3.5a=0A= =0A= .if defined(_BUILDING_PROFTPD_MODULE)=0A= DISTFILES+=3D ${DISTNAME}${EXTRACT_SUFX}=0A= EXTRACT_ONLY+=3D ${DISTNAME}${EXTRACT_SUFX}=0A= WRKSRC=3D ${WRKDIR}/proftpd-${PROFTPD_VERSION}=0A= . if defined(_PROFTPD_MODULE_EXTRACT_ONLY)=0A= EXTRACT_ONLY+=3D ${_PROFTPD_MODULE_EXTRACT_ONLY}=0A= . endif=0A= . if defined(_PROFTPD_MODULE_DISTFILES)=0A= DISTFILES+=3D ${_PROFTPD_MODULE_DISTFILES}=0A= . endif=0A= . if defined(_PROFTPD_MODULE_MASTER_SITES)=0A= MASTER_SITES+=3D ${_PROFTPD_MODULE_MASTER_SITES}=0A= . endif=0A= .endif=0A= =0A= .if !defined(_BUILDING_PROFTPD_MODULE)=0A= PORTDOCS=3D *=0A= .endif=0A= =0A= MAKE_JOBS_UNSAFE=3D yes=0A= USES+=3D cpe gmake libtool=0A= USE_AUTOTOOLS=3D autoconf=0A= GNU_CONFIGURE=3D yes=0A= =0A= .if !defined(_BUILDING_PROFTPD_MODULE)=0A= USE_OPENSSL=3D yes=0A= USE_RC_SUBR=3D proftpd=0A= .endif=0A= =0A= LOCALSTATEDIR?=3D /var/run=0A= =0A= CONFIGURE_ARGS=3D--localstatedir=3D${LOCALSTATEDIR} \=0A= --libexecdir=3D${PREFIX}/libexec/proftpd \=0A= --with-pkgconfig=3Dlibdata/pkgconfig \=0A= --sysconfdir=3D${PREFIX}/etc \=0A= --enable-ctrls \=0A= --enable-dso \=0A= --disable-sendfile=0A= =0A= CONFIGURE_ENV+=3D install_user=3D`${ID} -u` \=0A= install_group=3D`${ID} -g`=0A= =0A= .if defined(_BUILDING_PROFTPD_MODULE)=0A= MODULES=3D ${_BUILDING_PROFTPD_MODULE}=0A= .for m in ${MODULES}=0A= __MODULES:=3D${__MODULES}:${m}=0A= .endfor=0A= CONFIGURE_ARGS+=3D --with-shared=3D${__MODULES:C/^://g}=0A= INCLUDEDIRS:=3D${INCLUDEDIRS}:${LOCALBASE}/include/proftpd=0A= ALL_TARGET=3D shared=0A= BUILD_WRKSRC=3D ${WRKSRC}/modules=0A= INSTALL_WRKSRC=3D ${WRKSRC}/modules=0A= PLIST=3D ${WRKDIR}/PLIST=0A= .for m in ${MODULES}=0A= PLIST_FILES+=3D libexec/proftpd/${m}.a \=0A= libexec/proftpd/${m}.so=0A= .endfor=0A= .else=0A= OPTIONS_DEFINE=3D DOCS HTMLDOCS IPV6 NLS MEMCACHE PCRE=0A= OPTIONS_DEFAULT=3D IPV6 NLS PCRE=0A= =0A= HTMLDOCS_DESC=3D Include HTML documentation=0A= MEMCACHE_DESC=3D Memcache support using libmemcached=0A= =0A= PLIST_SUB+=3D LOCALSTATEDIR=3D"${LOCALSTATEDIR}"=0A= =0A= .endif #!defined(_BUILDING_PROFTPD_MODULE)=0A= =0A= .include =0A= =0A= .if !defined(_BUILDING_PROFTPD_MODULE)=0A= CPPFLAGS+=3D -DHAVE_OPENSSL -I${OPENSSLINC}=0A= LIBS+=3D -lssl -lcrypto -L${OPENSSLLIB}=0A= LDFLAGS+=3D -lpthread=0A= .endif=0A= =0A= .if !defined(_BUILDING_PROFTPD_MODULE)=0A= LIBDIRS?=3D ${LOCALBASE}/lib=0A= INCLUDEDIRS?=3D ${LOCALBASE}/include=0A= =0A= # Always built modules=0A= MODULES+=3D mod_ban \=0A= mod_copy \=0A= mod_ctrls_admin \=0A= mod_deflate \=0A= mod_dnsbl \=0A= mod_dynmasq \=0A= mod_exec \=0A= mod_ifsession \=0A= mod_ifversion \=0A= mod_qos \=0A= mod_quotatab \=0A= mod_quotatab_file \=0A= mod_quotatab_radius \=0A= mod_quotatab_sql \=0A= mod_radius \=0A= mod_ratio \=0A= mod_readme \=0A= mod_rewrite \=0A= mod_sftp \=0A= mod_sftp_pam \=0A= mod_sftp_sql \=0A= mod_shaper \=0A= mod_site_misc \=0A= mod_snmp \=0A= mod_sql \=0A= mod_sql_passwd \=0A= mod_tls \=0A= mod_tls_shmcache \=0A= mod_unique_id \=0A= mod_wrap2 \=0A= mod_wrap2_file \=0A= mod_wrap2_sql=0A= =0A= .if ${PORT_OPTIONS:MIPV6}=0A= CONFIGURE_ARGS+=3D --enable-ipv6=0A= .else=0A= CONFIGURE_ARGS+=3D --disable-ipv6=0A= .endif=0A= =0A= .if ${PORT_OPTIONS:MNLS}=0A= CONFIGURE_ARGS+=3D --enable-nls=0A= USES+=3D gettext iconv=0A= PLIST_SUB+=3D NLS=3D""=0A= .else=0A= PLIST_SUB+=3D NLS=3D"@comment "=0A= .endif=0A= =0A= .if ${PORT_OPTIONS:MPCRE}=0A= LIB_DEPENDS+=3D libpcre.so:${PORTSDIR}/devel/pcre=0A= CONFIGURE_ARGS+=3D --enable-pcre=0A= .else=0A= CONFIGURE_ARGS+=3D --disable-pcre=0A= .endif=0A= =0A= .if ${PORT_OPTIONS:MMEMCACHE}=0A= MODULES+=3D mod_memcache \=0A= mod_tls_memcache=0A= LIB_DEPENDS+=3D libmemcached.so:${PORTSDIR}/databases/libmemcached=0A= CONFIGURE_ARGS+=3D --enable-memcache=0A= LIBS+=3D -L${LOCALBASE}/lib -lmemcached -lmemcachedutil=0A= PLIST_SUB+=3D MEMCACHE=3D""=0A= .else=0A= CONFIGURE_ARGS+=3D --disable-memcache=0A= PLIST_SUB+=3D MEMCACHE=3D"@comment "=0A= .endif=0A= =0A= # Generate modules configuration string=0A= .for m in ${MODULES}=0A= _MODULES:=3D${_MODULES}:${m}=0A= .endfor=0A= =0A= # Keep this here below, in case similar constructs need to be made=0A= CONFIGURE_ARGS+=3D --with-shared=3D${_MODULES:C/^://g}=0A= =0A= .endif #!defined(_BUILDING_PROFTPD_MODULE)=0A= =0A= CONFIGURE_ARGS+=3D --with-includes=3D${INCLUDEDIRS}=0A= CONFIGURE_ARGS+=3D --with-libraries=3D${LIBDIRS}=0A= =0A= .include =0A= =0A= .if !defined(_BUILDING_PROFTPD_MODULE)=0A= =0A= .if empty(ICONV_LIB)=0A= CONFIGURE_ARGS+=3D ac_cv_lib_iconv_iconv_open=3Dno \=0A= ac_cv_lib_iconv_libiconv_open=3Dno=0A= .endif=0A= =0A= post-patch:=0A= @${REINPLACE_CMD} -e 's|proftpd\.conf |proftpd.conf.sample |g' = ${WRKSRC}/Makefile.in=0A= =0A= pre-configure:=0A= @${ECHO_MSG} "=3D=3D> Configuring with following modules:"=0A= @${ECHO_MSG} "${MODULES:C/^://g}"=0A= =0A= post-configure:=0A= ${REINPLACE_CMD} -e 's: -lnsl::' ${WRKSRC}/Make.rules=0A= ${REINPLACE_CMD} -e 's:/usr/sbin:${PREFIX}/sbin:' \=0A= -e 's:/usr/bin:${PREFIX}/bin:' \=0A= ${WRKSRC}/src/proftpd.8 ${WRKSRC}/utils/ftpshut.8 \=0A= ${WRKSRC}/utils/ftpcount.1=0A= =0A= .endif #!defined(_BUILDING_PROFTPD_MODULE)=0A= =0A= .if defined(_BUILDING_PROFTPD_MODULE)=0A= pre-build:=0A= @cd ${WRKSRC} && ${MAKE} include/buildstamp.h=0A= =0A= pre-install:=0A= @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/proftpd=0A= =0A= .else=0A= post-install:=0A= @${MKDIR} ${STAGEDIR}/var/run/proftpd=0A= .if ${PORT_OPTIONS:MDOCS}=0A= @${INSTALL} -d ${STAGEDIR}${DOCSDIR}=0A= @cd ${WRKSRC} && ${CP} README* RELEASE_NOTES ${STAGEDIR}${DOCSDIR}=0A= @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} license.txt ${STAGEDIR}${DOCSDIR}=0A= . if ${PORT_OPTIONS:MHTMLDOCS}=0A= @${INSTALL} -d ${STAGEDIR}${DOCSDIR}/html=0A= @cd ${WRKSRC}/doc/ && ${INSTALL_DATA} Configuration.html faq.html = ${STAGEDIR}${DOCSDIR}/html=0A= @${CP} -RP ${WRKSRC}/doc/contrib ${STAGEDIR}${DOCSDIR}/html/contrib=0A= @${CP} -RP ${WRKSRC}/doc/modules ${STAGEDIR}${DOCSDIR}/html/modules=0A= @${CP} -RP ${WRKSRC}/doc/howto ${STAGEDIR}${DOCSDIR}/html/howto=0A= . endif=0A= .endif=0A= @${INSTALL_MAN} ${WRKSRC}/src/ftpdctl.8 = ${STAGEDIR}${MAN8PREFIX}/man/man8/=0A= .endif #!defined(_BUILDING_PROFTPD_MODULE)=0A= =0A= .include =0A= ------=_NextPart_000_0004_01D0A386.6A0A00D0-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 12:42:24 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BB432BD; Wed, 10 Jun 2015 12:42:24 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 213EE167C; Wed, 10 Jun 2015 12:42:24 +0000 (UTC) (envelope-from ler@lerctr.org) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=0O5QrQpKm0ZG5SkQv7rRnxB3LzQtZ4vbFS/dTLpAb3I=; b=PxWn46EOKfqfR9t4psa3QjX9nr1hxBDTD8Qwhc62hvK6pypHBfyZNQ2+toHqmCicIXvSnahNsgOISJ2PobFzv+3yOsziznwFUtjXhbTn/WjtSyrXeHMYfVqaTW3JNoJvcYfw6d5P2xb3KA/UtXCiljYdDfDPndO5BFRXa1eAWo0=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:37164 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z2fKo-000I1F-Ud; Wed, 10 Jun 2015 07:42:23 -0500 Received: from 104-54-221-134.lightspeed.austtx.sbcglobal.net ([104.54.221.134]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Wed, 10 Jun 2015 07:42:22 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 10 Jun 2015 07:42:22 -0500 From: Larry Rosenman To: koobs@freebsd.org Cc: Freebsd ports , Kubilay Kocak Subject: Re: BZ https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 In-Reply-To: <5577A23C.10404@FreeBSD.org> References: <5577A23C.10404@FreeBSD.org> Message-ID: <45fc4879c0949487b93a9596f222e130@thebighonker.lerctr.org> X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.1.1 X-Spam-Score: -1.0 (-) X-LERCTR-Spam-Score: -1.0 (-) X-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 X-LERCTR-Spam-Report: SpamScore (-1.0/5.0) ALL_TRUSTED=-1, SHORTCIRCUIT=-0.0001 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 12:42:24 -0000 On 2015-06-09 21:34, Kubilay Kocak wrote: > On 10/06/2015 2:47 AM, Larry Rosenman wrote: >> Can someone look at >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200716 >> >> It's a simple patch to pet portlint (adding LICENSE_* stuff0. >> >> >> > > Hi Larry, > > Issue has been triaged, please add QA results so it can be marked > patch-ready :) Done -- one tab fixed, and portlint/poudriere output attached. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: ler@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688 From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 14:37:20 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53337999 for ; Wed, 10 Jun 2015 14:37:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A4D9175A for ; Wed, 10 Jun 2015 14:37:20 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 394A7BDC2E; Wed, 10 Jun 2015 16:37:16 +0200 (CEST) Received: from atuin.in.mat.cc (unknown [137.122.64.40]) by prod2.absolight.net (Postfix) with ESMTPA id 04123BDC1F; Wed, 10 Jun 2015 16:37:16 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id DAED4377B579; Wed, 10 Jun 2015 10:37:14 -0400 (EDT) Date: Wed, 10 Jun 2015 10:37:14 +0200 From: Mathieu Arnold To: Cy Schubert , freebsd-ports@freebsd.org Subject: Re: Message-ID: In-Reply-To: <201506100340.t5A3e5no031034@slippy.cwsent.com> References: <201506100340.t5A3e5no031034@slippy.cwsent.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========EEB9C30D91D8CFDBD6C9==========" X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 14:37:20 -0000 --==========EEB9C30D91D8CFDBD6C9========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--On 9 juin 2015 20:40:05 -0700 Cy Schubert wrote: | HI, | | How would one go about cross compiling ports? Specifically I need to run | make configure for ntp for each supported architecture. Googling, I found | some doc here, | http://ray-freebsd.blogspot.ca/2011/09/cross-compiling-ports- | for-freebsd.html, however it fails because it cannot find crt1.o. | | Is there a way to tell ld(1) where crt1.o is? | | Is there a documented or supported approach to cross-build ports without | completely configuring pourdiere for each architecture? Using poudriere is the documented way, it'll even go and use qemu to make arm and mips work. -- Mathieu Arnold --==========EEB9C30D91D8CFDBD6C9========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVeEuaXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IwB0QAJzEJXW3syeleH8jhut1bQTW W8TSSX1zxLh2HNGSoZouPffIsIsmkGgvZIvcXr9Y0K+ScUAXf9SCuR0NOhGcduha AQT6vYuW0eWLbc+xlYv3FVt0IM1umJJvAFE2lFyHfxfYafVGM6aNR35KVeedpQvh iObwPSOyaxSWUyDVlIuHFZn2srwgQmAeVZnfhYjAsTONbNK1UndcZt6UcAycZq9Z KBXY1mqDXPqcOoNgSEARmiqlKLgrwjizEAe8jd9TSmfEy2ZM+gfo0e2ADdfZb//W ZKbnWBjWCsh2teipwFPAl90Cf2tMt7V/vAVIw8/qBMumVDLrdahDseNlqcyPek3f 8+oG3NgeDHwrtQHwJ1IYWoKhB1OzCGOLvWCPZ+80P9G2xqw5sErZYROkU2NtwW+x 4mWbI6pT4MaDWDSlaYts7avXRaaWb0sEuRHS/NT6VYRlqaXU0WKhCaIOfxIyLjvw rVY2GuKa4qXoXo2SCc9AtED5RTAKAuVqflbO3ojzqrpqSxmBoZdyerqjuox30jye Z3RFo4A0c+5ay5TjtJCMyqsv1FfSbor01XVHuhqssXLHlWDj8RNKsa0dwjQtf7gU zZrYE3+xNiGiOrqYj32h0HONedW6vZ4awez1IZJCQAaQgmgq6XeVIwus/G1RvmES opQAZp9FxE8Voopv4FC5 =RPby -----END PGP SIGNATURE----- --==========EEB9C30D91D8CFDBD6C9==========-- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 19:48:26 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FBB76AF for ; Wed, 10 Jun 2015 19:48:26 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC3S27.hotmail.com (blu004-omc3s27.hotmail.com [65.55.116.102]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.hotmail.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C4161C13 for ; Wed, 10 Jun 2015 19:48:25 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP205 ([65.55.116.74]) by BLU004-OMC3S27.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 10 Jun 2015 12:45:49 -0700 X-TMN: [cM5X/jTaFjk9URlV29EzxA5S+mc5ukPh] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Wed, 10 Jun 2015 15:45:47 -0400 From: Carmel NY To: FreeBSD Ports Subject: Re: Problem building maildrop with exim as MTA In-Reply-To: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> References: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 10 Jun 2015 19:45:48.0444 (UTC) FILETIME=[0C987DC0:01D0A3B6] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 19:48:26 -0000 On Tue, 09 Jun 2015 23:59:29 -0400, Jim Trigg stated: >Any suggestions as to how to fix this? I'm attempting to migrate from >one host running Postfix to a new host running Exim but want to continue >my maildrop support. (The switch is an attempt to reduce backscatter by >doing more antispam during the SMTP session rather than after message >acceptance.) I have a question regarding "backscatter". Why are you accepting mail for non existent clients? -- Carmel From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 20:20:18 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D72C36D7 for ; Wed, 10 Jun 2015 20:20:18 +0000 (UTC) (envelope-from dreamx@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 68E78157F for ; Wed, 10 Jun 2015 20:20:18 +0000 (UTC) (envelope-from dreamx@gmx.de) Received: from [192.168.1.11] ([94.53.216.74]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0M2L2a-1ZLPlD2esW-00s56U for ; Wed, 10 Jun 2015 22:20:15 +0200 Message-ID: <55789BD8.8040008@gmx.de> Date: Wed, 10 Jun 2015 23:19:36 +0300 From: Horatiu MOLDOVAN User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: FreeBSD ports Subject: net/samba4* build dependencies Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:LLxCjPEE/6uqCz+R0wKNqXLnszvWeF8ypgrts4nW7OrniHAFyx5 ibghDDAJYschSZuLQab1mfMSM8P39AIoPLnZQah80dEIXzdRs0PVAprg13dasYGamFsKk0B 5aLhKZdCXTILlM0Zaz8ZwuCuGUkGLMtQ/JR4eXe1szvHd7fs3k/pVLqmOIwK3+3cR0zfBB0 qzvIHzPhc9awYiGmP8kuA== X-UI-Out-Filterresults: notjunk:1;V01:K0:xBfA7BoT+yE=:+Nic+RvKSDH65qTEMEwOWN FZqT4fPcGMoeqcPy11r1iCwfdDvbDlsbrsZ3zi68u0WzqYp9qkEyAFMpY+ReJqbOWuHICcsUo OuVaQhLO8/T0xFe/7iawOO0+C6Jm/HgaY8o80tqhi6ufAny1Yj7vUWMH1E/TDJqCflH1XfoiX RXc5YLNGDgxfGDmncJ0GJLMXQodnkkt9Z1aNe8/Q3LEj4zdFW1Ij/3q15SF9+Si0CGm7AgVH8 QHZ+Tfw7Y4gONu8d8vrsxDY37a5M/3q7WP4AT7kIH29OtTjM4pxmJ5I0QGdvWZsIupCfVjGFD y8pMRemhNWjQEkBJlVwtrVEcM9AvMmJbKvt2SZIra64W4JpDEkkSdSKf16E2U8vrENOEOiVqS L91u6HfGMNqI4aG9pKZODaDepJC6Mg1vjT8mWv9CFSGxwRVpDj2j+FBM74orLMhdxjKia37Mg 2IVfaQnuTNIf5DkG/KZ5DFINFMJk7IRkimK3KfwfoSrPdZ0vdkt/ebp87tALIJhOPBtTirVfd lW5bzsLf5W7Ss3NrMVFs19yV/VuA2pF4C/ReA/kjNdA/9PPtu487OlrPoua7Ifnt2nwCu915M z/hRbsbcnyeQLtEcR36vi8SDNBxK/+U5i92fEIQARcmXFvWcUaMJDeSqWUipgP5VQJbx7Pc9r QOgs9ypLVQ79gNjthFl0o2cAbu7dkWIa1gqvOR2/dCi46ATQrQgXIKwP9JdNtUPPT+8E= X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 20:20:18 -0000 Hi, Trying to replace samba 3.6 i've observed some disturbing things on samba 4.x build: - security/cyrus-sasl2, security/libgcrypt and security/gnutls are mandatory lib dependencies - is there a reason to add garbage to the system? - OpenLDAP is built unconditionally regardless of the LDAP option setting - again, is there a reason to add more garbage to the system? not sure why dns/py-dnspython is a build dependency... (Test build options: ACL AIO FAM PTHREADPOOL QUOTAS UTMP) Can someone clarify these? Thank you, --- H. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 20:42:43 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DA244DA; Wed, 10 Jun 2015 20:42:43 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv158.fwdcdn.com (frv158.fwdcdn.com [212.42.77.158]) (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 39BDB1BC8; Wed, 10 Jun 2015 20:42:42 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=x/Vm9Ax62aAA8ihM/vsCRun4v5WZKvgJqhiq4NfMNCE=; b=RjRqZ6Qwa7rZE/yQOnt6uH7ulz7NyMY1F5Hr6X/YIlFSVqWnwxa+qJA30a97CCTwEejgIzRkUkPW4TryPsG5VZlpZHNZBSwn1PaMNlWD7R284+g2EmrxDo8HeBzUTOAGQG9tlXS3cZSR10j0LbB9E9WapQ/hmdHRoMUT5N8tf7U=; Received: from [134.249.91.180] (helo=nonamehost.local) by frv158.fwdcdn.com with esmtpsa ID 1Z2mpb-000K5g-8N ; Wed, 10 Jun 2015 23:42:39 +0300 Date: Wed, 10 Jun 2015 23:42:37 +0300 From: Ivan Klymenko To: Mateusz Guzik Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Mateusz Guzik , ports@FreeBSD.org Subject: Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm Message-ID: <20150610234237.383e4fc1@nonamehost.local> In-Reply-To: <20150610202911.GG23380@dft-labs.eu> References: <201506101048.t5AAmD1O029382@svn.freebsd.org> <20150610214757.59a4b2d0@nonamehost.local> <20150610190925.GD23380@dft-labs.eu> <20150610221317.4b104fbc@nonamehost.local> <20150610192937.GE23380@dft-labs.eu> <20150610230814.3852116f@nonamehost.local> <20150610202911.GG23380@dft-labs.eu> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Authentication-Result: IP=134.249.91.180; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 20:42:43 -0000 Wed, 10 Jun 2015 22:29:11 +0200 Mateusz Guzik =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0=D0= =B2: > On Wed, Jun 10, 2015 at 11:08:14PM +0300, Ivan Klymenko wrote: > > Wed, 10 Jun 2015 21:29:38 +0200 > > Mateusz Guzik =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0=B0= =D0=B2: > >=20 > > > On Wed, Jun 10, 2015 at 10:13:17PM +0300, Ivan Klymenko wrote: > > > > Wed, 10 Jun 2015 21:09:25 +0200 > > > > Mateusz Guzik =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0= =B0=D0=B2: > > > >=20 > > > > > On Wed, Jun 10, 2015 at 09:47:57PM +0300, Ivan Klymenko wrote: > > > > > > Wed, 10 Jun 2015 10:48:13 +0000 (UTC) > > > > > > Mateusz Guzik =D0=BD=D0=B0=D0=BF=D0=B8=D1=81= =D0=B0=D0=B2: > > > > > >=20 > > > > > > > kern_resource.c > > > > > >=20 > > > > > > I get another panic - this time with VirtualBox: > > > > > >=20 > > > >=20 > > > > >=20 > > > > > Have you recompiled the module after you updated the kernel? > > > > >=20 > > > >=20 > > > > Of course. > > > >=20 > > >=20 > > > So how have you patched the source? If you have updated headers in > > > place, the compilation should fail due to parameter type mismatch. > > >=20 > >=20 > > Unfortunately no patches I have, except that r284222 + patch from > > r284226 > >=20 > > > Can you go to the frame with the thread and dump it's content? > >=20 > >=20 > > if I understood correctly > > http://pastebin.com/wim7jM7i >=20 > Well this does not look like a valid thread and that's expected. >=20 > Apparently virtualbox is compiled with '-w', which disables warnings > and then they enable only a small subset. Information about pointer > mismatch is amongst suppressed warnings. >=20 > As noted earlier the issue can be trivially fixed: > --- ./src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig > 2015-06-10 19:30:28.355276494 +0000 > +++ ./src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c > 2015-06-10 19:30:41.280304985 +0000 @@ -747,7 +747,7 @@ { > /** @todo: is this needed?. */ > PROC_LOCK(pProc); > - AddrR3 =3D round_page((vm_offset_t)pProc->p_vmspace->vm_daddr > + lim_max(pProc, RLIMIT_DATA)); > + AddrR3 =3D round_page((vm_offset_t)pProc->p_vmspace->vm_daddr > + lim_max_proc(pProc, RLIMIT_DATA)); PROC_UNLOCK(pProc); > } > else >=20 Cool! It works. Thank you very much. From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 21:05:27 2015 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 900C6D87; Wed, 10 Jun 2015 21:05:27 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx2.freebsd.org (Postfix) with ESMTP id EA14818E5; Wed, 10 Jun 2015 21:05:26 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Message-ID: <5578A696.7050307@FreeBSD.org> Date: Wed, 10 Jun 2015 17:05:26 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ivan Klymenko , Mateusz Guzik CC: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Mateusz Guzik , ports@FreeBSD.org Subject: Re: svn commit: r284215 - in head/sys: amd64/linux32 compat/linux compat/svr4 dev/drm2/i915 fs/fdescfs i386/ibcs2 i386/linux kern ofed/drivers/infiniband/core ofed/drivers/infiniband/hw/mthca sys vm References: <201506101048.t5AAmD1O029382@svn.freebsd.org> <20150610214757.59a4b2d0@nonamehost.local> <20150610190925.GD23380@dft-labs.eu> <20150610221317.4b104fbc@nonamehost.local> <20150610192937.GE23380@dft-labs.eu> <20150610230814.3852116f@nonamehost.local> <20150610202911.GG23380@dft-labs.eu> <20150610234237.383e4fc1@nonamehost.local> In-Reply-To: <20150610234237.383e4fc1@nonamehost.local> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 21:05:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 On 06/10/2015 16:42, Ivan Klymenko wrote: > Wed, 10 Jun 2015 22:29:11 +0200 Mateusz Guzik > напиÑав: > >> On Wed, Jun 10, 2015 at 11:08:14PM +0300, Ivan Klymenko wrote: >>> Wed, 10 Jun 2015 21:29:38 +0200 Mateusz Guzik >>> напиÑав: >>> >>>> On Wed, Jun 10, 2015 at 10:13:17PM +0300, Ivan Klymenko >>>> wrote: >>>>> Wed, 10 Jun 2015 21:09:25 +0200 Mateusz Guzik >>>>> напиÑав: >>>>> >>>>>> On Wed, Jun 10, 2015 at 09:47:57PM +0300, Ivan Klymenko >>>>>> wrote: >>>>>>> Wed, 10 Jun 2015 10:48:13 +0000 (UTC) Mateusz Guzik >>>>>>> напиÑав: >>>>>>> >>>>>>>> kern_resource.c >>>>>>> >>>>>>> I get another panic - this time with VirtualBox: >>>>>>> >>>>> >>>>>> >>>>>> Have you recompiled the module after you updated the >>>>>> kernel? >>>>>> >>>>> >>>>> Of course. >>>>> >>>> >>>> So how have you patched the source? If you have updated >>>> headers in place, the compilation should fail due to >>>> parameter type mismatch. >>>> >>> >>> Unfortunately no patches I have, except that r284222 + patch >>> from r284226 >>> >>>> Can you go to the frame with the thread and dump it's >>>> content? >>> >>> >>> if I understood correctly http://pastebin.com/wim7jM7i >> >> Well this does not look like a valid thread and that's expected. >> >> Apparently virtualbox is compiled with '-w', which disables >> warnings and then they enable only a small subset. Information >> about pointer mismatch is amongst suppressed warnings. >> >> As noted earlier the issue can be trivially fixed: --- >> ./src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c.orig >> 2015-06-10 19:30:28.355276494 +0000 +++ >> ./src/VBox/Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c >> 2015-06-10 19:30:41.280304985 +0000 @@ -747,7 +747,7 @@ { /** >> @todo: is this needed?. */ PROC_LOCK(pProc); - AddrR3 = >> round_page((vm_offset_t)pProc->p_vmspace->vm_daddr + >> lim_max(pProc, RLIMIT_DATA)); + AddrR3 = >> round_page((vm_offset_t)pProc->p_vmspace->vm_daddr + >> lim_max_proc(pProc, RLIMIT_DATA)); PROC_UNLOCK(pProc); } else >> > > Cool! It works. Thank you very much. Committed. https://svnweb.freebsd.org/changeset/ports/389147 Thanks! Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJVeKaWAAoJEHyflib82/FGHs4H/1ltpV+nAC7LDGZUXWps6+Gm ERuHCkgdA4E9AiZoOKxCOFy514bkqdQAm+upTiVAFaegiCHJrLxWMR2kfqQsUoO2 C/hJ8600S0XTo879zppghJ6wk4EB2YJDc3GD8ftzM9i5ihGu1iDzxb543i7CJD70 F0f5A54SyZ1TNtuU1dF9yC6XrOHhEpNdCqLvT95mdHee/yncohrPtOVj7U/02jnc JomlvwRUoJmFcaVK7oDZyZ3jV9QvWtg2s4tktjwgVB2E59DfaiQI72bYVUFPRPwh /q5zy7asZOYKa0e0O9TYCm+3ob45wBv/cP5824R1fjFTZoQmGWyZQKur1gFdO/0= =QJte -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 22:07:23 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D4FCB45 for ; Wed, 10 Jun 2015 22:07:23 +0000 (UTC) (envelope-from jktrigg@gmail.com) Received: from argent.heraldsnet.org (argent.heraldsnet.org [65.111.161.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "argent.heraldsnet.org", Issuer "argent.heraldsnet.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 099B01081 for ; Wed, 10 Jun 2015 22:07:22 +0000 (UTC) (envelope-from jktrigg@gmail.com) Received: from mail.michaelines.org (localhost [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by argent.heraldsnet.org (Postfix) with ESMTPSA id 187DDD37 for ; Wed, 10 Jun 2015 18:07:21 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 10 Jun 2015 18:07:20 -0400 From: Jim Trigg To: ports@freebsd.org Subject: Re: Problem building maildrop with exim as MTA In-Reply-To: References: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> Message-ID: <8c64a833cf0e2bb0a225c42704db6f79@mail.michaelines.org> X-Sender: jktrigg@gmail.com User-Agent: Roundcube Webmail/1.1.1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 22:07:23 -0000 On 2015-06-10 15:45, Carmel NY wrote: > On Tue, 09 Jun 2015 23:59:29 -0400, Jim Trigg stated: > >> Any suggestions as to how to fix this? I'm attempting to migrate from >> one host running Postfix to a new host running Exim but want to >> continue >> my maildrop support. (The switch is an attempt to reduce backscatter >> by >> doing more antispam during the SMTP session rather than after message >> acceptance.) > > I have a question regarding "backscatter". Why are you accepting mail > for non > existent clients? I'm not. I'm accepting mail for the request interface of the mailing lists I host, and the return addresses are forged so the automated replies can't go through. Thanks, Jim Trigg From owner-freebsd-ports@FreeBSD.ORG Wed Jun 10 23:45:00 2015 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 430A810E for ; Wed, 10 Jun 2015 23:45:00 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: from mail-oi0-x22c.google.com (mail-oi0-x22c.google.com [IPv6:2607:f8b0:4003:c06::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 07DAF1993 for ; Wed, 10 Jun 2015 23:45:00 +0000 (UTC) (envelope-from r.c.ladan@gmail.com) Received: by oiha141 with SMTP id a141so41661529oih.0 for ; Wed, 10 Jun 2015 16:44:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EHMNkYkCbW79ubYjnE95Exkn7VAj/UObsBqVZgLbFpI=; b=aMlEJTxmHh/FHE3mwVqf4CzOWJcCbj88bHZ8Z3/2I9EEX+VA6+dtTa2XFdcDHJZMJw KkjPlHsS1X3e/nSjyco3xy/1vr7y0Go6vEOfQjTzSvpj9KzSI3SvspcLD/9lMUb+f/Nd u3Df2VGDlWraxejWc16fhZVO13kZZK8cyMSNdhwZ1Sn8qz/49P2cw6hEvt88b9fkB8BH zVhaw7odDpezLIz+hM9hSWRSw0qyMq43PGVgzNTm8Hs9j3djryhWYv1YpwQT/GvMU5Tj s2uMNeINERTZDFbClElXvgp+zcr9Znzp20ofkAgERKYV66OMbvYYxbkSH3UoZMJGB9Wl d5eA== MIME-Version: 1.0 X-Received: by 10.182.131.199 with SMTP id oo7mr4849966obb.31.1433979898531; Wed, 10 Jun 2015 16:44:58 -0700 (PDT) Received: by 10.60.155.212 with HTTP; Wed, 10 Jun 2015 16:44:58 -0700 (PDT) Received: by 10.60.155.212 with HTTP; Wed, 10 Jun 2015 16:44:58 -0700 (PDT) In-Reply-To: <201506012211.t51MAmwU042964@fire.js.berklix.net> References: <201506012211.t51MAmwU042964@fire.js.berklix.net> Date: Thu, 11 Jun 2015 01:44:58 +0200 Message-ID: Subject: Re: distfile recovered for devel/gettext-msghack From: =?UTF-8?Q?Ren=C3=A9_Ladan?= To: "Julian H. Stacey" Cc: "ports@freebsd.org Ports" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2015 23:45:00 -0000 Op 1 jun. 2015 6:11 PM schreef "Julian H. Stacey" : > > Hi ports@freebsd.org as MAINTAINER=3D of devel/gettext-msghack > with BROKEN=3D No public distfiles > > I recovered distfile for devel/gettext-msghack > & temporarily put it here > http://berklix.com/~jhs/ftp/distfiles/msghack-0.2.tar.bz2 > > Please mark port as no longer broken & copy distfile wherever you want. > > textproc/translate-tool depends on devel/gettext-msghack > Indeed, found that out the hard way. I successfully downloaded the distfile and will copy it. Thanks, Ren=C3=A9 From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 01:36:27 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11B71850 for ; Thu, 11 Jun 2015 01:36:27 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC3S29.hotmail.com (blu004-omc3s29.hotmail.com [65.55.116.104]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.hotmail.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C16761558 for ; Thu, 11 Jun 2015 01:36:25 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP49 ([65.55.116.74]) by BLU004-OMC3S29.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Wed, 10 Jun 2015 18:36:18 -0700 X-TMN: [T+4tJc9Vqq86hlWfD2LTnb+PQZNiIpon] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Wed, 10 Jun 2015 21:36:16 -0400 From: Carmel NY To: FreeBSD Ports Subject: Re: Problem building maildrop with exim as MTA In-Reply-To: <8c64a833cf0e2bb0a225c42704db6f79@mail.michaelines.org> References: <646c7242cd439dd8d67cc3a901861713@mail.michaelines.org> <8c64a833cf0e2bb0a225c42704db6f79@mail.michaelines.org> Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 11 Jun 2015 01:36:18.0176 (UTC) FILETIME=[034AF000:01D0A3E7] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 01:36:27 -0000 On Wed, 10 Jun 2015 18:07:20 -0400, Jim Trigg stated: >I'm not. I'm accepting mail for the request interface of the mailing >lists I host, and the return addresses are forged so the automated >replies can't go through. This doesn't sound right, and I use Postfix. Check out: ; specifically and post the results on the Postfix forum. You will get a lot faster and more accurate help there. -- Carmel From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 03:40:10 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BDCE33A for ; Thu, 11 Jun 2015 03:40:10 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0897A12F1 for ; Thu, 11 Jun 2015 03:40:09 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id 8639D44352 for ; Thu, 11 Jun 2015 03:33:04 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 4964044351 for ; Thu, 11 Jun 2015 03:33:04 +0000 (UTC) content-type: text/plain; charset="utf-8" to: freebsd-ports@freebsd.org User-Agent: SOGoMail 2.2.14 MIME-Version: 1.0 date: Thu, 11 Jun 2015 11:33:03 +0800 subject: =?utf-8?q?New_port_with_USES=3Dgmake_will_not_stage?= message-id: <72ad-55790180-1f-6b8b4580@135110433> X-Forward: 192.168.10.5 from: "Euan Thoms" content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 03:40:10 -0000 I'm making a port for OpenSIPS. It builds successfully, but the even wi= th just "make" it installs files to the system instead of to stage (i.e= . to /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/l= ocal/...). I am using gmake and gcc since that's what's required for OpenSIPS. I've done a similar port before and the FreeBSD ports macros do the sta= ging for me. However, even when I tell gmake the DESTDIR=3D${STAGEDIR} = in do-build and do-install, a "make" just installs the files to /usr/lo= cal/... . I can't find any documentation on how to ensure building uses staging. = OpenSIPS doesn't have a configure script AFAIK. It has it's own menucon= fig which normally generates a Makefile.conf. The only thing useful in = there is PREFIX=3D , but that is to specify the final destination paths= (also used in linking I guess). My port passes the compile flags in MA= KE=5FARGS instead of using a Makefile.conf file. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 05:18:16 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C54A9422 for ; Thu, 11 Jun 2015 05:18:16 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (unknown [IPv6:2602:d1:b4d6:e600:4261:86ff:fef6:aa2a]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9AA4E1B3B for ; Thu, 11 Jun 2015 05:18:16 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id t5B5Ics6088945 for ; Wed, 10 Jun 2015 22:18:44 -0700 (PDT) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <72ad-55790180-1f-6b8b4580@135110433> References: <72ad-55790180-1f-6b8b4580@135110433> From: "Chris H" Subject: Re: New port with USES=gmake will not stage Date: Wed, 10 Jun 2015 22:18:44 -0700 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: <17fa6dada86db682a4435c086f71686c@ultimatedns.net> Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 05:18:16 -0000 On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" wrote > I'm making a port for OpenSIPS. It builds successfully, but the even with > just "make" it installs files to the system instead of to stage (i.e. to > /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/local/...). > > I am using gmake and gcc since that's what's required for OpenSIPS. > > I've done a similar port before and the FreeBSD ports macros do the staging > for me. However, even when I tell gmake the DESTDIR=${STAGEDIR} in do-build > and do-install, a "make" just installs the files to /usr/local/... . > > I can't find any documentation on how to ensure building uses staging. > OpenSIPS doesn't have a configure script AFAIK. It has it's own menuconfig > which normally generates a Makefile.conf. The only thing useful in there is > PREFIX= , but that is to specify the final destination paths (also used in > linking I guess). My port passes the compile flags in MAKE_ARGS instead of > using a Makefile.conf file. Kind of a tough call w/o any real information -- your Makefile, the source location? :) > > -- > Regards, Euan Thoms > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" --Chris From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 05:34:01 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5136F5FB for ; Thu, 11 Jun 2015 05:34:01 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C3991FB2 for ; Thu, 11 Jun 2015 05:34:00 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id CFFFA44375; Thu, 11 Jun 2015 05:33:57 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 6689244374; Thu, 11 Jun 2015 05:33:57 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <17fa6dada86db682a4435c086f71686c@ultimatedns.net> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Thu, 11 Jun 2015 13:33:57 +0800 cc: freebsd-ports@freebsd.org to: "Chris H" MIME-Version: 1.0 message-id: <72b3-55791e00-1b-6b8b4580@197501805> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 05:34:01 -0000 On Thursday, June 11, 2015 13:18 SGT, "Chris H" wrote: > On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" w= rote > > > I'm making a port for OpenSIPS. It builds successfully, but the eve= n with > > just "make" it installs files to the system instead of to stage (i.= e. to > > /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/lo= cal/...). > > > > I am using gmake and gcc since that's what's required for OpenSIPS.= > > > > I've done a similar port before and the FreeBSD ports macros do the= staging > > for me. However, even when I tell gmake the DESTDIR=3D${STAGEDIR} i= n do-build > > and do-install, a "make" just installs the files to /usr/local/... = . > > > > I can't find any documentation on how to ensure building uses stagi= ng. > > OpenSIPS doesn't have a configure script AFAIK. It has it's own men= uconfig > > which normally generates a Makefile.conf. The only thing useful in = there is > > PREFIX=3D , but that is to specify the final destination paths (als= o used in > > linking I guess). My port passes the compile flags in MAKE=5FARGS i= nstead of > > using a Makefile.conf file. > Kind of a tough call w/o any real information -- your Makefile, the s= ource > location? :) Sorry about that. Source file is here: http://opensips.org/pub/opensips/1.11.5/opensips-1= .11.5-latest=5Fsrc.tar.gz here is my Makefile contents: # cat Makefile # Created by: Euan Thoms # $FreeBSD$ PORTNAME=3D opensips1-lts PORTVERSION=3D 1.11.5 CATEGORIES=3D net MASTER=5FSITES=3D http://opensips.org/pub/opensips/1.11.5/ DISTNAME=3D opensips-${PORTVERSION}-latest=5Fsrc MAINTAINER=3D euan@potensol.com COMMENT=3D OpenSIPS (Open SIP Server) is a mature Open S= ource implementation of a SIP server. LICENSE=3D GPLv2 LIB=5FDEPENDS=3D libxml2.so:${PORTSDIR}/textproc/libxml2 \ libmemcached.so:${PORTSDIR}/databases/libmemcac= hed BUILD=5FDEPENDS=3D python:${PORTSDIR}/lang/python WRKSRC=3D ${WRKDIR}/opensips-${PORTVERSION}-tls OPTIONS=5FDEFINE=3D LDAP MYSQL PGSQL MEMCACHED OPTIONS=5FDEFAULT=3D LDAP PGSQL MEMCACHED OPTIONS=5FSUB=3D yes LDAP=5FDESC=3D Build with LDAP support MYSQL=5FDESC=3D Build with MySQL support PGSQL=5FDESC=3D Build with PostgreSQL support MEMCACHED=5FDESC=3D Build with memcached support USES=3D gmake shebangfix USE=5FGCC=3D yes .include #post-patch: # ${REINPLACE=5FCMD} -e 's|^#include |#include "Python.= h"|' ${WRKSRC}/ EXCLUDE=5FMODULES=3D aaa=5Fradius b2b=5Flogic cachedb=5Fcassandr= a cachedb=5Fcouchbase \ cachedb=5Fmemcached cachedb=5Fmongodb cachedb=5F= redis carrierroute cpl-c db=5Fberkeley \ db=5Fhttp db=5Fmysql db=5Foracle db=5Fperlvdb d= b=5Fpostgres db=5Funixodbc dialplan \ event=5Frabbitmq h350 regex identity jabber jso= n ldap lua httpd mi=5Fxmlrpc=5Fng \ mi=5Fxmlrpc mmgeoip osp perl pi=5Fhttp presence= presence=5Fdialoginfo presence=5Fmwi \ presence=5Fxml pua pua=5Fbla pua=5Fdialoginfo p= ua=5Fmi pua=5Fusrloc pua=5Fxmpp python \ rest=5Fclient rls sngtc snmpstats xcap xcap=5Fc= lient xmpp INCLUDE=5FMODULES=3D aaa=5Fradius b2b=5Flogic cachedb=5Fmemcache= d carrierroute \ cpl-c db=5Fpostgres dialplan event=5Frabbitmq h= 350 regex identity jabber json \ ldap httpd mi=5Fxmlrpc=5Fng mi=5Fxmlrpc mmgeoip= perl pi=5Fhttp presence \ presence=5Fdialoginfo presence=5Fmwi presence=5F= xml pua pua=5Fbla pua=5Fdialoginfo \ pua=5Fmi pua=5Fusrloc pua=5Fxmpp python rest=5F= client rls xcap xcap=5Fclient xmpp MAKE=5FARGS+=3D PREFIX=3D${LOCALBASE} MAKE=5FARGS+=3D exclude=5Fmodules=3D"${EXCLUDE=5FMODULES}" = include=5Fmodules=3D"${INCLUDE=5FMODULES}" #do-build: # cd ${WRKSRC} && ${GMAKE} ${MAKE=5FARGS} ${ALL=5FTARGET} # #do-install: # cd ${WRKSRC} && ${GMAKE} ${MAKE=5FARGS} ${INSTALL=5FTARGET} .include #### EOF ############ I can't find the make files for stage to drill down and see what's goin= g wrong. Any pointers to the script that "make stage" uses? > > > > -- > > Regards, Euan Thoms > > > > =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd= .org" > > --Chris > > > =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= =5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F=5F= > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.o= rg" -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 05:44:27 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54B42808 for ; Thu, 11 Jun 2015 05:44:27 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1035011E0 for ; Thu, 11 Jun 2015 05:44:26 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id CF4E444380; Thu, 11 Jun 2015 05:44:24 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 76FE84437F; Thu, 11 Jun 2015 05:44:24 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <72b3-55791e00-1b-6b8b4580@197501805> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Thu, 11 Jun 2015 13:44:24 +0800 cc: "Chris H" , freebsd-ports@freebsd.org MIME-Version: 1.0 message-id: <72b3-55792000-1f-6b8b4580@197501871> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 05:44:27 -0000 On Thursday, June 11, 2015 13:33 SGT, "Euan Thoms" = wrote: > > On Thursday, June 11, 2015 13:18 SGT, "Chris H" wrote: > > > On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" = wrote > > > > > I'm making a port for OpenSIPS. It builds successfully, but the e= ven with > > > just "make" it installs files to the system instead of to stage (= i.e. to > > > /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/= local/...). > > > > > > I am using gmake and gcc since that's what's required for OpenSIP= S. > > > > > > I've done a similar port before and the FreeBSD ports macros do t= he staging > > > for me. However, even when I tell gmake the DESTDIR=3D${STAGEDIR}= in do-build > > > and do-install, a "make" just installs the files to /usr/local/..= . . > > > > > > I can't find any documentation on how to ensure building uses sta= ging. > > > OpenSIPS doesn't have a configure script AFAIK. It has it's own m= enuconfig > > > which normally generates a Makefile.conf. The only thing useful i= n there is > > > PREFIX=3D , but that is to specify the final destination paths (a= lso used in > > > linking I guess). My port passes the compile flags in MAKE=5FARGS= instead of > > > using a Makefile.conf file. > > Kind of a tough call w/o any real information -- your Makefile, the= source > > location? :) > > Sorry about that. > > Source file is here: http://opensips.org/pub/opensips/1.11.5/opensips= -1.11.5-latest=5Fsrc.tar.gz > > here is my Makefile contents: > > # cat Makefile > # Created by: Euan Thoms > # $FreeBSD$ > > PORTNAME=3D opensips1-lts > PORTVERSION=3D 1.11.5 > CATEGORIES=3D net > MASTER=5FSITES=3D http://opensips.org/pub/opensips/1.11.5/ = > DISTNAME=3D opensips-${PORTVERSION}-latest=5Fsrc > > MAINTAINER=3D euan@potensol.com > COMMENT=3D OpenSIPS (Open SIP Server) is a mature Open= Source implementation of a SIP server. > > LICENSE=3D GPLv2 > LIB=5FDEPENDS=3D libxml2.so:${PORTSDIR}/textproc/libxml2 \= > libmemcached.so:${PORTSDIR}/databases/libmemc= ached > > BUILD=5FDEPENDS=3D python:${PORTSDIR}/lang/python > > WRKSRC=3D ${WRKDIR}/opensips-${PORTVERSION}-tls > > OPTIONS=5FDEFINE=3D LDAP MYSQL PGSQL MEMCACHED > OPTIONS=5FDEFAULT=3D LDAP PGSQL MEMCACHED > OPTIONS=5FSUB=3D yes > > LDAP=5FDESC=3D Build with LDAP support > MYSQL=5FDESC=3D Build with MySQL support > PGSQL=5FDESC=3D Build with PostgreSQL support > MEMCACHED=5FDESC=3D Build with memcached support > > USES=3D gmake shebangfix > USE=5FGCC=3D yes > > .include > > #post-patch: > # ${REINPLACE=5FCMD} -e 's|^#include |#include "Pytho= n.h"|' ${WRKSRC}/ > > EXCLUDE=5FMODULES=3D aaa=5Fradius b2b=5Flogic cachedb=5Fcassan= dra cachedb=5Fcouchbase \ > cachedb=5Fmemcached cachedb=5Fmongodb cachedb= =5Fredis carrierroute cpl-c db=5Fberkeley \ > db=5Fhttp db=5Fmysql db=5Foracle db=5Fperlvdb= db=5Fpostgres db=5Funixodbc dialplan \ > event=5Frabbitmq h350 regex identity jabber j= son ldap lua httpd mi=5Fxmlrpc=5Fng \ > mi=5Fxmlrpc mmgeoip osp perl pi=5Fhttp presen= ce presence=5Fdialoginfo presence=5Fmwi \ > presence=5Fxml pua pua=5Fbla pua=5Fdialoginfo= pua=5Fmi pua=5Fusrloc pua=5Fxmpp python \ > rest=5Fclient rls sngtc snmpstats xcap xcap=5F= client xmpp > > INCLUDE=5FMODULES=3D aaa=5Fradius b2b=5Flogic cachedb=5Fmemcac= hed carrierroute \ > cpl-c db=5Fpostgres dialplan event=5Frabbitmq= h350 regex identity jabber json \ > ldap httpd mi=5Fxmlrpc=5Fng mi=5Fxmlrpc mmgeo= ip perl pi=5Fhttp presence \ > presence=5Fdialoginfo presence=5Fmwi presence= =5Fxml pua pua=5Fbla pua=5Fdialoginfo \ > pua=5Fmi pua=5Fusrloc pua=5Fxmpp python rest=5F= client rls xcap xcap=5Fclient xmpp > > MAKE=5FARGS+=3D PREFIX=3D${LOCALBASE} > MAKE=5FARGS+=3D exclude=5Fmodules=3D"${EXCLUDE=5FMODULES}= " include=5Fmodules=3D"${INCLUDE=5FMODULES}" > > #do-build: > # cd ${WRKSRC} && ${GMAKE} ${MAKE=5FARGS} ${ALL=5FTARGET} > # > #do-install: > # cd ${WRKSRC} && ${GMAKE} ${MAKE=5FARGS} ${INSTALL=5FTARGET} > > .include > #### EOF ############ > > I can't find the make files for stage to drill down and see what's go= ing wrong. Any pointers to the script that "make stage" uses? Oops, I just found a folder in the source tarballs packaging folder cal= led "freebsd". And inside that is what looks like a fully baked port. # ls work/opensips-1.11.5-tls/packaging/freebsd Makefile distinfo files/ pkg-descr I haven't tried it yet, but I am now wondering why it isn't in the port= s tree. Somebody has gone to the effort to make it. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 05:48:46 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C4E28CA for ; Thu, 11 Jun 2015 05:48:46 +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 2F5E21205 for ; Thu, 11 Jun 2015 05:48:46 +0000 (UTC) (envelope-from lists@opsec.eu) Received: from pi by home.opsec.eu with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z2vM0-0005Yp-6B; Thu, 11 Jun 2015 07:48:40 +0200 Date: Thu, 11 Jun 2015 07:48:40 +0200 From: Kurt Jaeger To: Euan Thoms Cc: freebsd-ports@freebsd.org, Chris H Subject: Re: New port with USES=gmake will not stage Message-ID: <20150611054840.GQ49099@home.opsec.eu> References: <72b3-55791e00-1b-6b8b4580@197501805> <72b3-55792000-1f-6b8b4580@197501871> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <72b3-55792000-1f-6b8b4580@197501871> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 05:48:46 -0000 Hi! > Oops, I just found a folder in the source tarballs packaging folder called "freebsd". And inside that is what looks like a fully baked port. > > # ls work/opensips-1.11.5-tls/packaging/freebsd > Makefile distinfo files/ pkg-descr I just did a quick make with that, it still has some issues. But: Someone should submit the relevant stuff as PR and then it can be worked on. -- pi@opsec.eu +49 171 3101372 5 years to go ! From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 05:54:32 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 567019DE for ; Thu, 11 Jun 2015 05:54:32 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from stig.purplehat.org (stig.purplehat.org [50.243.134.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F8B15CE for ; Thu, 11 Jun 2015 05:54:31 +0000 (UTC) (envelope-from jankyj@unfs.us) Received: from localhost (bill.goatse.unfs.us [50.243.134.106]) by stig.purplehat.org (Postfix) with ESMTP id F311B19C8F for ; Wed, 10 Jun 2015 23:45:28 -0600 (MDT) Received: from stig.purplehat.org ([50.243.134.106]) by localhost (stig.purplehat.org [50.243.134.106]) (maiad, port 10024) with ESMTP id 68664-04 for ; Wed, 10 Jun 2015 23:45:27 -0600 (MDT) Received: from [172.28.35.20] (unknown [50.243.134.105]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: jankyj@unfs.us) by stig.purplehat.org (Postfix) with ESMTPSA id 86D6619C85 for ; Wed, 10 Jun 2015 23:45:27 -0600 (MDT) Message-ID: <55792079.5040506@unfs.us> Date: Wed, 10 Jun 2015 23:45:29 -0600 From: "Janky Jay, III" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: New pkg audit / vuln.xml failures (php55, unzoo) References: <20150523153029.B7BD3280@hub.freebsd.org> <1432659389.3130746.278522905.6D1E6549@webmail.messagingengine.com> <20150527174037.EF719B11@hub.freebsd.org> <556746A4.4090208@FreeBSD.org> <20150608210004.9F46A7B7@hub.freebsd.org> <1433820881.2461667.290406793.0AB7ECBD@webmail.messagingengine.com> In-Reply-To: <1433820881.2461667.290406793.0AB7ECBD@webmail.messagingengine.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 05:54:32 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hrm... Numerous inquiries regarding this and no response is somewhat disappointing. If anyone gets any feedback from anywhere else, please update the rest of us (BSDCan contacts/update included... I can't make it... :( ) Regards, Janky Jay, III On 06/08/2015 09:34 PM, Mark Felder wrote: > > > On Mon, Jun 8, 2015, at 15:55, Roger Marquis wrote: >>> On Fri, May 29, 2015 at 5:15 PM, Robert Simmons wrote: >>> Crickets..... >>> >>> May I ask again: >>> >>> How do we find out who the members of the Ports Secteam are? >>> >>> How do we join the team? >> >> Anyone? >> > > I really hope this can be resolved face-to-face at BSDCan... > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlV5IHUACgkQGK3MsUbJZn5JGACbBzSKVHZJDukPpnyEOIh8/WZD aIMAoII9Q0V7iS1gDME1okX3BL864Qb7 =tVRd -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 06:01:31 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59EFCAD4 for ; Thu, 11 Jun 2015 06:01:31 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1553B1764 for ; Thu, 11 Jun 2015 06:01:30 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id 92B5F443A5; Thu, 11 Jun 2015 06:01:28 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 3B173443A4; Thu, 11 Jun 2015 06:01:28 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <72b3-55792000-1f-6b8b4580@197501871> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Thu, 11 Jun 2015 14:01:27 +0800 cc: freebsd-ports@freebsd.org, "Chris H" MIME-Version: 1.0 message-id: <72b3-55792400-25-6b8b4580@60834252> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 06:01:31 -0000 On Thursday, June 11, 2015 13:44 SGT, "Euan Thoms" = wrote: > > On Thursday, June 11, 2015 13:33 SGT, "Euan Thoms" wrote: > > > > > On Thursday, June 11, 2015 13:18 SGT, "Chris H" wrote: > > > > > On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" wrote > > > > > > > I'm making a port for OpenSIPS. It builds successfully, but the= even with > > > > just "make" it installs files to the system instead of to stage= (i.e. to > > > > /usr/local/... instead of /usr/ports/net/opensips/work/stage/us= r/local/...). > > > > > > > > I am using gmake and gcc since that's what's required for OpenS= IPS. > > > > > > > > I've done a similar port before and the FreeBSD ports macros do= the staging > > > > for me. However, even when I tell gmake the DESTDIR=3D${STAGEDI= R} in do-build > > > > and do-install, a "make" just installs the files to /usr/local/= ... . > > > > > > > > I can't find any documentation on how to ensure building uses s= taging. > > > > OpenSIPS doesn't have a configure script AFAIK. It has it's own= menuconfig > > > > which normally generates a Makefile.conf. The only thing useful= in there is > > > > PREFIX=3D , but that is to specify the final destination paths = (also used in > > > > linking I guess). My port passes the compile flags in MAKE=5FAR= GS instead of > > > > using a Makefile.conf file. > > > Kind of a tough call w/o any real information -- your Makefile, t= he source > > > location? :) > > > > Sorry about that. > > > > Source file is here: http://opensips.org/pub/opensips/1.11.5/opensi= ps-1.11.5-latest=5Fsrc.tar.gz > > > > here is my Makefile contents: > > > > # cat Makefile > > # Created by: Euan Thoms > > # $FreeBSD$ > > > > PORTNAME=3D opensips1-lts > > PORTVERSION=3D 1.11.5 > > CATEGORIES=3D net > > MASTER=5FSITES=3D http://opensips.org/pub/opensips/1.11.5= / > > DISTNAME=3D opensips-${PORTVERSION}-latest=5Fsrc > > > > MAINTAINER=3D euan@potensol.com > > COMMENT=3D OpenSIPS (Open SIP Server) is a mature Op= en Source implementation of a SIP server. > > > > LICENSE=3D GPLv2 > > LIB=5FDEPENDS=3D libxml2.so:${PORTSDIR}/textproc/libxml2= \ > > libmemcached.so:${PORTSDIR}/databases/libme= mcached > > > > BUILD=5FDEPENDS=3D python:${PORTSDIR}/lang/python > > > > WRKSRC=3D ${WRKDIR}/opensips-${PORTVERSION}-tls > > > > OPTIONS=5FDEFINE=3D LDAP MYSQL PGSQL MEMCACHED > > OPTIONS=5FDEFAULT=3D LDAP PGSQL MEMCACHED > > OPTIONS=5FSUB=3D yes > > > > LDAP=5FDESC=3D Build with LDAP support > > MYSQL=5FDESC=3D Build with MySQL support > > PGSQL=5FDESC=3D Build with PostgreSQL support > > MEMCACHED=5FDESC=3D Build with memcached support > > > > USES=3D gmake shebangfix > > USE=5FGCC=3D yes > > > > .include > > > > #post-patch: > > # ${REINPLACE=5FCMD} -e 's|^#include |#include "Pyt= hon.h"|' ${WRKSRC}/ > > > > EXCLUDE=5FMODULES=3D aaa=5Fradius b2b=5Flogic cachedb=5Fcass= andra cachedb=5Fcouchbase \ > > cachedb=5Fmemcached cachedb=5Fmongodb cache= db=5Fredis carrierroute cpl-c db=5Fberkeley \ > > db=5Fhttp db=5Fmysql db=5Foracle db=5Fperlv= db db=5Fpostgres db=5Funixodbc dialplan \ > > event=5Frabbitmq h350 regex identity jabber= json ldap lua httpd mi=5Fxmlrpc=5Fng \ > > mi=5Fxmlrpc mmgeoip osp perl pi=5Fhttp pres= ence presence=5Fdialoginfo presence=5Fmwi \ > > presence=5Fxml pua pua=5Fbla pua=5Fdialogin= fo pua=5Fmi pua=5Fusrloc pua=5Fxmpp python \ > > rest=5Fclient rls sngtc snmpstats xcap xcap= =5Fclient xmpp > > > > INCLUDE=5FMODULES=3D aaa=5Fradius b2b=5Flogic cachedb=5Fmemc= ached carrierroute \ > > cpl-c db=5Fpostgres dialplan event=5Frabbit= mq h350 regex identity jabber json \ > > ldap httpd mi=5Fxmlrpc=5Fng mi=5Fxmlrpc mmg= eoip perl pi=5Fhttp presence \ > > presence=5Fdialoginfo presence=5Fmwi presen= ce=5Fxml pua pua=5Fbla pua=5Fdialoginfo \ > > pua=5Fmi pua=5Fusrloc pua=5Fxmpp python res= t=5Fclient rls xcap xcap=5Fclient xmpp > > > > MAKE=5FARGS+=3D PREFIX=3D${LOCALBASE} > > MAKE=5FARGS+=3D exclude=5Fmodules=3D"${EXCLUDE=5FMODULE= S}" include=5Fmodules=3D"${INCLUDE=5FMODULES}" > > > > #do-build: > > # cd ${WRKSRC} && ${GMAKE} ${MAKE=5FARGS} ${ALL=5FTARGET} > > # > > #do-install: > > # cd ${WRKSRC} && ${GMAKE} ${MAKE=5FARGS} ${INSTALL=5FTARGET}= > > > > .include > > #### EOF ############ > > > > I can't find the make files for stage to drill down and see what's = going wrong. Any pointers to the script that "make stage" uses? > > Oops, I just found a folder in the source tarballs packaging folder c= alled "freebsd". And inside that is what looks like a fully baked port.= > > # ls work/opensips-1.11.5-tls/packaging/freebsd > Makefile distinfo files/ pkg-descr > > > I haven't tried it yet, but I am now wondering why it isn't in the po= rts tree. Somebody has gone to the effort to make it. Well, that port in the tarballs' use of macros is outdated and it only = support i386 which is strange (ONLY=5FFOR=5FARCHS=3Di386). But the patc= hes may come in handy getting it to build with clang. Currently my port= got it building with USE=5FGCC=3Dyes without any patching. Just that I= can't get it to stage. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 06:21:23 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C633C8F for ; Thu, 11 Jun 2015 06:21:23 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 81CAB1BE2 for ; Thu, 11 Jun 2015 06:21:22 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id AD6DA443B0; Thu, 11 Jun 2015 06:21:19 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 3BB2E443AF; Thu, 11 Jun 2015 06:21:19 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <20150611054840.GQ49099@home.opsec.eu> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Thu, 11 Jun 2015 14:21:18 +0800 cc: freebsd-ports@freebsd.org, "Chris H" to: "Kurt Jaeger" MIME-Version: 1.0 message-id: <72ad-55792900-29-6b8b4580@30728704> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 06:21:23 -0000 > Hi! > > > Oops, I just found a folder in the source tarballs packaging folder= called "freebsd". And inside that is what looks like a fully baked por= t. > > > > # ls work/opensips-1.11.5-tls/packaging/freebsd > > Makefile distinfo files/ pkg-descr > > I just did a quick make with that, it still has some issues. > > But: Someone should submit the relevant stuff as PR and then > it can be worked on. Hi Kurt. Well, I'd like to be the maintainer and get it into shape. I'm still ha= ving problems with Kamailio 4.2.x from your port. It needs restarting a= ll the time, even with WITH=5FPRESENCE and WITH=5FTLS disabled. I had n= o problems with 4.1.0 compiled manually on FreeBSD 8.3 with GCC 4.6. I like the looks of OpenSIPS more. It has LTS, stable and dev branches.= The documentation and website seems better. I heard Google uses OpenSI= PS for Google Voice, and just found out that Grandstream (my preferred = SIP phone manufacturer) uses OpenSIPS for their VoIP service. There's o= ther reasons too, but I won't digress too much. I think my problems with Kamailio stem from building with Clang. My 4.1= installation was rock solid. But there may have been other modules inv= olved. I really want an OpenSIPS port, and I'm going to work on it solidly for= the next few days if I need to. I just need to solve this staging issu= e. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 07:43:57 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17F57E60 for ; Thu, 11 Jun 2015 07:43:57 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C86E01FD6 for ; Thu, 11 Jun 2015 07:43:56 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id B2916443E9; Thu, 11 Jun 2015 07:43:52 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 5A42F443E8; Thu, 11 Jun 2015 07:43:52 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <55793A5D.4000903@gwdg.de> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Thu, 11 Jun 2015 15:43:51 +0800 cc: freebsd-ports@freebsd.org to: "Rainer Hurling" MIME-Version: 1.0 message-id: <72ad-55793c00-2d-6b8b4580@30728770> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 07:43:57 -0000 On Thursday, June 11, 2015 15:35 SGT, Rainer Hurling = wrote: > > I am wondering, if there is a small typo in your PORTNAME. Shouldn't = it > be 'opensips1-tls' instead of 'opensips1-lts' (lts -> tls)? > > And why do you use 'opensips1' instead of 'opensips'? PORTVERSION > already includes the version number. It seems, this complicates the = > subsequent setting of WRKSRC etc ... > No, it's not a typo. It's version 1.11.5 LTS (Long Term Support), so I= named it opensips1-lts so that the current stable (v2.1.0) could be ca= lled opensips or opensips2. In other words I'm thinking further down th= e line. But I'm personally most interested in a LTS branch. I needs the= upgrade stability, rather than new features. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 07:44:56 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96702EF9 for ; Thu, 11 Jun 2015 07:44:56 +0000 (UTC) (envelope-from timur@bat.ru) Received: from mail-ig0-f172.google.com (mail-ig0-f172.google.com [209.85.213.172]) (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 6859E1FE2 for ; Thu, 11 Jun 2015 07:44:56 +0000 (UTC) (envelope-from timur@bat.ru) Received: by igbhj9 with SMTP id hj9so49954249igb.1 for ; Thu, 11 Jun 2015 00:44:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=nnag938RoTICo5sCk0bUrycVjm/DX5KIzExeX2dSEqA=; b=NDavCL61vEy1GgKhWi80Gxf0SWtNeC+29Q/coOXMJq7VGCSpRlkbnm8C466VVD7nkU GDXHTjeiPuP+Oatg1UWWvAYVNB9htqYNCIVEHeiWe6/EMphb11IZ700SLX4uD+niiQkH 7RoT4pBRT883gW/i5v+BAmVicdLmSnPF0ro2KS2tGKuGBY/zUVbVoQlAiraJt3Rv/xR3 vnm5TIh4Ch7odJn76zV/ZQYM8Pz3U6qGm/pI6S3zb9BKJzh3WypD+Ktz+YVAbdjY1kQW lyFMuAZGSfMdd8P7PO2t2Zay3+VSeBx1HkiYZNUQ2nNIFchUQ+f9XCNSJb16JQGXmr/Y FwzA== X-Gm-Message-State: ALoCoQk+E9EdxfZkIYtyGH+bOitFUAxZJbrabjIRdlmOszBqhiDIKQs6cKLpb8OrHuMaFYvkeWnA X-Received: by 10.107.12.27 with SMTP id w27mr9759687ioi.10.1434008689763; Thu, 11 Jun 2015 00:44:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.170.17 with HTTP; Thu, 11 Jun 2015 00:44:29 -0700 (PDT) In-Reply-To: <55789BD8.8040008@gmx.de> References: <55789BD8.8040008@gmx.de> From: "Timur I. Bakeyev" Date: Thu, 11 Jun 2015 09:44:29 +0200 Message-ID: Subject: Re: net/samba4* build dependencies To: Horatiu MOLDOVAN Cc: FreeBSD ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 07:44:56 -0000 Speaking of the garbage in a system - why to add Samba in the first place :)? On Wed, Jun 10, 2015 at 10:19 PM, Horatiu MOLDOVAN wrote: > Hi, > Trying to replace samba 3.6 i've observed some disturbing things on samba > 4.x build: > - security/cyrus-sasl2, security/libgcrypt and security/gnutls are > mandatory lib dependencies - is there a reason to add garbage to the system? > - OpenLDAP is built unconditionally regardless of the LDAP option setting > - again, is there a reason to add more garbage to the system? > not sure why dns/py-dnspython is a build dependency... > > (Test build options: ACL AIO FAM PTHREADPOOL QUOTAS UTMP) > > Can someone clarify these? > Thank you, > --- > H. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 07:50:30 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 051F1FF2 for ; Thu, 11 Jun 2015 07:50:30 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B66F11055 for ; Thu, 11 Jun 2015 07:50:29 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from um-excht-a01.um.gwdg.de ([134.76.11.221] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1Z2x1v-0007Zx-Ff; Thu, 11 Jun 2015 09:36:03 +0200 Received: from pc028.nfv (134.76.242.1) by email.gwdg.de (134.76.9.210) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 11 Jun 2015 09:36:02 +0200 Message-ID: <55793A5D.4000903@gwdg.de> Date: Thu, 11 Jun 2015 09:35:57 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Euan Thoms CC: Subject: Re: New port with USES=gmake will not stage References: <72b3-55791e00-1b-6b8b4580@197501805> In-Reply-To: <72b3-55791e00-1b-6b8b4580@197501805> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 07:50:30 -0000 Hi Euan, Am 11.06.2015 um 07:33 schrieb Euan Thoms: > > On Thursday, June 11, 2015 13:18 SGT, "Chris H" wrote: > >> On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" wrote >> >>> I'm making a port for OpenSIPS. It builds successfully, but the even with >>> just "make" it installs files to the system instead of to stage (i.e. to >>> /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/local/...). >>> >>> I am using gmake and gcc since that's what's required for OpenSIPS. >>> >>> I've done a similar port before and the FreeBSD ports macros do the staging >>> for me. However, even when I tell gmake the DESTDIR=${STAGEDIR} in do-build >>> and do-install, a "make" just installs the files to /usr/local/... . >>> >>> I can't find any documentation on how to ensure building uses staging. >>> OpenSIPS doesn't have a configure script AFAIK. It has it's own menuconfig >>> which normally generates a Makefile.conf. The only thing useful in there is >>> PREFIX= , but that is to specify the final destination paths (also used in >>> linking I guess). My port passes the compile flags in MAKE_ARGS instead of >>> using a Makefile.conf file. >> Kind of a tough call w/o any real information -- your Makefile, the source >> location? :) > > Sorry about that. > > Source file is here: http://opensips.org/pub/opensips/1.11.5/opensips-1.11.5-latest_src.tar.gz > > here is my Makefile contents: > > # cat Makefile > # Created by: Euan Thoms > # $FreeBSD$ > I am wondering, if there is a small typo in your PORTNAME. Shouldn't it be 'opensips1-tls' instead of 'opensips1-lts' (lts -> tls)? And why do you use 'opensips1' instead of 'opensips'? PORTVERSION already includes the version number. It seems, this complicates the subsequent setting of WRKSRC etc ... > PORTNAME= opensips1-lts > PORTVERSION= 1.11.5 > CATEGORIES= net > MASTER_SITES= http://opensips.org/pub/opensips/1.11.5/ > DISTNAME= opensips-${PORTVERSION}-latest_src > > MAINTAINER= euan@potensol.com > COMMENT= OpenSIPS (Open SIP Server) is a mature Open Source implementation of a SIP server. > > LICENSE= GPLv2 > LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ > libmemcached.so:${PORTSDIR}/databases/libmemcached > > BUILD_DEPENDS= python:${PORTSDIR}/lang/python > > WRKSRC= ${WRKDIR}/opensips-${PORTVERSION}-tls > > OPTIONS_DEFINE= LDAP MYSQL PGSQL MEMCACHED > OPTIONS_DEFAULT= LDAP PGSQL MEMCACHED > OPTIONS_SUB= yes > > LDAP_DESC= Build with LDAP support > MYSQL_DESC= Build with MySQL support > PGSQL_DESC= Build with PostgreSQL support > MEMCACHED_DESC= Build with memcached support > > USES= gmake shebangfix > USE_GCC= yes > > .include > > #post-patch: > # ${REINPLACE_CMD} -e 's|^#include |#include "Python.h"|' ${WRKSRC}/ > > EXCLUDE_MODULES= aaa_radius b2b_logic cachedb_cassandra cachedb_couchbase \ > cachedb_memcached cachedb_mongodb cachedb_redis carrierroute cpl-c db_berkeley \ > db_http db_mysql db_oracle db_perlvdb db_postgres db_unixodbc dialplan \ > event_rabbitmq h350 regex identity jabber json ldap lua httpd mi_xmlrpc_ng \ > mi_xmlrpc mmgeoip osp perl pi_http presence presence_dialoginfo presence_mwi \ > presence_xml pua pua_bla pua_dialoginfo pua_mi pua_usrloc pua_xmpp python \ > rest_client rls sngtc snmpstats xcap xcap_client xmpp > > INCLUDE_MODULES= aaa_radius b2b_logic cachedb_memcached carrierroute \ > cpl-c db_postgres dialplan event_rabbitmq h350 regex identity jabber json \ > ldap httpd mi_xmlrpc_ng mi_xmlrpc mmgeoip perl pi_http presence \ > presence_dialoginfo presence_mwi presence_xml pua pua_bla pua_dialoginfo \ > pua_mi pua_usrloc pua_xmpp python rest_client rls xcap xcap_client xmpp > > MAKE_ARGS+= PREFIX=${LOCALBASE} > MAKE_ARGS+= exclude_modules="${EXCLUDE_MODULES}" include_modules="${INCLUDE_MODULES}" > > #do-build: > # cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} ${ALL_TARGET} > # > #do-install: > # cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} ${INSTALL_TARGET} > > .include > #### EOF ############ > > I can't find the make files for stage to drill down and see what's going wrong. Any pointers to the script that "make stage" uses? > >>> >>> -- >>> Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 08:02:15 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A505E21A for ; Thu, 11 Jun 2015 08:02:15 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64FD315E5 for ; Thu, 11 Jun 2015 08:02:14 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from um-excht-a02.um.gwdg.de ([134.76.11.222] helo=email.gwdg.de) by mailer.gwdg.de with esmtp (Exim 4.80) (envelope-from ) id 1Z2xRE-0005hi-Nw; Thu, 11 Jun 2015 10:02:12 +0200 Received: from pc028.nfv (134.76.242.1) by email.gwdg.de (134.76.9.211) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 11 Jun 2015 10:02:11 +0200 Message-ID: <55794083.1060707@gwdg.de> Date: Thu, 11 Jun 2015 10:02:11 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Euan Thoms CC: Subject: Re: New port with USES=gmake will not stage References: <72ad-55793c00-2d-6b8b4580@30728770> In-Reply-To: <72ad-55793c00-2d-6b8b4580@30728770> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: - X-Virus-Scanned: (clean) by clamav X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 08:02:15 -0000 Am 11.06.2015 um 09:43 schrieb Euan Thoms: > > On Thursday, June 11, 2015 15:35 SGT, Rainer Hurling wrote: > >> >> I am wondering, if there is a small typo in your PORTNAME. Shouldn't it >> be 'opensips1-tls' instead of 'opensips1-lts' (lts -> tls)? >> >> And why do you use 'opensips1' instead of 'opensips'? PORTVERSION >> already includes the version number. It seems, this complicates the >> subsequent setting of WRKSRC etc ... >> > > No, it's not a typo. It's version 1.11.5 LTS (Long Term Support), so I named it opensips1-lts so that the current stable (v2.1.0) could be called opensips or opensips2. In other words I'm thinking further down the line. But I'm personally most interested in a LTS branch. I needs the upgrade stability, rather than new features. > Thanks for the clarification and sorry to bother you with these issues. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 10:32:08 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC6344C7 for ; Thu, 11 Jun 2015 10:32:08 +0000 (UTC) (envelope-from olaf@zaplinski.de) Received: from binky.tuxfriends.net (binky.tuxfriends.net [IPv6:2a00:12c0:1015:100:1::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AF4511BD6 for ; Thu, 11 Jun 2015 10:32:08 +0000 (UTC) (envelope-from olaf@zaplinski.de) Received: from mail.zaplinski.de (ip6-localhost [IPv6:::1]) by binky.tuxfriends.net (Postfix) with ESMTP id 6966C39 for ; Thu, 11 Jun 2015 12:32:04 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zaplinski.de; s=20150415; t=1434018724; bh=jOacIvBveWTeyPH/SljObzUvf7u//ZX3y1Fz6cGbJdA=; h=Date:From:To:Subject; b=CEKyYN7j1pTjNU/wQGL6NiFukDpBpTMd77Eko15X3kqtIv6tIccvK8JX9x70g6ZyQ +K6zt5F1XRndcQQ1825XVUfkn2wrOnIHz0+EapPeZ1P/ZEb1S0bjpiDnSNnY5J8NRf cvNvw0wEbO1GtSALKmYOQA7C7OBBQgekEM+/24lcKmH/CJAEajEx+jvexQszrmw+IB RB1SfsZAo3UwDXqYnzZXC9Y+Cu+GkWsnBMAcaIU0O6rshAA+4zny1yM1it+icZG+iR hCxh8+HRbx8yyLctyC8hG0N9AeDbgNuuBMSQOTD7Gahmu/3PCy3TebTa5BgflczVsd hzMrojo+JYIyQ== MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 11 Jun 2015 12:32:04 +0200 From: Olaf Zaplinski To: freebsd-ports@freebsd.org Subject: no SOCKS support in =?UTF-8?Q?openssh-portable-=36=2E=38=2Ep=31?= =?UTF-8?Q?=5F=37=2C=31=20=3F?= Message-ID: <35ffbad13f7447f9b3aebdb2de79d70c@mail.zaplinski.de> X-Sender: olaf@zaplinski.de User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 10:32:09 -0000 Hi, I have replaced the stock OpenSSH with this port. And now, my system (FB 10.1) cannot connect through a SOCKS5 proxy any longer. Host foo.bar.net ProxyCommand /usr/bin/nc -X 5 -x proxy.example.org:1080 %h %p Any ideas? Olaf From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 11:19:03 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75F123FF for ; Thu, 11 Jun 2015 11:19:03 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward9l.mail.yandex.net (forward9l.mail.yandex.net [IPv6:2a02:6b8:0:1819::9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3A50E18B8 for ; Thu, 11 Jun 2015 11:19:03 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [IPv6:2a02:6b8:0:f05::116]) by forward9l.mail.yandex.net (Yandex) with ESMTP id 60551E611E1 for ; Thu, 11 Jun 2015 14:18:51 +0300 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id 1956D170A019 for ; Thu, 11 Jun 2015 14:18:50 +0300 (MSK) Received: from nat217.gw1.sparktell.net (nat217.gw1.sparktell.net [185.8.5.217]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id DV45LIFzYm-IoeC5emb; Thu, 11 Jun 2015 14:18:50 +0300 (using TLSv1.2 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) Message-ID: <55796E9A.7000807@passap.ru> Date: Thu, 11 Jun 2015 14:18:50 +0300 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: poudriere-devel options are changed via poudriere options Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 11:19:03 -0000 Hi All, At my default-make.conf I have: ----- poudriere_SET=QEMU ZSH poudriere-devel_SET=ZSH ----- The poudriere version and command I use is: ----- % pkg info -x poudriere poudriere-devel-3.1.99.20150608 % sudo poudriere bulk -j 11-amd64 -p default ports-mgmt/poudriere-devel ----- But building of poudriere-devel invokes qemu building *unless* I change the above defaul-poudriere_SET=ZSH. I.e. I change options for pourdiere and get options changes for poudriere-devel. Did I screw something up? -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 13:15:52 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBAFE935 for ; Thu, 11 Jun 2015 13:15:52 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [66.135.54.68]) by mx1.freebsd.org (Postfix) with ESMTP id BB06E1922 for ; Thu, 11 Jun 2015 13:15:52 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id C8024561CE; Thu, 11 Jun 2015 08:15:44 -0500 (CDT) Date: Thu, 11 Jun 2015 08:15:44 -0500 From: Mark Linimon To: "Janky Jay, III" Cc: freebsd-ports@freebsd.org Subject: Re: New pkg audit / vuln.xml failures (php55, unzoo) Message-ID: <20150611131544.GB10584@lonesome.com> References: <20150523153029.B7BD3280@hub.freebsd.org> <1432659389.3130746.278522905.6D1E6549@webmail.messagingengine.com> <20150527174037.EF719B11@hub.freebsd.org> <556746A4.4090208@FreeBSD.org> <20150608210004.9F46A7B7@hub.freebsd.org> <1433820881.2461667.290406793.0AB7ECBD@webmail.messagingengine.com> <55792079.5040506@unfs.us> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55792079.5040506@unfs.us> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 13:15:52 -0000 On Wed, Jun 10, 2015 at 11:45:29PM -0600, Janky Jay, III wrote: > Hrm... Numerous inquiries regarding this and no response is somewhat > disappointing. This is not an excuse, but a number of us are at BSDCan and distracted. There have been discussions about how to solve the larger "ports security" problem but no conclusive decision yet. It is, however, a hot topic. mcl From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 13:47:36 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59A40B35 for ; Thu, 11 Jun 2015 13:47:36 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.infracaninophile.co.uk", Issuer "infracaninophile.co.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 022A0105F for ; Thu, 11 Jun 2015 13:47:35 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from liminal.local ([137.122.64.33]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.15.1/8.15.1) with ESMTPSA id t5BDlOlk008450 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Thu, 11 Jun 2015 14:47:26 +0100 (BST) (envelope-from matthew@FreeBSD.org) Authentication-Results: smtp.infracaninophile.co.uk; dmarc=none header.from=FreeBSD.org DKIM-Filter: OpenDKIM Filter v2.9.2 smtp.infracaninophile.co.uk t5BDlOlk008450 Authentication-Results: smtp.infracaninophile.co.uk/t5BDlOlk008450; dkim=none reason="no signature"; dkim-adsp=none; dkim-atps=neutral X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host [137.122.64.33] claimed to be liminal.local Message-ID: <55799164.3040404@FreeBSD.org> Date: Thu, 11 Jun 2015 09:47:16 -0400 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: New pkg audit / vuln.xml failures (php55, unzoo) References: <20150523153029.B7BD3280@hub.freebsd.org> <1432659389.3130746.278522905.6D1E6549@webmail.messagingengine.com> <20150527174037.EF719B11@hub.freebsd.org> <556746A4.4090208@FreeBSD.org> <20150608210004.9F46A7B7@hub.freebsd.org> <1433820881.2461667.290406793.0AB7ECBD@webmail.messagingengine.com> <55792079.5040506@unfs.us> <20150611131544.GB10584@lonesome.com> In-Reply-To: <20150611131544.GB10584@lonesome.com> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="3S7inUPgnVtvsSXW44FEILOibse0lXtQE" X-Virus-Scanned: clamav-milter 0.98.7 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 13:47:36 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --3S7inUPgnVtvsSXW44FEILOibse0lXtQE Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 11/06/2015 09:15, Mark Linimon wrote: > On Wed, Jun 10, 2015 at 11:45:29PM -0600, Janky Jay, III wrote: >> Hrm... Numerous inquiries regarding this and no response is somewhat >> disappointing. >=20 > This is not an excuse, but a number of us are at BSDCan and distracted.= >=20 > There have been discussions about how to solve the larger "ports securi= ty" > problem but no conclusive decision yet. It is, however, a hot topic. I'd like to add that the situation with ports-secteam -- not having a published list of members and so forth -- has come to the attention of the Core team and things are in motion to improve the situation. In the mean time, Xin Li has posted some useful information to freebsd-security@= -- https://lists.freebsd.org/pipermail/freebsd-security/2015-June/008458.htm= l Cheers, Matthew --3S7inUPgnVtvsSXW44FEILOibse0lXtQE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) iQJ8BAEBCgBmBQJVeZFrXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkATOxcQAI1WumFPPatbb71ux5+4nuzt 4DurJbvmZXIeGN7sDEbSpiFMXXU+T+CY7SMzzo7yc6+ywQYYrTWAVTz0eGiXa/qJ Q/w2cBhOxufZK/hHcRV9VzqVsuIYCHtXj9+emZC8N29oLun4zJlasLAhok9Dhr9Y 8s+lWracDHYB+7KsRTcxiDPjfm4FqxSD11wdX7wByugGy2qWiqkZTRjT8nUcKKc0 3DBNI7uzD08NFh3xD66je0/ePDWiVTdbtPe6gn9nZkXaEibKLeiUf8RzHpwOWH/p H/zfP1m3Ixk7w30oh/K2lwJUcIcc+ewVZEeq8/HghK5Y6+zk5fsgzKcBpoYwQ3s6 iulqbn7oYpwiTkYsRXdw56Q3GTwW+DuOROvAUZ328jKs5MvhTaf8RDljxJI5O4mw LIQ970OKYJsF2xanDMjv9QujA7n9xucJhXMo3JcRAexnEGaMxGwDAPoFc7TONSXu DtlGsAtD8gxyPTU++THyTrh6e9XQyc2mV6Q73vb8Eh0VVBlkS2otEoyLBVSYphPJ pbzPZphR8CsroDQHaF10SauPHW70/1GYCUTBTI2SI/aZSSaWX76kTyOy6Qv3FJ/q Cw1iG+vQaWJSj0Scf5svcUS/Cxr1H0XmdGU2lL30FPpvp8Girld/m+THraVEz6aL l+x6kfSWEoupG4zxnhkC =og9y -----END PGP SIGNATURE----- --3S7inUPgnVtvsSXW44FEILOibse0lXtQE-- From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 14:09:53 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60DC09B3 for ; Thu, 11 Jun 2015 14:09:53 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (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 E4517177A for ; Thu, 11 Jun 2015 14:09:52 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by wigg3 with SMTP id g3so76426889wig.1 for ; Thu, 11 Jun 2015 07:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=03geTjzDfSE5KpVadMuNWb+J1iwNTFlAptA23BY6iyU=; b=pXY2n0yvPHR6gNrxcSpt+8am+U6X6Mgn/cmwdC1OhgBP9XNVcvepzmfQKykgDm8ghF +mAIJupz2RmvC0RFpO1lJtPR3waeikKuEJjAr1vRGESkr40CpbaXYurFhHFkfy1u6qLc jp8vjbVlFouaj/8iIPuQ+Fx0JGPTmwUY47mjI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=03geTjzDfSE5KpVadMuNWb+J1iwNTFlAptA23BY6iyU=; b=jlOdE+PQrJ10PtQ2f0n09TqUyHoFDyEGBL7tEmxXfKenOr3nZmze2HOh/O0voIoOgU Ui7jk3lLkj3eEuUCQYxwnpiPTqypaHLZs/2GN7dEfNQdjcnF+IJstfLYsHI6JbPR2qLU /JTyh37qjpqmwXjke9Bxx8nHsgaHRetNkpQ5ijcocBc+l7WrqLj+MwZZQAtFfY/s1jlS yVKCmIoym0VySgnGTad3rCHZVTBjs/3mDOIbwNs4tKH4omBgeu9xG1lrfRFI3F21vhpo vXEh3O1vywiOyeAVbqOl+ON86eFyPINVnh1BSjWA3HoqS5iQrq0sOHeQlMjSFDATooAK AzaA== X-Gm-Message-State: ALoCoQmK0QH3U5mIRi5cfOBmkdoY0CsaREk8mGY3vtlVuki44FKo1Twk87ISz4aOppEXODLqKNkL X-Received: by 10.180.108.142 with SMTP id hk14mr19544170wib.5.1434031791158; Thu, 11 Jun 2015 07:09:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.65.85 with HTTP; Thu, 11 Jun 2015 07:09:20 -0700 (PDT) In-Reply-To: <55799164.3040404@FreeBSD.org> References: <20150523153029.B7BD3280@hub.freebsd.org> <1432659389.3130746.278522905.6D1E6549@webmail.messagingengine.com> <20150527174037.EF719B11@hub.freebsd.org> <556746A4.4090208@FreeBSD.org> <20150608210004.9F46A7B7@hub.freebsd.org> <1433820881.2461667.290406793.0AB7ECBD@webmail.messagingengine.com> <55792079.5040506@unfs.us> <20150611131544.GB10584@lonesome.com> <55799164.3040404@FreeBSD.org> From: Eitan Adler Date: Thu, 11 Jun 2015 07:09:20 -0700 Message-ID: Subject: Re: New pkg audit / vuln.xml failures (php55, unzoo) To: Matthew Seaman Cc: freebsd ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 14:09:53 -0000 On 11 June 2015 at 06:47, Matthew Seaman wrote: > On 11/06/2015 09:15, Mark Linimon wrote: >> On Wed, Jun 10, 2015 at 11:45:29PM -0600, Janky Jay, III wrote: >>> Hrm... Numerous inquiries regarding this and no response is somewhat >>> disappointing. >> >> This is not an excuse, but a number of us are at BSDCan and distracted. >> >> There have been discussions about how to solve the larger "ports security" >> problem but no conclusive decision yet. It is, however, a hot topic. > > I'd like to add that the situation with ports-secteam -- not having a > published list of members and so forth -- has come to the attention of > the Core team and things are in motion to improve the situation. In the > mean time, Xin Li has posted some useful information to freebsd-security@ -- There is also https://reviews.freebsd.org/D2761 for adding the list of team members to the https://www.freebsd.org/administration.html page -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 14:44:48 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 05D0A13A for ; Thu, 11 Jun 2015 14:44:48 +0000 (UTC) (envelope-from dreamx@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7EA2C1153 for ; Thu, 11 Jun 2015 14:44:47 +0000 (UTC) (envelope-from dreamx@gmx.de) Received: from [192.168.1.11] ([94.53.216.74]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0MRkhB-1YaHJA3OwL-00StKX; Thu, 11 Jun 2015 16:39:29 +0200 Message-ID: <55799D79.9010705@gmx.de> Date: Thu, 11 Jun 2015 17:38:49 +0300 From: Horatiu MOLDOVAN User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "Timur I. Bakeyev" CC: FreeBSD ports Subject: Re: net/samba4* build dependencies References: <55789BD8.8040008@gmx.de> In-Reply-To: X-Provags-ID: V03:K0:UtQyFCn2fJvHrLUgxy0QI150zcstIQhpjOAGLiRaNbVX8MjyNzx GJbAvdEY1fFDTzaNqBiJk4rbg0wZxrwHzXsAsav00zDiTc2kadaUkjtpOWlVmIjTBB2T8LO wAcL/5zAyoq6/GCBObvdLMp1M6OSXd44L9K2z6b9jbFA59q4U76G65o2yZeBRBvA0NuXOsR fgRRO2pctAqp0yIar2i1A== X-UI-Out-Filterresults: notjunk:1;V01:K0:FU//L2Eu3/I=:pz1qbv/H+uXn4GIj/zYqVd n3tAWfnMYeMBR4d/ADJ0Fkiy/uufwEvVCyU/BYxmjI9ygUmesCnfRgeG7SefWibmUSfPnGCJp qXtGxPanBEIUpAxYJ/D5EIAfJC0YrX3A7kKNaeOBpC31KnQxJZyBZ0CMGa75mHNmdoBuTsLh+ s4JK3ouZwJjxDrOBvAGiCmIIuo4+xuVIje2c/Oq9mbYG8olYpEjWV/b+cZAqQGpnp6gg9y8ia t8xOH4QIz8PU0f8nK+ar2ndH4D3PLtgc8/Yue6Uw1Q5s6vZwe0N4++fa4EEEt9wA7bNSI5E3a 7NvrhZXYyjYVACeR9asrsA1jfwc/mK8Qvhc9XDO5hUujmBYmzDogXEzQ8gkkblH8XX+LF6NT+ y12hxYFTudFH3Bx617vTXhdh0qaFP/abHCbLW/QvgLsD1Vkg6/sj893FITLNoO5FhqPfPoTTh +CbZcBQ9dWiApq1Qbi1jPC+IEHWxUh3y+dlJjOG45UMRnD8NBLWnKqNA0NZGF8cnWqlGGA0eu RVPrlNDFjcAStGiR47YqcUMqXWfDt0jNlRX7k9V4d+cD2IcETzzh2SSL3lkhrOOgNMPdKLBOW YsT7JXZk5sTD3Wd5+j9g2autoWe0kxFbieKVZwP6sK7W/gZp5pjv3I3r/cl/fIsANGSuLh6oD LhutOGtZudjIRiYGYOXuIWvphCvy1PVe8qEd9Ugt0oGjXan3QHo/1WUVOy7N1Ua+lQD4= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 14:44:48 -0000 Why add samba? Because windows... and it was supposed to be "garbage", thought the quotes were implicitly understood. Thank you for the quick response tho, I've remembered why I've given up on posting to FBSD mailing lists a few years ago. --- H. On 11/06/2015 10:44, Timur I. Bakeyev wrote: > Speaking of the garbage in a system - why to add Samba in the first > place :)? > > On Wed, Jun 10, 2015 at 10:19 PM, Horatiu MOLDOVAN > wrote: > > Hi, > Trying to replace samba 3.6 i've observed some disturbing things > on samba 4.x build: > - security/cyrus-sasl2, security/libgcrypt and security/gnutls are > mandatory lib dependencies - is there a reason to add garbage to > the system? > - OpenLDAP is built unconditionally regardless of the LDAP option > setting - again, is there a reason to add more garbage to the system? > not sure why dns/py-dnspython is a build dependency... > > (Test build options: ACL AIO FAM PTHREADPOOL QUOTAS UTMP) > > Can someone clarify these? > Thank you, > --- > H. > > _______________________________________________ > freebsd-ports@freebsd.org > mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org > " > > From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 18:38:44 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F63AF01 for ; Thu, 11 Jun 2015 18:38:44 +0000 (UTC) (envelope-from marquis@roble.com) Received: from mx5.roble.com (mx5.roble.com [206.40.34.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx5.roble.com", Issuer "mx5.roble.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6FD501FC5 for ; Thu, 11 Jun 2015 18:38:44 +0000 (UTC) (envelope-from marquis@roble.com) Received: from secure.postconf.com (mx5.roble.com [206.40.34.5]) by mx5.roble.com (Postfix) with ESMTP id CBB4F67836 for ; Thu, 11 Jun 2015 11:38:43 -0700 (PDT) Date: Thu, 11 Jun 2015 11:38:43 -0700 Subject: Re: OpenSSL Security Advisory [11 Jun 2015] From: "Roger Marquis" To: freebsd-ports@freebsd.org Reply-To: marquis@roble.com MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 18:38:44 -0000 The ports-secteam knows about this but posting here in case someone wants to update ahead of the port, from this morning's Hackernews: Roger From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 18:51:26 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 805C93AC for ; Thu, 11 Jun 2015 18:51:26 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: from mail-oi0-f47.google.com (mail-oi0-f47.google.com [209.85.218.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BAC614CF for ; Thu, 11 Jun 2015 18:51:25 +0000 (UTC) (envelope-from kitche@kitchetech.com) Received: by oiha141 with SMTP id a141so8769504oih.0 for ; Thu, 11 Jun 2015 11:51:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=yBEkPOGBP9hQDC5nmJpQntyJx+DzK60fVo6NL8NCAeE=; b=a6+S1/ziOfixN8++UDxZG1KXQBEwFXCQNW4GEKQs8btDr2eE3Ae+Fx9j83Bp6UJPSs kv6Ou2gc3vZZWvLQXeZiw3aGaBc+MNPW69W+UBHW4X0rZVyy+7oyPtIwNzjlGUxbwZyf CHsabS9hntxGOPPmmVixFZ/QTT+O/tKEjel3iC6tMZF5QQtfIlW78Q8Gy3SpqBBs0p0V 9gSpcqdQtwqDq5fjfyo/WHugs55lYfPGNONTt4oUgSDcyQ7HxyAcuJ1fzjT6zFupnZ2/ Yc14eeCwb5CLCUo+mAMFuhpuYpxslkTcwJUsx9LzlanHjCoAX5jCJJHuGQgLlnMjJJD7 Xnnw== X-Gm-Message-State: ALoCoQlA7zwP1uaU7mMD8Dyxjpt6C2GJUw5XXbaYvzG5EUekzPEZf/YsshxBU9B1F5RLN41fNVsh MIME-Version: 1.0 X-Received: by 10.60.131.147 with SMTP id om19mr9010959oeb.78.1434048679498; Thu, 11 Jun 2015 11:51:19 -0700 (PDT) Received: by 10.76.26.14 with HTTP; Thu, 11 Jun 2015 11:51:19 -0700 (PDT) Received: by 10.76.26.14 with HTTP; Thu, 11 Jun 2015 11:51:19 -0700 (PDT) In-Reply-To: <20150611183848.56FB7F69@hub.freebsd.org> References: <20150611183848.56FB7F69@hub.freebsd.org> Date: Thu, 11 Jun 2015 13:51:19 -0500 Message-ID: Subject: Re: OpenSSL Security Advisory [11 Jun 2015] From: Matthew Donovan To: Roger Marquis Cc: freebsd-ports Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 18:51:26 -0000 This is really old it was found in the last vulnerability. Guess openssl decided to finally fix it On Jun 11, 2015 1:38 PM, "Roger Marquis" wrote: > The ports-secteam knows about this but posting here in case someone wants > to > update ahead of the port, from this morning's Hackernews: > > > > Roger > > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 20:50:17 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4FA3733; Thu, 11 Jun 2015 20:50:17 +0000 (UTC) (envelope-from ppathiakis@atlantisservices.net) Received: from messages.atlantisservices.net (atlantisservices.net [96.39.127.150]) (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 AA90015A4; Thu, 11 Jun 2015 20:50:17 +0000 (UTC) (envelope-from ppathiakis@atlantisservices.net) Received: from desktop4.192atlantisservices.net (unknown [192.168.0.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by messages.atlantisservices.net (Postfix) with ESMTPSA id 3CF6519243; Thu, 11 Jun 2015 20:40:44 +0000 (UTC) Message-ID: <5579F24C.8020502@atlantisservices.net> Date: Thu, 11 Jun 2015 16:40:44 -0400 From: Paul Pathiakis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: office@FreeBSD.org CC: ports@FreeBSD.org Subject: FreeBSD Port: libreoffice-4.3.7 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 20:50:17 -0000 Crash and burn? Hi, I was just running Libreoffice via pkgs on PCBSD 10.x.... It seems that 4.3.7 is no longer backward compatible? It just hangs when trying to start. So, I built it manually and it looks like it won't build any more. When I try to build libreoffice: [root@desktop4] /usr/ports/editors/libreoffice# make ===> libreoffice-4.3.7 depends on package: p5-Archive-Zip>=0 - found ===> libreoffice-4.3.7 depends on executable: zip - found ===> libreoffice-4.3.7 depends on file: /usr/local/lib/libboost_regex.a - found ===> libreoffice-4.3.7 depends on file: /usr/local/libdata/pkgconfig/cppunit.pc - found ===> libreoffice-4.3.7 depends on executable: dmake - found ===> libreoffice-4.3.7 depends on file: /usr/local/bin/gperf - found ===> libreoffice-4.3.7 depends on package: mdds>=0.9.0 - found ===> libreoffice-4.3.7 depends on executable: gpatch - found ===> libreoffice-4.3.7 depends on executable: ucpp - found ===> libreoffice-4.3.7 depends on executable: vigra-config - found ===> libreoffice-4.3.7 depends on file: /usr/local/include/glm/glm.hpp - found ===> libreoffice-4.3.7 depends on executable: bash - found ===> libreoffice-4.3.7 depends on executable: gsed - found ===> libreoffice-4.3.7 depends on executable: ant - found ===> libreoffice-4.3.7 depends on file: /usr/local/share/java/classes/junit.jar - not found ===> Verifying install for /usr/local/share/java/classes/junit.jar in /usr/ports/java/junit ===> Building for junit-4.11_1 Buildfile: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found. clean: [delete] Deleting directory /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT [delete] Deleting directory /usr/ports/java/junit/work/junit-team-junit-c62e2df/target init: versiontag: [copy] Copying 1 file to /usr/ports/java/junit/work/junit-team-junit-c62e2df/src/main/java/junit/runner build: [mkdir] Created dir: /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main [javac] Compiling 164 source files to /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/framework/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/runners/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runners/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/matchers/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/extensions/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/notification/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/runner/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/manipulation/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/textui/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/requests/package-info.class [unjar] Expanding: /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3.jar into /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main [mkdir] Created dir: /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java [javac] Compiling 163 source files to /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.5 [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 warning [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/runner/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/tests/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/framework/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/samples/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/extensions/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/samples/money/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/samples/package-info.class [javac] Creating empty /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/samples/money/package-info.class jars: [mkdir] Created dir: /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT [jar] Building jar: /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-4.11-SNAPSHOT-src.jar [jar] Building jar: /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-4.11-SNAPSHOT.jar [jar] Building jar: /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-dep-4.11-SNAPSHOT.jar samples-and-tests: [copy] Copying 872 files to /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT unjar.hamcrest: [unjar] Expanding: /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3-sources.jar into /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/temp.hamcrest.source javadoc: [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Creating destination directory: "/usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/" [javadoc] Loading source files for package org.junit... [javadoc] Loading source files for package org.junit.experimental... [javadoc] Loading source files for package org.junit.experimental.categories... [javadoc] Loading source files for package org.junit.experimental.max... [javadoc] Loading source files for package org.junit.experimental.results... [javadoc] Loading source files for package org.junit.experimental.runners... [javadoc] Loading source files for package org.junit.experimental.theories... [javadoc] Loading source files for package org.junit.experimental.theories.suppliers... [javadoc] Loading source files for package org.junit.matchers... [javadoc] Loading source files for package org.junit.rules... [javadoc] Loading source files for package org.junit.runner... [javadoc] Loading source files for package org.junit.runner.manipulation... [javadoc] Loading source files for package org.junit.runner.notification... [javadoc] Loading source files for package org.junit.runners... [javadoc] Loading source files for package org.junit.runners.model... [javadoc] Loading source files for package org.hamcrest... [javadoc] Loading source files for package org.hamcrest.core... [javadoc] Loading source files for package org.hamcrest.internal... [javadoc] Constructing Javadoc information... [javadoc] Standard Doclet version 1.7.0_80 [javadoc] Building tree for all the packages and classes... [javadoc] Generating /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/serialized-form.html... [javadoc] Copying file /usr/ports/java/junit/work/junit-team-junit-c62e2df/stylesheet.css to file /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/stylesheet.css... [javadoc] Building index for all the packages and classes... [javadoc] Building index for all classes... release-notes: populate-dist: [copy] Copying 51 files to /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/doc [copy] Copying 1 file to /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT [copy] Copying 1 file to /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT [copy] Copying 1 file to /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT [copy] Copying 1 file to /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT dist: [java] JUnit version 4.11-SNAPSHOT [java] ..................................................................................................................................................................................................................................................................................................................................I.I..........................................E...........................................................................................................................................I.................................................................................................................... [java] Time: 2.536 [java] There was 1 failure: [java] 1) inaccessibleBaseClassIsCaughtAtValidation(org.junit.tests.validation.InaccessibleBaseClassTest) [java] java.lang.AssertionError: Expected exception: org.junit.runners.model.InitializationError [java] at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32) [java] at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) [java] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) [java] at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [java] at org.junit.runners.Suite.runChild(Suite.java:127) [java] at org.junit.runners.Suite.runChild(Suite.java:26) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [java] at org.junit.runners.Suite.runChild(Suite.java:127) [java] at org.junit.runners.Suite.runChild(Suite.java:26) [java] at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) [java] at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) [java] at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) [java] at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) [java] at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) [java] at org.junit.runners.ParentRunner.run(ParentRunner.java:309) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:160) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:138) [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:117) [java] at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96) [java] at org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47) [java] at org.junit.runner.JUnitCore.main(JUnitCore.java:40) [java] [java] FAILURES!!! [java] Tests run: 620, Failures: 1 [java] BUILD FAILED /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:211: The following error occurred while executing this line: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:181: Java returned: 1 Total time: 17 seconds *** Error code 1 Stop. make[2]: stopped in /usr/ports/java/junit *** Error code 1 Stop. make[1]: stopped in /usr/ports/editors/libreoffice *** Error code 1 Stop. make: stopped in /usr/ports/editors/libreoffice [root@desktop4] /usr/ports/editors/libreoffice# Thank you! P. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 21:24:04 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 788AF9AD; Thu, 11 Jun 2015 21:24:04 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT004-OMC1S22.hotmail.com (snt004-omc1s22.hotmail.com [65.55.90.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41FF71E21; Thu, 11 Jun 2015 21:24:04 +0000 (UTC) (envelope-from ricky1252@hotmail.com) Received: from SNT146-W37 ([65.55.90.7]) by SNT004-OMC1S22.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Thu, 11 Jun 2015 14:22:57 -0700 X-TMN: [S4kbFV9dMeRXf1GXD1zuiFYdFrcAbgPa] X-Originating-Email: [ricky1252@hotmail.com] Message-ID: From: Ricky G To: Paul Pathiakis CC: "office@FreeBSD.org" , "ports@FreeBSD.org" Subject: RE: FreeBSD Port: libreoffice-4.3.7 Date: Thu, 11 Jun 2015 17:22:57 -0400 Importance: Normal In-Reply-To: <5579F24C.8020502@atlantisservices.net> References: <5579F24C.8020502@atlantisservices.net> MIME-Version: 1.0 X-OriginalArrivalTime: 11 Jun 2015 21:22:57.0514 (UTC) FILETIME=[C967BCA0:01D0A48C] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 21:24:04 -0000 I am using libreoffice 4.3.7 and the port built fine yesterday on FreeBSD. Try recreating the port tree. > Date: Thu=2C 11 Jun 2015 16:40:44 -0400 > From: ppathiakis@atlantisservices.net > To: office@FreeBSD.org > Subject: FreeBSD Port: libreoffice-4.3.7 > CC: ports@FreeBSD.org >=20 > Crash and burn? >=20 > Hi=2C >=20 > I was just running Libreoffice via pkgs on PCBSD 10.x.... It seems that= =20 > 4.3.7 is no longer backward compatible? It just hangs when trying to sta= rt. >=20 > So=2C I built it manually and it looks like it won't build any more. >=20 > When I try to build libreoffice: >=20 > [root@desktop4] /usr/ports/editors/libreoffice# make > =3D=3D=3D> libreoffice-4.3.7 depends on package: p5-Archive-Zip>=3D0 - = found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: zip - found > =3D=3D=3D> libreoffice-4.3.7 depends on file:=20 > /usr/local/lib/libboost_regex.a - found > =3D=3D=3D> libreoffice-4.3.7 depends on file:=20 > /usr/local/libdata/pkgconfig/cppunit.pc - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: dmake - found > =3D=3D=3D> libreoffice-4.3.7 depends on file: /usr/local/bin/gperf - fo= und > =3D=3D=3D> libreoffice-4.3.7 depends on package: mdds>=3D0.9.0 - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: gpatch - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: ucpp - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: vigra-config - foun= d > =3D=3D=3D> libreoffice-4.3.7 depends on file: /usr/local/include/glm/gl= m.hpp=20 > - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: bash - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: gsed - found > =3D=3D=3D> libreoffice-4.3.7 depends on executable: ant - found > =3D=3D=3D> libreoffice-4.3.7 depends on file:=20 > /usr/local/share/java/classes/junit.jar - not found > =3D=3D=3D> Verifying install for /usr/local/share/java/classes/junit.j= ar in=20 > /usr/ports/java/junit > =3D=3D=3D> Building for junit-4.11_1 > Buildfile: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml > [taskdef] Could not load definitions from resource=20 > net/sf/antcontrib/antcontrib.properties. It could not be found. >=20 > clean: > [delete] Deleting directory=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [delete] Deleting directory=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target >=20 > init: >=20 > versiontag: > [copy] Copying 1 file to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/src/main/java/junit/r= unner >=20 > build: > [mkdir] Created dir:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > [javac] Compiling 164 source files to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > [javac] warning: [options] bootstrap class path not set in=20 > conjunction with -source 1.5 > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 warning > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /runner/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/fra= mework/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /internal/runners/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /runners/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /matchers/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/ext= ensions/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /runner/notification/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/run= ner/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /runner/manipulation/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/tex= tui/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit= /internal/requests/package-info.class > [unjar] Expanding:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3= .jar=20 > into /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > [mkdir] Created dir:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java > [javac] Compiling 163 source files to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java > [javac] warning: [options] bootstrap class path not set in=20 > conjunction with -source 1.5 > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 warning > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/juni= t/tests/runner/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/juni= t/tests/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/= junit/tests/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/juni= t/tests/framework/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/= junit/samples/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/juni= t/tests/extensions/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/= junit/samples/money/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/juni= t/samples/package-info.class > [javac] Creating empty=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/juni= t/samples/money/package-info.class >=20 > jars: > [mkdir] Created dir:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [jar] Building jar:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/ju= nit-4.11-SNAPSHOT-src.jar > [jar] Building jar:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/ju= nit-4.11-SNAPSHOT.jar > [jar] Building jar:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/ju= nit-dep-4.11-SNAPSHOT.jar >=20 > samples-and-tests: > [copy] Copying 872 files to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT >=20 > unjar.hamcrest: > [unjar] Expanding:=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3= -sources.jar=20 > into=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/te= mp.hamcrest.source >=20 > javadoc: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Creating destination directory:=20 > "/usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/j= avadoc/" > [javadoc] Loading source files for package org.junit... > [javadoc] Loading source files for package org.junit.experimental... > [javadoc] Loading source files for package=20 > org.junit.experimental.categories... > [javadoc] Loading source files for package org.junit.experimental.max.= .. > [javadoc] Loading source files for package=20 > org.junit.experimental.results... > [javadoc] Loading source files for package=20 > org.junit.experimental.runners... > [javadoc] Loading source files for package=20 > org.junit.experimental.theories... > [javadoc] Loading source files for package=20 > org.junit.experimental.theories.suppliers... > [javadoc] Loading source files for package org.junit.matchers... > [javadoc] Loading source files for package org.junit.rules... > [javadoc] Loading source files for package org.junit.runner... > [javadoc] Loading source files for package=20 > org.junit.runner.manipulation... > [javadoc] Loading source files for package=20 > org.junit.runner.notification... > [javadoc] Loading source files for package org.junit.runners... > [javadoc] Loading source files for package org.junit.runners.model... > [javadoc] Loading source files for package org.hamcrest... > [javadoc] Loading source files for package org.hamcrest.core... > [javadoc] Loading source files for package org.hamcrest.internal... > [javadoc] Constructing Javadoc information... > [javadoc] Standard Doclet version 1.7.0_80 > [javadoc] Building tree for all the packages and classes... > [javadoc] Generating=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/ja= vadoc/serialized-form.html... > [javadoc] Copying file=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/stylesheet.css to=20 > file=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/ja= vadoc/stylesheet.css... > [javadoc] Building index for all the packages and classes... > [javadoc] Building index for all classes... >=20 > release-notes: >=20 > populate-dist: > [copy] Copying 51 files to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/do= c > [copy] Copying 1 file to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [copy] Copying 1 file to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [copy] Copying 1 file to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [copy] Copying 1 file to=20 > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT >=20 > dist: > [java] JUnit version 4.11-SNAPSHOT > [java]=20 > .........................................................................= ...........................................................................= ...........................................................................= ...........................................................................= ........................I.I..........................................E.....= ...........................................................................= ...........................................................I...............= ...........................................................................= .......................... > [java] Time: 2.536 > [java] There was 1 failure: > [java] 1)=20 > inaccessibleBaseClassIsCaughtAtValidation(org.junit.tests.validation.Inac= cessibleBaseClassTest) > [java] java.lang.AssertionError: Expected exception:=20 > org.junit.runners.model.InitializationError > [java] at=20 > org.junit.internal.runners.statements.ExpectException.evaluate(ExpectExce= ption.java:32) > [java] at=20 > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > [java] at=20 > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.= java:70) > [java] at=20 > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.= java:50) > [java] at=20 > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > [java] at=20 > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > [java] at=20 > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > [java] at=20 > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > [java] at=20 > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > [java] at=20 > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > [java] at org.junit.runners.Suite.runChild(Suite.java:127) > [java] at org.junit.runners.Suite.runChild(Suite.java:26) > [java] at=20 > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > [java] at=20 > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > [java] at=20 > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > [java] at=20 > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > [java] at=20 > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > [java] at=20 > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > [java] at org.junit.runners.Suite.runChild(Suite.java:127) > [java] at org.junit.runners.Suite.runChild(Suite.java:26) > [java] at=20 > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > [java] at=20 > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > [java] at=20 > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > [java] at=20 > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > [java] at=20 > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > [java] at=20 > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:160) > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:138) > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:117) > [java] at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96) > [java] at=20 > org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47) > [java] at org.junit.runner.JUnitCore.main(JUnitCore.java:40) > [java] > [java] FAILURES!!! > [java] Tests run: 620=2C Failures: 1 > [java] >=20 > BUILD FAILED > /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:211: The=20 > following error occurred while executing this line: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:181: Java=20 > returned: 1 >=20 > Total time: 17 seconds > *** Error code 1 >=20 > Stop. > make[2]: stopped in /usr/ports/java/junit > *** Error code 1 >=20 > Stop. > make[1]: stopped in /usr/ports/editors/libreoffice > *** Error code 1 >=20 > Stop. > make: stopped in /usr/ports/editors/libreoffice > [root@desktop4] /usr/ports/editors/libreoffice# >=20 >=20 > Thank you! >=20 > P. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe=2C send any mail to "freebsd-ports-unsubscribe@freebsd.org= " = From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 21:47:12 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32AAFDCD for ; Thu, 11 Jun 2015 21:47:12 +0000 (UTC) (envelope-from daniloegea@yahoo.com.br) Received: from nm34-vm10.bullet.mail.gq1.yahoo.com (nm34-vm10.bullet.mail.gq1.yahoo.com [98.136.216.139]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 040021303 for ; Thu, 11 Jun 2015 21:47:11 +0000 (UTC) (envelope-from daniloegea@yahoo.com.br) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com.br; s=s2048; t=1434059052; bh=aTXo8Yj7WwFbxCNtV+Gjm6LZ7etbf1h6BcuWBQFZvR8=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=FrFX0pm6UssIu50ZbaBXphwQhhK8ALy9gAjvob6GWjz/gQo1gz6Fo4HoGjJcQZqSubYcx/UbQoC1VZ/P6sP434Dm0W8BteOr07sk6J94nVUHYiRaoVrwAWM5OTzj7tw2GUQHA+UVTizxRYh/X9DAwtDSN9PLChdrECjZwOIuIw21T5uSe5TzzMTUQDPYs2ouYjO1vlZId4sXeELKuT5j4F4ZDXkH0ob3HZLMv8kSiyE+3Yb82Lyzd5UTZvu/vV/i7aens3Eh5dF5zVLSqmIBMv6sG6sYsb2F5rx4Ok8+GiHS2Q3+EtTNSnVkUbNU2E9X9ZJU7WCTPnR/5ou9sUcYxQ== Received: from [127.0.0.1] by nm34.bullet.mail.gq1.yahoo.com with NNFMP; 11 Jun 2015 21:44:12 -0000 Received: from [98.137.12.174] by nm34.bullet.mail.gq1.yahoo.com with NNFMP; 11 Jun 2015 21:41:16 -0000 Received: from [98.139.215.140] by tm13.bullet.mail.gq1.yahoo.com with NNFMP; 11 Jun 2015 21:41:16 -0000 Received: from [98.139.213.13] by tm11.bullet.mail.bf1.yahoo.com with NNFMP; 11 Jun 2015 21:41:15 -0000 Received: from [127.0.0.1] by smtp113.mail.bf1.yahoo.com with NNFMP; 11 Jun 2015 21:41:15 -0000 X-Yahoo-Newman-Id: 714344.16840.bm@smtp113.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-4 X-YMail-OSG: NfKU16EVM1mCg86rUKGytzJSj.KEeBOMg4I.jksknEPew6h NCYCmiRkgPt4dNwL7CJgmozy5fYlNB.t_RaG1i84tvpmxSEeOAUTpZGZwt0U dN929sjWkQb7CEDPfZqXLEJyqhd55.BIcjtr1Kr9zSrondVILtLJnp88hsII 2szqtbaDg1exlmfCv.QKNV1b8c9OqHHHF4UuclMlbq1HaIUFyrneeVFbjKwz kzW8pCppZ0CGMxZIpxb8V1ooV6YdTIhrh5M2i81_Af9FWd3N9g7tL0DLzjby CGNB1TJVyM6c0STZnO5A7LREzGhFCgUAZ2GsO_dOazFHk3zZf4daojR_ptcK S6a0O6UqKfVcluRIKM.RlUJnHrcMJ.pOWYJf.MliA4rp6b.QpJ5deOgj1Xjt _0HQAqnHdur70Z3hdC0WKMdY9RKuih72RoQHT8SYzosZfWhNX4mTEIRuFnjK 7Zv41mtQ9iKwhaRA8zWfLWzPGJZVjFS9meF_.EIE9Tsr_2mCpQCpuK0JjFMb QsDF797HDIEipnAc4S.1B.WKdbGZSVAeQwpKv.9IvUm_GcxE- X-Yahoo-SMTP: 51p0rh2swBCh3zxf6sJkNseoFwQzw1o- Message-ID: <557A00CC.9000103@yahoo.com.br> Date: Thu, 11 Jun 2015 18:42:36 -0300 From: Danilo Egea Gondolfo User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: FreeBSD Port: libreoffice-4.3.7 References: <5579F24C.8020502@atlantisservices.net> In-Reply-To: <5579F24C.8020502@atlantisservices.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 21:47:12 -0000 On 06/11/15 17:40, Paul Pathiakis wrote: > Crash and burn? > > Hi, > > I was just running Libreoffice via pkgs on PCBSD 10.x.... It seems > that 4.3.7 is no longer backward compatible? It just hangs when > trying to start. > > So, I built it manually and it looks like it won't build any more. > > When I try to build libreoffice: > > [root@desktop4] /usr/ports/editors/libreoffice# make > ===> libreoffice-4.3.7 depends on package: p5-Archive-Zip>=0 - found > ===> libreoffice-4.3.7 depends on executable: zip - found > ===> libreoffice-4.3.7 depends on file: > /usr/local/lib/libboost_regex.a - found > ===> libreoffice-4.3.7 depends on file: > /usr/local/libdata/pkgconfig/cppunit.pc - found > ===> libreoffice-4.3.7 depends on executable: dmake - found > ===> libreoffice-4.3.7 depends on file: /usr/local/bin/gperf - found > ===> libreoffice-4.3.7 depends on package: mdds>=0.9.0 - found > ===> libreoffice-4.3.7 depends on executable: gpatch - found > ===> libreoffice-4.3.7 depends on executable: ucpp - found > ===> libreoffice-4.3.7 depends on executable: vigra-config - found > ===> libreoffice-4.3.7 depends on file: > /usr/local/include/glm/glm.hpp - found > ===> libreoffice-4.3.7 depends on executable: bash - found > ===> libreoffice-4.3.7 depends on executable: gsed - found > ===> libreoffice-4.3.7 depends on executable: ant - found > ===> libreoffice-4.3.7 depends on file: > /usr/local/share/java/classes/junit.jar - not found > ===> Verifying install for /usr/local/share/java/classes/junit.jar > in /usr/ports/java/junit > ===> Building for junit-4.11_1 > Buildfile: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml > [taskdef] Could not load definitions from resource > net/sf/antcontrib/antcontrib.properties. It could not be found. > > clean: > [delete] Deleting directory > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [delete] Deleting directory > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target > > init: > > versiontag: > [copy] Copying 1 file to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/src/main/java/junit/runner > > build: > [mkdir] Created dir: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > [javac] Compiling 164 source files to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > [javac] warning: [options] bootstrap class path not set in > conjunction with -source 1.5 > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 warning > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/framework/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/runners/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runners/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/matchers/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/extensions/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/notification/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/runner/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/manipulation/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/textui/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/requests/package-info.class > [unjar] Expanding: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3.jar > into /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > [mkdir] Created dir: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java > [javac] Compiling 163 source files to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java > [javac] warning: [options] bootstrap class path not set in > conjunction with -source 1.5 > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 1 warning > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/runner/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/tests/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/framework/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/samples/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/extensions/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/samples/money/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/samples/package-info.class > [javac] Creating empty > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/samples/money/package-info.class > > jars: > [mkdir] Created dir: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [jar] Building jar: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-4.11-SNAPSHOT-src.jar > [jar] Building jar: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-4.11-SNAPSHOT.jar > [jar] Building jar: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-dep-4.11-SNAPSHOT.jar > > samples-and-tests: > [copy] Copying 872 files to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > unjar.hamcrest: > [unjar] Expanding: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3-sources.jar > into > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/temp.hamcrest.source > > javadoc: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [javadoc] Creating destination directory: > "/usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/" > [javadoc] Loading source files for package org.junit... > [javadoc] Loading source files for package org.junit.experimental... > [javadoc] Loading source files for package > org.junit.experimental.categories... > [javadoc] Loading source files for package > org.junit.experimental.max... > [javadoc] Loading source files for package > org.junit.experimental.results... > [javadoc] Loading source files for package > org.junit.experimental.runners... > [javadoc] Loading source files for package > org.junit.experimental.theories... > [javadoc] Loading source files for package > org.junit.experimental.theories.suppliers... > [javadoc] Loading source files for package org.junit.matchers... > [javadoc] Loading source files for package org.junit.rules... > [javadoc] Loading source files for package org.junit.runner... > [javadoc] Loading source files for package > org.junit.runner.manipulation... > [javadoc] Loading source files for package > org.junit.runner.notification... > [javadoc] Loading source files for package org.junit.runners... > [javadoc] Loading source files for package org.junit.runners.model... > [javadoc] Loading source files for package org.hamcrest... > [javadoc] Loading source files for package org.hamcrest.core... > [javadoc] Loading source files for package org.hamcrest.internal... > [javadoc] Constructing Javadoc information... > [javadoc] Standard Doclet version 1.7.0_80 > [javadoc] Building tree for all the packages and classes... > [javadoc] Generating > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/serialized-form.html... > [javadoc] Copying file > /usr/ports/java/junit/work/junit-team-junit-c62e2df/stylesheet.css to > file > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/stylesheet.css... > [javadoc] Building index for all the packages and classes... > [javadoc] Building index for all classes... > > release-notes: > > populate-dist: > [copy] Copying 51 files to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/doc > [copy] Copying 1 file to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [copy] Copying 1 file to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [copy] Copying 1 file to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > [copy] Copying 1 file to > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > dist: > [java] JUnit version 4.11-SNAPSHOT > [java] > ..................................................................................................................................................................................................................................................................................................................................I.I..........................................E...........................................................................................................................................I.................................................................................................................... > [java] Time: 2.536 > [java] There was 1 failure: > [java] 1) > inaccessibleBaseClassIsCaughtAtValidation(org.junit.tests.validation.InaccessibleBaseClassTest) > [java] java.lang.AssertionError: Expected exception: > org.junit.runners.model.InitializationError > [java] at > org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32) > [java] at > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > [java] at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) > [java] at > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) > [java] at > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > [java] at > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > [java] at > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > [java] at > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > [java] at > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > [java] at > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > [java] at org.junit.runners.Suite.runChild(Suite.java:127) > [java] at org.junit.runners.Suite.runChild(Suite.java:26) > [java] at > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > [java] at > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > [java] at > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > [java] at > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > [java] at > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > [java] at > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > [java] at org.junit.runners.Suite.runChild(Suite.java:127) > [java] at org.junit.runners.Suite.runChild(Suite.java:26) > [java] at > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > [java] at > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > [java] at > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > [java] at > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > [java] at > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > [java] at > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:160) > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:138) > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:117) > [java] at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96) > [java] at > org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47) > [java] at org.junit.runner.JUnitCore.main(JUnitCore.java:40) > [java] > [java] FAILURES!!! > [java] Tests run: 620, Failures: 1 > [java] > > BUILD FAILED > /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:211: The > following error occurred while executing this line: > /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:181: > Java returned: 1 > > Total time: 17 seconds > *** Error code 1 > > Stop. > make[2]: stopped in /usr/ports/java/junit > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/editors/libreoffice > *** Error code 1 > > Stop. > make: stopped in /usr/ports/editors/libreoffice > [root@desktop4] /usr/ports/editors/libreoffice# > > > Thank you! > > P. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Your ports tree is outdated. The current java/junit is the 4.12. From owner-freebsd-ports@FreeBSD.ORG Thu Jun 11 23:05:32 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C33CDBCD; Thu, 11 Jun 2015 23:05:32 +0000 (UTC) (envelope-from ppathiakis@atlantisservices.net) Received: from messages.atlantisservices.net (atlantisservices.net [96.39.127.150]) (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 83F8817AE; Thu, 11 Jun 2015 23:05:32 +0000 (UTC) (envelope-from ppathiakis@atlantisservices.net) Received: from desktop4.192atlantisservices.net (unknown [192.168.0.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by messages.atlantisservices.net (Postfix) with ESMTPSA id C44D319299; Thu, 11 Jun 2015 23:05:30 +0000 (UTC) Message-ID: <557A143A.60704@atlantisservices.net> Date: Thu, 11 Jun 2015 19:05:30 -0400 From: Paul Pathiakis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Ricky G CC: "office@FreeBSD.org" , "ports@FreeBSD.org" Subject: Re: FreeBSD Port: libreoffice-4.3.7 References: <5579F24C.8020502@atlantisservices.net> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2015 23:05:32 -0000 ===> Registering installation for libreoffice-4.3.7 (libreoffice-4.3.7) /usr/ports/editors/libreoffice/work/stage//usr/local/lib/libreoffice/program/libofficebean.so - required shared library libjawt.so not found Installing libreoffice-4.3.7... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' ===> SECURITY REPORT: This port has installed the following files which may act as network servers and may therefore pose a remote security risk to the system. /usr/local/lib/libreoffice/program/libsdlo.so /usr/local/lib/libreoffice/ure/lib/libuno_sal.so.3 If there are vulnerabilities in these programs there may be a security risk to the system. FreeBSD makes no guarantee about the security of ports included in the Ports Collection. Please type 'make deinstall' to deinstall the port if this is a concern. For more information, and contact details about the security status of this software, see the following webpage: http://www.libreoffice.org/ [root@desktop4] /usr/ports/editors/libreoffice# So... same thing happens. What is libofficebean.so? Shared library libjawt.so not found. <-- This looks to be JRE related. The file is in a subdir below /usr/local/openjdk7. P. On 06/11/2015 17:22, Ricky G wrote: > I am using libreoffice 4.3.7 and the port built fine yesterday on > FreeBSD. > > Try recreating the port tree. > > > Date: Thu, 11 Jun 2015 16:40:44 -0400 > > From: ppathiakis@atlantisservices.net > > To: office@FreeBSD.org > > Subject: FreeBSD Port: libreoffice-4.3.7 > > CC: ports@FreeBSD.org > > > > Crash and burn? > > > > Hi, > > > > I was just running Libreoffice via pkgs on PCBSD 10.x.... It seems that > > 4.3.7 is no longer backward compatible? It just hangs when trying to > start. > > > > So, I built it manually and it looks like it won't build any more. > > > > When I try to build libreoffice: > > > > [root@desktop4] /usr/ports/editors/libreoffice# make > > ===> libreoffice-4.3.7 depends on package: p5-Archive-Zip>=0 - found > > ===> libreoffice-4.3.7 depends on executable: zip - found > > ===> libreoffice-4.3.7 depends on file: > > /usr/local/lib/libboost_regex.a - found > > ===> libreoffice-4.3.7 depends on file: > > /usr/local/libdata/pkgconfig/cppunit.pc - found > > ===> libreoffice-4.3.7 depends on executable: dmake - found > > ===> libreoffice-4.3.7 depends on file: /usr/local/bin/gperf - found > > ===> libreoffice-4.3.7 depends on package: mdds>=0.9.0 - found > > ===> libreoffice-4.3.7 depends on executable: gpatch - found > > ===> libreoffice-4.3.7 depends on executable: ucpp - found > > ===> libreoffice-4.3.7 depends on executable: vigra-config - found > > ===> libreoffice-4.3.7 depends on file: /usr/local/include/glm/glm.hpp > > - found > > ===> libreoffice-4.3.7 depends on executable: bash - found > > ===> libreoffice-4.3.7 depends on executable: gsed - found > > ===> libreoffice-4.3.7 depends on executable: ant - found > > ===> libreoffice-4.3.7 depends on file: > > /usr/local/share/java/classes/junit.jar - not found > > ===> Verifying install for /usr/local/share/java/classes/junit.jar in > > /usr/ports/java/junit > > ===> Building for junit-4.11_1 > > Buildfile: /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml > > [taskdef] Could not load definitions from resource > > net/sf/antcontrib/antcontrib.properties. It could not be found. > > > > clean: > > [delete] Deleting directory > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > [delete] Deleting directory > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target > > > > init: > > > > versiontag: > > [copy] Copying 1 file to > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/src/main/java/junit/runner > > > > build: > > [mkdir] Created dir: > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > > [javac] Compiling 164 source files to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > > [javac] warning: [options] bootstrap class path not set in > > conjunction with -source 1.5 > > [javac] Note: Some input files use or override a deprecated API. > > [javac] Note: Recompile with -Xlint:deprecation for details. > > [javac] 1 warning > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/framework/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/runners/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runners/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/matchers/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/extensions/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/notification/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/runner/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/runner/manipulation/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/junit/textui/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main/org/junit/internal/requests/package-info.class > > [unjar] Expanding: > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3.jar > > > into /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/main > > [mkdir] Created dir: > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java > > [javac] Compiling 163 source files to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java > > [javac] warning: [options] bootstrap class path not set in > > conjunction with -source 1.5 > > [javac] Note: Some input files use or override a deprecated API. > > [javac] Note: Recompile with -Xlint:deprecation for details. > > [javac] 1 warning > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/runner/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/tests/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/framework/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/samples/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/tests/extensions/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/org/junit/samples/money/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/samples/package-info.class > > [javac] Creating empty > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/target/test/java/junit/samples/money/package-info.class > > > > jars: > > [mkdir] Created dir: > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > [jar] Building jar: > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-4.11-SNAPSHOT-src.jar > > [jar] Building jar: > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-4.11-SNAPSHOT.jar > > [jar] Building jar: > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/junit-dep-4.11-SNAPSHOT.jar > > > > samples-and-tests: > > [copy] Copying 872 files to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > > > unjar.hamcrest: > > [unjar] Expanding: > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/lib/hamcrest-core-1.3-sources.jar > > > into > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/temp.hamcrest.source > > > > javadoc: > > [javadoc] Generating Javadoc > > [javadoc] Javadoc execution > > [javadoc] Creating destination directory: > > > "/usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/" > > [javadoc] Loading source files for package org.junit... > > [javadoc] Loading source files for package org.junit.experimental... > > [javadoc] Loading source files for package > > org.junit.experimental.categories... > > [javadoc] Loading source files for package org.junit.experimental.max... > > [javadoc] Loading source files for package > > org.junit.experimental.results... > > [javadoc] Loading source files for package > > org.junit.experimental.runners... > > [javadoc] Loading source files for package > > org.junit.experimental.theories... > > [javadoc] Loading source files for package > > org.junit.experimental.theories.suppliers... > > [javadoc] Loading source files for package org.junit.matchers... > > [javadoc] Loading source files for package org.junit.rules... > > [javadoc] Loading source files for package org.junit.runner... > > [javadoc] Loading source files for package > > org.junit.runner.manipulation... > > [javadoc] Loading source files for package > > org.junit.runner.notification... > > [javadoc] Loading source files for package org.junit.runners... > > [javadoc] Loading source files for package org.junit.runners.model... > > [javadoc] Loading source files for package org.hamcrest... > > [javadoc] Loading source files for package org.hamcrest.core... > > [javadoc] Loading source files for package org.hamcrest.internal... > > [javadoc] Constructing Javadoc information... > > [javadoc] Standard Doclet version 1.7.0_80 > > [javadoc] Building tree for all the packages and classes... > > [javadoc] Generating > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/serialized-form.html... > > [javadoc] Copying file > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/stylesheet.css to > > file > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/javadoc/stylesheet.css... > > [javadoc] Building index for all the packages and classes... > > [javadoc] Building index for all classes... > > > > release-notes: > > > > populate-dist: > > [copy] Copying 51 files to > > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT/doc > > [copy] Copying 1 file to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > [copy] Copying 1 file to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > [copy] Copying 1 file to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > [copy] Copying 1 file to > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/junit4.11-SNAPSHOT > > > > dist: > > [java] JUnit version 4.11-SNAPSHOT > > [java] > > > ..................................................................................................................................................................................................................................................................................................................................I.I..........................................E...........................................................................................................................................I.................................................................................................................... > > [java] Time: 2.536 > > [java] There was 1 failure: > > [java] 1) > > > inaccessibleBaseClassIsCaughtAtValidation(org.junit.tests.validation.InaccessibleBaseClassTest) > > [java] java.lang.AssertionError: Expected exception: > > org.junit.runners.model.InitializationError > > [java] at > > > org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:32) > > [java] at > > org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271) > > [java] at > > > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70) > > [java] at > > > org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) > > [java] at > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > > [java] at > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > > [java] at > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > > [java] at > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > > [java] at > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > > [java] at > > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > > [java] at org.junit.runners.Suite.runChild(Suite.java:127) > > [java] at org.junit.runners.Suite.runChild(Suite.java:26) > > [java] at > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > > [java] at > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > > [java] at > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > > [java] at > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > > [java] at > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > > [java] at > > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > > [java] at org.junit.runners.Suite.runChild(Suite.java:127) > > [java] at org.junit.runners.Suite.runChild(Suite.java:26) > > [java] at > > org.junit.runners.ParentRunner$3.run(ParentRunner.java:238) > > [java] at > > org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63) > > [java] at > > org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236) > > [java] at > > org.junit.runners.ParentRunner.access$000(ParentRunner.java:53) > > [java] at > > org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229) > > [java] at > > org.junit.runners.ParentRunner.run(ParentRunner.java:309) > > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:160) > > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:138) > > [java] at org.junit.runner.JUnitCore.run(JUnitCore.java:117) > > [java] at org.junit.runner.JUnitCore.runMain(JUnitCore.java:96) > > [java] at > > org.junit.runner.JUnitCore.runMainAndExit(JUnitCore.java:47) > > [java] at org.junit.runner.JUnitCore.main(JUnitCore.java:40) > > [java] > > [java] FAILURES!!! > > [java] Tests run: 620, Failures: 1 > > [java] > > > > BUILD FAILED > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:211: The > > following error occurred while executing this line: > > /usr/ports/java/junit/work/junit-team-junit-c62e2df/build.xml:181: Java > > returned: 1 > > > > Total time: 17 seconds > > *** Error code 1 > > > > Stop. > > make[2]: stopped in /usr/ports/java/junit > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /usr/ports/editors/libreoffice > > *** Error code 1 > > > > Stop. > > make: stopped in /usr/ports/editors/libreoffice > > [root@desktop4] /usr/ports/editors/libreoffice# > > > > > > Thank you! > > > > P. > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 00:12:00 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CE99815; Fri, 12 Jun 2015 00:12:00 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 952AC18DB; Fri, 12 Jun 2015 00:11:58 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (pD9FBFAFA.dip0.t-ipconnect.de [217.251.250.250]) (authenticated bits=128) by slim.berklix.org (8.14.5/8.14.5) with ESMTP id t5C0ECEo094372; Fri, 12 Jun 2015 02:14:13 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id t5C0BgWR046755; Fri, 12 Jun 2015 02:11:42 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id t5C0BPhF067834; Fri, 12 Jun 2015 02:11:37 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201506120011.t5C0BPhF067834@fire.js.berklix.net> To: johans@freebsd.org cc: ports@freebsd.org Subject: editors/nvi-devel distfile recovered From: "Julian H. Stacey" Organization: http://berklix.com BSD Linux Unix Consultants, Munich Germany User-agent: EXMH on FreeBSD http://www.berklix.com/free/ X-URL: http://www.berklix.com/~jhs/cv/ Date: Fri, 12 Jun 2015 02:11:25 +0200 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 00:12:00 -0000 Hi johans@FreeBSD.org ( cc ports@) as MAINTAINER= of editors/nvi-devel BROKEN= Unfetchable I have made my local distfile temporarily available here: http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/nvi-1.81.6.tar.bz2 Please copy it somewhere & remove BROKEN= , thanks. Cheers, Julian -- Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich http://berklix.com Indent previous with "> ". Reply Below as a play script. Send plain text, Not quoted-printable, HTML, or base64. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 00:18:56 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 871F2960 for ; Fri, 12 Jun 2015 00:18:56 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from slim.berklix.org (slim.berklix.org [94.185.90.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 199891914 for ; Fri, 12 Jun 2015 00:18:55 +0000 (UTC) (envelope-from jhs@berklix.com) Received: from mart.js.berklix.net (pD9FBFAFA.dip0.t-ipconnect.de [217.251.250.250]) (authenticated bits=128) by slim.berklix.org (8.14.5/8.14.5) with ESMTP id t5C0LHOw094461; Fri, 12 Jun 2015 02:21:18 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (fire.js.berklix.net [192.168.91.41]) by mart.js.berklix.net (8.14.3/8.14.3) with ESMTP id t5C0IlkI046793; Fri, 12 Jun 2015 02:18:47 +0200 (CEST) (envelope-from jhs@berklix.com) Received: from fire.js.berklix.net (localhost [127.0.0.1]) by fire.js.berklix.net (8.14.7/8.14.7) with ESMTP id t5C0IT4H067968; Fri, 12 Jun 2015 02:18:41 +0200 (CEST) (envelope-from jhs@berklix.com) Message-Id: <201506120018.t5C0IT4H067968@fire.js.berklix.net> To: =?UTF-8?Q?Ren=C3=A9_Ladan?= cc: "ports@freebsd.org Ports" Subject: Re: distfile recovered for devel/gettext-msghack From: "Julian H. Stacey" Organization: http://berklix.com BSD Unix Linux Consultants, Munich Germany User-agent: EXMH on FreeBSD http://berklix.com/free/ X-URL: http://www.berklix.com In-reply-to: Your message "Thu, 11 Jun 2015 01:44:58 +0200." Date: Fri, 12 Jun 2015 02:18:29 +0200 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 00:18:56 -0000 Hi René > > & temporarily put it here > > http://berklix.com/~jhs/ftp/distfiles/msghack-0.2.tar.bz2 > > > > Please mark port as no longer broken & copy distfile wherever you want. > > > > textproc/translate-tool depends on devel/gettext-msghack > > > Indeed, found that out the hard way. I successfully downloaded the distfile > and will copy it. Thanks I've checked it fetches, & I'm removing my tmp copy. Cheers, Julian -- Julian Stacey, BSD Linux Unix C Sys Eng Consultant Munich http://berklix.com Indent previous with "> ". Reply Below as a play script. Send plain text, Not quoted-printable, HTML, or base64. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 00:34:55 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A279AC1B; Fri, 12 Jun 2015 00:34:55 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 9185C1D6E; Fri, 12 Jun 2015 00:34:55 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPT0065C0FF0700@hades.sorbs.net>; Thu, 11 Jun 2015 16:40:28 -0700 (PDT) Message-id: <557A1B16.3060606@sorbs.net> Date: Fri, 12 Jun 2015 01:34:46 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: marquis@roble.com Cc: freebsd-ports@freebsd.org, secteam@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <20150611183848.2D328F4C@hub.freebsd.org> In-reply-to: <20150611183848.2D328F4C@hub.freebsd.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 00:34:55 -0000 Roger Marquis wrote: > The ports-secteam knows about this but posting here in case someone wants to > update ahead of the port, from this morning's Hackernews: > > > *wonders how this will affect 8.x & 9.x* (seems to be no fix for 0.9.8 which 8.4 and 9.3 has 0.9.8zd in base - i expect 8.4 to get ignored as it EoLs on Jun 30, 2015, but 9.3 EoLs on Dec 31, 2016) Michelle -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 00:48:22 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ACF7DA8; Fri, 12 Jun 2015 00:48:22 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from anubis.delphij.net (anubis.delphij.net [64.62.153.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "anubis.delphij.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 351911FB4; Fri, 12 Jun 2015 00:48:19 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from zeta.ixsystems.com (unknown [12.229.62.2]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by anubis.delphij.net (Postfix) with ESMTPSA id 7867A18B77; Thu, 11 Jun 2015 17:48:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=delphij.net; s=anubis; t=1434070092; x=1434084492; bh=UpRl6nDLqyJ99Adau2u5DbSLUepo4+cOAiipnXEpBDU=; h=Date:From:Reply-To:To:CC:Subject:References:In-Reply-To; b=f6S3eeobuXTzEt3xEnJMpnXo6yfZHyPLzmF2dOjubPY81XvsYWpRf+ny5L+jr4yfT KuiNsz+9k8RZDi+CMprVReel+79X05rnoZcyooWwpsaBk9P/5YnIK0iLjU/cmKoBgY 6LakH2lYls1jVW3H95uk1UhTKJKIepPx8BFzgnzY= Message-ID: <557A2C4C.8080006@delphij.net> Date: Thu, 11 Jun 2015 17:48:12 -0700 From: Xin Li Reply-To: d@delphij.net Organization: The FreeBSD Project MIME-Version: 1.0 To: Michelle Sullivan , marquis@roble.com CC: secteam@FreeBSD.org, freebsd-ports@freebsd.org, "freebsd-security@freebsd.org" Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <20150611183848.2D328F4C@hub.freebsd.org> <557A1B16.3060606@sorbs.net> In-Reply-To: <557A1B16.3060606@sorbs.net> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 00:48:22 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 06/11/15 16:34, Michelle Sullivan wrote: > Roger Marquis wrote: >> The ports-secteam knows about this but posting here in case >> someone wants to update ahead of the port, from this morning's >> Hackernews: >> >> >> > > *wonders how this will affect 8.x & 9.x* (seems to be no fix for > 0.9.8 which 8.4 and 9.3 has 0.9.8zd in base - i expect 8.4 to get > ignored as it EoLs on Jun 30, 2015, but 9.3 EoLs on Dec 31, 2016) Well, by "supported" we mean supported at least up until the EoL date and they will never be dropped before that date. Actually we are working on the update right now (first round of tests done, patches going to build and writing advisories, etc.) so it would be out sometime today or tomorrow. Additionally we are considering issuing another EN for all supported releases at a later time to do a full upgrade after the current batch of -STABLE OpenSSL upgrades gets enough exposure. Cheers, - -- Xin LI https://www.delphij.net/ FreeBSD - The Power to Serve! Live free or die -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.1.4 (FreeBSD) iQIcBAEBCgAGBQJVeixMAAoJEJW2GBstM+nslxIP/jh1wWjo6KSqhjwdkoKIfqix FHR+xT+FduFjMvku84TaOIBI+EgyBetnOIT9Lovg8BhUvFqGQh+bN5KleRiUjpPf vees9pvZ/r0GmpJfDbKX3kbTc+QfumO7W2yu8xaPeL4UJIo7OnzUmmcfjbWHvfLk W7MaLUA3NR1I1H6YBNCydaPOafDqk1SjUuZTN4jrgSWPAeRA8TWKnx0Cd62VN3u/ 0a0pMDFJmEMZodKcfsleZA2TrtSX4SC8xqQVxB8Rg5+YKahb1dOJC3+im1DqN9tM 4xuDvDLzEw/ilWIVIa0EyIxwW+8eIhKFgSr7a6hj+anBxkFYzsMClRdzJc7snQtQ QfscsxXbH4rx2zW1IvT+UrLUUlpdRjp77BR1nSTZ7voKRSQf46bTWduaZfK2SIe9 SUxMazajJtzV6ovgRGQWOhBhAD3hU95Yt4lWAW0HOcf40Wzp/ZKslpA5pP7a00KS 101eQ5AaAax44GcN5sY/dzvbmw9NLtBK4r9w2e6GsDUYiOXEPRLr3G4NExU2J85m Ke2ktTPKjc2mhq9P4T2hjgqHrJB36SBr7Nu7FXAVHDTG7wQVO+a5CUpq6toA7c4f AKhg+3pb8A8V35i4rEbMEo+Grdj0nMiGXafYEBRGYo+YKKmboxY9PYnary2wOpz5 J5Gm6w/kfxKUHfFjx7FJ =oJDs -----END PGP SIGNATURE----- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 01:24:12 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54F9D615; Fri, 12 Jun 2015 01:24:12 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (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 D27651A25; Fri, 12 Jun 2015 01:24:11 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by lbbqq2 with SMTP id qq2so11539349lbb.3; Thu, 11 Jun 2015 18:24:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=kocUc+KoBZjqGLWNLX7YpV8YrC0ipSKofnwrIuy5G+A=; b=b2cWmem0BBgP69JQA7zHSKVH6fT8ykXO9LjHNt1Qmw1pP3uCrfr8M7vaxdcz9l8I9X XXJpgLfEUAYhRQmegxtjV2Zoi5AiLq6hWnhp6Jz3Vk+4agPmsIlV3Z9jjQjOAn6bFPlH tFGbxOG3fp5RNCUvoC0PTdwRx9kB6Efh7m2pq3KNsxjVBYDGH4E0Yv5ZkL8aiGcJn/rO BkMGWAWDbRkg38td3L8WfSDQ9VFL6rKHQUKW0Ej4POrYg96EIFMLoTCpCwdIk7ikq3Aw BrVG5EmOCWMT1XHQLMPb5Em/w6I8YkHu9EaKDLS4GfaXZagPmWF4LZp3S/G+528NkbGv HZsg== MIME-Version: 1.0 X-Received: by 10.112.151.178 with SMTP id ur18mr12848924lbb.59.1434072249826; Thu, 11 Jun 2015 18:24:09 -0700 (PDT) Received: by 10.152.137.193 with HTTP; Thu, 11 Jun 2015 18:24:09 -0700 (PDT) Date: Fri, 12 Jun 2015 04:24:09 +0300 Message-ID: Subject: security/openssl fails to stage after update to 1.0.2_2 From: Kimmo Paasiala To: freebsd-ports , zi@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 01:24:12 -0000 The error happens in stage phase: making install in crypto/krb5... making install in crypto/cms... making install in crypto/pqueue... making install in crypto/ts... making install in crypto/srp... making install in crypto/cmac... making install in ssl... making install in engines... installing 4758cca cp: lib4758cca.unknown: No such file or directory *** Error code 1 Stop. make[3]: stopped in /var/tmp/poudriere/ports/default/security/openssl/work/openssl-1.0.2b/engines *** Error code 1 Stop. make[2]: stopped in /var/tmp/poudriere/ports/default/security/openssl/work/openssl-1.0.2b *** Error code 1 Stop. make[1]: stopped in /poudriere/ports/default/security/openssl *** Error code 1 Stop. make: stopped in /poudriere/ports/default/security/openssl All port options are at defaults. My system is: FreeBSD firewall.rdnzl.info 10.1-STABLE FreeBSD 10.1-STABLE #6 r284196: Wed Jun 10 08:45:24 EEST 2015 root@firewall.rdnzl.info:/usr/obj/usr/src/sys/GENERIC amd64 -Kimmo From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 01:47:19 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D395CA37 for ; Fri, 12 Jun 2015 01:47:19 +0000 (UTC) (envelope-from zi@freebsd.org) Received: from exodus.zi0r.com (exodus.zi0r.com [71.179.14.195]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "exodus.zi0r.com", Issuer "Gandi Standard SSL CA 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AB5B41EAA for ; Fri, 12 Jun 2015 01:47:19 +0000 (UTC) (envelope-from zi@freebsd.org) Received: from exodus.zi0r.com (localhost [127.0.0.1]) by exodus.zi0r.com (Postfix) with ESMTP id 3CBD8BA40B; Thu, 11 Jun 2015 21:47:18 -0400 (EDT) X-Virus-Scanned: amavisd-new at zi0r.com Received: from exodus.zi0r.com ([127.0.0.1]) by exodus.zi0r.com (exodus.zi0r.com [127.0.0.1]) (amavisd-new, port 10026) with LMTP id XDwD90KaEpKo; Thu, 11 Jun 2015 21:47:17 -0400 (EDT) Received: from exodus.zi0r.com (syn.zi0r.com [71.179.14.194]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by exodus.zi0r.com (Postfix) with ESMTPSA id 7B84BB90D8; Thu, 11 Jun 2015 21:47:17 -0400 (EDT) Date: Thu, 11 Jun 2015 21:47:12 -0400 From: Ryan Steinmetz To: Kimmo Paasiala Cc: freebsd-ports Subject: Re: security/openssl fails to stage after update to 1.0.2_2 Message-ID: <20150612014711.GA73542@exodus.zi0r.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 01:47:19 -0000 Resolved. -r On (06/12/15 04:24), Kimmo Paasiala wrote: >The error happens in stage phase: > >making install in crypto/krb5... >making install in crypto/cms... >making install in crypto/pqueue... >making install in crypto/ts... >making install in crypto/srp... >making install in crypto/cmac... >making install in ssl... >making install in engines... >installing 4758cca >cp: lib4758cca.unknown: No such file or directory >*** Error code 1 > >Stop. >make[3]: stopped in >/var/tmp/poudriere/ports/default/security/openssl/work/openssl-1.0.2b/engines >*** Error code 1 > >Stop. >make[2]: stopped in >/var/tmp/poudriere/ports/default/security/openssl/work/openssl-1.0.2b >*** Error code 1 > >Stop. >make[1]: stopped in /poudriere/ports/default/security/openssl >*** Error code 1 > >Stop. >make: stopped in /poudriere/ports/default/security/openssl > >All port options are at defaults. My system is: > >FreeBSD firewall.rdnzl.info 10.1-STABLE FreeBSD 10.1-STABLE #6 >r284196: Wed Jun 10 08:45:24 EEST 2015 >root@firewall.rdnzl.info:/usr/obj/usr/src/sys/GENERIC amd64 > >-Kimmo -- Ryan Steinmetz PGP: 9079 51A3 34EF 0CD4 F228 EDC6 1EF8 BA6B D028 46D7 From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 03:30:24 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D46B4451 for ; Fri, 12 Jun 2015 03:30:24 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ipmail04.adl6.internode.on.net (ipmail04.adl6.internode.on.net [150.101.137.141]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4D1195F for ; Fri, 12 Jun 2015 03:30:23 +0000 (UTC) (envelope-from FreeBSD@shaneware.biz) Received: from ppp118-210-151-206.lns20.adl6.internode.on.net (HELO leader.local) ([118.210.151.206]) by ipmail04.adl6.internode.on.net with ESMTP; 12 Jun 2015 12:55:03 +0930 Message-ID: <557A510A.4040409@ShaneWare.Biz> Date: Fri, 12 Jun 2015 12:54:58 +0930 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Euan Thoms , Chris H CC: freebsd-ports@freebsd.org Subject: Re: New port with USES=gmake will not stage References: <72b3-55791e00-1b-6b8b4580@197501805> In-Reply-To: <72b3-55791e00-1b-6b8b4580@197501805> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 03:30:24 -0000 On 11/06/2015 15:03, Euan Thoms wrote: > > On Thursday, June 11, 2015 13:18 SGT, "Chris H" wrote: > >> On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" wrote >> >>> I'm making a port for OpenSIPS. It builds successfully, but the even with >>> just "make" it installs files to the system instead of to stage (i.e. to >>> /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/local/...). >>> >>> I am using gmake and gcc since that's what's required for OpenSIPS. >>> >>> I've done a similar port before and the FreeBSD ports macros do the staging >>> for me. However, even when I tell gmake the DESTDIR=${STAGEDIR} in do-build >>> and do-install, a "make" just installs the files to /usr/local/... . > MAKE_ARGS+= PREFIX=${LOCALBASE} > MAKE_ARGS+= exclude_modules="${EXCLUDE_MODULES}" include_modules="${INCLUDE_MODULES}" While MAKE_ARGS should send options to gmake, what about backing up a step to configure? Try setting PREFIX in CONFIGURE_ENV or maybe MAKE_ENV to specify environment variables instead of arguments. cd ${WRKSRC} && ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} ${ALL_TARGET} Do you need USE_AUTOTOOLS=autoconf or to add a custom do-configure: ? > #do-build: > # cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} ${ALL_TARGET} > # > #do-install: > # cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} ${INSTALL_TARGET} > > .include > #### EOF ############ > > I can't find the make files for stage to drill down and see what's going wrong. Any pointers to the script that "make stage" uses? -- FreeBSD - the place to B...Software Developing Shane Ambler From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 05:12:11 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1F8CC76 for ; Fri, 12 Jun 2015 05:12:10 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F6A112E6 for ; Fri, 12 Jun 2015 05:12:09 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id DE2BE445C4; Fri, 12 Jun 2015 05:11:59 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id 877EE445C3; Fri, 12 Jun 2015 05:11:59 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <557A510A.4040409@ShaneWare.Biz> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Fri, 12 Jun 2015 13:11:59 +0800 cc: freebsd-ports@freebsd.org to: "Shane Ambler" MIME-Version: 1.0 message-id: <72b5-557a6a00-b-6b8b4580@220794286> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 05:12:11 -0000 On Friday, June 12, 2015 11:24 SGT, Shane Ambler wrote: > On 11/06/2015 15:03, Euan Thoms wrote: > > > > On Thursday, June 11, 2015 13:18 SGT, "Chris H" wrote: > > > >> On Thu, 11 Jun 2015 11:33:03 +0800 "Euan Thoms" wrote > >> > >>> I'm making a port for OpenSIPS. It builds successfully, but the e= ven with > >>> just "make" it installs files to the system instead of to stage (= i.e. to > >>> /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr/= local/...). > >>> > >>> I am using gmake and gcc since that's what's required for OpenSIP= S. > >>> > >>> I've done a similar port before and the FreeBSD ports macros do t= he staging > >>> for me. However, even when I tell gmake the DESTDIR=3D${STAGEDIR}= in do-build > >>> and do-install, a "make" just installs the files to /usr/local/..= . . > > > MAKE=5FARGS+=3D PREFIX=3D${LOCALBASE} > > MAKE=5FARGS+=3D exclude=5Fmodules=3D"${EXCLUDE=5FMODULE= S}" include=5Fmodules=3D"${INCLUDE=5FMODULES}" > > While MAKE=5FARGS should send options to gmake, what about backing up= a > step to configure? > > Try setting PREFIX in CONFIGURE=5FENV or maybe MAKE=5FENV to specify = > environment variables instead of arguments. > > cd ${WRKSRC} && ${MAKE=5FENV} ${GMAKE} ${MAKE=5FARGS} ${ALL=5FTARGET}= > > Do you need USE=5FAUTOTOOLS=3Dautoconf or to add a custom do-configur= e: ? > Well that's the thing, it doesn't seem to use autotools or any kind of = ./configure script. It seems to use it's own ncurses style menuconfig t= o generate a Makefile.conf. Unlike it's fork sister Kamailio, it doesn'= t use a "make $ARGS cfg" either. So, you're right, it's about the Makefile preparation, only it has to b= e done more manually. I'm going through the Makefile and Makefile.def just now. I've already = found a few things that need FreeBSDisms added. For example; SMP detect= ion has a ifeq($(OS),solaris) statement, but I need to add one for free= bsd. Currently I'm going with the following, unless anyone can suggest = a better way: else ifeq ($(OS),freebsd) SMP=5FSTR =3D $(shell sysctl kern.smp.active | grep 1) ifeq (,$(SMP=5FSTR)) ISSMP ?=3D no else ISSMP ?=3D yes endif Also, I added a rule for FreeBSD to set LIBDIR to "lib" regardless of a= rchitecture. It was being set to "lib64" which is normal for Linux I gu= ess. I notice there are several paths mentioned in the OpenSIPS Makefile.def= s that may effect the staging process. This is taken from the file: # install location DESTDIR ?=3D $(LOCALBASE) PREFIX ?=3D $(DESTDIR) prefix =3D $(PREFIX) # install path is $(basedir) $(prefix) # example: # creating a bin. archive in /tmp, which unpacks in /usr/local # basedir=3D/tmp # prefix=3D/usr/local I noticed there is support for FreeBSD added to the Makefile and Makfil= e.defs, but it was probably added a while back. It's clearly not compat= ible with the Ports staging requirements. I'll keep going, should have = something to report back soon. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 06:37:28 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 493A55F1; Fri, 12 Jun 2015 06:37:28 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp209.alice.it (smtp209.alice.it [82.57.200.105]) by mx1.freebsd.org (Postfix) with ESMTP id C06FF177E; Fri, 12 Jun 2015 06:37:27 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (82.52.27.173) by smtp209.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 552F94EA0A34C2AA; Fri, 12 Jun 2015 08:37:15 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.15.1/8.14.9) with ESMTP id t5C6bBIm004279; Fri, 12 Jun 2015 08:37:11 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <557A7E17.5040304@netfence.it> Date: Fri, 12 Jun 2015 08:37:11 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Michelle Sullivan , marquis@roble.com CC: secteam@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <20150611183848.2D328F4C@hub.freebsd.org> <557A1B16.3060606@sorbs.net> In-Reply-To: <557A1B16.3060606@sorbs.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 06:37:28 -0000 On 06/12/15 01:34, Michelle Sullivan wrote: > Roger Marquis wrote: >> The ports-secteam knows about this but posting here in case someone wants to >> update ahead of the port, from this morning's Hackernews: >> >> >> > > *wonders how this will affect 8.x & 9.x* (seems to be no fix for 0.9.8 > which 8.4 and 9.3 has 0.9.8zd in base - i expect 8.4 to get ignored as > it EoLs on Jun 30, 2015, but 9.3 EoLs on Dec 31, 2016) > > Michelle > Sorry for jumping in... As I understood it, this new version will just do what one can manually do by tweaking configuration files (i.e. disable weak ciphers/short keys). Is it so? In other words, servers can be secured without applying this patch; on the other hand, simply upgrading makes the job easier and will also fix some daemon you might have forgotten. Am I right? Can someone please confirm or deny? bye & Thanks av. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 08:04:30 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4852F9BC for ; Fri, 12 Jun 2015 08:04:30 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.potensol.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0472F1F29 for ; Fri, 12 Jun 2015 08:04:29 +0000 (UTC) (envelope-from euan@potensol.com) Received: from smtp.potensol.com (smtp.potensol.com [103.15.233.195]) by smtp.potensol.com (Postfix) with ESMTP id 2D3BB445E2 for ; Fri, 12 Jun 2015 08:04:24 +0000 (UTC) Received: from webmail.potensol.com (webmail.potensol.com [192.168.10.5]) by smtp.potensol.com (Postfix) with ESMTP id E2E02445E1 for ; Fri, 12 Jun 2015 08:04:23 +0000 (UTC) content-type: text/plain; charset="utf-8" in-reply-to: <72ad-55790180-1f-6b8b4580@135110433> from: "Euan Thoms" X-Forward: 192.168.10.5 date: Fri, 12 Jun 2015 16:04:23 +0800 cc: freebsd-ports@freebsd.org MIME-Version: 1.0 message-id: <72b5-557a9280-11-6b8b4580@220794385> subject: =?utf-8?q?Re:_New_port_with_USES=3Dgmake_will_not_stage?= User-Agent: SOGoMail 2.2.14 content-transfer-encoding: quoted-printable X-Virus-Scanned: ClamAV using ClamSMTP X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 08:04:30 -0000 On Thursday, June 11, 2015 11:33 SGT, "Euan Thoms" = wrote: > I'm making a port for OpenSIPS. It builds successfully, but the even = with just "make" it installs files to the system instead of to stage (i= .e. to /usr/local/... instead of /usr/ports/net/opensips/work/stage/usr= /local/...). > > I am using gmake and gcc since that's what's required for OpenSIPS. > > I've done a similar port before and the FreeBSD ports macros do the s= taging for me. However, even when I tell gmake the DESTDIR=3D${STAGEDIR= } in do-build and do-install, a "make" just installs the files to /usr/= local/... . > > I can't find any documentation on how to ensure building uses staging= . OpenSIPS doesn't have a configure script AFAIK. It has it's own menuc= onfig which normally generates a Makefile.conf. The only thing useful i= n there is PREFIX=3D , but that is to specify the final destination pat= hs (also used in linking I guess). My port passes the compile flags in = MAKE=5FARGS instead of using a Makefile.conf file. > I think I've cracked it! The OpenSIPS Makefile does not use DESTDIR as = per GNU Coding Standards. Instead it uses BASEDIR. So it looks like I c= an just replace DESTDIR=3D with BASEDIR=3D in my do-build and/or do-ins= tall and jobs-a-good-un. -- Regards, Euan Thoms From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 11:11:12 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4076481A for ; Fri, 12 Jun 2015 11:11:12 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org (portscout.freebsd.org [IPv6:2001:1900:2254:206a::50:6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EA8F109C for ; Fri, 12 Jun 2015 11:11:12 +0000 (UTC) (envelope-from portscout@FreeBSD.org) Received: from portscout.freebsd.org ([127.0.1.123]) by portscout.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CBBCYu019316 for ; Fri, 12 Jun 2015 11:11:12 GMT (envelope-from portscout@FreeBSD.org) Received: (from portscout@localhost) by portscout.freebsd.org (8.14.9/8.14.9/Submit) id t5CBBCSv019314; Fri, 12 Jun 2015 11:11:12 GMT (envelope-from portscout@FreeBSD.org) Message-Id: <201506121111.t5CBBCSv019314@portscout.freebsd.org> X-Authentication-Warning: portscout.freebsd.org: portscout set sender to portscout@FreeBSD.org using -f Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain MIME-Version: 1.0 Date: Fri, 12 Jun 2015 11:11: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.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 11:11: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 ------------------------------------------------+-----------------+------------ x11/rendercheck | 1.4 | 1.5 ------------------------------------------------+-----------------+------------ 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 Jun 12 11:17:22 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B7906CE3 for ; Fri, 12 Jun 2015 11:17:22 +0000 (UTC) (envelope-from johans@stack.nl) Received: from mx1.stack.nl (relay04.stack.nl [IPv6:2001:610:1108:5010::107]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mailhost.stack.nl", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 78553118B for ; Fri, 12 Jun 2015 11:17:22 +0000 (UTC) (envelope-from johans@stack.nl) Received: from toad.stack.nl (toad.stack.nl [IPv6:2001:610:1108:5010::135]) by mx1.stack.nl (Postfix) with ESMTP id 32C4FB80A7; Fri, 12 Jun 2015 13:17:19 +0200 (CEST) Received: by toad.stack.nl (Postfix, from userid 801) id 20E9273036; Fri, 12 Jun 2015 13:17:19 +0200 (CEST) Date: Fri, 12 Jun 2015 13:17:19 +0200 From: Johan van Selst To: "Julian H. Stacey" Cc: ports@freebsd.org Subject: Re: editors/nvi-devel distfile recovered Message-ID: <20150612111719.GA20068@stack.nl> References: <201506120011.t5C0BPhF067834@fire.js.berklix.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ReaqsoxgOBHFXBhH" Content-Disposition: inline In-Reply-To: <201506120011.t5C0BPhF067834@fire.js.berklix.net> OpenPGP: id=31c8d089ddb696c6f3c129c0a9c86c8dd3ae8d3a; preference=signencrypt User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 11:17:22 -0000 --ReaqsoxgOBHFXBhH Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Julian H. Stacey wrote: > Hi johans@FreeBSD.org ( cc ports@) > as MAINTAINER=3D of editors/nvi-devel > BROKEN=3D Unfetchable >=20 > I have made my local distfile temporarily available here: > http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/nvi-1.81.6.tar.bz2 > Please copy it somewhere & remove BROKEN=3D , thanks. Thank you, I'll pick this up. Johan --ReaqsoxgOBHFXBhH Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iF4EAREIAAYFAlV6v74ACgkQAEpMHW8nCPRuQQEAzKfxgYAx8xOFv2Wpo9u//OXx 8NyIyGUu7SvUYE665cABALYZr7P3rsnmMtxragidj4D+zag7Xwuh5vcPPglacJ6t =I1ej -----END PGP SIGNATURE----- --ReaqsoxgOBHFXBhH-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 12:01:35 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4034BF; Fri, 12 Jun 2015 12:01:35 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id B25941F4B; Fri, 12 Jun 2015 12:01:35 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPT006CVYZZ0700@hades.sorbs.net>; Fri, 12 Jun 2015 05:07:13 -0700 (PDT) Message-id: <557ACA1B.40001@sorbs.net> Date: Fri, 12 Jun 2015 14:01:31 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Andrea Venturoli Cc: marquis@roble.com, freebsd-ports@freebsd.org, secteam@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <20150611183848.2D328F4C@hub.freebsd.org> <557A1B16.3060606@sorbs.net> <557A7E17.5040304@netfence.it> In-reply-to: <557A7E17.5040304@netfence.it> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 12:01:35 -0000 Andrea Venturoli wrote: > On 06/12/15 01:34, Michelle Sullivan wrote: >> Roger Marquis wrote: >>> The ports-secteam knows about this but posting here in case someone >>> wants to >>> update ahead of the port, from this morning's Hackernews: >>> >>> >>> >> >> *wonders how this will affect 8.x & 9.x* (seems to be no fix for 0.9.8 >> which 8.4 and 9.3 has 0.9.8zd in base - i expect 8.4 to get ignored as >> it EoLs on Jun 30, 2015, but 9.3 EoLs on Dec 31, 2016) >> >> Michelle >> > > Sorry for jumping in... > As I understood it, this new version will just do what one can > manually do by tweaking configuration files (i.e. disable weak > ciphers/short keys). > Is it so? > > In other words, servers can be secured without applying this patch; on > the other hand, simply upgrading makes the job easier and will also > fix some daemon you might have forgotten. > Am I right? > > Can someone please confirm or deny? Theoretically yes... In practice I *think* it's no for OpenSSL <= 1.0.0 the config options will stop most of the issues but that's not the end of the story as DH = 1024 seems to be still present on any config that doesn't break most things when using openssl 0.9.8 (which could be partly because it doesn't support TLS v1.1 or v1.2... and therefore doesn't have the 'secure renegotiation' option/fix which I believe is not fixable in TLS 1.0 - which is why SSL Labs now will not rate any site not supporting TLS v1.2 over a 'C'.) Either way I think it's either manually patch 0.9.8 for DH 2048/4096 (there are a couple floating around) or more preferably upgrade to 1.0.2b in base (which will make a lot of people happy!) -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 16:01:17 2015 Return-Path: Delivered-To: ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3742E2A8 for ; Fri, 12 Jun 2015 16:01:17 +0000 (UTC) (envelope-from xdsl0000474440@inode.at) Received: from b2bfep12.mx.upcmail.net (b2bfep12.mx.upcmail.net [62.179.121.57]) by mx1.freebsd.org (Postfix) with ESMTP id 74C6938C for ; Fri, 12 Jun 2015 16:01:15 +0000 (UTC) (envelope-from xdsl0000474440@inode.at) Received: from edge11.upcmail.net ([192.168.13.81]) by b2bfep16.mx.upcmail.net (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20150612155936.ENEH12297.b2bfep16-int.chello.at@edge11.upcmail.net> for ; Fri, 12 Jun 2015 17:59:36 +0200 Received: from iznogoud.viz ([85.127.86.146]) by edge11.upcmail.net with edge id fTzp1q00p39SPx90BTzqw2; Fri, 12 Jun 2015 17:59:52 +0200 X-SourceIP: 85.127.86.146 Received: from wolfgang by iznogoud.viz with local (Exim 4.85 (FreeBSD)) (envelope-from ) id 1Z3RMu-0000Z1-Gh; Fri, 12 Jun 2015 17:59:44 +0200 From: Wolfgang Jenkner To: Johan van Selst Cc: "Julian H. Stacey" , ports@freebsd.org Subject: Re: editors/nvi-devel distfile recovered References: <201506120011.t5C0BPhF067834@fire.js.berklix.net> <20150612111719.GA20068@stack.nl> Date: Fri, 12 Jun 2015 17:59:44 +0200 In-Reply-To: <20150612111719.GA20068@stack.nl> (Johan van Selst's message of "Fri, 12 Jun 2015 13:17:19 +0200") Message-ID: <85lhfovrwv.fsf@iznogoud.viz> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 16:01:17 -0000 On Fri, Jun 12 2015, Johan van Selst wrote: > Julian H. Stacey wrote: >> Hi johans@FreeBSD.org ( cc ports@) >> as MAINTAINER= of editors/nvi-devel >> BROKEN= Unfetchable >> >> I have made my local distfile temporarily available here: >> http://berklix.com/~jhs/ftp/FreeBSD/ports/distfiles/nvi-1.81.6.tar.bz2 >> Please copy it somewhere & remove BROKEN= , thanks. > > Thank you, I'll pick this up. The nvi development repo allows downloading of snapshot tarballs, please see: http://repo.or.cz/w/nvi.git From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 20:21:34 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEFCA776 for ; Fri, 12 Jun 2015 20:21:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 98625AE2 for ; Fri, 12 Jun 2015 20:21:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CKLYkO047849 for ; Fri, 12 Jun 2015 20:21:34 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 199447] Mk/bsd.sites.mk re-introduce WORKING MASTER_SITE_COMP_SOURCES list Date: Fri, 12 Jun 2015 20:21:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 20:21:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199447 Mathieu Arnold changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|portmgr@FreeBSD.org |freebsd-ports@FreeBSD.org --- Comment #3 from Mathieu Arnold --- bsd.sites.mk is not owned by portmgr, anyone can commit to it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 20:27:21 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ED468C1 for ; Fri, 12 Jun 2015 20:27:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 88479C23 for ; Fri, 12 Jun 2015 20:27:21 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CKRLF1053613 for ; Fri, 12 Jun 2015 20:27:21 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 199728] Perl scripts in /usr/ports/Tools/scripts/ broken since r358817 Date: Fri, 12 Jun 2015 20:27:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: mat@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 20:27:21 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199728 Mathieu Arnold changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|portmgr@FreeBSD.org |freebsd-ports@FreeBSD.org --- Comment #1 from Mathieu Arnold --- anyone can fix that. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 20:59:12 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A977CEA4 for ; Fri, 12 Jun 2015 20:59:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (unknown [IPv6:2001:7b8:3a7:0:20e:cff:fea0:e4a2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 685B22FE for ; Fri, 12 Jun 2015 20:59:12 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::eca2:5919:f5fa:61a7] (unknown [IPv6:2001:7b8:3a7:0:eca2:5919:f5fa:61a7]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id E149121AF2; Fri, 12 Jun 2015 22:59:06 +0200 (CEST) Subject: Re: net/samba4* build dependencies Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) Content-Type: multipart/signed; boundary="Apple-Mail=_25F41D11-4AB0-4DCD-9B6C-166DB297D7CB"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.5 From: Dimitry Andric In-Reply-To: <55789BD8.8040008@gmx.de> Date: Fri, 12 Jun 2015 22:58:59 +0200 Cc: FreeBSD ports Message-Id: References: <55789BD8.8040008@gmx.de> To: Horatiu MOLDOVAN X-Mailer: Apple Mail (2.2098) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 20:59:12 -0000 --Apple-Mail=_25F41D11-4AB0-4DCD-9B6C-166DB297D7CB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 10 Jun 2015, at 22:19, Horatiu MOLDOVAN wrote: > Trying to replace samba 3.6 i've observed some disturbing things on = samba 4.x build: > - security/cyrus-sasl2, security/libgcrypt and security/gnutls are = mandatory lib dependencies - is there a reason to add garbage to the = system? Apparently it is still a TODO, the Makefile has this comment, just before pulling in those dependencies: # XXX: Unconditional dependencies which can't be switched off (if = present # in the system) As far as dependencies on gnutls (and its dependencies like libgcrypt) go, it looks like samba implements its TLS support using these. As a GPL project, I don't think they support using e.g. OpenSSL instead. And you could say that OpenSSL is in its own class of "garbage". :-) That said, the TLS support seems to be required only for ADS support, so turning ADS off should ideally also turn off the gnutls dependencies. Similarly, SASL seems to be required for ADS too, but it isn't disabled if you disable ADS, so that is another feature that could be improved in the Makefile. > - OpenLDAP is built unconditionally regardless of the LDAP option = setting - again, is there a reason to add more garbage to the system? This is because the Makefile unconditionally requires databases/ldb, and that port in turn unconditionally requires openldap... :-( So probably the best option would be to automatically disable ldb support, if ldap support is turned off. > not sure why dns/py-dnspython is a build dependency... It looks like samba's build system (based on waf) uses this during the build. See the lib/wscript_build file in the work directory. I have no idea why samba wants to do DNS lookups during its build, which is rather strange. -Dimitry --Apple-Mail=_25F41D11-4AB0-4DCD-9B6C-166DB297D7CB Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.27 iEYEARECAAYFAlV7SBoACgkQsF6jCi4glqOgRACgucezcOMP2oPMMfEFoKJum7FY lVAAoKNku4P/odz8N2GbsEbFQkz8f3xy =F0vQ -----END PGP SIGNATURE----- --Apple-Mail=_25F41D11-4AB0-4DCD-9B6C-166DB297D7CB-- From owner-freebsd-ports@FreeBSD.ORG Fri Jun 12 22:55:44 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E63A7ED for ; Fri, 12 Jun 2015 22:55:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 286D0253 for ; Fri, 12 Jun 2015 22:55:44 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CMtiCo013791 for ; Fri, 12 Jun 2015 22:55:44 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports@FreeBSD.org Subject: [Bug 199728] Perl scripts in /usr/ports/Tools/scripts/ broken since r358817 Date: Fri, 12 Jun 2015 22:55:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Ports Framework X-Bugzilla-Version: Latest X-Bugzilla-Keywords: easy, needs-patch, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: jbeich@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to keywords bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 22:55:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199728 Jan Beich changed: What |Removed |Added ---------------------------------------------------------------------------- CC|freebsd-ports-bugs@FreeBSD. | |org | Assignee|freebsd-ports@FreeBSD.org |freebsd-ports-bugs@FreeBSD. | |org Keywords| |easy, needs-patch, | |regression Status|New |Open --- Comment #2 from Jan Beich --- Also, env(1) can do word splitting since FreeBSD 5.5R. And ports r358817 job isn't even finished yet. #!/usr/bin/env -S perl -w $ fgrep -r 'env perl -' $PORTSDIR/Tools/scripts/ /p/Tools/scripts/distinfochecker:#!/usr/bin/env perl -w /p/Tools/scripts/bump_revision.pl:#!/usr/bin/env perl -w /p/Tools/scripts/mark_safe.pl:#!/usr/bin/env perl -w /p/Tools/scripts/chkversion.pl:#!/usr/bin/env perl -w $ fgrep -r /usr/bin/perl $PORTSDIR/Tools/ /p/Tools/scripts/splitpatch.pl:#! /usr/bin/perl -w /p/Tools/scripts/pkg-stash/pkg-stash.pl:#!/usr/bin/perl -wT /p/Tools/make_readmes:#!/usr/bin/perl /p/Tools/make_index:#!/usr/bin/perl -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 02:25:21 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A77566C for ; Sat, 13 Jun 2015 02:25:21 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D29078E8 for ; Sat, 13 Jun 2015 02:25:20 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t5D2P7cd078028; Fri, 12 Jun 2015 19:25:11 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201506130225.t5D2P7cd078028@gw.catspoiler.org> Date: Fri, 12 Jun 2015 19:25:07 -0700 (PDT) From: Don Lewis Subject: Re: OpenSSL Security Advisory [11 Jun 2015] To: michelle@sorbs.net cc: ml@netfence.it, freebsd-ports@FreeBSD.org In-Reply-To: <557ACA1B.40001@sorbs.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 02:25:21 -0000 On 12 Jun, Michelle Sullivan wrote: > Andrea Venturoli wrote: >> On 06/12/15 01:34, Michelle Sullivan wrote: >>> Roger Marquis wrote: >>>> The ports-secteam knows about this but posting here in case someone >>>> wants to >>>> update ahead of the port, from this morning's Hackernews: >>>> >>>> >>>> >>> >>> *wonders how this will affect 8.x & 9.x* (seems to be no fix for 0.9.8 >>> which 8.4 and 9.3 has 0.9.8zd in base - i expect 8.4 to get ignored as >>> it EoLs on Jun 30, 2015, but 9.3 EoLs on Dec 31, 2016) >>> >>> Michelle >>> >> >> Sorry for jumping in... >> As I understood it, this new version will just do what one can >> manually do by tweaking configuration files (i.e. disable weak >> ciphers/short keys). >> Is it so? >> >> In other words, servers can be secured without applying this patch; on >> the other hand, simply upgrading makes the job easier and will also >> fix some daemon you might have forgotten. >> Am I right? >> >> Can someone please confirm or deny? > > Theoretically yes... In practice I *think* it's no for OpenSSL <= > 1.0.0 the config options will stop most of the issues but that's not > the end of the story as DH = 1024 seems to be still present on any > config that doesn't break most things when using openssl 0.9.8 (which > could be partly because it doesn't support TLS v1.1 or v1.2... and > therefore doesn't have the 'secure renegotiation' option/fix which I > believe is not fixable in TLS 1.0 - which is why SSL Labs now will not > rate any site not supporting TLS v1.2 over a 'C'.) > > Either way I think it's either manually patch 0.9.8 for DH 2048/4096 > (there are a couple floating around) or more preferably upgrade to > 1.0.2b in base (which will make a lot of people happy!) I'm still running 8.4 here (but planning on upgrading to 10.1 in the next couple of weeks). I use poudriere to build my own package set with customized options, and I mentioned a couple weeks ago on freebsd-security@ that I switched my packages to use the openssl port instead of openssl from base by adding WITH_OPENSSL_PORT=yes to make.conf. The only significant problem that I ran into was with ftp/curl, which silently continues to link to base openssl if you leave its GSSAPI option set to the default GSSAPI_BASE. Choosing one of the other options fixes that problem. There were a couple of other ports that I found in the set that I build that didn't handle WITH_OPENSSL_PORT=yes, but they were easy to fix and I filed PRs with patches for them. The last time I looked, there was only one port that set WITH_OPENSSL_BASE=yes in its Makefile, and that is not a port that I use. Of all the binaries and shared libraries installed by my set of packages, the only ones that still link to base openssl belong to ports-mgmt/pkg. Fixing that and avoiding the resulting chicken vs. egg problem would probably require bundling a private copy of openssl with pkg. There are still a number of things in base that use openssl, but in my case the only significant ones are ssh and fetch. In one of the replies in the thread that I started, someone mentioned that it could be a problem if a port uses libfetch because that shared library is linked to openssl from base, but none of the ports that I use appear to use libfetch. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 03:02:53 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CB7AF3C; Sat, 13 Jun 2015 03:02:53 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id EF6C331B; Sat, 13 Jun 2015 03:02:52 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPV0097T4Q1MX00@hades.sorbs.net>; Fri, 12 Jun 2015 20:08:27 -0700 (PDT) Message-id: <557B9D53.2010805@sorbs.net> Date: Sat, 13 Jun 2015 05:02:43 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Don Lewis Cc: ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130225.t5D2P7cd078028@gw.catspoiler.org> In-reply-to: <201506130225.t5D2P7cd078028@gw.catspoiler.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 03:02:53 -0000 Don Lewis wrote: > > I'm still running 8.4 here (but planning on upgrading to 10.1 in the > next couple of weeks). I use poudriere to build my own package set with > customized options, and I mentioned a couple weeks ago on > freebsd-security@ that I switched my packages to use the openssl port > instead of openssl from base by adding WITH_OPENSSL_PORT=yes to > make.conf. The only significant problem that I ran into was with > ftp/curl, which silently continues to link to base openssl if you leave > its GSSAPI option set to the default GSSAPI_BASE. Choosing one of the > other options fixes that problem. > Actually I ran into that problem (or a similar), but with different ports and couldn't work out how to nuke it.. so to work around just disabled linking GSSAPI and that seemed to cure the issue. > There were a couple of other ports that I found in the set that I build > that didn't handle WITH_OPENSSL_PORT=yes, but they were easy to fix and > I filed PRs with patches for them. The last time I looked, there was > only one port that set WITH_OPENSSL_BASE=yes in its Makefile, and that > is not a port that I use. > WITH_OPENSSL_PORT=yes worked for me with all except openldap - which was one of the ports that I needed to disable GSSAPI on. > Of all the binaries and shared libraries installed by my set of > packages, the only ones that still link to base openssl belong to > ports-mgmt/pkg. Fixing that and avoiding the resulting chicken vs. egg > problem would probably require bundling a private copy of openssl with > pkg. > > There are still a number of things in base that use openssl, but in my > case the only significant ones are ssh and fetch. In one of the replies > in the thread that I started, someone mentioned that it could be a > problem if a port uses libfetch because that shared library is linked to > openssl from base, but none of the ports that I use appear to use > libfetch. > SSH would be the biggie that most security departments are scared of... -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 05:52:03 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 357DA552 for ; Sat, 13 Jun 2015 05:52:03 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA004EF3 for ; Sat, 13 Jun 2015 05:52:02 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t5D5pqiO084627; Fri, 12 Jun 2015 22:51:57 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201506130551.t5D5pqiO084627@gw.catspoiler.org> Date: Fri, 12 Jun 2015 22:51:52 -0700 (PDT) From: Don Lewis Subject: Re: OpenSSL Security Advisory [11 Jun 2015] To: michelle@sorbs.net cc: ml@netfence.it, freebsd-ports@FreeBSD.org In-Reply-To: <557B9D53.2010805@sorbs.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 05:52:03 -0000 On 13 Jun, Michelle Sullivan wrote: > Don Lewis wrote: >> >> I'm still running 8.4 here (but planning on upgrading to 10.1 in the >> next couple of weeks). I use poudriere to build my own package set with >> customized options, and I mentioned a couple weeks ago on >> freebsd-security@ that I switched my packages to use the openssl port >> instead of openssl from base by adding WITH_OPENSSL_PORT=yes to >> make.conf. The only significant problem that I ran into was with >> ftp/curl, which silently continues to link to base openssl if you leave >> its GSSAPI option set to the default GSSAPI_BASE. Choosing one of the >> other options fixes that problem. >> > > Actually I ran into that problem (or a similar), but with different > ports and couldn't work out how to nuke it.. so to work around just > disabled linking GSSAPI and that seemed to cure the issue. After looking at the problem for a bit, the first thing I tried was GSSAPI_NONE, since that is a feature that I did not need. I subsequently verified the other non-default GSSAPI settings also worked and filed a PR with a patch to fix curl's sanity check to catch the conflicting settings. >> There were a couple of other ports that I found in the set that I build >> that didn't handle WITH_OPENSSL_PORT=yes, but they were easy to fix and >> I filed PRs with patches for them. The last time I looked, there was >> only one port that set WITH_OPENSSL_BASE=yes in its Makefile, and that >> is not a port that I use. >> > > WITH_OPENSSL_PORT=yes > > worked for me with all except openldap - which was one of the ports that > I needed to disable GSSAPI on. Makes sense. I didn't stumble across that one since I don't use ldap here. >> Of all the binaries and shared libraries installed by my set of >> packages, the only ones that still link to base openssl belong to >> ports-mgmt/pkg. Fixing that and avoiding the resulting chicken vs. egg >> problem would probably require bundling a private copy of openssl with >> pkg. >> >> There are still a number of things in base that use openssl, but in my >> case the only significant ones are ssh and fetch. In one of the replies >> in the thread that I started, someone mentioned that it could be a >> problem if a port uses libfetch because that shared library is linked to >> openssl from base, but none of the ports that I use appear to use >> libfetch. >> > > SSH would be the biggie that most security departments are scared of... Well, ssh is available in ports, though I haven't checked to see that it picks up the correct version of openssl. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 11:13:10 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 03FF9CE8; Sat, 13 Jun 2015 11:13:10 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id E765CF41; Sat, 13 Jun 2015 11:13:09 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPV009BXRFCMX00@hades.sorbs.net>; Sat, 13 Jun 2015 04:18:49 -0700 (PDT) Message-id: <557C1042.4050405@sorbs.net> Date: Sat, 13 Jun 2015 13:13:06 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Don Lewis Cc: ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> In-reply-to: <201506130551.t5D5pqiO084627@gw.catspoiler.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 11:13:10 -0000 Don Lewis wrote: > On 13 Jun, Michelle Sullivan wrote: > > >> SSH would be the biggie that most security departments are scared of... >> > > Well, ssh is available in ports, though I haven't checked to see that it > picks up the correct version of openssl. > > Problem is it doesn't have 'overwrite base' anymore - and openssh-portable66 which does have overwrite base is now marked depreciated... which means one would have to be very careful about how they use SSH in production as both server and client... Server is easier as it has a different _enable identifier... but the client is not distinguishable so unless one puts /usr/local/bin in their permanent path as a priority over /usr/bin one will use the wrong version. -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 11:36:50 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85551393; Sat, 13 Jun 2015 11:36:50 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: from mail.xtaz.uk (tao.xtaz.uk [IPv6:2001:8b0:202::10]) (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 4A86D628; Sat, 13 Jun 2015 11:36:49 +0000 (UTC) (envelope-from fbsd@xtaz.co.uk) Received: by mail.xtaz.uk (Postfix, from userid 1001) id C96D020AEA49; Sat, 13 Jun 2015 12:36:44 +0100 (BST) Date: Sat, 13 Jun 2015 12:36:44 +0100 From: Matt Smith To: Michelle Sullivan Cc: Don Lewis , ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] Message-ID: <20150613113644.GA1259@xtaz.uk> Mail-Followup-To: Matt Smith , Michelle Sullivan , Don Lewis , ml@netfence.it, freebsd-ports@FreeBSD.org References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <557C1042.4050405@sorbs.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 11:36:50 -0000 On Jun 13 13:13, Michelle Sullivan wrote: >Don Lewis wrote: >> On 13 Jun, Michelle Sullivan wrote: >> >> >>> SSH would be the biggie that most security departments are scared of... >>> >> >> Well, ssh is available in ports, though I haven't checked to see that it >> picks up the correct version of openssl. >> >> > >Problem is it doesn't have 'overwrite base' anymore - and >openssh-portable66 which does have overwrite base is now marked >depreciated... which means one would have to be very careful about how >they use SSH in production as both server and client... Server is >easier as it has a different _enable identifier... but the client is not >distinguishable so unless one puts /usr/local/bin in their permanent >path as a priority over /usr/bin one will use the wrong version. > I put WITHOUT_OPENSSH=yes in /etc/src.conf. Then run make delete-old and make delete-old-libs in /usr/src. This removes the base version which means you don't have this issue any longer. I do the same thing with NTP and Unbound as well. Obviously this makes more sense if like me you do source based stuff rather than using freebsd-update. I'm not sure if you can do similar with binary based upgrades? The other alternatives are as you say, put /usr/local/bin before /usr/bin in the $PATH. Or add an alias for commands like ssh to point to the ports version. These methods aren't quite as clean though. -- Matt From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 12:29:40 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 461FBD54; Sat, 13 Jun 2015 12:29:40 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 33DBF14C; Sat, 13 Jun 2015 12:29:39 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPV009CNUYUMX00@hades.sorbs.net>; Sat, 13 Jun 2015 05:35:20 -0700 (PDT) Message-id: <557C2230.4070502@sorbs.net> Date: Sat, 13 Jun 2015 14:29:36 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Matt Smith , Don Lewis , ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> In-reply-to: <20150613113644.GA1259@xtaz.uk> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 12:29:40 -0000 Matt Smith wrote: > On Jun 13 13:13, Michelle Sullivan wrote: >> Don Lewis wrote: >>> On 13 Jun, Michelle Sullivan wrote: >>> >>> >>>> SSH would be the biggie that most security departments are scared >>>> of... >>>> >>> >>> Well, ssh is available in ports, though I haven't checked to see >>> that it >>> picks up the correct version of openssl. >>> >>> >> >> Problem is it doesn't have 'overwrite base' anymore - and >> openssh-portable66 which does have overwrite base is now marked >> depreciated... which means one would have to be very careful about how >> they use SSH in production as both server and client... Server is >> easier as it has a different _enable identifier... but the client is not >> distinguishable so unless one puts /usr/local/bin in their permanent >> path as a priority over /usr/bin one will use the wrong version. >> > > I put WITHOUT_OPENSSH=yes in /etc/src.conf. Then run make delete-old > and make delete-old-libs in /usr/src. This removes the base version > which means you don't have this issue any longer. I do the same thing > with NTP and Unbound as well. > > Obviously this makes more sense if like me you do source based stuff > rather than using freebsd-update. I'm not sure if you can do similar > with binary based upgrades? > 57 servers around the world that I have to maintain, patch and upgrade at the same time as devel and maintain my applications... yeah I don't do source stuff ;-) It would be useful to have that option in freebsd-update. > The other alternatives are as you say, put /usr/local/bin before > /usr/bin in the $PATH. Or add an alias for commands like ssh to point > to the ports version. These methods aren't quite as clean though. > Not clean and very error prone... replace base was a lot cleaner and less error prone... but then you never know the people in security might surprise us and put out a version of base with openssl 1.0.2b in it - this would be a real bonus for a lot of people and take us a little bit away from debian where you can wait months/years for an update.... and then sometimes only if you upgrade your system to include features that you don't want. -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 12:32:20 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D4BD7E05 for ; Sat, 13 Jun 2015 12:32:20 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC3S19.hotmail.com (blu004-omc3s19.hotmail.com [65.55.116.94]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FF66367 for ; Sat, 13 Jun 2015 12:32:20 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP117 ([65.55.116.72]) by BLU004-OMC3S19.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sat, 13 Jun 2015 05:29:44 -0700 X-TMN: [2AqTPAOBWEmTvcPnPOzmG576ePzLoJm/] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Sat, 13 Jun 2015 08:29:42 -0400 From: Carmel NY To: FreeBSD Ports Subject: Re: OpenSSL Security Advisory [11 Jun 2015] In-Reply-To: <20150613113644.GA1259@xtaz.uk> References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 13 Jun 2015 12:29:43.0500 (UTC) FILETIME=[A05020C0:01D0A5D4] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 12:32:20 -0000 On Sat, 13 Jun 2015 12:36:44 +0100, Matt Smith stated: >The other alternatives are as you say, put /usr/local/bin before >/usr/bin in the $PATH. Or add an alias for commands like ssh to point to >the ports version. These methods aren't quite as clean though. Swapping the PATH can, in a few instances, really mess up attempting to build a port. I finally gave up and used the "alias" idea for openssl. It appears to work Okay. -- Carmel From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 12:48:07 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8CC7C147 for ; Sat, 13 Jun 2015 12:48:07 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 7A34A7ED for ; Sat, 13 Jun 2015 12:48:06 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPV009CRVTMMX00@hades.sorbs.net> for freebsd-ports@freebsd.org; Sat, 13 Jun 2015 05:53:47 -0700 (PDT) Message-id: <557C2684.90302@sorbs.net> Date: Sat, 13 Jun 2015 14:48:04 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Carmel NY Cc: FreeBSD Ports Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> In-reply-to: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 12:48:07 -0000 Carmel NY wrote: > On Sat, 13 Jun 2015 12:36:44 +0100, Matt Smith stated: > > >> The other alternatives are as you say, put /usr/local/bin before >> /usr/bin in the $PATH. Or add an alias for commands like ssh to point to >> the ports version. These methods aren't quite as clean though. >> > > Swapping the PATH can, in a few instances, really mess up attempting to build > a port. I finally gave up and used the "alias" idea for openssl. It appears > to work Okay. > > >From a security aspect... Do all your users alias? (assumption: its more than just you on the system) Do you check the alias is set everytime you login to a session? If you change to another shell for any reason is the alias persistent? (eg as root (defaults to csh) some times I have to do: sh -c 'for a in x y z ; do ( cd ${a} && rsync -e ssh remote.server:/path ) ; done' ) - and do other users know that this would be wrong? See the point I mean? For the security conscious one would know to use the full path of ssh, most do not do this... a large percentage have no idea that they would even need to let alone remember. Regards, Michelle PS: There is a workaround for ssh clients in /etc/ssh/ssh_config to stop it falling back to "insecure" protocols - though every freebsd-update attempts to change this file back to the default... fortunately I have puppet to reset the file in the event of me missing the update/reset. -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 13:18:20 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C17D58CA for ; Sat, 13 Jun 2015 13:18:20 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC3S17.hotmail.com (blu004-omc3s17.hotmail.com [65.55.116.92]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE5FE7E for ; Sat, 13 Jun 2015 13:18:20 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP60 ([65.55.116.72]) by BLU004-OMC3S17.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sat, 13 Jun 2015 06:17:12 -0700 X-TMN: [A7xlXbalL3ApiGYVAyXUhY8VbZgEpW26] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Sat, 13 Jun 2015 09:17:10 -0400 From: Carmel NY To: FreeBSD Ports Subject: Re: OpenSSL Security Advisory [11 Jun 2015] In-Reply-To: <557C2684.90302@sorbs.net> References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> <557C2684.90302@sorbs.net> Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 13 Jun 2015 13:17:11.0305 (UTC) FILETIME=[41BCAF90:01D0A5DB] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 13:18:20 -0000 On Sat, 13 Jun 2015 14:48:04 +0200, Michelle Sullivan stated: >Carmel NY wrote: >> On Sat, 13 Jun 2015 12:36:44 +0100, Matt Smith stated: >> >>> The other alternatives are as you say, put /usr/local/bin before >>> /usr/bin in the $PATH. Or add an alias for commands like ssh to point to >>> the ports version. These methods aren't quite as clean though. >>> >> Swapping the PATH can, in a few instances, really mess up attempting to >> build a port. I finally gave up and used the "alias" idea for openssl. It >> appears to work Okay. >> >From a security aspect... > >Do all your users alias? (assumption: its more than just you on the system) >Do you check the alias is set everytime you login to a session? >If you change to another shell for any reason is the alias persistent? >(eg as root (defaults to csh) some times I have to do: sh -c 'for a in x >y z ; do ( cd ${a} && rsync -e ssh remote.server:/path ) ; done' ) - and >do other users know that this would be wrong? > >See the point I mean? > >For the security conscious one would know to use the full path of ssh, >most do not do this... a large percentage have no idea that they would >even need to let alone remember. > >Regards, > >Michelle > >PS: There is a workaround for ssh clients in /etc/ssh/ssh_config to stop >it falling back to "insecure" protocols - though every freebsd-update >attempts to change this file back to the default... fortunately I have >puppet to reset the file in the event of me missing the update/reset. alias openssl='/usr/local/bin/openssl' I use bash as my shell. I have this set in the ~/.bashrc file: if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases else ## fi The ~/.bashrc file contains all of my predefined aliases. $ openssl version OpenSSL 1.0.2c 12 Jun 2015 # openssl version OpenSSL 1.0.2c 12 Jun 2015 $ sudo openssl version OpenSSL 1.0.1l-freebsd 15 Jan 2015 I probably should find a way to fix the "sudo" command; however, since I rarely use it, I don't know if I will bother. For all pratical purposes, I am the only system user. -- Carmel From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 13:40:46 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6796EC42 for ; Sat, 13 Jun 2015 13:40:46 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 53F2D680 for ; Sat, 13 Jun 2015 13:40:46 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPV009DDY9DMX00@hades.sorbs.net> for freebsd-ports@freebsd.org; Sat, 13 Jun 2015 06:46:26 -0700 (PDT) Message-id: <557C32DB.8030001@sorbs.net> Date: Sat, 13 Jun 2015 15:40:43 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Carmel NY Cc: FreeBSD Ports Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> <557C2684.90302@sorbs.net> In-reply-to: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 13:40:46 -0000 Carmel NY wrote: > On Sat, 13 Jun 2015 14:48:04 +0200, Michelle Sullivan stated: > > >> Carmel NY wrote: >> >>> On Sat, 13 Jun 2015 12:36:44 +0100, Matt Smith stated: >>> >>> >>>> The other alternatives are as you say, put /usr/local/bin before >>>> /usr/bin in the $PATH. Or add an alias for commands like ssh to point to >>>> the ports version. These methods aren't quite as clean though. >>>> >>>> >>> Swapping the PATH can, in a few instances, really mess up attempting to >>> build a port. I finally gave up and used the "alias" idea for openssl. It >>> appears to work Okay. >>> >>> > >From a security aspect... > >> Do all your users alias? (assumption: its more than just you on the system) >> Do you check the alias is set everytime you login to a session? >> If you change to another shell for any reason is the alias persistent? >> (eg as root (defaults to csh) some times I have to do: sh -c 'for a in x >> y z ; do ( cd ${a} && rsync -e ssh remote.server:/path ) ; done' ) - and >> do other users know that this would be wrong? >> >> See the point I mean? >> >> For the security conscious one would know to use the full path of ssh, >> most do not do this... a large percentage have no idea that they would >> even need to let alone remember. >> >> Regards, >> >> Michelle >> >> PS: There is a workaround for ssh clients in /etc/ssh/ssh_config to stop >> it falling back to "insecure" protocols - though every freebsd-update >> attempts to change this file back to the default... fortunately I have >> puppet to reset the file in the event of me missing the update/reset. >> > > alias openssl='/usr/local/bin/openssl' > > I use bash as my shell. I have this set in the ~/.bashrc file: > > if [ -f ~/.bash_aliases ]; then > . ~/.bash_aliases > else > ## > fi > > The ~/.bashrc file contains all of my predefined aliases. > > $ openssl version > OpenSSL 1.0.2c 12 Jun 2015 > > # openssl version > OpenSSL 1.0.2c 12 Jun 2015 > > $ sudo openssl version > OpenSSL 1.0.1l-freebsd 15 Jan 2015 > > I probably should find a way to fix the "sudo" command; however, since I > rarely use it, I don't know if I will bother. > > For all pratical purposes, I am the only system user. > > You just illustrated my point in the best possible way. Thank you. Michelle -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 15:01:22 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17A9F488 for ; Sat, 13 Jun 2015 15:01:22 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU004-OMC3S21.hotmail.com (blu004-omc3s21.hotmail.com [65.55.116.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "MSIT Machine Auth CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C6F43C93 for ; Sat, 13 Jun 2015 15:01:21 +0000 (UTC) (envelope-from carmel_ny@outlook.com) Received: from BLU436-SMTP185 ([65.55.116.74]) by BLU004-OMC3S21.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sat, 13 Jun 2015 08:00:13 -0700 X-TMN: [e13az1fW6k+bl+SR9TyaXohLXM/B1Fff] X-Originating-Email: [carmel_ny@outlook.com] Message-ID: Date: Sat, 13 Jun 2015 11:00:11 -0400 From: Carmel NY To: FreeBSD Ports Subject: Re: OpenSSL Security Advisory [11 Jun 2015] In-Reply-To: <557C2684.90302@sorbs.net> References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> <557C2684.90302@sorbs.net> Organization: seibercom NET X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; amd64-portbld-freebsd10.1) MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 13 Jun 2015 15:00:13.0246 (UTC) FILETIME=[A67605E0:01D0A5E9] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 15:01:22 -0000 On Sat, 13 Jun 2015 14:48:04 +0200, Michelle Sullivan stated: >Carmel NY wrote: >> On Sat, 13 Jun 2015 12:36:44 +0100, Matt Smith stated: >> >> >>> The other alternatives are as you say, put /usr/local/bin before >>> /usr/bin in the $PATH. Or add an alias for commands like ssh to point to >>> the ports version. These methods aren't quite as clean though. >>> >> >> Swapping the PATH can, in a few instances, really mess up attempting to >> build a port. I finally gave up and used the "alias" idea for openssl. It >> appears to work Okay. >> >> >From a security aspect... > >Do all your users alias? (assumption: its more than just you on the system) >Do you check the alias is set everytime you login to a session? >If you change to another shell for any reason is the alias persistent? >(eg as root (defaults to csh) some times I have to do: sh -c 'for a in x >y z ; do ( cd ${a} && rsync -e ssh remote.server:/path ) ; done' ) - and >do other users know that this would be wrong? > >See the point I mean? > >For the security conscious one would know to use the full path of ssh, >most do not do this... a large percentage have no idea that they would >even need to let alone remember. > >Regards, > >Michelle > >PS: There is a workaround for ssh clients in /etc/ssh/ssh_config to stop >it falling back to "insecure" protocols - though every freebsd-update >attempts to change this file back to the default... fortunately I have >puppet to reset the file in the event of me missing the update/reset. alias openssl='/usr/local/bin/openssl' I use bash as my shell. I have this set in the ~/.bashrc file: if [ -f ~/.bash_aliases ]; then . ~/.bash_aliases else ## fi the ~/.bashrc file contains all of my predefined aliases. $ openssl version OpenSSL 1.0.2c 12 Jun 2015 # openssl version OpenSSL 1.0.2c 12 Jun 2015 $ sudo openssl version OpenSSL 1.0.1l-freebsd 15 Jan 2015 I probably should find a way to fix the "sudo" command; however, since I rarely use it, I don't know if I will bother. For all practical purposes, I am the only user of the system. -- Carmel From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 19:51:03 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B84EC for ; Sat, 13 Jun 2015 19:51:03 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from gw.catspoiler.org (cl-1657.chi-02.us.sixxs.net [IPv6:2001:4978:f:678::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 361AF8F2 for ; Sat, 13 Jun 2015 19:51:03 +0000 (UTC) (envelope-from truckman@FreeBSD.org) Received: from FreeBSD.org (mousie.catspoiler.org [192.168.101.2]) by gw.catspoiler.org (8.13.3/8.13.3) with ESMTP id t5DJooEA021169; Sat, 13 Jun 2015 12:50:55 -0700 (PDT) (envelope-from truckman@FreeBSD.org) Message-Id: <201506131950.t5DJooEA021169@gw.catspoiler.org> Date: Sat, 13 Jun 2015 12:50:50 -0700 (PDT) From: Don Lewis Subject: Re: OpenSSL Security Advisory [11 Jun 2015] To: michelle@sorbs.net cc: fbsd@xtaz.co.uk, ml@netfence.it, freebsd-ports@FreeBSD.org In-Reply-To: <557C2230.4070502@sorbs.net> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 19:51:03 -0000 On 13 Jun, Michelle Sullivan wrote: > Matt Smith wrote: >> On Jun 13 13:13, Michelle Sullivan wrote: >>> Don Lewis wrote: >>>> On 13 Jun, Michelle Sullivan wrote: >>>> >>>> >>>>> SSH would be the biggie that most security departments are scared >>>>> of... >>>>> >>>> >>>> Well, ssh is available in ports, though I haven't checked to see >>>> that it >>>> picks up the correct version of openssl. >>>> >>>> >>> >>> Problem is it doesn't have 'overwrite base' anymore - and >>> openssh-portable66 which does have overwrite base is now marked >>> depreciated... which means one would have to be very careful about how >>> they use SSH in production as both server and client... Server is >>> easier as it has a different _enable identifier... but the client is not >>> distinguishable so unless one puts /usr/local/bin in their permanent >>> path as a priority over /usr/bin one will use the wrong version. >>> >> >> I put WITHOUT_OPENSSH=yes in /etc/src.conf. Then run make delete-old >> and make delete-old-libs in /usr/src. This removes the base version >> which means you don't have this issue any longer. I do the same thing >> with NTP and Unbound as well. >> >> Obviously this makes more sense if like me you do source based stuff >> rather than using freebsd-update. I'm not sure if you can do similar >> with binary based upgrades? >> > > 57 servers around the world that I have to maintain, patch and upgrade > at the same time as devel and maintain my applications... yeah I don't > do source stuff ;-) > > It would be useful to have that option in freebsd-update. > >> The other alternatives are as you say, put /usr/local/bin before >> /usr/bin in the $PATH. Or add an alias for commands like ssh to point >> to the ports version. These methods aren't quite as clean though. >> > Not clean and very error prone... replace base was a lot cleaner and > less error prone... but then you never know the people in security might > surprise us and put out a version of base with openssl 1.0.2b in it - > this would be a real bonus for a lot of people and take us a little bit > away from debian where you can wait months/years for an update.... and > then sometimes only if you upgrade your system to include features that > you don't want. Something to consider is building your own customized releases and setting up your own freebsd-update server. It's an additional headache, but would allow you to eliminate some possible additional hazards, such as the setuid rsh and rlogin. I'm thinking about doing it here. I generally track -STABLE and have some src.conf tweaks, so I'm used to doing source upgrades, but some of my machines are pretty slow and being able to keep them up to date with freebsd-update would be a time saver. Upgrading base openssl to 1.0.2 in an existing release branch is pretty much not going to happen because of the ABI change. A freebsd-update that did such a thing would instantly break all non-base applications that were linked to base openssl. FreeBSD is not unique in this regard. For instance, RHEL 5 is supported as a production release through March 2017, with extended support available through November 2020. It is still using openssl 0.98. It'll be interesting to see what Red Hat does once openssl 0.98 goes EOL at the end of 2015. I suspect that Red Hat will continue to maintain 0.98 internally and backport security fixes to it. The only branch where ABI changes is allowed is HEAD, so until we can change the openssl ABI in FreeBSD 11 up until FreeBSD 11.0-RELEASE. I suspect that sometime before that point, we will remove openssl from the the ABI by making it a private library in base so that its only consumers are other applications in base. That would allow us to upgrade the openssl version at any time, since the freebsd-update run that installed the new openssl would also install the new versions of the affected base applications. Ports would use only the ports version of openssl, and updates there would also be atomic. There are a number of problems to solve to get from here to there, such as the linkage between gssapi and libfetch to openssl. Also pkg might need to bundle its own private copy of openssl. From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 20:33:56 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6DB3C8 for ; Sat, 13 Jun 2015 20:33:56 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6217C36F for ; Sat, 13 Jun 2015 20:33:56 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 153BE28412; Sat, 13 Jun 2015 22:33:47 +0200 (CEST) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2807528411; Sat, 13 Jun 2015 22:33:46 +0200 (CEST) Message-ID: <557C93AA.4050400@quip.cz> Date: Sat, 13 Jun 2015 22:33:46 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Michelle Sullivan , Carmel NY CC: FreeBSD Ports Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> <557C2684.90302@sorbs.net> In-Reply-To: <557C2684.90302@sorbs.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 20:33:56 -0000 Michelle Sullivan wrote on 06/13/2015 14:48: > > PS: There is a workaround for ssh clients in /etc/ssh/ssh_config to stop > it falling back to "insecure" protocols - though every freebsd-update > attempts to change this file back to the default... fortunately I have > puppet to reset the file in the event of me missing the update/reset. You can add /etc/ssh/ssh_config to UpdateIfUnmodified in /etc/freebsd-update.conf Then freebsd-update will not touch ssh_config anymore. Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 21:24:26 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E4554C4; Sat, 13 Jun 2015 21:24:26 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EF131FDD; Sat, 13 Jun 2015 21:24:25 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id EDB3D28412; Sat, 13 Jun 2015 23:24:22 +0200 (CEST) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 033BF28410; Sat, 13 Jun 2015 23:24:21 +0200 (CEST) Message-ID: <557C9F85.7040508@quip.cz> Date: Sat, 13 Jun 2015 23:24:21 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Michelle Sullivan , Matt Smith , Don Lewis , ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> <557C2230.4070502@sorbs.net> In-Reply-To: <557C2230.4070502@sorbs.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 21:24:26 -0000 Michelle Sullivan wrote on 06/13/2015 14:29: [...] > 57 servers around the world that I have to maintain, patch and upgrade > at the same time as devel and maintain my applications... yeah I don't > do source stuff ;-) > > It would be useful to have that option in freebsd-update. I was using freebsd-update for the same reason, but freebsd-update have its own problems, so I am doing make buildkernel & make buildworld on one machine (build server), exporting /usr/src and /usr/obj by NFS to other machines and then just make installkernel and installworld (+mergemaster) on each machine. It takes few minutes. It is maybe a faster way than freebsd-update and less fragile for uncomplete updates etc. Miroslav Lachman From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 22:48:50 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BAE9F20; Sat, 13 Jun 2015 22:48:50 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 4A417609; Sat, 13 Jun 2015 22:48:49 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPW00D68NMS8H00@hades.sorbs.net>; Sat, 13 Jun 2015 15:54:30 -0700 (PDT) Message-id: <557CB34E.9090708@sorbs.net> Date: Sun, 14 Jun 2015 00:48:46 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Don Lewis Cc: fbsd@xtaz.co.uk, ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506131950.t5DJooEA021169@gw.catspoiler.org> In-reply-to: <201506131950.t5DJooEA021169@gw.catspoiler.org> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 22:48:50 -0000 Don Lewis wrote: > > Something to consider is building your own customized releases and > setting up your own freebsd-update server. It's an additional headache, > but would allow you to eliminate some possible additional hazards, such > as the setuid rsh and rlogin. I'm thinking about doing it here. I > generally track -STABLE and have some src.conf tweaks, so I'm used to > doing source upgrades, but some of my machines are pretty slow and being > able to keep them up to date with freebsd-update would be a time saver. > I'd love to setup my own freebsd-update server - if only there were docs about how to do it... I'd have done it a couple of months ago, Google didn't reveal anything to me when I looked though... Michelle -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 22:50:40 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4A03FBC; Sat, 13 Jun 2015 22:50:40 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id B20B6674; Sat, 13 Jun 2015 22:50:40 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPW00D6CNPU8H00@hades.sorbs.net>; Sat, 13 Jun 2015 15:56:21 -0700 (PDT) Message-id: <557CB3BD.1050801@sorbs.net> Date: Sun, 14 Jun 2015 00:50:37 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Miroslav Lachman <000.fbsd@quip.cz> Cc: Matt Smith , Don Lewis , ml@netfence.it, freebsd-ports@FreeBSD.org Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506130551.t5D5pqiO084627@gw.catspoiler.org> <557C1042.4050405@sorbs.net> <20150613113644.GA1259@xtaz.uk> <557C2230.4070502@sorbs.net> <557C9F85.7040508@quip.cz> In-reply-to: <557C9F85.7040508@quip.cz> X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 22:50:40 -0000 Miroslav Lachman wrote: > Michelle Sullivan wrote on 06/13/2015 14:29: > > [...] > >> 57 servers around the world that I have to maintain, patch and upgrade >> at the same time as devel and maintain my applications... yeah I don't >> do source stuff ;-) >> >> It would be useful to have that option in freebsd-update. > > I was using freebsd-update for the same reason, but freebsd-update > have its own problems, so I am doing make buildkernel & make > buildworld on one machine (build server), exporting /usr/src and > /usr/obj by NFS to other machines and then just make installkernel and > installworld (+mergemaster) on each machine. It takes few minutes. It > is maybe a faster way than freebsd-update and less fragile for > uncomplete updates etc. Unfortunately I cannot NFS everything - the servers are world wide behind their own firewalls some on private (non public) networks VIPd to provide services. -- Michelle Sullivan http://www.mhix.org/ From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 23:03:43 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D29B327 for ; Sat, 13 Jun 2015 23:03:43 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (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 BDA3DA59 for ; Sat, 13 Jun 2015 23:03:42 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by wigg3 with SMTP id g3so44432212wig.1 for ; Sat, 13 Jun 2015 16:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ZohpUhgwZeb0bHIXzRv9tZ6Og01CNG9fyY+ZYkhxra4=; b=kbT5+ebpJHucbimfRzzkwNViuqWiTp2cQG2XFbELDg0LwDvgZSRP43LdRMDcGB0XU7 d11mMFeF+UGuJr/AADyeLSGNHgiPtDxrFKw85oxcrUJ83h0NOM8V/B+q17yP388HZbNq XvPXH2D+K6Ibto9DbNCSqX0wDaGOvv8RwBvpI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=ZohpUhgwZeb0bHIXzRv9tZ6Og01CNG9fyY+ZYkhxra4=; b=D9oSOLFTv9bLpGmt+Yjt9AjT27yUinHg8lX7uQRffkHabBd0Kc4bsRYx7j4AgouhkA BvsuZ3dL6byttG4Ik14m4GGSiRiyj7chJfzzfhOnMPyafApHdZmYe5E/3x3GdKgnK1Uc Ku50Y9rlVwmu3HM+bgRwEPtAexRPxzSKZ+tn8vJ7OjzIfGVQmzHUbdZISoiiQBuwDYBa WTb9ZHTl7T6xcEdG89GIBE2bIR9Dg7p3edfFFGG6f8t7bH/F2iFP+kN6sSae3PmC7L4O O1fxE3Mq23ntSipnZKC3XJV652vsH/2XqgUTE3m53glxoEO2TCuUw7ruSbTsIM/E3FO3 qCVg== X-Gm-Message-State: ALoCoQnZd0l1eHrw25NSBI26GsTZuvjf+jXPrf7MMijy9Z2CDNqtREH3bWEkffa7GFPos4jVGtK4 X-Received: by 10.181.11.129 with SMTP id ei1mr18460544wid.90.1434236621059; Sat, 13 Jun 2015 16:03:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.65.85 with HTTP; Sat, 13 Jun 2015 16:03:10 -0700 (PDT) In-Reply-To: <557CB34E.9090708@sorbs.net> References: <201506131950.t5DJooEA021169@gw.catspoiler.org> <557CB34E.9090708@sorbs.net> From: Eitan Adler Date: Sat, 13 Jun 2015 16:03:10 -0700 Message-ID: Subject: Re: OpenSSL Security Advisory [11 Jun 2015] To: Michelle Sullivan Cc: Don Lewis , Andrea Venturoli , freebsd ports , fbsd@xtaz.co.uk Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 23:03:43 -0000 On 13 June 2015 at 15:48, Michelle Sullivan wrote: > I'd love to setup my own freebsd-update server - if only there were docs > about how to do it... I'd have done it a couple of months ago, Google > didn't reveal anything to me when I looked though... https://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-update-server/ -- Eitan Adler From owner-freebsd-ports@FreeBSD.ORG Sat Jun 13 23:41:58 2015 Return-Path: Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 458B28F3; Sat, 13 Jun 2015 23:41:58 +0000 (UTC) (envelope-from michelle@sorbs.net) Received: from hades.sorbs.net (hades.sorbs.net [67.231.146.201]) by mx1.freebsd.org (Postfix) with ESMTP id 32D7C2F3; Sat, 13 Jun 2015 23:41:57 +0000 (UTC) (envelope-from michelle@sorbs.net) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from isux.com (firewall.isux.com [213.165.190.213]) by hades.sorbs.net (Oracle Communications Messaging Server 7.0.5.29.0 64bit (built Jul 9 2013)) with ESMTPSA id <0NPW00D70Q3B8H00@hades.sorbs.net>; Sat, 13 Jun 2015 16:47:38 -0700 (PDT) Message-id: <557CBFC2.6040003@sorbs.net> Date: Sun, 14 Jun 2015 01:41:54 +0200 From: Michelle Sullivan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.24) Gecko/20100301 SeaMonkey/1.1.19 To: Eitan Adler Cc: Don Lewis , Andrea Venturoli , freebsd ports , fbsd@xtaz.co.uk Subject: Re: OpenSSL Security Advisory [11 Jun 2015] References: <201506131950.t5DJooEA021169@gw.catspoiler.org> <557CB34E.9090708@sorbs.net> In-reply-to: X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2015 23:41:58 -0000 Eitan Adler wrote: > On 13 June 2015 at 15:48, Michelle Sullivan wrote: > > >> I'd love to setup my own freebsd-update server - if only there were docs >> about how to do it... I'd have done it a couple of months ago, Google >> didn't reveal anything to me when I looked though... >> > > https://www.freebsd.org/doc/en_US.ISO8859-1/articles/freebsd-update-server/ > > > Way cool!!! Thank you... How about one for how to make your own portsnap ? :P Regards, Michelle -- Michelle Sullivan http://www.mhix.org/