drop RCS IDs in stsp's ports "feel free to remove them from mine" stsp@

This commit is contained in:
sthen 2022-03-07 21:53:24 +00:00
parent b6966d2e73
commit dbe4fdba23
61 changed files with 0 additions and 87 deletions

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.55 2019/07/12 20:44:03 sthen Exp $
COMMENT= companion library to APR COMMENT= companion library to APR
V= 1.6.1 V= 1.6.1

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PFRAG.ldap,v 1.2 2016/03/23 05:17:57 naddy Exp $
lib/apr-util-1/apr_ldap-1.so lib/apr-util-1/apr_ldap-1.so
lib/apr-util-1/apr_ldap.a lib/apr-util-1/apr_ldap.a
lib/apr-util-1/apr_ldap.la lib/apr-util-1/apr_ldap.la

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.9 2018/07/20 10:58:26 juanfra Exp $
@conflict apr-util-mt-* @conflict apr-util-mt-*
@pkgpath devel/apr-util,mt @pkgpath devel/apr-util,mt
bin/apu-1-config bin/apu-1-config

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.46 2021/10/31 10:18:38 ajacoutot Exp $
COMMENT= Apache Portable Runtime COMMENT= Apache Portable Runtime
V= 1.6.5 V= 1.6.5

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-apr-config_in,v 1.3 2017/10/25 19:36:46 naddy Exp $
Index: apr-config.in Index: apr-config.in
--- apr-config.in.orig --- apr-config.in.orig
+++ apr-config.in +++ apr-config.in

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-build_apr_hints_m4,v 1.1 2017/10/25 19:36:46 naddy Exp $
Index: build/apr_hints.m4 Index: build/apr_hints.m4
--- build/apr_hints.m4.orig --- build/apr_hints.m4.orig
+++ build/apr_hints.m4 +++ build/apr_hints.m4

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-configure_in,v 1.2 2019/01/22 11:55:20 stsp Exp $
Index: configure.in Index: configure.in
--- configure.in.orig --- configure.in.orig
+++ configure.in +++ configure.in

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-include_apr_allocator_h,v 1.1 2019/01/22 11:55:20 stsp Exp $
Add APR_ALLOCATOR_MAX_FREE_DEFAULT override to make APR pools call free(3). Add APR_ALLOCATOR_MAX_FREE_DEFAULT override to make APR pools call free(3).
Index: include/apr_allocator.h Index: include/apr_allocator.h
--- include/apr_allocator.h.orig --- include/apr_allocator.h.orig

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-include_apr_general_h,v 1.1 2018/04/24 06:24:49 stsp Exp $
fix build failure on arm: fix build failure on arm:
implicit declaration of function '_Offsetof' is invalid in C99 implicit declaration of function '_Offsetof' is invalid in C99
Index: include/apr_general.h Index: include/apr_general.h

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-memory_unix_apr_pools_c,v 1.4 2019/01/22 11:55:20 stsp Exp $
Force APR pools to always call free(3) when memory gets released. Force APR pools to always call free(3) when memory gets released.
Index: memory/unix/apr_pools.c Index: memory/unix/apr_pools.c
--- memory/unix/apr_pools.c.orig --- memory/unix/apr_pools.c.orig

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-misc_unix_rand_c,v 1.1 2017/10/25 19:36:46 naddy Exp $
Index: misc/unix/rand.c Index: misc/unix/rand.c
--- misc/unix/rand.c.orig --- misc/unix/rand.c.orig
+++ misc/unix/rand.c +++ misc/unix/rand.c

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-network_io_unix_sockets_c,v 1.6 2017/08/11 14:23:18 danj Exp $
Index: network_io/unix/sockets.c Index: network_io/unix/sockets.c
--- network_io/unix/sockets.c.orig --- network_io/unix/sockets.c.orig
+++ network_io/unix/sockets.c +++ network_io/unix/sockets.c

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.7 2017/06/24 12:31:59 stsp Exp $
@conflict apr-mt-* @conflict apr-mt-*
@pkgpath devel/apr,mt @pkgpath devel/apr,mt
bin/apr-1-config bin/apr-1-config

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.74 2022/02/18 19:59:08 stsp Exp $
COMMENT-main = game of trees version control system COMMENT-main = game of trees version control system
COMMENT-web = game of trees repository server for web browsers COMMENT-web = game of trees repository server for web browsers

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.5 2021/08/30 20:34:24 stsp Exp $
@pkgpath devel/got @pkgpath devel/got
@bin bin/got @bin bin/got
@bin bin/gotadmin @bin bin/gotadmin

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-web,v 1.3 2020/09/21 12:25:15 stsp Exp $
cgi-bin/gotweb/ cgi-bin/gotweb/
@bin cgi-bin/gotweb/gotweb @bin cgi-bin/gotweb/gotweb
cgi-bin/gotweb/gw_tmpl/ cgi-bin/gotweb/gw_tmpl/

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.2 2021/02/23 19:39:20 sthen Exp $
COMMENT = python 2/3 compatibility layer for C extensions COMMENT = python 2/3 compatibility layer for C extensions
GH_ACCOUNT = encukou GH_ACCOUNT = encukou

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-Makefile,v 1.2 2020/06/01 11:25:38 jca Exp $
Honor DESTDIR Honor DESTDIR
https://github.com/encukou/py3c/pull/29 https://github.com/encukou/py3c/pull/29

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/05/27 13:43:15 stsp Exp $
include/py3c/ include/py3c/
include/py3c.h include/py3c.h
include/py3c/capsulethunk.h include/py3c/capsulethunk.h

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.189 2021/11/02 00:01:12 sthen Exp $
COMMENT-main= subversion revision control system COMMENT-main= subversion revision control system
COMMENT-perl= perl interface to subversion COMMENT-perl= perl interface to subversion
COMMENT-python= python interface to subversion COMMENT-python= python interface to subversion

