pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendoas: Remove pam.buildlink3.mk
Module Name: pkgsrc-wip
Committed By: Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By: skn
Date: Wed Dec 2 19:48:36 2020 +0530
Changeset: a8a9e8f124a04ab249441e3afc9a017f762487d4
Modified Files:
opendoas/Makefile
Removed Files:
opendoas/MESSAGE.Darwin
opendoas/MESSAGE.Linux
opendoas/PLIST.Darwin
opendoas/PLIST.Linux
Log Message:
opendoas: Remove pam.buildlink3.mk
Configure script deduces differently with pam buildlink. Package
now produces a config.mk identical to that of standalone configure
on Linux(Debian, Fedora), NetBSD and FreeBSD.
Remove MESSAGE.*, PLIST.* and platform specific CONF_FILES which
are not needed anymore.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a8a9e8f124a04ab249441e3afc9a017f762487d4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendoas/MESSAGE.Darwin | 7 -------
opendoas/MESSAGE.Linux | 7 -------
opendoas/Makefile | 7 -------
opendoas/PLIST.Darwin | 2 --
opendoas/PLIST.Linux | 2 --
5 files changed, 25 deletions(-)
diffs:
diff --git a/opendoas/MESSAGE.Darwin b/opendoas/MESSAGE.Darwin
deleted file mode 100644
index d8ad1e8909..0000000000
--- a/opendoas/MESSAGE.Darwin
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD$
-
-You need to add a doas file to your pam configuration directory (usually
-/etc/pam.d). You can file a sample file in:
- ${EGDIR}/pam.d/opendoas
-===========================================================================
diff --git a/opendoas/MESSAGE.Linux b/opendoas/MESSAGE.Linux
deleted file mode 100644
index d8ad1e8909..0000000000
--- a/opendoas/MESSAGE.Linux
+++ /dev/null
@@ -1,7 +0,0 @@
-===========================================================================
-$NetBSD$
-
-You need to add a doas file to your pam configuration directory (usually
-/etc/pam.d). You can file a sample file in:
- ${EGDIR}/pam.d/opendoas
-===========================================================================
diff --git a/opendoas/Makefile b/opendoas/Makefile
index ae055730fd..a6acd924ad 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -36,13 +36,6 @@ BUILDLINK_TRANSFORM+= rm:-Werror
SPECIAL_PERMS+= bin/doas ${SETUID_ROOT_PERMS}
NOT_FOR_UNPRIVILEGED= yes
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Linux" || ${OPSYS} == "Darwin"
-CONF_FILES= ${EGDIR}/doas ${PKG_SYSCONFDIR}/pam.d/doas
-.endif
-
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${EGDIR}
-.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/opendoas/PLIST.Darwin b/opendoas/PLIST.Darwin
deleted file mode 100644
index 97795cb115..0000000000
--- a/opendoas/PLIST.Darwin
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-share/examples/opendoas/doas
diff --git a/opendoas/PLIST.Linux b/opendoas/PLIST.Linux
deleted file mode 100644
index 97795cb115..0000000000
--- a/opendoas/PLIST.Linux
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD$
-share/examples/opendoas/doas
Home |
Main Index |
Thread Index |
Old Index