pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/ejabberd



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Apr 24 13:49:39 UTC 2025

Modified Files:
        pkgsrc/chat/ejabberd: Makefile

Log Message:
chat/ejabberd: gc old accomodations

  - drop EJABBERD_TRANSDIR from BUILD_DEFS because I can find no trace
    of it
  - drop ALLOW_NETWORK_ACCESS, added because rebar crashed without it,
    because it now seems ok.  (unclear if rebar has changed, or
    pkgsrc's blocking plays well with others harder, or ?)

NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.103 -r1.104 pkgsrc/chat/ejabberd/Makefile

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

Modified files:

Index: pkgsrc/chat/ejabberd/Makefile
diff -u pkgsrc/chat/ejabberd/Makefile:1.103 pkgsrc/chat/ejabberd/Makefile:1.104
--- pkgsrc/chat/ejabberd/Makefile:1.103 Thu Apr 24 13:35:29 2025
+++ pkgsrc/chat/ejabberd/Makefile       Thu Apr 24 13:49:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.103 2025/04/24 13:35:29 gdt Exp $
+# $NetBSD: Makefile,v 1.104 2025/04/24 13:49:39 gdt Exp $
 
 DISTNAME=      ejabberd-23.01
 # later releases:
@@ -38,16 +38,6 @@ CONFIGURE_ARGS+=     --enable-group=${EJABBE
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 
-# rebar crashes; probably this is just objecting to the proxy value
-# being malformed, rather than trying to use the network.  Avoid the
-# issue until pkgsrc fixes the disable method to block access without
-# triggering errors when not used.
-# Uncaught error: {error,{bad_option,https_proxy,
-#                                    {{"downloads-forbidden-except-during-fetch",
-#                                      []},
-#                                     []}}}
-ALLOW_NETWORK_ACCESS=  yes
-
 DEPENDS+=      erlang-base64url>=1.0.1:../../devel/erlang-base64url
 DEPENDS+=      erlang-cache_tab>=1.0.30:../../devel/erlang-cache_tab
 DEPENDS+=      erlang-epam>=1.0.12:../../security/erlang-epam
@@ -79,7 +69,7 @@ DEPENDS+=     erlang-yconf>=1.0.13:../../tex
 RCD_SCRIPTS=           ejabberd
 
 BUILD_DEFS+=           EJABBERD_USER EJABBERD_GROUP EJABBERD_LOGDIR
-BUILD_DEFS+=           EJABBERD_PIDDIR EJABBERD_DB EJABBERD_TRANSDIR
+BUILD_DEFS+=           EJABBERD_PIDDIR EJABBERD_DB
 BUILD_DEFS+=           VARBASE
 PKG_SYSCONFSUBDIR=     ejabberd
 



Home | Main Index | Thread Index | Old Index