FreeBSD Bugzilla – Attachment 222310 Details for
Bug 253389
sysutils/nsysctl: Portrevision 1.2.1_3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn .diff
nsysctl-1.2.1_3.diff (text/plain), 3.95 KB, created by
Alfonso S. Siciliano
on 2021-02-09 23:25:32 UTC
(
hide
)
Description:
svn .diff
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2021-02-09 23:25:32 UTC
Size:
3.95 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 564828) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > > PORTNAME= nsysctl > DISTVERSION= 1.2.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= sysutils > > MAINTAINER= alfix86@gmail.com >Index: distinfo >=================================================================== >--- distinfo (revision 564828) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1570282113 >+TIMESTAMP = 1612906310 > SHA256 (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 8e4bdbef243ad5e2f652609fa4aba0c7f5a13fe275ad1fd2005a66c53f929e56 > SIZE (alfix-nsysctl-61f2bacc1d374ba357e6f67e07372eee0d765cda_GL0.tar.gz) = 25724 >Index: files/patch-src_nsysctl.c >=================================================================== >--- files/patch-src_nsysctl.c (nonexistent) >+++ files/patch-src_nsysctl.c (working copy) >@@ -0,0 +1,12 @@ >+--- src/nsysctl.c.orig 2021-02-09 21:47:51 UTC >++++ src/nsysctl.c >+@@ -25,7 +25,9 @@ >+ * SUCH DAMAGE. >+ */ >+ >++#include <sys/types.h> >+ #include <sys/queue.h> >++#include <sys/sysctl.h> >+ >+ #include <inttypes.h> >+ #include <libutil.h> > >Property changes on: files/patch-src_nsysctl.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_opaque.c >=================================================================== >--- files/patch-src_opaque.c (nonexistent) >+++ files/patch-src_opaque.c (working copy) >@@ -0,0 +1,10 @@ >+--- src/opaque.c.orig 2021-02-09 21:56:37 UTC >++++ src/opaque.c >+@@ -32,6 +32,7 @@ >+ /* Original: https://svnweb.freebsd.org/base/head/sbin/sysctl/sysctl.c */ >+ >+ #include <sys/param.h> >++#include <sys/queue.h> >+ #include <sys/resource.h> >+ #include <sys/time.h> >+ #include <sys/vmmeter.h> > >Property changes on: files/patch-src_opaque.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_special__value.c >=================================================================== >--- files/patch-src_special__value.c (nonexistent) >+++ files/patch-src_special__value.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/special_value.c.orig 2021-02-09 21:57:57 UTC >++++ src/special_value.c >+@@ -27,6 +27,8 @@ >+ >+ /* 'Special values' are strings parsed for xo-output */ >+ >++#include <sys/queue.h> >++ >+ #include <libxo/xo.h> >+ #include <string.h> >+ > >Property changes on: files/patch-src_special__value.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_sysctlinfo__helper.c >=================================================================== >--- files/patch-src_sysctlinfo__helper.c (nonexistent) >+++ files/patch-src_sysctlinfo__helper.c (working copy) >@@ -0,0 +1,13 @@ >+--- src/sysctlinfo_helper.c.orig 2021-02-09 21:52:37 UTC >++++ src/sysctlinfo_helper.c >+@@ -25,6 +25,10 @@ >+ * SUCH DAMAGE. >+ */ >+ >++#include <sys/types.h> >++#include <sys/queue.h> >++#include <sys/sysctl.h> >++ >+ #include <stdbool.h> >+ #include <stdlib.h> >+ #include <string.h> > >Property changes on: files/patch-src_sysctlinfo__helper.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
asiciliano
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 253389
: 222310