pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
polkit-git: remove
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Mon Apr 13 21:31:43 2020 +0200
Changeset: abc1203dd97f6a1debfd06f50bf264ee7ecc403c
Removed Files:
polkit-git/DESCR
polkit-git/Makefile
polkit-git/PLIST
polkit-git/buildlink3.mk
polkit-git/distinfo
polkit-git/options.mk
Log Message:
polkit-git: remove
Not updated in a long time, current pkgsrc package is much newer.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=abc1203dd97f6a1debfd06f50bf264ee7ecc403c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
polkit-git/DESCR | 3 --
polkit-git/Makefile | 91 ------------------------------------------------
polkit-git/PLIST | 58 ------------------------------
polkit-git/buildlink3.mk | 17 ---------
polkit-git/distinfo | 5 ---
polkit-git/options.mk | 35 -------------------
6 files changed, 209 deletions(-)
diffs:
diff --git a/polkit-git/DESCR b/polkit-git/DESCR
deleted file mode 100644
index 1fd906b7b2..0000000000
--- a/polkit-git/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-PolicyKit is a toolkit for defining and handling authorizations. It
-is used for allowing unprivileged processes to speak to privileged
-processes.
diff --git a/polkit-git/Makefile b/polkit-git/Makefile
deleted file mode 100644
index 90a99710b4..0000000000
--- a/polkit-git/Makefile
+++ /dev/null
@@ -1,91 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2015/06/08 23:39:00 krytarowski Exp $
-#
-
-GIT_REPOSITORIES= polkit
-GIT_REPO.polkit= git://anongit.freedesktop.org/polkit
-
-DISTNAME= polkit-0.112
-CATEGORIES= security
-MASTER_SITES= http://www.freedesktop.org/software/polkit/releases/
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.freedesktop.org/wiki/Software/polkit
-COMMENT= Authorization Manager
-LICENSE= gnu-lgpl-v2
-
-BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
-BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-
-WRKSRC= ${WRKDIR}/polkit
-
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
-USE_PKGLOCALEDIR= yes
-USE_TOOLS+= pkg-config intltool gmake msgfmt perl
-USE_TOOLS+= autoreconf autoconf automake
-
-PKGCONFIG_OVERRIDE+= data/polkit-gobject-1.pc.in
-PKGCONFIG_OVERRIDE+= data/polkit-agent-1.pc.in
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+= --with-polkitd-user=${POLKITD_USER}
-CONFIGURE_ARGS+= --disable-test
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "FreeBSD"
-CONFIGURE_ARGS+= --with-os-type=freebsd
-.elif ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= --with-os-type=netbsd
-.elif ${OPSYS} == "SunOS"
-CONFIGURE_ARGS+= --with-os-type=solaris
-.endif
-
-POLKITD_USER?= polkitd
-POLKITD_GROUP?= polkitd
-PKG_GROUPS+= ${POLKITD_GROUP}
-PKG_USERS+= ${POLKITD_USER}:${POLKITD_GROUP}
-PKG_GECOS.${POLKITD_USER}= Polkit Daemon User
-PKG_HOME.${POLKITD_USER}= ${VARBASE}
-PKG_GROUPS_VARS+= POLKITD_GROUP
-PKG_USERS_VARS+= POLKITD_USER
-
-REPLACE_PERL+= src/polkitbackend/toarray.pl
-
-INSTALL_MAKE_FLAGS+= sysconfdir=${PREFIX}/share/examples/polkit
-INSTALL_MAKE_FLAGS+= pamdir=${PREFIX}/share/examples/pam.d
-
-OWN_DIRS_PERMS+= ${PKG_SYSCONFDIR}/polkit-1/rules.d \
- ${POLKITD_USER} ${POLKITD_GROUP} 700
-OWN_DIRS_PERMS+= ${PREFIX}/share/polkit-1/rules.d \
- ${POLKITD_USER} ${POLKITD_GROUP} 700
-SPECIAL_PERMS+= lib/polkit-1/polkit-agent-helper-1 ${SETUID_ROOT_PERMS}
-SPECIAL_PERMS+= bin/pkexec ${SETUID_ROOT_PERMS}
-
-CONF_FILES+= ${PREFIX}/share/examples/polkit/dbus-1/system.d/org.freedesktop.PolicyKit1.conf \
- ${PKG_SYSCONFDIR}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
-CONF_FILES+= ${PREFIX}/share/examples/polkit/polkit-1/rules.d/50-default.rules \
- ${PKG_SYSCONFDIR}/polkit-1/rules.d/50-default.rules
-
-.include "options.mk"
-
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths+= docs/man/pkexec.xml
-SUBST_FILES.paths+= src/examples/org.freedesktop.policykit.examples.pkexec.policy.in
-SUBST_SED.paths+= -e 's,/usr/bin/,${PREFIX}/bin/,g'
-
-pre-configure:
- ${RUN} cd ${WRKSRC} && \
- ${SETENV} ${CONFIGURE_ENV} ${SH} ./autogen.sh NOCONFIGURE=1
-
-.include "../../wip/mk/git-package.mk"
-
-.include "../../textproc/gtk-doc/buildlink3.mk"
-
-.include "../../wip/spidermonkey185/buildlink3.mk"
-#.include "../../lang/spidermonkey/buildlink3.mk"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../textproc/expat/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/polkit-git/PLIST b/polkit-git/PLIST
deleted file mode 100644
index c0381164d9..0000000000
--- a/polkit-git/PLIST
+++ /dev/null
@@ -1,58 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/06/06 23:10:23 krytarowski Exp $
-bin/pk-example-frobnicate
-bin/pkaction
-bin/pkcheck
-bin/pkexec
-bin/pkttyagent
-include/polkit-1/polkit/polkit.h
-include/polkit-1/polkit/polkitactiondescription.h
-include/polkit-1/polkit/polkitauthority.h
-include/polkit-1/polkit/polkitauthorityfeatures.h
-include/polkit-1/polkit/polkitauthorizationresult.h
-include/polkit-1/polkit/polkitcheckauthorizationflags.h
-include/polkit-1/polkit/polkitdetails.h
-include/polkit-1/polkit/polkitenumtypes.h
-include/polkit-1/polkit/polkiterror.h
-include/polkit-1/polkit/polkitidentity.h
-include/polkit-1/polkit/polkitimplicitauthorization.h
-include/polkit-1/polkit/polkitpermission.h
-include/polkit-1/polkit/polkitprivate.h
-include/polkit-1/polkit/polkitsubject.h
-include/polkit-1/polkit/polkitsystembusname.h
-include/polkit-1/polkit/polkittemporaryauthorization.h
-include/polkit-1/polkit/polkittypes.h
-include/polkit-1/polkit/polkitunixgroup.h
-include/polkit-1/polkit/polkitunixnetgroup.h
-include/polkit-1/polkit/polkitunixprocess.h
-include/polkit-1/polkit/polkitunixsession.h
-include/polkit-1/polkit/polkitunixuser.h
-include/polkit-1/polkitagent/polkitagent.h
-include/polkit-1/polkitagent/polkitagentenumtypes.h
-include/polkit-1/polkitagent/polkitagentlistener.h
-include/polkit-1/polkitagent/polkitagentsession.h
-include/polkit-1/polkitagent/polkitagenttextlistener.h
-include/polkit-1/polkitagent/polkitagenttypes.h
-${PLIST.introspection}lib/girepository-1.0/Polkit-1.0.typelib
-${PLIST.introspection}lib/girepository-1.0/PolkitAgent-1.0.typelib
-lib/libpolkit-agent-1.la
-lib/libpolkit-gobject-1.la
-lib/pkgconfig/polkit-agent-1.pc
-lib/pkgconfig/polkit-gobject-1.pc
-lib/polkit-1/polkit-agent-helper-1
-lib/polkit-1/polkitd
-man/man1/pkaction.1
-man/man1/pkcheck.1
-man/man1/pkexec.1
-man/man1/pkttyagent.1
-man/man8/polkit.8
-man/man8/polkitd.8
-share/dbus-1/system-services/org.freedesktop.PolicyKit1.service
-${PLIST.pam}share/examples/pam.d/polkit-1
-share/examples/polkit/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
-share/examples/polkit/polkit-1/rules.d/50-default.rules
-${PLIST.introspection}share/gir-1.0/Polkit-1.0.gir
-${PLIST.introspection}share/gir-1.0/PolkitAgent-1.0.gir
-share/locale/cs/LC_MESSAGES/polkit-1.mo
-share/locale/da/LC_MESSAGES/polkit-1.mo
-share/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy
-share/polkit-1/actions/org.freedesktop.policykit.policy
diff --git a/polkit-git/buildlink3.mk b/polkit-git/buildlink3.mk
deleted file mode 100644
index 63fb93cbd8..0000000000
--- a/polkit-git/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/06/06 23:10:23 krytarowski Exp $
-#
-
-BUILDLINK_TREE+= polkit
-
-.if !defined(POLKIT_BUILDLINK3_MK)
-POLKIT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.polkit+= polkit>=0.103
-BUILDLINK_PKGSRCDIR.polkit?= ../../wip/polkit
-
-#.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib2/buildlink3.mk"
-#.include "../../textproc/expat/buildlink3.mk"
-.endif # POLKIT_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -polkit
diff --git a/polkit-git/distinfo b/polkit-git/distinfo
deleted file mode 100644
index 9bcf360f92..0000000000
--- a/polkit-git/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/06/06 23:28:10 krytarowski Exp $
-
-SHA1 (polkit-0.112.tar.gz) = 374397f1c32fa1290be0fce378fe9bab541ee4bf
-RMD160 (polkit-0.112.tar.gz) = 0fecdcbfffe5f79dbb44f38dee9c4f060d60e7b1
-Size (polkit-0.112.tar.gz) = 1429240 bytes
diff --git a/polkit-git/options.mk b/polkit-git/options.mk
deleted file mode 100644
index 7a73a07001..0000000000
--- a/polkit-git/options.mk
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2015/06/06 23:10:23 krytarowski Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.polkit
-PKG_SUPPORTED_OPTIONS= introspection pam
-PKG_SUGGESTED_OPTIONS= introspection pam
-
-.include "../../mk/bsd.options.mk"
-
-PLIST_VARS+= introspection pam
-
-.if !empty(PKG_OPTIONS:Mintrospection)
-BUILDLINK_DEPMETHOD.gobject-introspection+= build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-introspection
-PLIST.introspection= yes
-.else
-CONFIGURE_ARGS+= --disable-introspection
-.endif
-
-.if !empty(PKG_OPTIONS:Mpam)
-.include "../../mk/pam.buildlink3.mk"
-CONFIGURE_ARGS+= --with-authfw=pam
-CONFIGURE_ARGS+= --with-pam-module-dir=${PREFIX}/lib/security
-PLIST.pam= yes
-.include "../../mk/bsd.prefs.mk"
-. if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+= --with-pam-include=system
-. endif
-MAKE_DIRS+= /etc/pam.d
-CONF_FILES+= ${PREFIX}/share/examples/pam.d/polkit-1 \
- /etc/pam.d/polkit-1
-.else
-CONFIGURE_ARGS+= --with-authfw=shadow
-CONFIGURE_ARGS+= --disable-pam-module
-.endif
Home |
Main Index |
Thread Index |
Old Index