Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2008 14:18:59 +1000 (EST)
From:      Fraser Tweedale <frase@frase.id.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126668: [patch] multimedia/ffmpeg - quick and dirty symbol build support
Message-ID:  <200808200418.m7K4Ix54012081@bacardi.frase.id.au>
Resent-Message-ID: <200808200450.m7K4o1ce055170@freefall.freebsd.org>

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

>Number:         126668
>Category:       ports
>Synopsis:       [patch] multimedia/ffmpeg - quick and dirty symbol build support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 20 04:50:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Fraser Tweedale
>Release:        FreeBSD 7.0-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD bacardi 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #36: Fri Aug 1 20:38:37 EST 2008 Fraser@bacardi:/usr/obj/usr/src/sys/BACARDI i386


	
>Description:
Quick and dirty symbol build support - I don't think this warrants a 
portversion bump, but maintainer may disagree.

Consider also the --disable-optimizations configure arg.  I don't really care
either way; I just want symbols :)

>How-To-Repeat:
	
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/ffmpeg/Makefile,v
retrieving revision 1.88
diff -r1.88 Makefile
69d68
< 		--disable-debug \
98a98,105
> ## debug build support
> .if (defined(WITH_DEBUG))
> CONFIGURE_ARGS+=	--enable-debug \
> 			--disable-stripping
> .else
> CONFIGURE_ARGS+=	--disable-debug
> .endif
> 
>Release-Note:
>Audit-Trail:
>Unformatted:



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