View File

@ -1,4 +1,2 @@
# $OpenBSD: servers,v 1.1 2009/08/25 10:26:20 stsp Exp $
[global] [global]
store-plaintext-passwords=no store-plaintext-passwords=no

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-Makefile_in,v 1.20 2020/05/31 19:29:32 sthen Exp $
Index: Makefile.in Index: Makefile.in
--- Makefile.in.orig --- Makefile.in.orig
+++ Makefile.in +++ Makefile.in

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-subversion_libsvn_subr_auth_c,v 1.10 2018/04/23 20:06:01 stsp Exp $
Index: subversion/libsvn_subr/auth.c Index: subversion/libsvn_subr/auth.c
--- subversion/libsvn_subr/auth.c.orig --- subversion/libsvn_subr/auth.c.orig
+++ subversion/libsvn_subr/auth.c +++ subversion/libsvn_subr/auth.c

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-ap2,v 1.7 2020/05/15 14:47:40 ajacoutot Exp $
@pkgpath devel/subversion,-ap2,gnome_keyring @pkgpath devel/subversion,-ap2,gnome_keyring
include/subversion-1/mod_authz_svn.h include/subversion-1/mod_authz_svn.h
include/subversion-1/mod_dav_svn.h include/subversion-1/mod_dav_svn.h

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-gnome-keyring,v 1.5 2018/11/23 12:41:47 stsp Exp $
@conflict subversion-*-gnome_keyring @conflict subversion-*-gnome_keyring
@pkgpath subversion,gnome_keyring @pkgpath subversion,gnome_keyring
@comment lib/libsvn_auth_gnome_keyring-1.a @comment lib/libsvn_auth_gnome_keyring-1.a

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.23 2020/05/31 19:29:32 sthen Exp $
@conflict subversion-*-gnome_keyring @conflict subversion-*-gnome_keyring
@pkgpath devel/subversion,no_bindings @pkgpath devel/subversion,no_bindings
@pkgpath devel/subversion,-main,gnome_keyring @pkgpath devel/subversion,-main,gnome_keyring

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-perl,v 1.10 2020/05/15 14:47:40 ajacoutot Exp $
@pkgpath devel/subversion,-perl,gnome_keyring @pkgpath devel/subversion,-perl,gnome_keyring
@static-lib lib/libsvn_swig_perl-1.a @static-lib lib/libsvn_swig_perl-1.a
lib/libsvn_swig_perl-1.la lib/libsvn_swig_perl-1.la

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-python,v 1.13 2021/01/04 13:58:32 sthen Exp $
@conflict py-subversion-* @conflict py-subversion-*
@pkgpath devel/subversion,-python,gnome_keyring @pkgpath devel/subversion,-python,gnome_keyring
@pkgpath devel/subversion,python3,-python @pkgpath devel/subversion,python3,-python

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-ruby,v 1.12 2020/05/15 14:47:40 ajacoutot Exp $
@pkgpath devel/subversion,-ruby,gnome_keyring @pkgpath devel/subversion,-ruby,gnome_keyring
@static-lib lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.a @static-lib lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.a
lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.la lib/libsvn_swig_ruby${MODRUBY_BINREV}-1.la

View File

