From owner-cvs-all@FreeBSD.ORG Tue Dec 6 12:27:43 2011 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FDB9106566C; Tue, 6 Dec 2011 12:27:43 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5386E8FC08; Tue, 6 Dec 2011 12:27:42 +0000 (UTC) Received: by bkat2 with SMTP id t2so10247415bka.13 for ; Tue, 06 Dec 2011 04:27:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=Pm6faNQZg55U+UU34WJ/ZUzKT4/oOL95ALBkoTHrv7U=; b=AuqnbT12PhXTO4zrSTQzEiU7KdV60xvyIhggStHeC31moTscH34q4YBr1f8Yb93lkc +uwqCbl11TqPV5eCVGUWynyXlVUNLq04AIrwizOEQMd2IjWpt8nPSHutXRdnQ4UlDz3A zq0RKvMYghCJ490+mMoXJwZ0dznS99KFTQUe4= MIME-Version: 1.0 Received: by 10.180.91.137 with SMTP id ce9mr17775502wib.5.1323172853988; Tue, 06 Dec 2011 04:00:53 -0800 (PST) Received: by 10.180.94.131 with HTTP; Tue, 6 Dec 2011 04:00:53 -0800 (PST) In-Reply-To: <201112061151.pB6Bpwjj038051@repoman.freebsd.org> References: <201112061151.pB6Bpwjj038051@repoman.freebsd.org> Date: Tue, 6 Dec 2011 12:00:53 +0000 Message-ID: From: "b. f." To: Brendan Fabeny Content-Type: text/plain; charset=ISO-8859-1 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/graphics/pgplot Makefile pkg-plist ports/graphics/pgplot/files Makefile Makefile.bin Makefile.clib Makefile.demo Makefile.doc Makefile.flib xf77 ports/graphics/pgplot/scripts configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Dec 2011 12:27:43 -0000 On 12/6/11, Brendan Fabeny wrote: > bf 2011-12-06 11:51:58 UTC > > FreeBSD ports repository > > Modified files: > graphics/pgplot Makefile pkg-plist > graphics/pgplot/files Makefile.bin Makefile.clib Makefile.demo > Makefile.doc Makefile.flib > Removed files: > graphics/pgplot/files Makefile xf77 > graphics/pgplot/scripts configure > Log: > remove the custom compiler driver which hasn't been used in nearly 13 > years; > merge scripts/configure and files/Makefile into the port Makefile; replace > a construct that has been deprecated in libpng; respect {C,F,LD}FLAGS [1], > NOPORT{DATA,DOCS,EXAMPLES}, etc.; clean up files/Makefile*; add a test > target; > adopt > > PR: 161239 I forgot to add the second "[1]" to the end of the "PR:" line in the log -- the PR was a report of a linking problem caused by faulty handling of compiler flags. b.