From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 18 10:40:41 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6129106564A for ; Sat, 18 Aug 2012 10:40:41 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B168E8FC0C for ; Sat, 18 Aug 2012 10:40:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7IAefES022911 for ; Sat, 18 Aug 2012 10:40:41 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7IAefww022910; Sat, 18 Aug 2012 10:40:41 GMT (envelope-from gnats) Date: Sat, 18 Aug 2012 10:40:41 GMT Message-Id: <201208181040.q7IAefww022910@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/170711: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Aug 2012 10:40:41 -0000 The following reply was made to PR ports/170711; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/170711: commit references a PR Date: Sat, 18 Aug 2012 10:30:33 +0000 (UTC) Author: rm Date: Sat Aug 18 10:30:18 2012 New Revision: 302719 URL: http://svn.freebsd.org/changeset/ports/302719 Log: - strict python version 2.x - fix portling warnings (missing tabs), while here PR: 170711 Submitted by: Green Dog (maintainer) Modified: head/games/unknown-horizons/Makefile Modified: head/games/unknown-horizons/Makefile ============================================================================== --- head/games/unknown-horizons/Makefile Sat Aug 18 10:28:18 2012 (r302718) +++ head/games/unknown-horizons/Makefile Sat Aug 18 10:30:18 2012 (r302719) @@ -26,7 +26,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_XZ= yes USE_GNOME= intltool USE_GETTEXT= build -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= UnknownHorizons @@ -35,15 +35,15 @@ MAN6= unknown-horizons.6 .include .if ${ARCH} == i386 -PLIST_SUB+= X86_ONLY="" +PLIST_SUB+= X86_ONLY="" .else -PLIST_SUB+= X86_ONLY="@comment " +PLIST_SUB+= X86_ONLY="@comment " .endif .if ${ARCH} == amd64 -PLIST_SUB+= X64_ONLY="" +PLIST_SUB+= X64_ONLY="" .else -PLIST_SUB+= X64_ONLY="@comment " +PLIST_SUB+= X64_ONLY="@comment " .endif post-patch: _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"