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:           Sun Aug 17 11:52:52 UTC 2025

Modified Files:
        pkgsrc/chat/ejabberd: Makefile

Log Message:
chat/ejabberd: Store link to upstream bug

that discusses dealing with erlang's language-specific packaging
disease.


To generate a diff of this commit:
cvs rdiff -u -r1.107 -r1.108 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.107 pkgsrc/chat/ejabberd/Makefile:1.108
--- pkgsrc/chat/ejabberd/Makefile:1.107 Wed Aug 13 16:32:49 2025
+++ pkgsrc/chat/ejabberd/Makefile       Sun Aug 17 11:52:52 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2025/08/13 16:32:49 gdt Exp $
+# $NetBSD: Makefile,v 1.108 2025/08/17 11:52:52 gdt Exp $
 
 DISTNAME=      ejabberd-25.07
 CATEGORIES=    chat
@@ -21,6 +21,9 @@ USE_TOOLS+=           aclocal autoconf automake b
 # Upstream allows building with mix, rebar(2), and rebar3.  As of
 # 22.05, the mix build fails, and both rebar versions work.  Disabling
 # bundled deps seems cleaner with rebar(2).
+# In general the erlang ecosystem is troubled by language-specific
+# packaging disease, but this isn't particularly about ejabberd.
+# Useful info at https://github.com/processone/ejabberd/issues/4431
 
 #Tries to download, objecting to p1_utils
 #TOOL_DEPENDS+=                elixir-[0-9]*:../../lang/elixir



Home | Main Index | Thread Index | Old Index