From ahze@blueheron.ahze.net  Tue Oct  5 17:34:06 2004
Return-Path: <ahze@blueheron.ahze.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id 7049D16A4CE; Tue,  5 Oct 2004 17:34:06 +0000 (GMT)
Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id B732E43D31; Tue,  5 Oct 2004 17:34:05 +0000 (GMT)
	(envelope-from ahze@blueheron.ahze.net)
Received: from blueheron.ahze.net ([68.209.163.3])
          by imf20aec.mail.bellsouth.net
          (InterMail vM.5.01.06.11 201-253-122-130-111-20040605) with ESMTP
          id <20041005173355.ZMPO1719.imf20aec.mail.bellsouth.net@blueheron.ahze.net>;
          Tue, 5 Oct 2004 13:33:55 -0400
Received: (from root@localhost)
	by blueheron.ahze.net (8.13.1/8.13.1/Submit) id i95HXtOr028134;
	Tue, 5 Oct 2004 13:33:55 -0400 (EDT)
	(envelope-from ahze)
Message-Id: <200410051733.i95HXtOr028134@blueheron.ahze.net>
Date: Tue, 5 Oct 2004 13:33:55 -0400 (EDT)
From: Michael Johnson <ahze@ahze.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: lioux@freebsd.org
Subject: [PATCH] multimedia/gstreamer: update to 0.8.6
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72362
>Category:       ports
>Synopsis:       [PATCH] multimedia/gstreamer: update to 0.8.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 05 17:40:28 GMT 2004
>Closed-Date:    Tue Oct 12 01:31:08 GMT 2004
>Last-Modified:  Tue Oct 12 01:31:08 GMT 2004
>Originator:     Michael Johnson
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD blueheron.ahze.net 5.3-BETA6 FreeBSD 5.3-BETA6 #67: Fri Oct  1 15:03:41 EDT
>Description:
- Update to 0.8.6

Port maintainer (lioux@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- gstreamer-0.8.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gstreamer/Makefile,v
retrieving revision 1.27
diff -u -r1.27 Makefile
--- Makefile	16 Aug 2004 21:21:59 -0000	1.27
+++ Makefile	5 Oct 2004 17:32:17 -0000
@@ -6,11 +6,12 @@
 #
 
 PORTNAME=	gstreamer
-PORTVERSION=	0.8.5
+PORTVERSION=	0.8.6
 CATEGORIES=	multimedia
-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}
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	lioux@FreeBSD.org
@@ -28,13 +29,11 @@
 USE_GNOME=	gnomehack \
 		gnomeprefix \
 		glib20 \
-		pkgconfig \
 		libxml2
 USE_LIBTOOL_VER=15
-CONFIGURE_ARGS= --disable-tests \
+CONFIGURE_ARGS=	--disable-tests \
 		--disable-failing-tests
-CONFIGURE_ENV=	PKG_CONFIG=${PKG_CONFIG} \
-		CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 PLIST_SUB=	\
 		VERSION="${GST_VERSION}" \
@@ -48,7 +47,6 @@
 	gst-register-${GST_VERSION}.1 gst-typefind-${GST_VERSION}.1 \
 	gst-xmllaunch-${GST_VERSION}.1 gst-xmlinspect-${GST_VERSION}.1
 
-PKG_CONFIG?="${LOCALBASE}/bin/pkg-config"
 GST_VERSION=${PORTVERSION:C/..$//}
 
 # library minor number
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/multimedia/gstreamer/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	16 Aug 2004 21:21:59 -0000	1.14
+++ distinfo	5 Oct 2004 17:09:30 -0000
@@ -1,2 +1,2 @@
-MD5 (gnome2/gstreamer-0.8.5.tar.bz2) = 4e4629a9ecbeee423ce83a56be160000
-SIZE (gnome2/gstreamer-0.8.5.tar.bz2) = 1385864
+MD5 (gnome2/gstreamer-0.8.6.tar.bz2) = 99a00c09cb50be87a82ec678277a8675
+SIZE (gnome2/gstreamer-0.8.6.tar.bz2) = 1385656
--- gstreamer-0.8.6.patch ends here ---

>Release-Note:
>Audit-Trail:

From: Koop Mast <kwm@FreeBSD.org>
To: Michael Johnson <ahze@ahze.net>
Cc: FreeBSD-gnats-submit@FreeBSD.org, lioux@FreeBSD.org
Subject: Re: ports/72362: [PATCH] multimedia/gstreamer: update to 0.8.6
Date: Tue, 05 Oct 2004 19:50:06 +0200

 --=-8rtulp5G+wMMBRYngZbP
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 
 > -MASTER_SITES=3D	${MASTER_SITE_GNOME} \
 > +MASTER_SITES=3D	http://gstreamer.freedesktop.org/src/gstreamer/ \
 > +		${MASTER_SITE_GNOME} \
 >  		http://gstreamer.freedesktop.org/src/gstreamer/pre/
 > -MASTER_SITE_SUBDIR=3D	sources/${PORTNAME}/0.8
 > +MASTER_SITE_SUBDIR=3D	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=3D	gnomehack \
 >  		gnomeprefix \
 >  		glib20 \
 > -		pkgconfig \
 >  		libxml2
 >  USE_LIBTOOL_VER=3D15
 
 Why are you removing pkgconfig? I just checked but gstreamer doesn't
 want to build without it.
 
 Koop
 
 --=-8rtulp5G+wMMBRYngZbP
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: Dit berichtdeel is digitaal ondertekend
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQBBYt7OaHm3zflUJtoRAuMOAKCFTXjsK8I3LJpHiP3Jb16Wjl/R6wCeOtSA
 tSq0zXhCLBZujVwbAEQOigo=
 =RUps
 -----END PGP SIGNATURE-----
 
 --=-8rtulp5G+wMMBRYngZbP--
 

From: Michael Johnson <ahze@ahze.net>
To: Koop Mast <kwm@FreeBSD.org>
Cc: lioux@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/72362: [PATCH] multimedia/gstreamer: update to 0.8.6
Date: Tue, 5 Oct 2004 13:57:11 -0400

 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 
Responsible-Changed-By: sergei 
Responsible-Changed-When: Wed Oct 6 06:47:47 GMT 2004 
Responsible-Changed-Why:  
Over to the maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72362 

From: Koop Mast <kwm@FreeBSD.org>
To: Michael Johnson <ahze@ahze.net>
Cc: lioux@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/72362: [PATCH] multimedia/gstreamer: update to 0.8.6
Date: Wed, 06 Oct 2004 09:47:23 +0200

 --=-LairrRS41WvO50vUtf0K
 Content-Type: text/plain
 Content-Transfer-Encoding: quoted-printable
 
 Op di, 05-10-2004 te 13:57 -0400, schreef Michael Johnson:
 > On Oct 5, 2004, at 1:50 PM, Koop Mast wrote:
 >=20
 > >
 > >> -MASTER_SITES=3D	${MASTER_SITE_GNOME} \
 > >> +MASTER_SITES=3D	http://gstreamer.freedesktop.org/src/gstreamer/ \
 > >> +		${MASTER_SITE_GNOME} \
 > >>  		http://gstreamer.freedesktop.org/src/gstreamer/pre/
 > >> -MASTER_SITE_SUBDIR=3D	sources/${PORTNAME}/0.8
 > >> +MASTER_SITE_SUBDIR=3D	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=3D	gnomehack \
 > >>  		gnomeprefix \
 > >>  		glib20 \
 > >> -		pkgconfig \
 > >>  		libxml2
 > >>  USE_LIBTOOL_VER=3D15
 > >
 > > Why are you removing pkgconfig? I just checked but gstreamer doesn't
 > > want to build without it.
 >=20
 > 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
 >=20
 >=20
 > Cheers,
 > Michael
 >=20
 
 --=-LairrRS41WvO50vUtf0K
 Content-Type: application/pgp-signature; name=signature.asc
 Content-Description: Dit berichtdeel is digitaal ondertekend
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQBBY6MLaHm3zflUJtoRAi4cAJ4ivrOUqkeDjMKzuvfNC6yH9rQdeQCeLtpE
 4hvgbFwa81Uy9IMPUuK9XDw=
 =GC28
 -----END PGP SIGNATURE-----
 
 --=-LairrRS41WvO50vUtf0K--
 
State-Changed-From-To: open->closed 
State-Changed-By: marcus 
State-Changed-When: Tue Oct 12 01:30:55 GMT 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72362 
>Unformatted:
