From owner-freebsd-ports Mon Dec 10 13:41:24 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 059EB37B639 for ; Mon, 10 Dec 2001 13:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBALe0b41565; Mon, 10 Dec 2001 13:40:00 -0800 (PST) (envelope-from gnats) Received: from mail.uni-kl.de (mail.uni-kl.de [131.246.137.52]) by hub.freebsd.org (Postfix) with ESMTP id 5358D37B625 for ; Mon, 10 Dec 2001 13:38:07 -0800 (PST) Received: from postamt.eit.uni-kl.de (postamt.eit.uni-kl.de [131.246.73.100]) by mail.uni-kl.de (8.10.2+Sun/8.11.5) with ESMTP id fBALc5F08530 for ; Mon, 10 Dec 2001 22:38:05 +0100 (MET) Received: from ernie.eit.uni-kl.de (fs.eit.uni-kl.de [131.246.12.176]) by postamt.eit.uni-kl.de (8.9.3/8.9.3) with ESMTP id WAA12922 for ; Mon, 10 Dec 2001 22:38:06 +0100 Received: (from holger@localhost) by ernie.eit.uni-kl.de (8.10.2/8.10.2/SuSE Linux 8.10.0-0.3) id fBALc0a30029 for FreeBSD-gnats-submit@freebsd.org; Mon, 10 Dec 2001 22:38:00 +0100 Message-Id: <200112102138.fBALc0a30029@ernie.eit.uni-kl.de> Date: Mon, 10 Dec 2001 22:38:00 +0100 From: Holger Lamm To: FreeBSD-gnats-submit@freebsd.org Subject: ports/32682: Bugfix graphics/avifile Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 32682 >Category: ports >Synopsis: Bugfix graphics/avifile >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: Mon Dec 10 13:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: holger@eit.uni-kl.de >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD Trinity.garnix.de 4.4-STABLE FreeBSD 4.4-STABLE #6: Fri Oct 19 18:23:41 CEST 2001 root@Trinity.garnix.de:/usr/obj/usr/src/sys/TRINITY i386 >Description: The new autoconf/automake concepts makes compiling problems. Updated to use automake15 New file: - files/patch-libwin32loader >How-To-Repeat: >Fix: diff -Nur avifile/Makefile avifile.new/Makefile --- avifile/Makefile Tue Sep 25 18:22:31 2001 +++ avifile/Makefile Mon Dec 10 22:08:27 2001 @@ -28,8 +28,8 @@ INSTALLS_SHLIB= yes WRKSRC= ${WRKDIR}/${PORTNAME}-0.6 -USE_AUTOCONF= yes -USE_AUTOMAKE= yes +USE_AUTOCONF_VER=213 +USE_AUTOMAKE_VER=15 USE_LIBTOOL= yes LIBTOOLFILES= acinclude.m4 CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ diff -Nur avifile/files/patch-libwin32loader avifile.new/files/patch-libwin32loader --- avifile/files/patch-libwin32loader Thu Jan 1 01:00:00 1970 +++ avifile/files/patch-libwin32loader Mon Dec 10 22:04:27 2001 @@ -0,0 +1,13 @@ +--- plugins/libwin32/loader/Makefile.in.orig Mon Dec 10 22:03:16 2001 ++++ plugins/libwin32/loader/Makefile.in Mon Dec 10 21:51:23 2001 +@@ -534,8 +534,8 @@ + # so we eliminate .rel.text section from library + # it works this way too + # we actually don't need this line +-stubs.lo: stubs.s +- $(CC) -c $(srcdir)/stubs.s -o stubs.lo ++#stubs.lo: stubs.s ++# $(CC) -c $(srcdir)/stubs.s -o stubs.lo + + #win32.lo: win32.c + # $(CC) -O2 -fno-inline -fno-strict-aliasing $(DEFS) $(WINFLAGS) -c $< -o $@ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message