From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Feb 15 17:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5258C65 for ; Sat, 15 Feb 2014 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C448193F for ; Sat, 15 Feb 2014 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1FHU0D8055879 for ; Sat, 15 Feb 2014 17:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1FHU0LT055878; Sat, 15 Feb 2014 17:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 15 Feb 2014 17:30:00 GMT Resent-Message-Id: <201402151730.s1FHU0LT055878@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, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F78C830; Sat, 15 Feb 2014 17:20:59 +0000 (UTC) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F274618FD; Sat, 15 Feb 2014 17:20:58 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 5107C426E; Sun, 16 Feb 2014 01:21:13 +0800 (CST) Message-Id: <20140215172113.5107C426E@sunpoet.net> Date: Sun, 16 Feb 2014 01:21:13 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186797: [PATCH] net/samba41: fix USE_PYTHON Cc: timur@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Feb 2014 17:30:00 -0000 >Number: 186797 >Category: ports >Synopsis: [PATCH] net/samba41: fix USE_PYTHON >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 Feb 15 17:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-STABLE amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r261402: Mon Feb 3 22:35:15 >Description: - Fix USE_PYTHON: resolve build failure for users with python3x as default python Port maintainer (timur@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- samba41-4.1.4_1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 344337) +++ Makefile (working copy) @@ -62,9 +62,7 @@ CONFIGURE_ENV+= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LDFLAGS="${PTHREAD_LIBS}" -USE_PYTHON_BUILD= -2.7 - -USE_PYTHON= yes +USE_PYTHON= 2 USES= compiler perl5 pkgconfig iconv USE_PERL5= build USE_LDCONFIG= ${SAMBA4_LIBDIR} --- samba41-4.1.4_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: