diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-04 16:10:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-08-04 16:10:20 +0000 |
commit | c66b786c2fb214824caef4618acc702537a4d46f (patch) | |
tree | cd94643e60f125867ac45fb058804f4de564943a /sysutils/procenv/files/patch-src_platform-headers.h | |
parent | Bump PORTREVISION for dns/public_suffix_list update (diff) |
Update to 0.51
- Use REINPLACE_CMD instead of patch file
- Update pkg-descr
- Take maintainership
Changes: https://github.com/jamesodhunt/procenv/releases
Notes
Notes:
svn path=/head/; revision=508104
Diffstat (limited to 'sysutils/procenv/files/patch-src_platform-headers.h')
-rw-r--r-- | sysutils/procenv/files/patch-src_platform-headers.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sysutils/procenv/files/patch-src_platform-headers.h b/sysutils/procenv/files/patch-src_platform-headers.h deleted file mode 100644 index 9279aa88bb98..000000000000 --- a/sysutils/procenv/files/patch-src_platform-headers.h +++ /dev/null @@ -1,24 +0,0 @@ ---- src/platform-headers.h.orig 2017-10-16 17:35:19 UTC -+++ src/platform-headers.h -@@ -97,10 +97,6 @@ typedef struct statfs procenv_mnt_type; - #include <selinux/selinux.h> - #endif - --#if defined (HAVE_SYS_CAPABILITY_H) --#include <sys/capability.h> --#endif -- - #if defined (__GLIBC__) - #include <sys/sysmacros.h> - #endif -@@ -261,10 +257,6 @@ typedef struct statfs procenv_mnt_type; - #include <sys/statvfs.h> - #include <net/if.h> - #include <link.h> -- --#if defined (HAVE_SYS_CAPABILITY_H) --#include <sys/capability.h> --#endif - - #define PROCENV_CPU_TYPE int - #define PROCENV_CPU_SET_TYPE cpu_set_t |