FreeBSD Bugzilla – Attachment 162764 Details for
Bug 204280
[patch] net/haproxy: Enable USE_CPU_AFFINITY and pet portlint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
haproxy.diff
haproxy.diff (text/plain), 1.85 KB, created by
Renato Botelho
on 2015-11-04 11:03:28 UTC
(
hide
)
Description:
haproxy.diff
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2015-11-04 11:03:28 UTC
Size:
1.85 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 400734) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= haproxy > PORTVERSION= 1.6.2 >+PORTREVISION= 1 > CATEGORIES= net www > MASTER_SITES= http://www.haproxy.org/download/1.6/src/ > DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} >@@ -20,7 +21,7 @@ > > DEVICEATLAS_VERSION= 2.1 > DEVICEATLAS_DISTFILE= deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} >-DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module >+DEVICEATLAS_REGISTRATION_URL= https://deviceatlas.com/deviceatlas-haproxy-module > > OPTIONS_DEFINE= DOCS EXAMPLES LUA OPENSSL DEVICEATLAS > OPTIONS_RADIO= PCRE >@@ -33,7 +34,7 @@ > .include <bsd.port.options.mk> > > MAKE_ARGS= TARGET=freebsd DEFINE=-DFREEBSD_PORTS USE_GETADDRINFO=1 \ >- USE_ZLIB=1 CC="${CC}" CFLAGS="${CFLAGS}" >+ USE_ZLIB=1 USE_CPU_AFFINITY=1 CC="${CC}" CFLAGS="${CFLAGS}" > > .if ${PORT_OPTIONS:MDPCRE} > LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre >@@ -47,7 +48,7 @@ > > .if ${PORT_OPTIONS:MDEVICEATLAS} > .if !exists(${DISTDIR}/${DEVICEATLAS_DISTFILE}.zip) >-IGNORE?= You must manually fetch the DeviceAtlas Device Detection C API from ${DEVICEATLAS_REGISTRATION_URL} and place it in ${DISTDIR} and then run make again >+IGNORE?= you must manually fetch the DeviceAtlas Device Detection C API from ${DEVICEATLAS_REGISTRATION_URL} and place it in ${DISTDIR} and then run make again > .else > RESTRICTED= The redistribution of the DeviceAtlas Device Detection C API is not permitted > DISTFILES+= ${DEVICEATLAS_DISTFILE}.zip >@@ -54,7 +55,7 @@ > MAKE_ARGS+= USE_DEVICEATLAS=1 DEVICEATLAS_SRC=${WRKDIR}/deviceatlas-enterprise-c-${DEVICEATLAS_VERSION} > .endif > .if ! ${PORT_OPTIONS:MDPCRE} && ! ${PORT_OPTIONS:MSPCRE} >-IGNORE?= Enable PCRE support to use DeviceAtlas >+IGNORE?= enable PCRE support to use DeviceAtlas > .endif > .endif >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204280
: 162764