Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Oct 2011 12:48:14 +0200
From:      Matthias Andree <mandree@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bf@FreeBSD.org
Subject:   ports/161896: [PATCH] math/fftw3: shorten OpenMP option text for 80x24 terminals
Message-ID:  <E1RHZ7e-0000w8-Ui@apollo.emma.line.org>
Resent-Message-ID: <201110221050.p9MAoDVM098869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         161896
>Category:       ports
>Synopsis:       [PATCH] math/fftw3: shorten OpenMP option text for 80x24 terminals
>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:   Sat Oct 22 10:50:12 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD apollo.emma.line.org 8.2-STABLE FreeBSD 8.2-STABLE #20: Sun Oct 16 16:18:09 CEST 2011
>Description:
Please shorten the OpenMP option description so that proper layout is
maintained on 80x24 terminals.

Port maintainer (bf@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- fftw3-3.3_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/fftw3/Makefile,v
retrieving revision 1.67
diff -u -u -r1.67 Makefile
--- Makefile	22 Oct 2011 08:03:34 -0000	1.67
+++ Makefile	22 Oct 2011 10:28:39 -0000
@@ -41,7 +41,7 @@
 .endif
 
 OPTIONS=	G77_WRAPPERS "Alter Fortran wrappers for use with g77" off \
-		OPENMP "Build OpenMP variant of multithreaded libraries" off \
+		OPENMP "Build OpenMP variant of multithreaded libs" off \
 		OPTIMIZED_CFLAGS "Enable optimized CFLAGS" on
 
 .include <bsd.port.pre.mk>
--- fftw3-3.3_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1RHZ7e-0000w8-Ui>