From owner-svn-ports-all@FreeBSD.ORG Wed Mar 26 22:53:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4D83404; Wed, 26 Mar 2014 22:53:18 +0000 (UTC) Received: from mail-yh0-x236.google.com (mail-yh0-x236.google.com [IPv6:2607:f8b0:4002:c01::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 45DD391B; Wed, 26 Mar 2014 22:53:18 +0000 (UTC) Received: by mail-yh0-f54.google.com with SMTP id f73so2825388yha.41 for ; Wed, 26 Mar 2014 15:53:17 -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=z1Y7H/U11bw+Q+OjeEZMvfoDdQKvxuzg10tcQBdfbCc=; b=drxpLU4axYCRxyt9Ri9ATlwUYvD8fFKwlTUQtJosS/IGJS2H9yjGO2RIkjBJeH5NNJ HuKKP+kEYDS2pYwSdiEvzq2BpqtC/Ee/WKjD7oFrnc9Db0IM9DNWnOcjh7JRMM43yWKm X9tArKmVlBriXBUUPRcOGyXq7YSw8UHojkiaJaoPhlpoBANUrCwFC7ajf6bNIsCWrM9F 0m+wfKLn+yb0H5ksL7GP/LVTKkvXReNYG0sfBFVxVWUDBKQncW8kUv9oQbgcR6aXoEHt sXojZAOBB/kfiRlqmcZCZv7oezNxW3wxUdk+CtJOXtVxsfU6SQSW0D3/5R8r1tTgnCK1 FVsA== MIME-Version: 1.0 X-Received: by 10.236.128.170 with SMTP id f30mr37835698yhi.89.1395874397414; Wed, 26 Mar 2014 15:53:17 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.80.11 with HTTP; Wed, 26 Mar 2014 15:53:17 -0700 (PDT) In-Reply-To: <53335959.4050802@marino.st> References: <201403262018.s2QKId7b067131@svn.freebsd.org> <533351FC.2020908@marino.st> <533357E0.2030108@marino.st> <53335959.4050802@marino.st> Date: Wed, 26 Mar 2014 23:53:17 +0100 X-Google-Sender-Auth: SzpUICu8tqK-lJ6HP7vkpUL8wNU Message-ID: Subject: Re: svn commit: r349288 - head/archivers/ocaml-bz2 From: Antoine Brodin To: John Marino Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 26 Mar 2014 22:53:18 -0000 On Wed, Mar 26, 2014 at 11:48 PM, John Marino wrote: >> It adds this to plist: >> @${ECHO_CMD} "@exec ${ECHO_CMD} "%D/${LIB}" >> %D/${OCAML_LDCONF}" \ this add a line to the existing ld.conf during pkg install >> @${ECHO_CMD} "@unexec ${SED} -i \"\" -e '/${LIB:S#/#\/#g}/d' >> %D/${OCAML_LDCONF}" >> ${TMPPLIST} this removes the line from the existing ld.conf during pkg uninstall. > So I think that must be wrong. > There should only be one ldconf file -- it stores information of all the > installed libraries. There would not be one per package. I say this as > somebody that does not use ocaml or know anything about it though. Cheers, Antoine