Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Jun 2013 16:32:21 +0400
From:      "Oleg A. Mamontov" <oleg@mamontov.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jwbacon@tds.net
Subject:   ports/179394: [PATCH] devel/libsysinfo: fixed kvm dependency
Message-ID:  <E1UkZMb-000LMy-BF@lonerr.jail.local>
Resent-Message-ID: <201306070820.r578K4Sl068621@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179394
>Category:       ports
>Synopsis:       [PATCH] devel/libsysinfo: fixed kvm dependency
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 08:20:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Mamontov
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD lonerr.jail.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10
>Description:
[DESCRIBE CHANGES]

Port maintainer (jwbacon@tds.net) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- libsysinfo-0.0.2.patch begins here ---
diff -ruN ../libsysinfo.orig/Makefile ./Makefile
--- ../libsysinfo.orig/Makefile	2013-06-06 16:25:49.498054755 +0400
+++ ./Makefile	2013-06-06 16:21:00.933054801 +0400
@@ -18,6 +18,8 @@
 USE_LDCONFIG=	yes
 PROJECTHOST=	sysinfo-bsd
 
+LDFLAGS +=	-lkvm
+
 PLIST_FILES=	include/sys/sysinfo.h \
 	lib/libsysinfo.a \
 	lib/libsysinfo.so \
--- libsysinfo-0.0.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UkZMb-000LMy-BF>