ports/182788: [maintainer-update][patch] net/tcpproxy needs gcc

Alexander Hausner alex at hugo.bmg.gv.at
Mon Oct 7 12:10:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list