diff options
| author | Vineet Kumar <git@vineetk.net> | 2026-06-15 14:54:51 -0400 |
|---|---|---|
| committer | Vineet Kumar <git@vineetk.net> | 2026-06-15 14:54:51 -0400 |
| commit | e81f04fa53e7e01afdc834d9c22b5c982c98f59b (patch) | |
| tree | 763d6d68516ca9d184ddd2402978adcc4027a99d /www/yt-dlp/patches | |
| parent | 92e45e47c29ec037842c4a34ebc0c14143d413ff (diff) | |
This is due to the following two reasons:
1. it's very out of date compared with current ports tree (like by 2+
years!)
- some of the ports here were mainly just updates I didn't upstream,
which have since now been part of openbsd, like verilator
2. removing dependencies is a lot of headache to stay in sync and/or for
ports I no longer use
- e.g. dbus is very difficult to remove in a desktop while patching
to remove from gtk and downstream
- I don't want to spend more time reducing number of dependencies
when I can be working instead. I no longer have as much free time
as I did in high school :(
Diffstat (limited to 'www/yt-dlp/patches')
| -rw-r--r-- | www/yt-dlp/patches/CVS/Entries | 2 | ||||
| -rw-r--r-- | www/yt-dlp/patches/CVS/Repository | 1 | ||||
| -rw-r--r-- | www/yt-dlp/patches/CVS/Root | 1 | ||||
| -rw-r--r-- | www/yt-dlp/patches/CVS/Tag | 1 | ||||
| -rw-r--r-- | www/yt-dlp/patches/patch-setup_py | 12 |
5 files changed, 0 insertions, 17 deletions
diff --git a/www/yt-dlp/patches/CVS/Entries b/www/yt-dlp/patches/CVS/Entries deleted file mode 100644 index be954ef..0000000 --- a/www/yt-dlp/patches/CVS/Entries +++ /dev/null | |||
| @@ -1,2 +0,0 @@ | |||
| 1 | /patch-setup_py/1.9/Sat Jan 7 13:18:45 2023//TOPENBSD_7_3 | ||
| 2 | D | ||
diff --git a/www/yt-dlp/patches/CVS/Repository b/www/yt-dlp/patches/CVS/Repository deleted file mode 100644 index 62be703..0000000 --- a/www/yt-dlp/patches/CVS/Repository +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ports/www/yt-dlp/patches | ||
diff --git a/www/yt-dlp/patches/CVS/Root b/www/yt-dlp/patches/CVS/Root deleted file mode 100644 index 3811072..0000000 --- a/www/yt-dlp/patches/CVS/Root +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | /cvs | ||
diff --git a/www/yt-dlp/patches/CVS/Tag b/www/yt-dlp/patches/CVS/Tag deleted file mode 100644 index b1c2a73..0000000 --- a/www/yt-dlp/patches/CVS/Tag +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | TOPENBSD_7_3 | ||
diff --git a/www/yt-dlp/patches/patch-setup_py b/www/yt-dlp/patches/patch-setup_py deleted file mode 100644 index 3f120ca..0000000 --- a/www/yt-dlp/patches/patch-setup_py +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Index: setup.py | ||
| 2 | --- setup.py.orig | ||
| 3 | +++ setup.py | ||
| 4 | @@ -77,7 +77,7 @@ def build_params(): | ||
| 5 | ('share/zsh/site-functions', ['completions/zsh/_yt-dlp']), | ||
| 6 | ('share/fish/vendor_completions.d', ['completions/fish/yt-dlp.fish']), | ||
| 7 | ('share/doc/yt_dlp', ['README.txt']), | ||
| 8 | - ('share/man/man1', ['yt-dlp.1']) | ||
| 9 | + ('man/man1', ['yt-dlp.1']) | ||
| 10 | ] | ||
| 11 | data_files = [] | ||
| 12 | for dirname, files in files_spec: | ||
