Skip site navigation (1)Skip section navigation (2)
Date:      17 Dec 2003 09:16:45 -0000
From:      Sergey Akifyev <asa@gascom.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rui@ruilopes.com
Subject:   ports/60322: forgotten dependency in devel/regexerr
Message-ID:  <20031217091645.34328.qmail@mail.gascom.ru>
Resent-Message-ID: <200312170920.hBH9KLA3078878@freefall.freebsd.org>

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

>Number:         60322
>Category:       ports
>Synopsis:       forgotten dependency in devel/regexerr
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 17 01:20:21 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Sergey Akifyev
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
JSC Gascom
>Environment:
System: FreeBSD mail.gascom.ru 4.8-RELEASE-p13 FreeBSD 4.8-RELEASE-p13 #5: Mon Oct 6 15:48:47 MSD 2003 asa@boulder.gascom.ru:/usr/src/sys/compile/SMP_STD i386

>Description:
devel/regexerr actually needs devel/gconfmm to build, but it's forgotten
>How-To-Repeat:
In clean install:
cd /usr/ports/devel/regexerr && make
>Fix:

--- Makefile.diff begins here ---
--- Makefile.orig	Wed Dec 17 09:12:58 2003
+++ Makefile	Wed Dec 17 09:13:22 2003
@@ -19,7 +19,8 @@
 MAINTAINER=		rui@ruilopes.com
 COMMENT=		An interactive tool for performing search and replace operations
 
-LIB_DEPENDS=		gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm
+LIB_DEPENDS=		gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm \
+			gconfmm-2.0:${PORTSDIR}/devel/gconfmm
 
 USE_X_PREFIX=		yes
 USE_REINPLACE=		yes
--- Makefile.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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