Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 15:46:48 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320219 - head/devel/libsysinfo
Message-ID:  <201306071546.r57FkmS8059426@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Fri Jun  7 15:46:47 2013
New Revision: 320219
URL: http://svnweb.freebsd.org/changeset/ports/320219

Log:
  - Fix libkvm dependency link [1]
  - Trim Makefile header
  - Use space for WWW in pkg-descr
  
  PR:		ports/179394 [1]
  Submitted by:	Oleg A. Mamontov <oleg@mamontov.net> [1]
  Approved by:	culot / jpaetzel (mentors, implicit), maintainer

Modified:
  head/devel/libsysinfo/Makefile
  head/devel/libsysinfo/pkg-descr

Modified: head/devel/libsysinfo/Makefile
==============================================================================
--- head/devel/libsysinfo/Makefile	Fri Jun  7 15:43:53 2013	(r320218)
+++ head/devel/libsysinfo/Makefile	Fri Jun  7 15:46:47 2013	(r320219)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libsysinfo
-# Date created:		14 April 2012
-# Whom:			Jason Bacon <jwbacon@tds.net>
-#
+# Created by: Jason Bacon <jwbacon@tds.net>
 # $FreeBSD$
-#
 
 PORTNAME=	libsysinfo
 PORTVERSION=	0.0.2
@@ -18,6 +14,8 @@ LICENSE=	BSD
 USE_LDCONFIG=	yes
 PROJECTHOST=	sysinfo-bsd
 
+LDFLAGS+=	-lkvm
+
 PLIST_FILES=	include/sys/sysinfo.h \
 	lib/libsysinfo.a \
 	lib/libsysinfo.so \

Modified: head/devel/libsysinfo/pkg-descr
==============================================================================
--- head/devel/libsysinfo/pkg-descr	Fri Jun  7 15:43:53 2013	(r320218)
+++ head/devel/libsysinfo/pkg-descr	Fri Jun  7 15:46:47 2013	(r320219)
@@ -2,4 +2,4 @@ The sysinfo(3) function is a GNU interfa
 about the configuration and state of the system, such as is returned by
 sysctl(3) and sysconf(3).
 
-WWW:	http://code.google.com/p/sysinfo-bsd/
+WWW: http://code.google.com/p/sysinfo-bsd/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306071546.r57FkmS8059426>