From owner-cvs-ports@FreeBSD.ORG Wed Sep 12 04:07:38 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5108516A418; Wed, 12 Sep 2007 04:07:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 217A613C45D; Wed, 12 Sep 2007 04:07:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8C47cTL012795; Wed, 12 Sep 2007 04:07:38 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8C47cnt012794; Wed, 12 Sep 2007 04:07:38 GMT (envelope-from edwin) Message-Id: <200709120407.l8C47cnt012794@repoman.freebsd.org> From: Edwin Groothuis Date: Wed, 12 Sep 2007 04:07:37 +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/devel/libhid Makefile pkg-plist ports/devel/libhid/files patch-Makefile.in patch-configure 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: Wed, 12 Sep 2007 04:07:38 -0000 edwin 2007-09-12 04:07:37 UTC FreeBSD ports repository Modified files: devel/libhid Makefile pkg-plist devel/libhid/files patch-Makefile.in Added files: devel/libhid/files patch-configure Log: [patch] Have devel/libhid also install its python site-package When devel/swig13 is installed, building of devel/libhid fails, due to my overlooking of the swig detection bits in the ports configure script. However, swig is used to build the python site-package of the port, so I've bumped the portrevision and turned these bits on by default (the additional patch-Makefile.in hunk is to suppress a warning). PR: ports/116076 Submitted by: Nikos Ntarmos Revision Changes Path 1.2 +6 -2 ports/devel/libhid/Makefile 1.2 +9 -0 ports/devel/libhid/files/patch-Makefile.in 1.1 +14 -0 ports/devel/libhid/files/patch-configure (new) 1.2 +14 -0 ports/devel/libhid/pkg-plist