- Update to 0.8.6 Port maintainer (lioux@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63
> -MASTER_SITES= ${MASTER_SITE_GNOME} \ > +MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ > + ${MASTER_SITE_GNOME} \ > http://gstreamer.freedesktop.org/src/gstreamer/pre/ > -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 > +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION} Just remove the pre/. in the freedesktop url. Thats something I forgot to remove when testing a pre-release. > USE_GNOME= gnomehack \ > gnomeprefix \ > glib20 \ > - pkgconfig \ > libxml2 > USE_LIBTOOL_VER=15 Why are you removing pkgconfig? I just checked but gstreamer doesn't want to build without it. Koop
On Oct 5, 2004, at 1:50 PM, Koop Mast wrote: > >> -MASTER_SITES= ${MASTER_SITE_GNOME} \ >> +MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ >> + ${MASTER_SITE_GNOME} \ >> http://gstreamer.freedesktop.org/src/gstreamer/pre/ >> -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 >> +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION} > > Just remove the pre/. in the freedesktop url. Thats something I forgot > to remove when testing a pre-release. > >> USE_GNOME= gnomehack \ >> gnomeprefix \ >> glib20 \ >> - pkgconfig \ >> libxml2 >> USE_LIBTOOL_VER=15 > > Why are you removing pkgconfig? I just checked but gstreamer doesn't > want to build without it. libxml2 calls for pkgconfig That should be enough, right? > Koop Cheers, Michael
Responsible Changed From-To: freebsd-ports-bugs->lioux Over to the maintainer.
Op di, 05-10-2004 te 13:57 -0400, schreef Michael Johnson: > On Oct 5, 2004, at 1:50 PM, Koop Mast wrote: > > > > >> -MASTER_SITES= ${MASTER_SITE_GNOME} \ > >> +MASTER_SITES= http://gstreamer.freedesktop.org/src/gstreamer/ \ > >> + ${MASTER_SITE_GNOME} \ > >> http://gstreamer.freedesktop.org/src/gstreamer/pre/ > >> -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8 > >> +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${GST_VERSION} > > > > Just remove the pre/. in the freedesktop url. Thats something I forgot > > to remove when testing a pre-release. > > > >> USE_GNOME= gnomehack \ > >> gnomeprefix \ > >> glib20 \ > >> - pkgconfig \ > >> libxml2 > >> USE_LIBTOOL_VER=15 > > > > Why are you removing pkgconfig? I just checked but gstreamer doesn't > > want to build without it. > > libxml2 calls for pkgconfig > That should be enough, right? I didn't notice that, sorry. I should check if I'm awake before sending mail. Sorry for the noise. Koop > > Koop > > > Cheers, > Michael >
State Changed From-To: open->closed Committed, thanks!