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: Sun Sep 15 14:53:13 UTC 2019
Modified Files:
pkgsrc/net/haproxy: Makefile
Log Message:
haproxy: Adapt to currently available linux targets
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 pkgsrc/net/haproxy/Makefile:1.52
--- pkgsrc/net/haproxy/Makefile:1.51 Sun Sep 15 12:22:33 2019
+++ pkgsrc/net/haproxy/Makefile Sun Sep 15 14:53:13 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2019/09/15 12:22:33 nia Exp $
+# $NetBSD: Makefile,v 1.52 2019/09/15 14:53:13 nia Exp $
DISTNAME= haproxy-2.0.6
CATEGORIES= net www
@@ -42,17 +42,7 @@ TARGET= osx
.elif ${OPSYS} == "SunOS"
TARGET= solaris
.elif ${OPSYS} == "Linux"
-. if !empty(OS_VERSION:M2.6.*)
-TARGET= linux26
-. elif !empty(OS_VERSION:M2.4.*)
-. if exists(/usr/include/linux/eventpoll.h)
-TARGET= linux24e
-. else
-TARGET= linux24
-. endif
-. else
-TARGET= linux2628
-. endif
+TARGET= linux-glibc
.else
TARGET= generic
.endif
Home |
Main Index |
Thread Index |
Old Index