Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 21:06:35 GMT
From:      Denis Generalov <gd@rambler-co.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173727: Fix Makefile
Message-ID:  <201211192106.qAJL6Zeu037942@red.freebsd.org>
Resent-Message-ID: <201211192110.qAJLA0IS046143@freefall.freebsd.org>

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

>Number:         173727
>Category:       ports
>Synopsis:       Fix Makefile
>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 Nov 19 21:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Denis Generalov
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
Rambler
>Environment:
FreeBSD tyl.rambler.ramblermedia.com 9.0-STABLE FreeBSD 9.0-STABLE #1: Tue Feb 14 22:57:58 MSK 2012     root@tyl2.park.rambler.ru:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
PYEASYINSTALL_ARCHDEP variable used wrong way. This var evaluated as defined or not defined.
>How-To-Repeat:

>Fix:
patch attached

Patch attached with submission follows:

Diff mode was set to CVS, but there's no CVS subdirectory
Trying /usr/ports ... found
===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/textproc/py-MarkupSafe/Makefile ./Makefile
--- /usr/ports/textproc/py-MarkupSafe/Makefile	2012-11-20 00:56:41.000000000 +0400
+++ ./Makefile	2012-11-20 00:57:36.000000000 +0400
@@ -18,6 +18,5 @@
 
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	easy_install
-PYEASYINSTALL_ARCHDEP=	no
 
 .include <bsd.port.mk>
===> Done


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



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