From owner-freebsd-python@FreeBSD.ORG Sun Dec 2 08:04:39 2012 Return-Path: Delivered-To: python@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AE944FEE for ; Sun, 2 Dec 2012 08:04:39 +0000 (UTC) (envelope-from trtrmitya@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 265D98FC08 for ; Sun, 2 Dec 2012 08:04:38 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id j13so1873775lah.13 for ; Sun, 02 Dec 2012 00:04:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:references :to:message-id:mime-version:x-mailer; bh=ROjaSJDR2coAyHSIypTAvXt/V2xwRpwtnpT53e7/9qI=; b=YfvyHeB4XNW5ohKE2+oaC7wlfLmsTFQcwqaaezpwCjdEJ9wt5UkhvxaZFosAhqcRya h1RUPZ7Mvbubo1pckzI84rG0aE7oSXJnXg8t41KCfNqJU07vayIDDVhn9DaOiCd8/Ig2 hs5zwlq9vjt9lbJbtwiNSQnAl/nzRbcdNbLsgLSSn7lyibOobPlaGRE4+pMtzniLpXFC IuoYz7R/i8hWNZKyX4ZmcW+/7rc/UAw/jMUJGRckO8RsZOygM0dgsZJr6f+VEPA4SUEk a4LM9eIdRV88yMTYLxkwweSTwldFgODA4e8ABckCKWqTMg5VhHqPbXCLSE4ngD0oacuz PVmw== Received: by 10.112.24.161 with SMTP id v1mr2887275lbf.28.1354435477552; Sun, 02 Dec 2012 00:04:37 -0800 (PST) Received: from [10.0.1.23] (ip-95-220-108-9.bb.netbynet.ru. [95.220.108.9]) by mx.google.com with ESMTPS id u9sm3904690lbf.5.2012.12.02.00.04.34 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 02 Dec 2012 00:04:36 -0800 (PST) From: Dmitry Sivachenko Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Fwd: svn commit: r308089 - head/converters/py-unidecode Date: Sun, 2 Dec 2012 12:04:34 +0400 References: <201212020535.qB25ZLIS088680@svn.freebsd.org> To: python@freebsd.org Message-Id: Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Dec 2012 08:04:39 -0000 Hello! This should probably be done somewhere in bsd.python.mk, not in each = port's Makefile? There is a large number of ports broken that way=E2=80=A6 Begin forwarded message: > From: Ruslan Mahmatkhanov > Subject: svn commit: r308089 - head/converters/py-unidecode > Date: 2 =D0=B4=D0=B5=D0=BA=D0=B0=D0=B1=D1=80=D1=8F 2012 =D0=B3., = 9:35:21 GMT+04:00 > To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, = svn-ports-head@freebsd.org >=20 > Author: rm > Date: Sun Dec 2 05:35:20 2012 > New Revision: 308089 > URL: http://svnweb.freebsd.org/changeset/ports/308089 >=20 >=20 >=20 > -.include > +.include > + > +.if ${PYTHON_REL} >=3D 320 > +.include = "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" > +.endif > + > +.include >=20