Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Aug 2012 21:52:04 GMT
From:      Artis Caune <Artis.Caune@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/170799: [PATCH] lang/python27: fix FPECTL ports option
Message-ID:  <201208202152.q7KLq4pj075443@red.freebsd.org>
Resent-Message-ID: <201208202200.q7KM0Nq6035322@freefall.freebsd.org>

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

>Number:         170799
>Category:       ports
>Synopsis:       [PATCH] lang/python27: fix FPECTL ports option
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 22:00:23 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Artis Caune
>Release:        stable/9
>Organization:
>Environment:
FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
There is a typo in Makefile for FPECTL option.
Same typo in lang/python26

It's only for i386 arch, not sure how it's affected, using only amd64
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-08-21 09:44:17.990984314 +1200
+++ Makefile	2012-08-21 09:45:35.531335669 +1200
@@ -200,7 +200,7 @@
 		-e 's|libs = getvar|libs = getvar("LDFLAGS").split() + getvar|' \
 		${PATCH_WRKSRC}/Misc/python-config.in > ${WRKDIR}/${PYTHON_VERSION:S/thon/thon-shared/}-config
 
-.if ${PORT_OPTIONS:MFPECTL) && ${ARCH} == i386
+.if ${PORT_OPTIONS:MFPECTL} && ${ARCH} == i386
 	${MKDIR} ${WRKSRC}/Modules
 	${ECHO} "fpectl fpectlmodule.c" >> ${WRKSRC}/Modules/Setup.dist
 .endif


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208202152.q7KLq4pj075443>