From owner-svn-ports-head@freebsd.org Tue Mar 22 13:14:15 2016 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 B45D5AD9772; Tue, 22 Mar 2016 13:14:15 +0000 (UTC) (envelope-from tijl@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 832B2659; Tue, 22 Mar 2016 13:14:15 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2MDEEJB019963; Tue, 22 Mar 2016 13:14:14 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2MDEEWF019961; Tue, 22 Mar 2016 13:14:14 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201603221314.u2MDEEWF019961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 22 Mar 2016 13:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411659 - in head/sysutils/openipmi: . files 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.21 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: Tue, 22 Mar 2016 13:14:15 -0000 Author: tijl Date: Tue Mar 22 13:14:14 2016 New Revision: 411659 URL: https://svnweb.freebsd.org/changeset/ports/411659 Log: Patch configure to define OPENIPMI_VERSION_*. These variables are defined too early in configure.ac so autoconf doesn't copy them to configure. This fixes version information in include/OpenIPMI/ipmiif.h. Added: head/sysutils/openipmi/files/patch-configure (contents, props changed) Modified: head/sysutils/openipmi/Makefile Modified: head/sysutils/openipmi/Makefile ============================================================================== --- head/sysutils/openipmi/Makefile Tue Mar 22 13:12:06 2016 (r411658) +++ head/sysutils/openipmi/Makefile Tue Mar 22 13:14:14 2016 (r411659) @@ -3,6 +3,7 @@ PORTNAME= openipmi PORTVERSION= 2.0.21 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/OpenIPMI%202.0%20Library DISTNAME= OpenIPMI-${PORTVERSION} @@ -20,7 +21,7 @@ USES= execinfo gmake libtool ncurses pa USE_LDCONFIG= yes CPPFLAGS+= -I../include -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LIBS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= SSL SNMP PERL PYTHON TCL TKINTER GDBM OPTIONS_RADIO= GLIB Added: head/sysutils/openipmi/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/openipmi/files/patch-configure Tue Mar 22 13:14:14 2016 (r411659) @@ -0,0 +1,13 @@ +--- configure.orig 2014-01-28 19:35:11 UTC ++++ configure +@@ -4206,6 +4206,10 @@ unknown) + esac + + ++OPENIPMI_VERSION_MAJOR=2 ++OPENIPMI_VERSION_MINOR=0 ++OPENIPMI_VERSION_RELEASE=21 ++OPENIPMI_VERSION_EXTRA= + + + OPENIPMI_SMI=