From tkato432@yahoo.com  Thu Apr 12 18:31:46 2012
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7A872106564A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 12 Apr 2012 18:31:41 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166])
	by mx1.freebsd.org (Postfix) with ESMTP id 492748FC15
	for <FreeBSD-gnats-submit@FreeBSD.org>; Thu, 12 Apr 2012 18:31:41 +0000 (UTC)
Received: from msa103lp.auone-net.jp (MSA103lp [172.27.12.181])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id A7F1F7D419A
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 13 Apr 2012 03:31:40 +0900 (JST)
Received: from localhost.localdomain (ZT029113.ppp.dion.ne.jp [59.128.29.113])
	by msa103lp.auone-net.jp (au one net msa) with ESMTP id 4D5BD47C036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Fri, 13 Apr 2012 03:31:33 +0900 (JST)
Message-Id: <20120413031621.b9cdb160.tkato432@yahoo.com>
Date: Fri, 13 Apr 2012 03:16:21 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: math/fftw: Disable installing INFO on float flavor

>Number:         166890
>Category:       ports
>Synopsis:       math/fftw: Disable installing INFO on float flavor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 12 18:40:13 UTC 2012
>Closed-Date:    Thu May 03 16:11:35 UTC 2012
>Last-Modified:  Thu May  3 16:20:12 UTC 2012
>Originator:     KATO Tsuguru
>Release:        FreeBSD 7.4-RELEASE-p5 i386
>Organization:
math/fftw: Disable installing INFO on float flavor
>Environment:
>Description:
- Disable installing INFO on float flavor
- Add PORTSCOUT

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	math_fftw.diff
#	math_fftw-float.diff
#
echo x - math_fftw.diff
sed 's/^X//' >math_fftw.diff << '5eaff8dd54607a99a48161bfb4f6d808'
Xdiff -urN /usr/ports/math/fftw/Makefile math/fftw/Makefile
X--- /usr/ports/math/fftw/Makefile	2012-04-10 10:34:04.000000000 +0900
X+++ math/fftw/Makefile	2012-04-13 00:44:26.000000000 +0900
X@@ -26,15 +26,17 @@
X 
X USE_FORTRAN=	yes
X USE_GMAKE=	yes
X-USE_AUTOTOOLS=	autoconf:env automake:env libtool
X+USE_AUTOTOOLS=	aclocal automake autoconf libtool
X+ACLOCAL_ARGS=	-I ${LOCALBASE}/share/aclocal
X CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
X CONFIGURE_ARGS=	--enable-shared
X-INFO=		fftw
X USE_LDCONFIG=	yes
X MAKE_JOBS_SAFE=	yes
X 
X PLIST_SUB=	FFTW_SUFX="${FFTW_SUFX}"
X 
X+PORTSCOUT=	limit:^2\.
X+
X .include <bsd.port.pre.mk>
X 
X .if ${FFTW_FLAVOR}=="float"
X@@ -43,6 +45,7 @@
X FFTW_PKGNAMESUFFIX=	-float
X PLIST_SUB+=	DEF="@comment "
X .else
X+INFO=			fftw
X PLIST_SUB+=	DEF=""
X .endif
X 
X@@ -55,16 +58,16 @@
X .endif
X 
X post-patch:
X-	@${RM} ${WRKSRC}/doc/fftw.info*
X-.if ${FFTW_FLAVOR}=="float"
X-	@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||' ${WRKSRC}/Makefile.in
X-.endif
X+	@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc | |' ${WRKSRC}/Makefile.am
X 
X-pre-configure:
X-	@(cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF})
X+post-build:
X+.if ${FFTW_FLAVOR}=="default"
X+	@cd ${WRKSRC}/doc && makeinfo fftw.texi
X+.endif
X 
X post-install:
X .if ${FFTW_FLAVOR}=="default"
X+	${INSTALL_DATA} ${WRKSRC}/doc/fftw.info ${PREFIX}/${INFO_PATH}
X .if !defined(NOPORTDOCS)
X 	@${MKDIR} ${DOCSDIR}
X 	${INSTALL_DATA} ${WRKSRC}/doc/fftw.ps ${DOCSDIR}/fftw.ps
5eaff8dd54607a99a48161bfb4f6d808
echo x - math_fftw-float.diff
sed 's/^X//' >math_fftw-float.diff << 'bb4917eee80cdc5d85738ad4ff3f72fa'
Xdiff -urN /usr/ports/math/fftw-float/Makefile math/fftw-float/Makefile
X--- /usr/ports/math/fftw-float/Makefile	2007-02-12 13:35:13.000000000 +0900
X+++ math/fftw-float/Makefile	2012-04-10 10:20:47.000000000 +0900
X@@ -5,7 +5,7 @@
X # $FreeBSD: ports/math/fftw-float/Makefile,v 1.3 2007/02/10 22:46:34 sat Exp $
X #
X 
X-PORTREVISION=	1
X+PORTREVISION=	2
X 
X COMMENT=	Fast C routines (Single Percision)
X 
bb4917eee80cdc5d85738ad4ff3f72fa
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Apr 12 18:42:06 UTC 2012 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166890 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu May 3 16:11:34 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=166890 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/166890: commit references a PR
Date: Thu,  3 May 2012 16:11:38 +0000 (UTC)

 miwi        2012-05-03 16:11:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/fftw            Makefile 
     math/fftw-float      Makefile 
   Log:
   - Disable installing INFO on float flavor
   - Add PORTSCOUT
   
   PR:             166890
   Submitted by:   Ports Fury
   
   Revision  Changes    Path
   1.4       +1 -1      ports/math/fftw-float/Makefile
   1.47      +11 -8     ports/math/fftw/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