@ -1,6 +1,4 @@
#!/bin/ksh #!/bin/ksh
#
# $OpenBSD: svnserve.rc,v 1.2 2018/01/11 19:27:02 rpe Exp $
daemon="${TRUEPREFIX}/bin/svnserve -d" daemon="${TRUEPREFIX}/bin/svnserve -d"
daemon_user="_svnserve" daemon_user="_svnserve"

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.35 2021/05/15 22:04:12 millert Exp $
COMMENT-main= OLSR routing daemon COMMENT-main= OLSR routing daemon
COMMENT-gui= OLSR routing daemon GUI COMMENT-gui= OLSR routing daemon GUI

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-Makefile_inc,v 1.4 2017/06/04 11:45:04 stsp Exp $
Index: Makefile.inc Index: Makefile.inc
--- Makefile.inc.orig --- Makefile.inc.orig
+++ Makefile.inc +++ Makefile.inc

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-make_Makefile_obsd,v 1.4 2017/06/04 11:45:04 stsp Exp $
Index: make/Makefile.obsd Index: make/Makefile.obsd
--- make/Makefile.obsd.orig --- make/Makefile.obsd.orig
+++ make/Makefile.obsd +++ make/Makefile.obsd

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-make_hash_source_sh,v 1.1 2017/06/20 15:14:10 stsp Exp $
Index: make/hash_source.sh Index: make/hash_source.sh
--- make/hash_source.sh.orig --- make/hash_source.sh.orig
+++ make/hash_source.sh +++ make/hash_source.sh

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_bsd_kernel_routes_c,v 1.3 2017/06/20 15:14:10 stsp Exp $
Index: src/bsd/kernel_routes.c Index: src/bsd/kernel_routes.c
--- src/bsd/kernel_routes.c.orig --- src/bsd/kernel_routes.c.orig
+++ src/bsd/kernel_routes.c +++ src/bsd/kernel_routes.c

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_bsd_net_c,v 1.5 2017/06/20 15:14:10 stsp Exp $
Index: src/bsd/net.c Index: src/bsd/net.c
--- src/bsd/net.c.orig --- src/bsd/net.c.orig
+++ src/bsd/net.c +++ src/bsd/net.c

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-src_cfgparser_local_mk,v 1.4 2021/05/15 22:04:12 millert Exp $
Index: src/cfgparser/local.mk Index: src/cfgparser/local.mk
--- src/cfgparser/local.mk.orig --- src/cfgparser/local.mk.orig
+++ src/cfgparser/local.mk +++ src/cfgparser/local.mk

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_olsr_random_h,v 1.2 2017/06/04 11:45:04 stsp Exp $
Index: src/olsr_random.h Index: src/olsr_random.h
--- src/olsr_random.h.orig --- src/olsr_random.h.orig
+++ src/olsr_random.h +++ src/olsr_random.h

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-src_plugin_loader_c,v 1.3 2017/06/04 11:45:04 stsp Exp $
the plugins get installed to $LOCALBASE/lib/olsrd-plugins, so load them from there. the plugins get installed to $LOCALBASE/lib/olsrd-plugins, so load them from there.
Index: src/plugin_loader.c Index: src/plugin_loader.c
--- src/plugin_loader.c.orig --- src/plugin_loader.c.orig

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-src_unix_ifnet_c,v 1.4 2017/06/04 11:45:04 stsp Exp $
Index: src/unix/ifnet.c Index: src/unix/ifnet.c
--- src/unix/ifnet.c.orig --- src/unix/ifnet.c.orig
+++ src/unix/ifnet.c +++ src/unix/ifnet.c

View File

@ -1,2 +1 @@
@comment $OpenBSD: PLIST-gui,v 1.1 2010/06/14 12:36:34 sebastia Exp $
@bin sbin/olsrd-gui @bin sbin/olsrd-gui

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST-main,v 1.4 2017/06/04 11:45:04 stsp Exp $
@conflict olsrd-plugins-* @conflict olsrd-plugins-*
@pkgpath net/olsrd @pkgpath net/olsrd
@pkgpath net/olsrd,-plugins @pkgpath net/olsrd,-plugins

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.15 2021/10/31 17:30:22 sthen Exp $
COMMENT = high performance HTTP client library COMMENT = high performance HTTP client library
DISTNAME = serf-1.3.9 DISTNAME = serf-1.3.9
SHARED_LIBS = serf-1 1.0 # 1.3.0 SHARED_LIBS = serf-1 1.0 # 1.3.0

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-SConstruct,v 1.1 2021/10/31 17:30:22 sthen Exp $
Index: SConstruct Index: SConstruct
--- SConstruct.orig --- SConstruct.orig
+++ SConstruct +++ SConstruct

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-buckets_ssl_buckets_c,v 1.3 2021/02/03 22:22:42 sthen Exp $
Index: buckets/ssl_buckets.c Index: buckets/ssl_buckets.c
--- buckets/ssl_buckets.c.orig --- buckets/ssl_buckets.c.orig
+++ buckets/ssl_buckets.c +++ buckets/ssl_buckets.c

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-build_check_py,v 1.1 2021/10/31 17:30:22 sthen Exp $
Index: build/check.py Index: build/check.py
--- build/check.py.orig --- build/check.py.orig
+++ build/check.py +++ build/check.py

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-test_server_test_sslserver_c,v 1.1 2021/02/03 22:22:42 sthen Exp $
Index: test/server/test_sslserver.c Index: test/server/test_sslserver.c
--- test/server/test_sslserver.c.orig --- test/server/test_sslserver.c.orig
+++ test/server/test_sslserver.c +++ test/server/test_sslserver.c

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.4 2021/02/03 22:22:42 sthen Exp $
include/serf-1/ include/serf-1/
include/serf-1/serf.h include/serf-1/serf.h
include/serf-1/serf_bucket_types.h include/serf-1/serf_bucket_types.h

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.8 2019/07/12 21:15:35 sthen Exp $
COMMENT = ipv4 and ipv6 subnet calculator COMMENT = ipv4 and ipv6 subnet calculator
VERSION = 1.1.6 VERSION = 1.1.6

