[Privoxy-commits] [privoxy] 02/05: uagen: Stop using sparc64 as FreeBSD architecture

User Git git at git.privoxy.org
Fri Jan 7 16:23:34 UTC 2022


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit f982473cab71fd3a7e4cbb06aec44c94c480f225
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Tue Jan 4 22:02:39 2022 +0100

    uagen: Stop using sparc64 as FreeBSD architecture
    
    It hasn't been supported for a while now.
---
 tools/uagen.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/uagen.pl b/tools/uagen.pl
index f5ead1d3..0dc5f4d2 100755
--- a/tools/uagen.pl
+++ b/tools/uagen.pl
@@ -138,7 +138,7 @@ sub generate_platform_and_os() {
         FreeBSD => {
             karma             => 1,
             platform          => 'X11',
-            architectures     => [ 'i386', 'amd64', 'sparc64' ],
+            architectures     => [ 'i386', 'amd64' ],
             order_is_inversed => 0,
         },
         OpenBSD => {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list