From owner-svn-ports-head@freebsd.org Sat Oct 17 18:08:28 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD626A177A7; Sat, 17 Oct 2015 18:08:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 99F5AD5; Sat, 17 Oct 2015 18:08:28 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HI8ReW029447; Sat, 17 Oct 2015 18:08:27 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HI8R59029446; Sat, 17 Oct 2015 18:08:27 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510171808.t9HI8R59029446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399566 - head/sysutils/freeipmi X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:08:28 -0000 Author: sunpoet Date: Sat Oct 17 18:08:27 2015 New Revision: 399566 URL: https://svnweb.freebsd.org/changeset/ports/399566 Log: - Add LICENSE_FILE - Use USES=localbase Modified: head/sysutils/freeipmi/Makefile Modified: head/sysutils/freeipmi/Makefile ============================================================================== --- head/sysutils/freeipmi/Makefile Sat Oct 17 18:08:22 2015 (r399565) +++ head/sysutils/freeipmi/Makefile Sat Oct 17 18:08:27 2015 (r399566) @@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library and tools to support IPMI-capable hardware LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libargp.so:${PORTSDIR}/devel/argp-standalone \ libgcrypt.so:${PORTSDIR}/security/libgcrypt @@ -24,13 +25,11 @@ CONFIGURE_ARGS= --disable-init-scripts \ --with-ipmiseld-cache-dir=${CACHE_DIR}/ipmiseld \ --with-pkgconfig-dir=${PREFIX}/libdata/pkgconfig CONFIGURE_ENV= PTHREAD_LIBS=-lpthread ac_cv_path_CPP=${CPP} -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= invokes i386 asm USE_LDCONFIG= yes -USES= gmake libtool shebangfix +USES= gmake libtool localbase shebangfix INFO= freeipmi-faq PLIST_SUB= CACHE_DIR=${CACHE_DIR}