pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/haproxy



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jan 13 08:51:55 UTC 2021

Modified Files:
        pkgsrc/net/haproxy: Makefile

Log Message:
haproxy: requires atomic64


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/haproxy/Makefile

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

Modified files:

Index: pkgsrc/net/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.69 pkgsrc/net/haproxy/Makefile:1.70
--- pkgsrc/net/haproxy/Makefile:1.69    Sun Dec  6 11:22:52 2020
+++ pkgsrc/net/haproxy/Makefile Wed Jan 13 08:51:55 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2020/12/06 11:22:52 adam Exp $
+# $NetBSD: Makefile,v 1.70 2021/01/13 08:51:55 nia Exp $
 
 DISTNAME=      haproxy-2.3.2
 CATEGORIES=    net www
@@ -55,4 +55,5 @@ post-install:
        ${INSTALL_DATA} ${WRKSRC}/examples/*.cfg ${DESTDIR}${EGDIR}/
 
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/atomic64.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index