View File

@ -1,5 +1,3 @@
$OpenBSD: patch-doc_sipcalc_1,v 1.2 2014/10/22 14:56:20 stsp Exp $
The web (cgi) version of sipcalc has been removed from the tarball The web (cgi) version of sipcalc has been removed from the tarball
due to lack of time and interest in keeping it up to date with the due to lack of time and interest in keeping it up to date with the
console version. console version.

View File

@ -1,3 +1,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/04/14 19:12:59 stsp Exp $
@bin bin/sipcalc @bin bin/sipcalc
@man man/man1/sipcalc.1 @man man/man1/sipcalc.1

View File

@ -1,5 +1,3 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:51:22 sthen Exp $
COMMENT = auto-complete and text expansion in X11 COMMENT = auto-complete and text expansion in X11
V = 4.2.0 V = 4.2.0

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-lib_clip_clip_x11_cpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Fix 2 heap buffer overwrites. Fix 2 heap buffer overwrites.
Fix use-after-free. Fix use-after-free.
Fix abort() in librthread. Fix abort() in librthread.

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-lib_subprocess_hpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Get rid of GNU-specific C++ type. Get rid of GNU-specific C++ type.
Trim down to features actually needed by Textsuggest. Trim down to features actually needed by Textsuggest.
Index: lib/subprocess.hpp Index: lib/subprocess.hpp

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-server_Files_hpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Adjust hard-coded paths. Adjust hard-coded paths.
Index: server/Files.hpp Index: server/Files.hpp
--- server/Files.hpp.orig --- server/Files.hpp.orig

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-server_Processors_hpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Adjust to match our changes in subprocess.hpp. Adjust to match our changes in subprocess.hpp.
Index: server/Processors.hpp Index: server/Processors.hpp
--- server/Processors.hpp.orig --- server/Processors.hpp.orig

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-server_TextSuggestServer_cpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Adjust to match our changes in subprocess.hpp. Adjust to match our changes in subprocess.hpp.
Index: server/TextSuggestServer.cpp Index: server/TextSuggestServer.cpp
--- server/TextSuggestServer.cpp.orig --- server/TextSuggestServer.cpp.orig

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-textsuggest_processors_command_cpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Adjust to match our changes in subprocess.hpp. Adjust to match our changes in subprocess.hpp.
Index: textsuggest/processors/command.cpp Index: textsuggest/processors/command.cpp
--- textsuggest/processors/command.cpp.orig --- textsuggest/processors/command.cpp.orig

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-textsuggest_processors_math_expression_cpp,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Adjust to match our changes in subprocess.hpp. Adjust to match our changes in subprocess.hpp.
Index: textsuggest/processors/math_expression.cpp Index: textsuggest/processors/math_expression.cpp
--- textsuggest/processors/math_expression.cpp.orig --- textsuggest/processors/math_expression.cpp.orig

View File

@ -1,4 +1,3 @@
$OpenBSD: patch-ui_TextSuggest-C++_pro,v 1.1.1.1 2019/03/14 14:47:07 stsp Exp $
Fix hard-coded paths and cxxflags for qmake. Fix hard-coded paths and cxxflags for qmake.
Index: ui/TextSuggest-C++.pro Index: ui/TextSuggest-C++.pro
--- ui/TextSuggest-C++.pro.orig --- ui/TextSuggest-C++.pro.orig

View File

@ -1,4 +1,3 @@
@comment $OpenBSD: PLIST,v 1.2 2019/03/25 11:16:36 stsp Exp $
@bin bin/textsuggest @bin bin/textsuggest
@bin bin/textsuggest-server @bin bin/textsuggest-server
libexec/textsuggest/ libexec/textsuggest/