From owner-svn-ports-head@FreeBSD.ORG Sat May 3 14:39:08 2014 Return-Path: Delivered-To: svn-ports-head@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 B265D8AC for ; Sat, 3 May 2014 14:39:08 +0000 (UTC) Received: from mail-lb0-f177.google.com (mail-lb0-f177.google.com [209.85.217.177]) (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 3AD8512F4 for ; Sat, 3 May 2014 14:39:07 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id z11so3998866lbi.8 for ; Sat, 03 May 2014 07:38:59 -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=O2SwQPvBXlzwgGzVqWbEywf1rbiTnYe1aiuaE5zQQKM=; b=RPyTQYF6O0aY6TFpiPI87Ii8in4n5zPJyUIizyjkX1E+codvWI53psvuXBwXX46mab nv4EL975KH7+pzrDWKObc38lQhp+btmTpveO5IsrA+kk0B1jJERbW/4NRJMkqFmman6e dGQmdBm3Xiytb8cCDRktPe6vRHmBMHWp7z3bB/qpkawYyACLt8RrZiNaUw39OJ+y+gvK +by68fvPU4Td6db3nYjnhnriDvxlUGUtpDzqTqwDqc/Jo1PaAQN5sWFtfwK0zDlglfWD VSOd2yo8Z+LsC7/dNkqGT2R97BYny0VV1UzMU6Ia/ekh0EDpcjEP/lTM0S/QYKRCqMZp GKZQ== X-Gm-Message-State: ALoCoQn7puVVF/+ZC2/z0YT2AxziAmC5HMr+crAzW3dnaNL+hipzkRZFXjUUi1G1d0IT72q4QJTu X-Received: by 10.152.28.166 with SMTP id c6mr1431111lah.51.1399127939632; Sat, 03 May 2014 07:38:59 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.151.238 with HTTP; Sat, 3 May 2014 07:38:39 -0700 (PDT) In-Reply-To: <20140503124030.3ded39c3@kalimero.tijl.coosemans.org> References: <201405030320.s433KmwX011923@svn.freebsd.org> <20140503124030.3ded39c3@kalimero.tijl.coosemans.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 3 May 2014 22:38:39 +0800 X-Google-Sender-Auth: sgpJaqQxjU1R5un8-0Y8kCkKbls Message-ID: Subject: Re: svn commit: r352857 - in head/science: . netcdf-fortran To: Tijl Coosemans Content-Type: text/plain; charset=UTF-8 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 May 2014 14:39:08 -0000 On Sat, May 3, 2014 at 6:40 PM, Tijl Coosemans wrote: > On Sat, 3 May 2014 03:20:48 +0000 (UTC) Sunpoet Po-Chuan Hsieh wrote: >> Author: sunpoet >> Date: Sat May 3 03:20:47 2014 >> New Revision: 352857 >> URL: http://svnweb.freebsd.org/changeset/ports/352857 >> QAT: https://qat.redports.org/buildarchive/r352857/ >> >> Log: >> - Add netcdf-fortran 4.2 > > I suspect you have to add "LIBTOOLIZE_ARGS=-i -c -f" to the Makefile > such that libtoolize copies files rather than linking them. With links > USES=libtool doesn't work and that's why you have libnetcdff.so.5 in > pkg-plist instead of libnetcdff.so.X.Y.Z. > > I've opened a PR about making those LIBTOOLIZE_ARGS the default because > this is currently a bit tricky. Committed. Thanks! Regards, sunpoet