Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 12:26:04 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402931 - head/www/nginx-devel
Message-ID:  <201512041226.tB4CQ48F009126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Dec  4 12:26:04 2015
New Revision: 402931
URL: https://svnweb.freebsd.org/changeset/ports/402931

Log:
  Remove needless code.

Modified:
  head/www/nginx-devel/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Fri Dec  4 12:23:25 2015	(r402930)
+++ head/www/nginx-devel/Makefile	Fri Dec  4 12:26:04 2015	(r402931)
@@ -997,11 +997,6 @@ post-patch:
 		's!%%PREFIX%%!${LOCALBASE}!g' \
 		${WRKSRC_drizzle}/config
 .endif
-.if ${PORT_OPTIONS:MDYNAMIC_UPSTREAM}
-	@${REINPLACE_CMD} \
-		's!ngx_ngx_slab_alloc!ngx_slab_alloc!g' \
-		${WRKSRC_dyn_upstream}/src/ngx_inet_slab.c
-.endif
 # Respect CFLAGS by remove needless --std=c99 flag
 .if ${PORT_OPTIONS:MGRIDFS}
 	@${REINPLACE_CMD} \



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