pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Delete sxid
Module Name: pkgsrc-wip
Committed By: Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By: bartosz.kuzma
Date: Sun Feb 15 01:09:39 2026 +0100
Changeset: 6395062c9daf9ca25069c86b84a11ed42499dc9b
Modified Files:
Makefile
Removed Files:
sxid/DESCR
sxid/Makefile
sxid/PLIST
sxid/distinfo
sxid/patches/patch-Makefile.in
sxid/patches/patch-src_sxid.c
Log Message:
Delete sxid
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6395062c9daf9ca25069c86b84a11ed42499dc9b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 -
sxid/DESCR | 5 -----
sxid/Makefile | 24 ------------------------
sxid/PLIST | 10 ----------
sxid/distinfo | 7 -------
sxid/patches/patch-Makefile.in | 16 ----------------
sxid/patches/patch-src_sxid.c | 16 ----------------
7 files changed, 79 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index b980fcc105..d72a773941 100644
--- a/Makefile
+++ b/Makefile
@@ -5606,7 +5606,6 @@ SUBDIR+= swinehub
SUBDIR+= swisseph
SUBDIR+= sxcs
SUBDIR+= sxemacs
-SUBDIR+= sxid
SUBDIR+= sylfilter
SUBDIR+= sylvan
SUBDIR+= symbolic++
diff --git a/sxid/DESCR b/sxid/DESCR
deleted file mode 100644
index 46ae3e3304..0000000000
--- a/sxid/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-sxid tracks any changes in s[ug]id files and folders. If there are any
-new ones, ones that aren't set any more, or they have changed bits or
-other modes then it reports the changes. It also tracks s[ug]id files by
-md5 checksums. This helps detect if a root kit has been installed which
-would not show under normal name and permissions checking.
diff --git a/sxid/Makefile b/sxid/Makefile
deleted file mode 100644
index 6155aa3336..0000000000
--- a/sxid/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: Makefile,v 1.6 2014/10/30 08:54:37 bartoszkuzma Exp $
-#
-
-DISTNAME= sxid-4.20130802
-CATEGORIES= sysutils
-MASTER_SITES= http://linukz.org/download/
-
-MAINTAINER= bartosz.kuzma%gmail.com@localhost
-HOMEPAGE= http://linukz.org/sxid.shtml
-COMMENT= Suid, sgid file and directory checking
-LICENSE= gnu-gpl-v2
-
-GNU_CONFIGURE= yes
-
-EGDIR= share/examples/sxid
-CONF_FILES= ${EGDIR}/sxid.conf ${PKG_SYSCONFDIR}/sxid.conf
-
-INSTALLATION_DIRS= ${EGDIR}
-
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/examples/sxid.conf \
- ${DESTDIR}${PREFIX}/${EGDIR}/sxid.conf
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/sxid/PLIST b/sxid/PLIST
deleted file mode 100644
index 6a1fb9367e..0000000000
--- a/sxid/PLIST
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $NetBSD$
-@comment $Id: PLIST,v 1.2 2014/10/30 08:54:37 bartoszkuzma Exp $
-bin/sxid
-man/man1/sxid.1
-man/man5/sxid.conf.5
-share/doc/sxid/COPYING
-share/doc/sxid/ChangeLog
-share/doc/sxid/NEWS
-share/doc/sxid/README.md
-share/examples/sxid/sxid.conf
diff --git a/sxid/distinfo b/sxid/distinfo
deleted file mode 100644
index 0aeef593aa..0000000000
--- a/sxid/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.4 2014/10/30 08:57:03 bartoszkuzma Exp $
-
-RMD160 (sxid-4.20130802.tar.gz) = 877eae3cb8bebc8644836511712ab35080684ff3
-SHA512 (sxid-4.20130802.tar.gz) = 8269808a925ba9a2dcce7400494de5e4c3bd133010faefd0f46b7feafed6fac750b8226f0b3d51edd6ab086caf730ba627a72fba59c8c0aeacf9859019e1cfd5
-Size (sxid-4.20130802.tar.gz) = 117411 bytes
-SHA1 (patch-Makefile.in) = d405aff29a979126cc4a75d3868099ce48803d3c
-SHA1 (patch-src_sxid.c) = 6575833376aaf2f88ed62cbc9d0a286d0cd9d0f9
diff --git a/sxid/patches/patch-Makefile.in b/sxid/patches/patch-Makefile.in
deleted file mode 100644
index 36bb5a2500..0000000000
--- a/sxid/patches/patch-Makefile.in
+++ /dev/null
@@ -1,16 +0,0 @@
-$Id: patch-Makefile.in,v 1.1 2014/10/30 08:54:37 bartoszkuzma Exp $
-
-don't install Debian specific files, example is handle by pkgsrc
-
---- Makefile.in.orig 2013-08-08 07:14:32.000000000 +0000
-+++ Makefile.in
-@@ -877,8 +877,7 @@ info: info-recursive
-
- info-am:
-
--install-data-am: install-contribDATA install-docDATA \
-- install-examplesDATA install-man
-+install-data-am: install-docDATA install-man
-
- install-dvi: install-dvi-recursive
-
diff --git a/sxid/patches/patch-src_sxid.c b/sxid/patches/patch-src_sxid.c
deleted file mode 100644
index 4cadd08b40..0000000000
--- a/sxid/patches/patch-src_sxid.c
+++ /dev/null
@@ -1,16 +0,0 @@
-$Id: patch-src_sxid.c,v 1.1 2014/10/30 08:54:37 bartoszkuzma Exp $
-
-getopt_long_only is not available in NetBSD
-
---- src/sxid.c.orig 2013-08-07 11:09:12.000000000 +0000
-+++ src/sxid.c
-@@ -85,8 +85,7 @@ int main(int argc, char *argv[])
- umask(077);
- config_options.flags = 0x00;
-
-- while ((opt = getopt_long_only(argc, argv, "nhVlkc:", cmd_options,
-- NULL)) != EOF) {
-+ while ((opt = getopt_long(argc, argv, "nhVlkc:", cmd_options, NULL)) != EOF) {
- switch (opt) {
- case 'c':
- confname = optarg;
Home |
Main Index |
Thread Index |
Old Index