From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 15 11:10:10 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D418816A41F for ; Thu, 15 Sep 2005 11:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51FE043D45 for ; Thu, 15 Sep 2005 11:10:10 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j8FBAANd094165 for ; Thu, 15 Sep 2005 11:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j8FBAACS094164; Thu, 15 Sep 2005 11:10:10 GMT (envelope-from gnats) Resent-Date: Thu, 15 Sep 2005 11:10:10 GMT Resent-Message-Id: <200509151110.j8FBAACS094164@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, Søren Straarup Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5653716A41F; Thu, 15 Sep 2005 11:01:55 +0000 (GMT) (envelope-from root@beacon.x12.dk) Received: from swip.net (mailfe06.swip.net [212.247.154.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4909743D49; Thu, 15 Sep 2005 11:01:51 +0000 (GMT) (envelope-from root@beacon.x12.dk) Received: from x12.dk ([83.72.97.237] verified) by mailfe06.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 446130628; Thu, 15 Sep 2005 13:01:46 +0200 Received: from localhost (unknown [127.0.0.1]) by x12.dk (Postfix) with ESMTP id E971250818; Thu, 15 Sep 2005 13:01:45 +0200 (CEST) Received: from x12.dk ([127.0.0.1]) by localhost (x12.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 76412-07; Thu, 15 Sep 2005 13:00:21 +0200 (CEST) Received: from beacon.x12.dk (beacon.lan [10.40.61.30]) by x12.dk (Postfix) with ESMTP; Thu, 15 Sep 2005 13:00:21 +0200 (CEST) Received: by beacon.x12.dk (Postfix, from userid 0) id 7EA1C4191; Thu, 15 Sep 2005 13:00:21 +0200 (CEST) Message-Id: <20050915110021.7EA1C4191@beacon.x12.dk> Date: Thu, 15 Sep 2005 13:00:21 +0200 (CEST) From: Søren Straarup To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: arved@FreeBSD.org Subject: ports/86152: [PATCH] net-mgmt/yapsnmp: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Sep 2005 11:10:11 -0000 >Number: 86152 >Category: ports >Synopsis: [PATCH] net-mgmt/yapsnmp: [SUMMARIZE CHANGES] >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: Thu Sep 15 11:10:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Søren Straarup >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD beacon.x12.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Tue Sep 6 13:55:41 CEST >Description: The problem that the port doesn't b-dep on devel/swig13, but the configure script finds it, and they source has not been updated to the latests swig13 so it breaks on build. If devel/swig13 is not installed there is no problem, so tinderbox won't catch it. Port maintainer (arved@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: make instnstall ../ports/devel/swig13 cd ../ports/net-mgmt/py-yapsnmp && make >Fix: --- py24-yapsnmp-0.7.8.patch begins here --- diff -ruN --exclude=CVS /usr/ports//net-mgmt/py24-yapsnmp/Makefile /space/portstrees/FreeBSD/ports/net-mgmt/py-yapsnmp/Makefile --- /usr/ports//net-mgmt/py24-yapsnmp/Makefile Wed Sep 14 21:42:47 2005 +++ /space/portstrees/FreeBSD/ports/net-mgmt/py-yapsnmp/Makefile Wed Sep 14 21:31:09 2005 @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" +MAKE_ARGS?= SWIG='' post-patch: ${REINPLACE_CMD} -e "s,-lsnmp,-lnetsnmp," \ --- py24-yapsnmp-0.7.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: