Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 18:50:06 +0600 (BDT)
From:      Muhammad Moinur Rahman <5u623l20@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        snar@snar.spb.ru
Subject:   ports/178451: [PATCH] net-mgmt/bgpq3: Fix building with GCC as fails with CLANG
Message-ID:  <201305091250.r49Co6IZ008956@bofh.1asiacom.net>
Resent-Message-ID: <201305091300.r49D00Bo040539@freefall.freebsd.org>

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

>Number:         178451
>Category:       ports
>Synopsis:       [PATCH] net-mgmt/bgpq3: Fix building with GCC as fails with CLANG
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 09 13:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Muhammad Moinur Rahman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD bofh.1asiacom.net 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r249422: Sat Apr 27 03:47:21 BDT
>Description:
[DESCRIBE CHANGES]
- Fix building with GCC as fails with CLANG

For Committer's reference : 
http://tb.s.ubze.ro//logs/10-CURRENT-i386-clang/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/10-CURRENT-i386-gcc/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/10-CURRENT-amd64-clang/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/10-CURRENT-amd64-gcc/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/9-STABLE-i386-gcc/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/9-STABLE-amd64-gcc/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/8-STABLE-i386/bgpq3-0.1.18.log
http://tb.s.ubze.ro//logs/8-STABLE-amd64/bgpq3-0.1.18.log

Port maintainer (snar@snar.spb.ru) is cc'd.

Generated with FreeBSD Port Tools 0.99_7 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:

--- bgpq3-0.1.18_1.patch begins here ---
diff -ruN /usr/ports//net-mgmt/bgpq3/Makefile ./Makefile
--- /usr/ports//net-mgmt/bgpq3/Makefile	2013-01-13 01:20:53.000000000 +0600
+++ ./Makefile	2013-05-09 18:47:24.000000000 +0600
@@ -1,8 +1,9 @@
 # Created by: Alexandre Snarskii <snar@snar.spb.ru>
-# $FreeBSD: ports/net-mgmt/bgpq3/Makefile,v 1.6 2013/01/12 19:20:53 svnexp Exp $
+# $FreeBSD$
 
 PORTNAME=	bgpq3
 PORTVERSION=	0.1.18
+PORTREVISION=	1
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://snar.spb.ru/prog/bgpq3/
 EXTRACT_SUFX=	.tgz
@@ -13,6 +14,7 @@
 MAN8=		bgpq3.8
 PLIST_FILES=	bin/bgpq3
 HAS_CONFIGURE=	yes
+USE_GCC=	any
 
 CONFIGURE_ARGS+=--prefix=${PREFIX}
 
--- bgpq3-0.1.18_1.patch ends here ---

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



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