Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 20:22:38 -0500 (EST)
From:      haesu@towardex.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47181: geramik port slightly broken
Message-ID:  <200301180122.h0I1McZ6023615@builder.towardex.com>

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

>Number:         47181
>Category:       ports
>Synopsis:       geramik port slightly broken
>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:   Fri Jan 17 17:30:06 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     haesu
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
TowardEX technologies
>Environment:
System: FreeBSD builder.towardex.com 4.7-STABLE FreeBSD 4.7-STABLE #1: Thu Jan 2 02:10:19 EST 2003 root@builder.towardex.com:/usr/src/sys/compile/BIGDADDY i386

>Description:
	Add imlib to the USE_GNOME line. During the make process, a system
	that did not happen to have imblib installed, bombed out of the ./configure
	process. Looks like a dependency issue. Check http://bento.freebsd.org/errorlogs/alpha-4-latest/geramik-0.17_1.log
	for more info.

>How-To-Repeat:
	Try issuing make on the port while imlib is not installed on the system.
>Fix:
--- Makefile.old        Fri Jan 17 20:13:06 2003
+++ Makefile    Fri Jan 17 20:12:42 2003
@@ -19,7 +19,7 @@
 USE_LIBTOOL=   yes
 USE_X_PREFIX=  yes
 USE_GNOMENG=   yes
-USE_GNOME=     gtk12
+USE_GNOME=     gtk12 imlib
 USE_GMAKE=     yes
 
 .if exists(${X11BASE}/libdata/pkgconfig/gtk+-2.0.pc) || defined(WITH_GTK2)
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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