Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2002 09:39:54 -0500 (EST)
From:      Mike Buchanon <buchanon@mlss15.cl.msu.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35537: gtk-1.3.13_1 won't build with new glib or atk librarys
Message-ID:  <200203041439.g24Edsm2041576@manetheren.cl.msu.edu>

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

>Number:         35537
>Category:       ports
>Synopsis:       gtk-1.3.13_1 won't build with new glib or atk librarys
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 04 06:40:00 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mike Buchanon
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD manetheren.cl.msu.edu 4.5-STABLE FreeBSD 4.5-STABLE #16: Mon Jan 28 12:56:53 EST 2002 root@manetheren.cl.msu.edu:/usr/obj/usr/src/sys/MANETHEREN i386


	
>Description:
	gtk-1.3.13 won't build on my system after I updated glib to 1.3.14
	and atk to 0.12.  The Make fails with cannot find glib-1.3.13 and/or
	cannot find atk.10
>How-To-Repeat:
	update glib and atk to newest version in ports and then try to make
	gtk-1.3.13.
>Fix:
	change the gtk-1.3.13 Makefile:


	was:


LIB_DEPENDS=	glib-1.3.13:${PORTSDIR}/devel/glib13 \
		atk.10:${PORTSDIR}/devel/atk \
		pango.0:${PORTSDIR}/x11-toolkits/pango \
		png.5:${PORTSDIR}/graphics/png \
		tiff.4:${PORTSDIR}/graphics/tiff \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		intl.1:${PORTSDIR}/devel/gettext

	should be:

LIB_DEPENDS=	glib-1.3.14:${PORTSDIR}/devel/glib13 \
		atk.12:${PORTSDIR}/devel/atk \
		pango.0:${PORTSDIR}/x11-toolkits/pango \
		png.5:${PORTSDIR}/graphics/png \
		tiff.4:${PORTSDIR}/graphics/tiff \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		intl.1:${PORTSDIR}/devel/gettext
>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?200203041439.g24Edsm2041576>