1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Update to version 1.5.7.

This commit is contained in:
Dmitry Sivachenko 2014-10-31 08:27:36 +00:00
parent 6834220f66
commit be3962a14d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371783
3 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= haproxy
PORTVERSION= 1.5.6
PORTVERSION= 1.5.7
CATEGORIES= net www
MASTER_SITES= http://www.haproxy.org/download/1.5/src/

View File

@ -1,2 +1,2 @@
SHA256 (haproxy-1.5.6.tar.gz) = 214ab89dad7e0a43cc0f1c46367ca6803cd869e1717a4fa6b99451713f91f717
SIZE (haproxy-1.5.6.tar.gz) = 1337511
SHA256 (haproxy-1.5.7.tar.gz) = 0ad3ef9db3e33b9345582a528063bf6e40f15159f89b26fd55ba2d4affe47e40
SIZE (haproxy-1.5.7.tar.gz) = 1338566

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2014-10-31 11:26:00.000000000 +0300
+++ Makefile 2014-10-31 11:26:06.000000000 +0300
@@ -540,7 +540,7 @@
# in the usual path, use SSL_INC=/path/to/inc and SSL_LIB=/path/to/lib.
BUILD_OPTIONS += $(call ignore_implicit,USE_OPENSSL)
OPTIONS_CFLAGS += -DUSE_OPENSSL $(if $(SSL_INC),-I$(SSL_INC))
-OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto -ldl
+OPTIONS_LDFLAGS += $(if $(SSL_LIB),-L$(SSL_LIB)) -lssl -lcrypto
OPTIONS_OBJS += src/ssl_sock.o src/shctx.o
ifneq ($(USE_PRIVATE_CACHE),)
OPTIONS_CFLAGS += -DUSE_PRIVATE_CACHE