Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2006 11:44:53 -0500 (EST)
From:      Thomas Abthorpe <thomas@goodking.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        fenner@FreeBSD.org, thomas@goodking.ca
Subject:   ports/105151: [PATCH] mbone/rtpmon: unbreak on 5.X and higher
Message-ID:  <200611041644.kA4Girhx070452@goodking.goodking.ca>
Resent-Message-ID: <200611041753.kA4HrfAt018745@freefall.freebsd.org>

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

>Number:         105151
>Category:       ports
>Synopsis:       [PATCH] mbone/rtpmon: unbreak on 5.X and higher
>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:   Sat Nov 04 17:53:41 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Thomas Abthorpe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
GoodKing.Ca
>Environment:
System: FreeBSD goodking.goodking.ca 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Mon Oct  2 02:05:54 EDT
>Description:
- unbreak with USE_GCC=3.2
- November 2006 Bugathon

Port maintainer (fenner@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- rtpmon-1.0a7_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mbone/rtpmon/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	23 Jul 2006 23:38:15 -0000	1.25
+++ Makefile	4 Nov 2006 16:43:45 -0000
@@ -19,15 +19,12 @@
 USE_AUTOTOOLS=	autoconf:253:env
 GNU_CONFIGURE=	yes
 USE_X_PREFIX=	yes
+USE_GCC=	3.2
 MAN1=		rtpmon.1
 PLIST_FILES=	bin/rtpmon
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} >= 501000
-BROKEN=		Does not compile on FreeBSD > 5.0
-.endif
-
 pre-configure:
 	@cd ${WRKSRC}; ${CHMOD} +w configure; ${AUTOCONF}
 
--- rtpmon-1.0a7_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?200611041644.kA4Girhx070452>