From lamm@sauerbruch.evk-koeln.de  Thu Oct 19 16:27:01 2000
Return-Path: <lamm@sauerbruch.evk-koeln.de>
Received: from grisu.evk-koeln.de (grisu.evk-koeln.de [194.77.188.194])
	by hub.freebsd.org (Postfix) with ESMTP id 223F337B4C5
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 19 Oct 2000 16:27:00 -0700 (PDT)
Received: from sauerbruch.evk-koeln.de([139.64.201.254]) (2679 bytes) by grisu.evk-koeln.de
	via sendmail with P:esmtp/R:inet_hosts/T:smtp
	(sender: <lamm@sauerbruch.evk-koeln.de>) 
	id <m13mP5M-000tlGC@grisu.evk-koeln.de>
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Oct 2000 01:26:56 +0200 (CEST)
	(Smail-3.2.0.111 2000-Feb-17 #1 built 2000-Mar-14)
Received: (from lamm@localhost)
	by sauerbruch.evk-koeln.de (8.9.3/8.9.3) id BAA01147;
	Fri, 20 Oct 2000 01:26:56 +0200 (CEST)
	(envelope-from lamm)
Message-Id: <200010192326.BAA01147@sauerbruch.evk-koeln.de>
Date: Fri, 20 Oct 2000 01:26:56 +0200 (CEST)
From: holger@eit.uni-kl.de
Sender: lamm@sauerbruch.evk-koeln.de
Reply-To:
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update port: avifile to 0.50 (maintainer)
X-Send-Pr-Version: 3.2

>Number:         22136
>Category:       ports
>Synopsis:       Update port graphics/avifile to 0.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lioux
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 19 16:30:00 PDT 2000
>Closed-Date:    Fri Oct 20 08:18:37 PDT 2000
>Last-Modified:  Fri Oct 20 08:19:08 PDT 2000
>Originator:     Holger Lamm
>Release:        FreeBSD 4.1-RELEASE i386
>Organization:
>Environment:
FreeBSD sauerbruch.evk-koeln.de 4.1-RELEASE FreeBSD 4.1-RELEASE
>Description:

No problems. One new file:
files/patch-ae

>How-To-Repeat:


>Fix:

diff -Nur avifile.orig/Makefile avifile/Makefile
--- avifile.orig/Makefile	Mon Oct  9 17:52:16 2000
+++ avifile/Makefile	Fri Oct 20 01:15:31 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	avifile
-PORTVERSION=	0.49
+PORTVERSION=	0.50
 CATEGORIES=	graphics
 MASTER_SITES=	http://ernie.eit.uni-kl.de/avifile/ \
 		http://divx.euro.ru/ \
@@ -27,6 +27,7 @@
 USE_QT2=	yes
 USE_XLIB=	yes
 USE_GMAKE=	yes
+USE_AUTOCONF=	yes
 INSTALLS_SHLIB=	yes
 
 HAS_CONFIGURE=	yes
diff -Nur avifile.orig/distinfo avifile/distinfo
--- avifile.orig/distinfo	Mon Oct  9 17:52:16 2000
+++ avifile/distinfo	Fri Oct 20 01:15:31 2000
@@ -1,2 +1,2 @@
-MD5 (avifile-0.49.tar.gz) = 96115ac6436b16109ce0c8d65ad3e915
+MD5 (avifile-0.50.tar.gz) = 9c32bd25575de032ce4a4fae5bf596e2
 MD5 (binaries-000918.zip) = 2b59bf068c7508ad071fa9aca58cd1e7
diff -Nur avifile.orig/files/patch-ae avifile/files/patch-ae
--- avifile.orig/files/patch-ae	Thu Jan  1 01:00:00 1970
+++ avifile/files/patch-ae	Fri Oct 20 01:15:31 2000
@@ -0,0 +1,24 @@
+--- aclocal.m4.orig	Thu Oct 19 22:48:29 2000
++++ aclocal.m4	Thu Oct 19 22:49:17 2000
+@@ -552,8 +552,8 @@
+  LDFLAGS="-L$qt_libdir $X_LDFLAGS"
+ 
+  if test "$qt_libdir" ; then
+-  ac_QT_NAME=-lqt
+-  AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
++  ac_QT_NAME=-lqt2
++dnl  AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
+  fi;
+  LIBS="$LIBS $ac_QT_NAME -lXext -lX11 $LIBSOCKET"
+ 
+@@ -592,8 +592,8 @@
+  ])
+ else
+   have_qt="yes"
+-  ac_QT_NAME=-lqt
+-  AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
++  ac_QT_NAME=-lqt2
++dnl  AC_CHECK_LIB(qt-mt, main,ac_QT_NAME=-lqt-mt)
+   LIBS="$LIBS $ac_QT_NAME -lXext -lX11 $LIBSOCKET"
+ fi
+ 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->lioux 
Responsible-Changed-By: lioux 
Responsible-Changed-When: Thu Oct 19 19:43:28 PDT 2000 
Responsible-Changed-Why:  
I'll handle this. 

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

From: "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
To: Holger Lamm <holger@eit.uni-kl.de>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/22136
Date: Fri, 20 Oct 2000 01:37:00 -0200

 	Would you mind my holding this for another day?
 	I am trying to get qt22 to compile with thread
 support.
 	I just added a simple configure statement -thread
 to qt22 Makefile. It compiled fine but I am no qt
 expert. Therefore, I am contacting Will Andrews
 (FreeBSD' qt master) to see if it works. If it does,
 I'll submit it with thread support.
 	Though your impression seems correct. I can't
 seem to find where it would use qt2-mt libs.
 
 	Regards,
 
 -- 
 Mario S. F. Ferreira - UnB - Brazil - "I guess this is a signature."
 lioux at ( freebsd dot org | linf dot unb dot br )
 flames to beloved devnull@someotherworldbeloworabove.org
 

From: Holger Lamm <holger@eit.uni-kl.de>
To: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/22136
Date: Fri, 20 Oct 2000 08:42:19 +0200 (MEST)

 On Fri, 20 Oct 2000, Mario Sergio Fujikawa Ferreira wrote:
 
 > 	Would you mind my holding this for another day?
 > 	I am trying to get qt22 to compile with thread
 > support.
 > 	I just added a simple configure statement -thread
 > to qt22 Makefile. 
 I did so as well.
 
 > It compiled fine but I am no qt
 > expert. Therefore, I am contacting Will Andrews
 Add lib/libqt2-mt.so and lib/libqt2-mt.so.4 to pkg-plist, that's all.
 
 > (FreeBSD' qt master) to see if it works. If it does,
 > I'll submit it with thread support.
 Good idea, but I dumped the idea because it is unnecessary for avifile.
 
 > 	Though your impression seems correct. I can't
 > seem to find where it would use qt2-mt libs.
 
 Thats why I commented out the test for qt-mt. It is unnecessary.
  
 Holger
 
 
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Fri Oct 20 08:18:37 PDT 2000 
State-Changed-Why:  
Committed thanks! 

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