Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 10:43:23 -0500 (CDT)
From:      Carl Fongheiser <kf0yn@mchsi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/53500: transcode port doesn't set configure environment properly
Message-ID:  <200306191543.h5JFhNgV076520@kf0yn.ampr.org>
Resent-Message-ID: <200306191550.h5JFoDvw087708@freefall.freebsd.org>

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

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



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