Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2000 21:09:56 +0200 (CEST)
From:      kaj@raditex.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19952: mail/gbuffy: dependency problem in gbuffy (faces)
Message-ID:  <200007151909.VAA34729@raditex.se>

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

>Number:         19952
>Category:       ports
>Synopsis:       mail/gbuffy: dependency problem in gbuffy (faces)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 15 12:10:04 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Rasmus Kaj
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Raditex AB
>Environment:

	Ports collection, as of today

>Description:

	The gbuffy port don't register a dependency of mail/faces, and
	indeed don't really need it. However, if mail/faces is
	installed when building gbuffy it will be used, and if building 
	a package that package will need mail/faces but wont have a
	correct dependency of it.

	I am the maintainer of the gbuffy port.

>How-To-Repeat:

	cd ${PORTSDIR}/mail/faces && make install
	cd ${PORTSDIR}/mail/gbuffy && make package
	cd ${PORTSDIR}/mail/faces && make deinstall
	Try to reinstall the gbuffy package

>Fix:
	
	Apply the following change to mail/gbuffy/Makefile

RCS file: /usr3/repository/ports/mail/gbuffy/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile    2000/06/01 16:25:17     1.4
+++ Makefile    2000/06/28 12:52:46
@@ -13,7 +13,8 @@
 MAINTAINER=    kaj@Raditex.se
 
 LIB_DEPENDS=   gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
-               PropList.2:${PORTSDIR}/devel/libPropList
+               PropList.2:${PORTSDIR}/devel/libPropList \
+               compface.1:${PORTSDIR}/mail/faces
 
 GLIB_CONFIG?=  ${LOCALBASE}/bin/glib12-config
 GTK_CONFIG?=   ${X11BASE}/bin/gtk12-config


>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?200007151909.VAA34729>