pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Removed doas (already existed in security/doas).
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Wed Oct 16 13:12:21 2019 +0200
Changeset: b14d4dd121331f5cea4b3ccb658687dd17e07078
Removed Files:
doas/DESCR
doas/Makefile
doas/PLIST
doas/distinfo
doas/patches/patch-compat_compat.h
Log Message:
Removed doas (already existed in security/doas).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b14d4dd121331f5cea4b3ccb658687dd17e07078
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
doas/DESCR | 1 -
doas/Makefile | 20 --------------------
doas/PLIST | 4 ----
doas/distinfo | 7 -------
doas/patches/patch-compat_compat.h | 15 ---------------
5 files changed, 47 deletions(-)
diffs:
diff --git a/doas/DESCR b/doas/DESCR
deleted file mode 100644
index 70ff15c783..0000000000
--- a/doas/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-A port of OpenBSD's doas which runs on FreeBSD, Linux, NetBSD, and illumos.
diff --git a/doas/Makefile b/doas/Makefile
deleted file mode 100644
index 8c887c6b8d..0000000000
--- a/doas/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD$
-
-GITHUB_PROJECT= doas
-DISTNAME= 6.2p2
-PKGNAME= ${GITHUB_PROJECT}-${DISTNAME}
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_GITHUB:=slicer69/}
-DIST_SUBDIR= ${GITHUB_PROJECT}
-
-MAINTAINER= root%zta.lk@localhost
-HOMEPAGE= https://github.com/slicer69/doas/
-COMMENT= Port of doas from OpenBSD
-LICENSE= 2-clause-bsd
-
-WRKSRC= ${WRKDIR}/doas-6.2p2
-
-USE_TOOLS+= gmake
-
-.include "../../mk/pam.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/doas/PLIST b/doas/PLIST
deleted file mode 100644
index 7ba8572cbe..0000000000
--- a/doas/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/doas
-man/man1/doas.1
-man/man5/doas.conf.5
diff --git a/doas/distinfo b/doas/distinfo
deleted file mode 100644
index 6a0b3fbfb8..0000000000
--- a/doas/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD$
-
-SHA1 (doas/6.2p2.tar.gz) = 417cb9de4d1815b342f1bb3fb96f31e2c8b25479
-RMD160 (doas/6.2p2.tar.gz) = d80538763cb0a0367eb2a6e50369743ea66aa1a5
-SHA512 (doas/6.2p2.tar.gz) = 5020559461bc423852c2d30c07df671b8cbf93cec2171ac755eac04f2bf56fca37fda8d72718fbf4150bf70e7855d29d3027cb54d81062d28d2271a290c297a5
-Size (doas/6.2p2.tar.gz) = 25634 bytes
-SHA1 (patch-compat_compat.h) = 9ac2c76586e2a6c82ba9a329cbf0ea6d5cd87ede
diff --git a/doas/patches/patch-compat_compat.h b/doas/patches/patch-compat_compat.h
deleted file mode 100644
index fc6f44980c..0000000000
--- a/doas/patches/patch-compat_compat.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD$
-
-DragonFly BSD already has closefrom defined in unistd.h
-
---- compat/compat.h.orig 2019-10-12 15:07:28.000000000 +0000
-+++ compat/compat.h
-@@ -1,7 +1,7 @@
- #include <sys/types.h>
- #include <stdarg.h>
-
--#if !defined(__NetBSD__)
-+#if !defined(__NetBSD__) && !defined(__DragonFly__)
- void closefrom(int lowfd);
- #endif
-
Home |
Main Index |
Thread Index |
Old Index