pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q3] pkgsrc/chat/profanity



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Oct 23 17:42:48 UTC 2020

Modified Files:
        pkgsrc/chat/profanity [pkgsrc-2020Q3]: Makefile

Log Message:
Pullup ticket #6353 - requested by nia
chat/profanity: NetBSD 8 build fix

Revisions pulled up:
- chat/profanity/Makefile                                       1.3

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Sun Oct 18 09:50:15 UTC 2020

   Modified Files:
        pkgsrc/chat/profanity: Makefile

   Log Message:
   profanity: Requires at least sqlite3-3.22.0.

   (attempt to fix configure on NetBSD 8.x)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.2.2.1 pkgsrc/chat/profanity/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/profanity/Makefile
diff -u pkgsrc/chat/profanity/Makefile:1.2 pkgsrc/chat/profanity/Makefile:1.2.2.1
--- pkgsrc/chat/profanity/Makefile:1.2  Tue Sep  8 19:13:49 2020
+++ pkgsrc/chat/profanity/Makefile      Fri Oct 23 17:42:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/09/08 19:13:49 nia Exp $
+# $NetBSD: Makefile,v 1.2.2.1 2020/10/23 17:42:47 bsiegert Exp $
 
 DISTNAME=      profanity-0.9.5
 CATEGORIES=    chat
@@ -37,6 +37,7 @@ BUILDLINK_API_DEPENDS.libmesode+=     libmes
 .include "../../chat/libmesode/buildlink3.mk"
 .include "../../chat/libotr/buildlink3.mk"
 .include "../../chat/libsignal-protocol-c/buildlink3.mk"
+BUILDLINK_API_DEPENDS.sqlite3+=                sqlite3>=3.22.0
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/libuuid/buildlink3.mk"



Home | Main Index | Thread Index | Old Index