ports/178451: [PATCH] net-mgmt/bgpq3: Fix building with GCC as fails with CLANG
Muhammad Moinur Rahman
5u623l20 at gmail.com
Thu May 9 13:00:01 UTC 2013
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list