Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2006 16:32:56 +0100
From:      "Andreas Kohn" <andreas@syndrom23.de>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/91601: [MAINTAINER-UPDATE] graphics/devil: try to fix build (gif support)
Message-ID:  <1136907176.93254@xentros.syndrom23.de>
Resent-Message-ID: <200601101540.k0AFe5OL008138@freefall.freebsd.org>

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

>Number:         91601
>Category:       ports
>Synopsis:       [MAINTAINER-UPDATE] graphics/devil: try to fix build (gif support)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 10 15:40:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andreas Kohn
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:


System: FreeBSD 7.0-CURRENT #8: Mon Dec  5 03:29:35 CET 2005
    root@xentros.syndrom23.de:/usr/obj/usr/src/sys/XENTROS



>Description:


devil fails to build, error message indicate that @LIBGIF@ is never replaced by config.status. 
I tried to build without any gif lib, and it worked here. Patch added to remove the single occurence of @LIBGIF@ in src-IL/src/Makefile.in

No portrev bump, port did not build before. 


>How-To-Repeat:





>Fix:


--- devil-gif.diff begins here ---
Index: files/patch-src-IL-src-Makefile.in
===================================================================
--- files/patch-src-IL-src-Makefile.in	(revision 0)
+++ files/patch-src-IL-src-Makefile.in	(revision 0)
@@ -0,0 +1,11 @@
+--- src-IL/src/Makefile.in.orig	Tue Jan 10 16:09:29 2006
++++ src-IL/src/Makefile.in	Tue Jan 10 16:09:45 2006
+@@ -312,7 +312,7 @@
+ 
+ AM_CFLAGS = @LIBIL_CFLAGS@
+ libIL_la_LDFLAGS = -no-undefined @VERSIONINFO@
+-libIL_la_LIBADD = @LIBPNG@ @LIBJPG@ @LIBTIFF@ @LIBGIF@ @LIBMNG@ @LIBLCMS@
++libIL_la_LIBADD = @LIBPNG@ @LIBJPG@ @LIBTIFF@ @LIBMNG@ @LIBLCMS@
+ INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src-IL/include
+ all: all-am
+ 
--- devil-gif.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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