Bug 79386 - patch multimedia/gstreamer-plugins: wrong variable substitution for slave plugin ports
Summary: patch multimedia/gstreamer-plugins: wrong variable substitution for slave plu...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Koop Mast
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 04:50 UTC by NIIMI Satoshi
Modified: 2005-12-19 10:48 UTC (History)
1 user (show)

See Also:


Attachments
gstreamer-plugins.diff (611 bytes, patch)
2005-03-31 04:50 UTC, NIIMI Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NIIMI Satoshi 2005-03-31 04:50:11 UTC
The variabel CONFIGURE_ARGS is not correctly substituted for
individual plugins, because of undefined variable ${p}.

How-To-Repeat: cd /usr/ports/devel/gstreamer-plugins-gconf/; make -V CONFIGURE_ARGS
=> flags for unnecessary plugins are '--enable'
cd /usr/ports/devel/gstreamer-plugins-gconf/; env p=XXX make -V CONFIGURE_ARGS
=> required flags for the plugin are still '--disable'
Comment 1 Koop Mast freebsd_committer freebsd_triage 2005-03-31 08:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kwm

grab
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2005-07-05 19:51:13 UTC
Responsible Changed
From-To: kwm->lioux

Reassign to maintainer.
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-10-03 04:27:09 UTC
Responsible Changed
From-To: lioux->kwm

Assign to new maintainer
Comment 4 Sam Lawrance freebsd_committer freebsd_triage 2005-12-19 10:47:26 UTC
State Changed
From-To: open->closed

Committed with tweaks for artsd and gnomevfs plugins.  Thanks!