ports/53500: transcode port doesn't set configure environment properly

Carl Fongheiser kf0yn at mchsi.com
Thu Jun 19 15:50:15 UTC 2003


>Number:         53500
>Category:       ports
>Synopsis:       transcode port doesn't set configure environment properly
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 19 08:50:12 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Carl Fongheiser
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
n/a
>Environment:
System: FreeBSD kf0yn.ampr.org 4.8-STABLE FreeBSD 4.8-STABLE #2: Thu Jun 5 07:01:56 CDT 2003 cmf at kf0yn.ampr.org:/usr/src/sys/compile/OSITOS i386


>Description:
	The transcode port doesn't install filter_subtitler when WITH_SUBRIP
        is defined, although it appears in the plist.  This occurs because
        the configure test for X11/Xaw/Simple.h fails in the preprocessor
        step, because the include paths aren't in the preprocessor flags.
>How-To-Repeat:
	Build the port with WITH_SUBRIP defined.
>Fix:
	The Makefile line reading:

CONFIGURE_ENV=  CFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \

	should read:

CONFIGURE_ENV=  CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \

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



More information about the freebsd-ports-bugs mailing list