Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2000 01:26:56 +0200 (CEST)
From:      holger@eit.uni-kl.de
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/22136: Update port: avifile to 0.50 (maintainer)
Message-ID:  <200010192326.BAA01147@sauerbruch.evk-koeln.de>

next in thread | raw e-mail | index | archive | help

>Number:         22136
>Category:       ports
>Synopsis:       Update port graphics/avifile to 0.50
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 19 16:30:00 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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