svn commit: r320219 - head/devel/libsysinfo
William Grzybowski
wg at FreeBSD.org
Fri Jun 7 15:46:48 UTC 2013
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 at 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 at tds.net>
-#
+# Created by: Jason Bacon <jwbacon at 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/
More information about the svn-ports-head
mailing list