From owner-cvs-ports@FreeBSD.ORG Thu Aug 26 14:50:38 2010 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 D88F81065695; Thu, 26 Aug 2010 14:50:38 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9AD58FC12; Thu, 26 Aug 2010 14:50:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7QEocY9005978; Thu, 26 Aug 2010 14:50:38 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7QEociN005977; Thu, 26 Aug 2010 14:50:38 GMT (envelope-from pav) Message-Id: <201008261450.o7QEociN005977@repoman.freebsd.org> From: Pav Lucistnik Date: Thu, 26 Aug 2010 14:50:38 +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/sysutils/uhidd Makefile pkg-plist 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: Thu, 26 Aug 2010 14:50:38 -0000 pav 2010-08-26 14:50:38 UTC FreeBSD ports repository Modified files: sysutils/uhidd Makefile pkg-plist Log: - respect PREFIX for location of uhidd.conf - use PTHREAD_LIBS instead of -lpthread - try to guess kernel sources based on SYSDIR (used by bsd.kmod.mk) or SRC_BASE (used by ports like virtualbox and kqemu) - use KMODDIR in plist, too - I don't think SUB_FILES needs to be *after* bsd.port.pre.mk - inherit DEBUG_FLAGS from make.conf, not only from command line - mimic bsd.kmod.mk in installing .symbols file and add entry to plist PR: ports/147898 Submitted by: Anonymous Approved by: Kai Wang (maintainer) Revision Changes Path 1.4 +17 -2 ports/sysutils/uhidd/Makefile 1.2 +2 -1 ports/sysutils/uhidd/pkg-plist