svn commit: r566825 - in head/deskutils/sysctlview: . files

Neel Chauhan nc at FreeBSD.org
Mon Mar 1 01:54:26 UTC 2021


Author: nc
Date: Mon Mar  1 01:54:25 2021
New Revision: 566825
URL: https://svnweb.freebsd.org/changeset/ports/566825

Log:
  deskutils/sysctlview: Add missing include to sys/sysctl.h
  
  PR:		253910
  Submitted by:	Trond.Endrestol AT ximalas DOT info
  Approved by:	alfix86 AT gmail DOT com (maintainer)

Added:
  head/deskutils/sysctlview/files/
  head/deskutils/sysctlview/files/patch-src_model.h   (contents, props changed)
Modified:
  head/deskutils/sysctlview/Makefile

Modified: head/deskutils/sysctlview/Makefile
==============================================================================
--- head/deskutils/sysctlview/Makefile	Mon Mar  1 01:18:15 2021	(r566824)
+++ head/deskutils/sysctlview/Makefile	Mon Mar  1 01:54:25 2021	(r566825)
@@ -2,7 +2,7 @@
 
 PORTNAME=	sysctlview
 PORTVERSION=	2.0.1
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	deskutils
 
 MAINTAINER=	alfix86 at gmail.com

Added: head/deskutils/sysctlview/files/patch-src_model.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/sysctlview/files/patch-src_model.h	Mon Mar  1 01:54:25 2021	(r566825)
@@ -0,0 +1,11 @@
+--- src/model.h.orig	2021-02-28 23:52:22 UTC
++++ src/model.h
+@@ -26,6 +26,8 @@
+ #ifndef _MODEL_H_
+ #define _MODEL_H_
+ 
++#include <sys/sysctl.h>
++
+ extern "C"{
+ #include <sysctlmibinfo2.h>
+ }


More information about the svn-ports-head mailing list