Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Oct 2013 12:05:56 GMT
From:      Alexander Hausner <alex@hugo.bmg.gv.at>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182788: [maintainer-update][patch] net/tcpproxy needs gcc
Message-ID:  <201310071205.r97C5uKp015682@oldred.freebsd.org>
Resent-Message-ID: <201310071210.r97CA09b093596@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         182788
>Category:       ports
>Synopsis:       [maintainer-update][patch] net/tcpproxy needs gcc
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 12:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Hausner
>Release:        FreeBSD 10.0-ALPHA4
>Organization:
BMG
>Environment:
FreeBSD fbsd1.bmg.gv.at 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #2: Fri Oct  4 15:26:56 CEST 2013     root@fbsd1.bmg.gv.at:/usr/obj/usr/src/sys/FBSD1  amd64
>Description:
net/tcpproxy won't compile with clang, therefore I added USE_GCC to the Makefile.

>How-To-Repeat:

>Fix:
diff -ur tcpproxy.orig/Makefile tcpproxy/Makefile
--- tcpproxy.orig/Makefile      2013-09-21 00:10:23.000000000 +0200
+++ tcpproxy/Makefile   2013-10-07 15:10:05.000000000 +0200
@@ -3,7 +3,7 @@

 PORTNAME=      tcpproxy
 PORTVERSION=   1.0
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    net
 MASTER_SITES=  http://www.spreadspace.org/tcpproxy/releases/ \
                http://alex.bmg.gv.at/programs/
@@ -13,6 +13,7 @@

 BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel

+USE_GCC=       yes
 USE_GMAKE=     yes
 HAS_CONFIGURE= yes



>Release-Note:
>Audit-Trail:
>Unformatted:



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