From owner-freebsd-ports Sat Jul 15 12:10:14 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 98D2337C71B for ; Sat, 15 Jul 2000 12:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA76039; Sat, 15 Jul 2000 12:10:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from raditex.se (gandalf.raditex.se [192.5.36.18]) by hub.freebsd.org (Postfix) with ESMTP id A66D437B6D0 for ; Sat, 15 Jul 2000 12:09:57 -0700 (PDT) (envelope-from kaj@raditex.se) Received: (from kaj@localhost) by raditex.se (8.9.3/8.9.3) id VAA34729; Sat, 15 Jul 2000 21:09:56 +0200 (CEST) (envelope-from kaj) Message-Id: <200007151909.VAA34729@raditex.se> Date: Sat, 15 Jul 2000 21:09:56 +0200 (CEST) From: kaj@raditex.se Reply-To: kaj@raditex.se To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19952: mail/gbuffy: dependency problem in gbuffy (faces) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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