ports/126668: [patch] multimedia/ffmpeg - quick and dirty symbol build support

Fraser Tweedale frase at frase.id.au
Wed Aug 20 04:50:02 UTC 2008


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



More information about the freebsd-ports-bugs mailing list