pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/lsof



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 19 08:57:08 UTC 2026

Modified Files:
        pkgsrc/sysutils/lsof: options.mk

Log Message:
lsof: remove legacy option handling from many many years ago


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/lsof/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/lsof/options.mk
diff -u pkgsrc/sysutils/lsof/options.mk:1.2 pkgsrc/sysutils/lsof/options.mk:1.3
--- pkgsrc/sysutils/lsof/options.mk:1.2 Mon Nov  4 21:28:48 2019
+++ pkgsrc/sysutils/lsof/options.mk     Sun Apr 19 08:57:07 2026
@@ -1,28 +1,8 @@
-# $NetBSD: options.mk,v 1.2 2019/11/04 21:28:48 rillig Exp $
+# $NetBSD: options.mk,v 1.3 2026/04/19 08:57:07 wiz Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.lsof
 PKG_SUPPORTED_OPTIONS=         lsof-more-secure lsof-less-secure-sockets
 
-.if defined(LSOF_MORE_SECURE)
-.  if !empty(LSOF_MORE_SECURE:M1)
-PKG_LEGACY_OPTIONS+=                   lsof-more-secure
-PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated variable LSOF_MORE_SECURE set to 1, use PKG_OPTIONS.lsof+=lsof-more-secure instead."
-.  elif !empty(LSOF_MORE_SECURE:M0)
-PKG_LEGACY_OPTIONS+=                   -lsof-more-secure
-PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated variable LSOF_MORE_SECURE set to 0, use PKG_OPTIONS.lsof+=-lsof-more-secure instead."
-.  endif
-.endif
-
-.if defined(LSOF_LESS_SECURE_SOCKETS)
-.  if !empty(LSOF_LESS_SECURE_SOCKETS:M1)
-PKG_LEGACY_OPTIONS+=                   lsof-less-secure-sockets
-PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated variable LSOF_LESS_SECURE_SOCKETS set to 1, use PKG_OPTIONS.lsof+=lsof-less-secure-sockets instead."
-.  elif !empty(LSOF_LESS_SECURE_SOCKETS:M0)
-PKG_LEGACY_OPTIONS+=                   -lsof-less-secure-sockets
-PKG_OPTIONS_DEPRECATED_WARNINGS+=      "Deprecated variable LSOF_LESS_SECURE_SOCKETS set to 0, use PKG_OPTIONS.lsof+=lsof-less-secure-sockets instead."
-.  endif
-.endif
-
 .include "../../mk/bsd.options.mk"
 
 ## Emulate what ./Customize does.



Home | Main Index | Thread Index | Old Index