ports/91601: [MAINTAINER-UPDATE] graphics/devil: try to fix build (gif support)

Andreas Kohn andreas at syndrom23.de
Tue Jan 10 15:40:06 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list