From owner-cvs-ports@FreeBSD.ORG Sun May 20 12:13:23 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C5A0516A46B; Sun, 20 May 2007 12:13:23 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 9F41413C465; Sun, 20 May 2007 12:13:23 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l4KCDNg5038637; Sun, 20 May 2007 12:13:23 GMT (envelope-from se@repoman.freebsd.org) Received: (from se@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l4KCDN4a038633; Sun, 20 May 2007 12:13:23 GMT (envelope-from se) Message-Id: <200705201213.l4KCDN4a038633@repoman.freebsd.org> From: Stefan Esser Date: Sun, 20 May 2007 12:13:23 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/games/acm/files patch-01 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2007 12:13:23 -0000 se 2007-05-20 12:13:23 UTC FreeBSD ports repository Modified files: games/acm/files patch-01 Log: The move of X11 to /usr/local broke the compilation of acm if netpbm is installed (pm.h from netpbm was used instead of the port's unrelated local pm.h). If this port does not compile with gcc-4, this is due to conflicting declarations of the RPC server interface generated by rpcgen (statis vs. non-static). This breakage must be fixed in rpcgen. Approved by: portmgr Revision Changes Path 1.4 +17 -15 ports/games/acm/files/patch-01