From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 8 21:40:04 2009 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 B79F910656CD for ; Sun, 8 Feb 2009 21:40:04 +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 883708FC1D for ; Sun, 8 Feb 2009 21:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n18Le4jO057000 for ; Sun, 8 Feb 2009 21:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n18Le4YC056999; Sun, 8 Feb 2009 21:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 8 Feb 2009 21:40:04 GMT Resent-Message-Id: <200902082140.n18Le4YC056999@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, "Bjoern A. Zeeb" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5E551065670 for ; Sun, 8 Feb 2009 21:30:25 +0000 (UTC) (envelope-from bz@zabbadoz.net) Received: from mail.cksoft.de (mail.cksoft.de [62.111.66.27]) by mx1.freebsd.org (Postfix) with ESMTP id 9EC1C8FC1C for ; Sun, 8 Feb 2009 21:30:25 +0000 (UTC) (envelope-from bz@zabbadoz.net) Received: from localhost (amavis.str.cksoft.de [192.168.74.71]) by mail.cksoft.de (Postfix) with ESMTP id 8841341C733 for ; Sun, 8 Feb 2009 22:15:07 +0100 (CET) Received: from mail.cksoft.de ([62.111.66.27]) by localhost (amavis.str.cksoft.de [192.168.74.71]) (amavisd-new, port 10024) with ESMTP id s1WXTJrsrCls for ; Sun, 8 Feb 2009 22:15:05 +0100 (CET) Received: by mail.cksoft.de (Postfix, from userid 66) id 6AF7341C730; Sun, 8 Feb 2009 22:15:05 +0100 (CET) Received: from storage.int.zabbadoz.net (storage.int.zabbadoz.net [10.111.66.189]) by mail.int.zabbadoz.net (Postfix) with ESMTP id 4F3D04448EC; Sun, 8 Feb 2009 21:10:39 +0000 (UTC) Received: by storage.int.zabbadoz.net (Postfix, from userid 1060) id 036984899B6; Sun, 8 Feb 2009 21:10:38 +0000 (UTC) Message-Id: <20090208211038.036984899B6@storage.int.zabbadoz.net> Date: Sun, 8 Feb 2009 21:10:38 +0000 (UTC) From: "Bjoern A. Zeeb" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: "Bjoern A. Zeeb" Subject: ports/131511: [patch] unbreak devel/py-freebsd after jail MFC X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Bjoern A. Zeeb" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2009 21:40:05 -0000 >Number: 131511 >Category: ports >Synopsis: [patch] unbreak devel/py-freebsd after jail MFC >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 08 21:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bjoern A. Zeeb >Release: FreeBSD 7-STABLE amd64 >Organization: Zabbadoz.NeT >Environment: >Description: The MFC of multi-IPv4/v6/no-IP jails broke the API as it had for the commit to HEAD end of last year. >How-To-Repeat: Build the port on an up-to-date stable and it will fail. >Fix: Index: devel/py-freebsd/Makefile =================================================================== RCS file: /shared/mirror/FreeBSD/r/pcvs/ports/devel/py-freebsd/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- devel/py-freebsd/Makefile 23 Dec 2008 21:15:20 -0000 1.16 +++ devel/py-freebsd/Makefile 8 Feb 2009 12:19:14 -0000 @@ -32,7 +32,9 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/freeb .if ${OSVERSION} >= 700000 EXTRA_PATCHES+= ${FILESDIR}/freebsd7_patch-src-netstat.c .endif -.if ${OSVERSION} >= 800056 +# Multi-IPv4/v6/no-IP jails. +.if ${OSVERSION} >= 800056 || \ + (${OSVERSION} < 800000 && ${OSVERSION} >= 701103) EXTRA_PATCHES+= ${FILESDIR}/freebsd8_patch-src-jail.c .endif >Release-Note: >Audit-Trail: >Unformatted: