From owner-svn-ports-all@FreeBSD.ORG Mon May 18 16:30:31 2015 Return-Path: Delivered-To: svn-ports-all@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 512291E0; Mon, 18 May 2015 16:30:31 +0000 (UTC) Received: from mail-wg0-x22b.google.com (mail-wg0-x22b.google.com [IPv6:2a00:1450:400c:c00::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DE14210B7; Mon, 18 May 2015 16:30:30 +0000 (UTC) Received: by wgjc11 with SMTP id c11so33510466wgj.0; Mon, 18 May 2015 09:30:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=HO3QSSxDQbZ0le3GBbAO/NdznvaAGYRwPnRorzlQiCA=; b=1DyMkmY5YQFDuR1RisNV1CEK8Wu0mAdtodsnRDTLg7fHNmSHMC3E5CkOJKJNwbygQh EVNokJgi7KVAtXS/TLH3yS7CHpER7O3rtX7o5DFWfZk9J4tCe4YABmZESM++Saev9il/ 3KORi7iG6Gcgb+iJwCLHxn99QgNBnr7sSZ3ZnQ3kTk7+tV6zOZDsVXZvBIjqN7R8hGve 76zjokOqcWLxw3VlLRRdM0V/UV1xnhyPCQYBavM5ofvKpTliqcU+P6LFpLg4ZHvB6FpP EVbM9L4Tt5WOgHGPXny7A94ZSQtjjvGoMMZpvf8pSpVBFteKPVxBsov6nxwZUiJxPZMt BR2g== MIME-Version: 1.0 X-Received: by 10.180.101.105 with SMTP id ff9mr23305028wib.64.1431966629438; Mon, 18 May 2015 09:30:29 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.17.130 with HTTP; Mon, 18 May 2015 09:30:29 -0700 (PDT) In-Reply-To: References: <201505151704.t4FH4sP9055425@svn.freebsd.org> Date: Mon, 18 May 2015 16:30:29 +0000 X-Google-Sender-Auth: Kpiq1jt062KWxtyT7bx8tHXcomA Message-ID: Subject: Re: svn commit: r386439 - head/Mk From: Antoine Brodin To: Dirk Meyer Cc: "ports-committers@freebsd.org" , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" , Jung-uk Kim Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 16:30:31 -0000 On Mon, May 18, 2015 at 4:54 AM, Dirk Meyer wrote: > hi Jung-uk Kim, > hi Antoine Brodin, > > Jung-uk Kim schrieb:, > >> Log: >> - Do not define OPENSSLRPATH when base OpenSSL is used. Adding /usr/lib is >> pointless and blindly adding ${LOCALBASE}/lib after that is even harmful. >> - Stop hardcoding "pkg query". [1] >> >> PR: 200164 [1] >> Approved by: portmgr (antoine) >> Exp-run by: antoine >> >> Modified: >> head/Mk/bsd.openssl.mk >> > > Sorry, but /usr/lib is not pointless at all, > it was added to fix runtime problems. > > This will break in current, > wherre the shlib versions in base and port match. > > You can not run apps safely with openssl base, > once the port is installed. > > with OPENSSLRPATH set, the apps uses the version > with which it was build. > > Please revert the patch. Hi, Do you have evidence of those problems? Head has libssl.so.7 and libcrypto.so.7 Cheers, Antoine