Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Oct 2019 07:50:40 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r514880 - head/net/ccxstream
Message-ID:  <201910200750.x9K7oeMB031331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sun Oct 20 07:50:40 2019
New Revision: 514880
URL: https://svnweb.freebsd.org/changeset/ports/514880

Log:
  net/ccxstream: Spell SO_KEEPALIVE_CFLAGS correctly
  
  Broken in r353545 during conversion to options helpers.

Modified:
  head/net/ccxstream/Makefile

Modified: head/net/ccxstream/Makefile
==============================================================================
--- head/net/ccxstream/Makefile	Sun Oct 20 06:20:19 2019	(r514879)
+++ head/net/ccxstream/Makefile	Sun Oct 20 07:50:40 2019	(r514880)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccxstream
 PORTVERSION=	1.0.15
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	net
 MASTER_SITES=	SF/xbplayer/XStream%20Servers/ccXStream%20${PORTVERSION}%20for%20Linux
 
@@ -20,7 +20,7 @@ PORTDOCS=	README ChangeLog TODO xbmsp-xml.txt xbmsp.tx
 OPTIONS_DEFINE=	SO_KEEPALIVE TCP_NODELAY DOCS
 OPTIONS_DEFAULT=SO_KEEPALIVE
 SO_KEEPALIVE_DESC=	Build with SO_KEEPALIVE
-SO_KEEPALICE_CFLAGS=	-DSO_KEEPALIVE
+SO_KEEPALIVE_CFLAGS=	-DSO_KEEPALIVE
 TCP_NODELAY_DESC=	Build with TCP_NODELAY
 TCP_NODELAY_CFLAGS=	-DTCP_NODELAY
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910200750.x9K7oeMB031331>