From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 29 19:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 ESMTP id F2438E3A for ; Sun, 29 Sep 2013 19:00:00 +0000 (UTC) (envelope-from gnats@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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CFD19235C for ; Sun, 29 Sep 2013 19:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8TJ00iO011831 for ; Sun, 29 Sep 2013 19:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8TJ00jP011820; Sun, 29 Sep 2013 19:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 29 Sep 2013 19:00:00 GMT Resent-Message-Id: <201309291900.r8TJ00jP011820@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres 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 ESMTP id 82091E02 for ; Sun, 29 Sep 2013 18:57:36 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D5C12352 for ; Sun, 29 Sep 2013 18:57:36 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.7/8.14.7) with ESMTP id r8TIvVt3016895 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Sep 2013 11:57:31 -0700 (PDT) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.7/8.14.7/Submit) id r8TIvVnj016894; Sun, 29 Sep 2013 11:57:31 -0700 (PDT) Message-Id: <201309291857.r8TIvVnj016894@fun.ee.lbl.gov> Date: Sun, 29 Sep 2013 11:57:31 -0700 (PDT) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/182493: [PATCH] math/mpfr: Remove gratuitous DIST_SUBDIR Cc: leres@ee.lbl.gov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 19:00:01 -0000 >Number: 182493 >Category: ports >Synopsis: [PATCH] math/mpfr: Remove gratuitous DIST_SUBDIR >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Sep 29 19:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #11 r26: Wed Sep 11 10:30:14 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: math/mpfr forces the distfile to be stored in a subdirectory (which includes the PORTVERSION in its name); since only the one .tar.xz is needed to build the port it would be cleaner to use the default of /usr/ports/distfiles. >How-To-Repeat: fun 246 # ls -l /usr/ports/distfiles/mpfr-3.1.2 total 1072 -rw-r--r-- 1 root src 1074388 Mar 13 2013 mpfr-3.1.2.tar.xz >Fix: Please see the attached patch. --- patch.txt begins here --- --- Makefile.orig 2013-09-24 00:32:37.000000000 -0700 +++ Makefile 2013-09-29 11:41:40.000000000 -0700 @@ -5,7 +5,6 @@ PORTVERSION= 3.1.2 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ -DIST_SUBDIR= ${DISTNAME} PATCH_SITES= ${MASTER_SITES} PATCH_DIST_STRIP= -p1 --- distinfo.orig 2013-09-29 11:43:29.000000000 -0700 +++ distinfo 2013-09-29 11:43:58.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (mpfr-3.1.2/mpfr-3.1.2.tar.xz) = 399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b -SIZE (mpfr-3.1.2/mpfr-3.1.2.tar.xz) = 1074388 +SHA256 (mpfr-3.1.2.tar.xz) = 399d0f47ef6608cc01d29ed1b99c7faff36d9994c45f36f41ba250147100453b +SIZE (mpfr-3.1.2.tar.xz) = 1074388 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: