From lwhsu@lwbsd.cs.nctu.edu.tw  Wed Feb 18 09:41:18 2009
Return-Path: <lwhsu@lwbsd.cs.nctu.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id F1DC1106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2009 09:41:18 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.cs.nctu.edu.tw)
Received: from lwbsd.cs.nctu.edu.tw (lwbsd.cs.nctu.edu.tw [140.113.17.197])
	by mx1.freebsd.org (Postfix) with ESMTP id 96D9E8FC0C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 18 Feb 2009 09:41:18 +0000 (UTC)
	(envelope-from lwhsu@lwbsd.cs.nctu.edu.tw)
Received: from lwbsd.cs.nctu.edu.tw (localhost [127.0.0.1])
	by lwbsd.cs.nctu.edu.tw (Postfix) with ESMTP id 5131E313D30;
	Wed, 18 Feb 2009 17:22:01 +0800 (CST)
Received: (from lwhsu@localhost)
	by lwbsd.cs.nctu.edu.tw (8.14.3/8.14.3/Submit) id n1I9M0ot061444;
	Wed, 18 Feb 2009 17:22:00 +0800 (CST)
	(envelope-from lwhsu)
Message-Id: <200902180922.n1I9M0ot061444@lwbsd.cs.nctu.edu.tw>
Date: Wed, 18 Feb 2009 17:22:00 +0800 (CST)
From: Li-Wen Hsu <lwhsu@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: pvizeli@yahoo.de
Subject: [PATCH] multimedia/gpac-mp4box: update to 0.4.5
X-Send-Pr-Version: 3.113
X-GNATS-Notify: pvizeli@yahoo.de

>Number:         131811
>Category:       ports
>Synopsis:       [PATCH] multimedia/gpac-mp4box: update to 0.4.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lwhsu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 09:50:03 UTC 2009
>Closed-Date:    Wed Feb 18 10:19:26 UTC 2009
>Last-Modified:  Fri Feb 20 09:10:01 UTC 2009
>Originator:     Li-Wen Hsu
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD lwbsd.cs.nctu.edu.tw 8.0-CURRENT FreeBSD 8.0-CURRENT #0 r188476M: Wed Feb 11 15:11:41 CST
>Description:
- Update to 0.4.5

Port maintainer (pvizeli@yahoo.de) is cc'd.

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

--- gpac-mp4box-0.4.5.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpac-mp4box/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	29 Jul 2007 00:24:53 -0000	1.3
+++ Makefile	18 Feb 2009 09:22:14 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	mp4box
-DISTVERSION=	0.4.4
+DISTVERSION=	0.4.5
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gpac
@@ -21,4 +21,7 @@
 WRKSRC=		${WRKDIR}/gpac/applications/mp4box
 PLIST_FILES=	bin/mp4box
 
+pre-patch:
+	${RM} -f ${WRKSRC}/Makefile
+
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpac-mp4box/distinfo,v
retrieving revision 1.2
diff -u -u -r1.2 distinfo
--- distinfo	29 Jul 2007 00:24:53 -0000	1.2
+++ distinfo	18 Feb 2009 09:22:14 -0000
@@ -1,3 +1,3 @@
-MD5 (gpac-0.4.4.tar.gz) = a5cb48ab85e9914d127fd8799b4b2e56
-SHA256 (gpac-0.4.4.tar.gz) = 30417b233eaada0a467e47f852383897ad6f96327fed3defbb3dc3660b934704
-SIZE (gpac-0.4.4.tar.gz) = 4375687
+MD5 (gpac-0.4.5.tar.gz) = 755e8c438a48ebdb13525dd491f5b0d1
+SHA256 (gpac-0.4.5.tar.gz) = f4039763ebec6630dc38e5e030c6573b47ced28fd009770c2e0e18b087753671
+SIZE (gpac-0.4.5.tar.gz) = 4269054
Index: files/patch-Makefile
===================================================================
RCS file: /home/ncvs/ports/multimedia/gpac-mp4box/files/patch-Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 patch-Makefile
--- files/patch-Makefile	6 Feb 2007 12:33:43 -0000	1.1
+++ files/patch-Makefile	18 Feb 2009 09:22:14 -0000
@@ -1,79 +1,6 @@
---- Makefile.orig	Wed May 24 11:52:53 2006
-+++ Makefile	Sun Feb  4 17:09:48 2007
-@@ -1,73 +1,16 @@
--include ../../config.mak
--
--vpath %.c $(SRC_PATH)/applications/mp4box
--
--CFLAGS= $(OPTFLAGS) -Wall -I$(SRC_PATH)/include
--
--ifeq ($(DEBUGBUILD), yes)
--CFLAGS+=-g
--LDFLAGS+=-g
--endif
--
--ifeq ($(GPROFBUILD), yes)
--CFLAGS+=-pg
--LDFLAGS+=-pg
--endif
--
--#file format is read-only
--ifeq ($(GPACREADONLY), yes)
--CFLAGS+= -DGPAC_READ_ONLY
--endif
--
--ifeq ($(DISABLE_SVG), yes)
--CFLAGS+=-DGPAC_DISABLE_SVG
--endif
--
--#common obj
--OBJS= main.o filedump.o fileimport.o
--
--LINKFLAGS=-L../../bin/gcc
--ifeq ($(CONFIG_WIN32),yes)
--EXE=.exe
--PROG=MP4Box$(EXE)
--#LINKFLAGS+=-lgpac_static -lz $(EXTRALIBS)
--LINKFLAGS+=-lgpac
--else
--EXT=
--PROG=MP4Box
--#LINKFLAGS+=-lgpac_static $(EXTRALIBS) $(GPAC_SH_FLAGS) -lz
--LINKFLAGS+=-lgpac -lz
--endif
--
--
--SRCS := $(OBJS:.o=.c) 
--
--all: $(PROG)
--
--$(PROG): $(OBJS)
--	$(CC) $(LDFLAGS) -o ../../bin/gcc/$@ $(OBJS) $(LINKFLAGS)
--
--
--%.o: %.c
--	$(CC) $(CFLAGS) -c -o $@ $< 
--
--
--clean: 
--	rm -f $(OBJS) ../../bin/gcc/$(PROG)
--
--dep: depend
--
--depend:
--	rm -f .depend	
--	$(CC) -MM $(CFLAGS) $(SRCS) 1>.depend
--
--distclean: clean
--	rm -f Makefile.bak .depend
--
--
--
--# include dependency files if they exist
--#
--ifneq ($(wildcard .depend),)
--include .depend
--endif
+--- /dev/null	2009-02-18 17:15:01.000000000 +0800
++++ Makefile	2009-02-18 17:15:16.760428054 +0800
+@@ -0,0 +1,16 @@
 +# FreeBSD Version
 +CC?=		gcc
 +CFLAGS?=	-Wall -O3 -pipe
--- gpac-mp4box-0.4.5.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Feb 18 09:50:12 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131811 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Feb 18 09:50:16 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: pvizeli@yahoo.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/131811: [PATCH] multimedia/gpac-mp4box: update to 0.4.5
Date: Wed, 18 Feb 2009 09:50:14 UT

 Maintainer of multimedia/gpac-mp4box,
 
 Please note that PR ports/131811 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131811
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: lwhsu 
State-Changed-When: Wed Feb 18 10:19:25 UTC 2009 
State-Changed-Why:  
Duplicated with ports/131810. 

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

From: Pascal Vizeli <pvizeli@yahoo.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131811: [PATCH] multimedia/gpac-mp4box: update to 0.4.5
Date: Fri, 20 Feb 2009 08:28:14 +0100

 --tThc/1wpZn/ma/RB
 Content-Type: text/plain; charset=iso-8859-15
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 Hi
 
 The patch is working on my computer.
 I have seen a problem with amd64, but I didn't have a amd64 machine, can
 someone test it on amd64 and send me a log if the build prozess going
 false?
 
 greets
 Pascal
 
 On [Wed, 18.02.2009 09:50], Edwin Groothuis wrote:
 > Maintainer of multimedia/gpac-mp4box,
 >=20
 > Please note that PR ports/131811 has just been submitted.
 >=20
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >=20
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/131811
 >=20
 > --=20
 > Edwin Groothuis via the GNATS Auto Assign Tool
 > edwin@FreeBSD.org
 
 --tThc/1wpZn/ma/RB
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.9 (FreeBSD)
 
 iEYEARECAAYFAkmeW40ACgkQ8LME6TfLzwtFlQCggbPBmwsQ2MnMQjhpUJGX+14c
 dsQAmQH8tbJC4C5vTZu82hqRRChbvVOy
 =hZaD
 -----END PGP SIGNATURE-----
 
 --tThc/1wpZn/ma/RB--
 

From: Li-Wen Hsu <lwhsu@FreeBSD.org>
To: Pascal Vizeli <pvizeli@yahoo.de>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/131811: [PATCH] multimedia/gpac-mp4box: update to 0.4.5
Date: Fri, 20 Feb 2009 16:49:30 +0800

 That's OK, my test was on amd64 box.  Thanks for your approval!
 
 On Fri, Feb 20, 2009 at 08:30:03 +0000, Pascal Vizeli wrote:
 > The following reply was made to PR ports/131811; it has been noted by GNATS.
 > 
 > From: Pascal Vizeli <pvizeli@yahoo.de>
 > To: bug-followup@FreeBSD.org
 > Cc:  
 > Subject: Re: ports/131811: [PATCH] multimedia/gpac-mp4box: update to 0.4.5
 > Date: Fri, 20 Feb 2009 08:28:14 +0100
 > 
 >  --tThc/1wpZn/ma/RB
 >  Content-Type: text/plain; charset=iso-8859-15
 >  Content-Disposition: inline
 >  Content-Transfer-Encoding: quoted-printable
 >  
 >  Hi
 >  
 >  The patch is working on my computer.
 >  I have seen a problem with amd64, but I didn't have a amd64 machine, can
 >  someone test it on amd64 and send me a log if the build prozess going
 >  false?
 >  
 >  greets
 >  Pascal
 >  
 >  On [Wed, 18.02.2009 09:50], Edwin Groothuis wrote:
 >  > Maintainer of multimedia/gpac-mp4box,
 >  >=20
 >  > Please note that PR ports/131811 has just been submitted.
 >  >=20
 >  > If it contains a patch for an upgrade, an enhancement or a bug fix
 >  > you agree on, reply to this email stating that you approve the patch
 >  > and a committer will take care of it.
 >  >=20
 >  > The full text of the PR can be found at:
 >  >     http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/131811
 >  >=20
 >  > --=20
 >  > Edwin Groothuis via the GNATS Auto Assign Tool
 >  > edwin@FreeBSD.org
 >  
 >  --tThc/1wpZn/ma/RB
 >  Content-Type: application/pgp-signature
 >  Content-Disposition: inline
 >  
 >  -----BEGIN PGP SIGNATURE-----
 >  Version: GnuPG v2.0.9 (FreeBSD)
 >  
 >  iEYEARECAAYFAkmeW40ACgkQ8LME6TfLzwtFlQCggbPBmwsQ2MnMQjhpUJGX+14c
 >  dsQAmQH8tbJC4C5vTZu82hqRRChbvVOy
 >  =hZaD
 >  -----END PGP SIGNATURE-----
 >  
 >  --tThc/1wpZn/ma/RB--
 >  
 
 -- 
 Li-Wen Hsu <lwhsu AT FreeBSD.org>
 http://lwhsu.org
>Unformatted:
