Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Jun 2007 12:44:54 -0700 (PDT)
From:      jon@jackson-spencer.ca
To:        freebsd-ports@freebsd.org
Subject:   Bad update to bsd.gstreamer.mk
Message-ID:  <47549.159.153.138.73.1180813494.squirrel@www.jackson-spencer.ca>

next in thread | raw e-mail | index | archive | help
It looks like there was a small error introduced when gstreamer 0.8.0
was retired.  At line 72 of bsd.gstreamer.mk this line was removed:

yes_GST_PREFIX=         # empty

This causes the dependency line to be incorrect for ports that say

USE_GSTREAMER=yes

In their Makefiles.  In case that isn't clear, here's a patch:

--- bsd.gstreamer.mk-old        Sat Jun  2 12:44:11 2007
+++ bsd.gstreamer.mk    Sat Jun  2 12:36:48 2007
@@ -69,6 +69,7 @@

 yes_DEPENDS=   multimedia/gstreamer-plugins
 yes_NAME=      gstreamer-plugins
+yes_GST_PREFIX=                # empty

 cdio_DEPENDS=  sysutils/gstreamer-plugins-cdio





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