From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 20 01:00:17 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5CF87106568F for ; Tue, 20 Oct 2009 01:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19C098FC1E for ; Tue, 20 Oct 2009 01:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9K10EI1096637 for ; Tue, 20 Oct 2009 01:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9K10E9q096636; Tue, 20 Oct 2009 01:00:14 GMT (envelope-from gnats) Resent-Date: Tue, 20 Oct 2009 01:00:14 GMT Resent-Message-Id: <200910200100.n9K10E9q096636@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, Sylvio Cesar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 302441065676 for ; Tue, 20 Oct 2009 00:50:00 +0000 (UTC) (envelope-from scjamorim@bsd.com.br) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id E69C78FC15 for ; Tue, 20 Oct 2009 00:49:59 +0000 (UTC) Received: by yxe1 with SMTP id 1so4425237yxe.3 for ; Mon, 19 Oct 2009 17:49:59 -0700 (PDT) Received: by 10.91.103.17 with SMTP id f17mr5401456agm.114.1255999798956; Mon, 19 Oct 2009 17:49:58 -0700 (PDT) Received: from fbsd.scjamorim.org (200-101-108-167.bsace705.dsl.brasiltelecom.net.br [200.101.108.167]) by mx.google.com with ESMTPS id 23sm3366460yxe.12.2009.10.19.17.49.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 19 Oct 2009 17:49:58 -0700 (PDT) Received: by fbsd.scjamorim.org (Postfix, from userid 0) id 5F7473F416C; Mon, 19 Oct 2009 22:49:56 -0200 (BRST) Message-Id: <20091020004956.5F7473F416C@fbsd.scjamorim.org> Date: Mon, 19 Oct 2009 22:49:56 -0200 (BRST) From: Sylvio Cesar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: wenheping@gmail.com Subject: ports/139781: [PATCH] math/p5-Math-GSL: Build in amd64 is ok. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Oct 2009 01:00:17 -0000 >Number: 139781 >Category: ports >Synopsis: [PATCH] math/p5-Math-GSL: Build in amd64 is ok. >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: Tue Oct 20 01:00:13 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Sylvio Cesar >Release: FreeBSD 9.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD fbsd.scjamorim.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Sat Oct 10 21:33:17 BRT 2009 >Description: - Tested build in amd64 and all is ok. - Changed "@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math" to "@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math", because www/MT port install files in this directory. You can see the log in my tinderbox: AMD64 http://www.scjamorim.org/Home/p5-Math-GSL-0.20-7amd64.log http://www.scjamorim.org/Home/p5-Math-GSL-0.20-8amd64.log Port maintainer (wenheping@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Math-GSL-0.20.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/math/p5-Math-GSL/Makefile,v retrieving revision 1.19 diff -u -u -r1.19 Makefile --- Makefile 22 May 2009 21:50:48 -0000 1.19 +++ Makefile 20 Oct 2009 00:46:04 -0000 @@ -19,8 +19,6 @@ ${SITE_PERL}/Test/Class.pm:${PORTSDIR}/devel/p5-Test-Class LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl -ONLY_FOR_ARCHS= i386 - PERL_CONFIGURE= yes PERL_MODBUILD= yes MAKE_ENV= INC="-I${LOCALBASE}/include" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/math/p5-Math-GSL/pkg-plist,v retrieving revision 1.9 diff -u -u -r1.9 pkg-plist --- pkg-plist 30 Jul 2009 23:04:45 -0000 1.9 +++ pkg-plist 20 Oct 2009 00:46:05 -0000 @@ -156,4 +156,4 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL/Wavelet2D @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GSL -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math --- p5-Math-GSL-0.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: