Skip site navigation (1)Skip section navigation (2)
Date:      27 Jan 2006 03:35:27 -0000
From:      "Paul A.Hoadley" <paulh@logicsquad.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92402: [maintainer update] Dependency on libiconv made explicit
Message-ID:  <20060127033527.53079.qmail@bigbird.logicsquad.net>
Resent-Message-ID: <200601270340.k0R3e32t074608@freefall.freebsd.org>

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

>Number:         92402
>Category:       ports
>Synopsis:       [maintainer update] Dependency on libiconv made explicit
>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 27 03:40:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Paul A. Hoadley
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Logic Squad
>Environment:
System: FreeBSD bigbird.logicsquad.net 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Apr 27 21:13:03 CST 2005 paulh@bigbird.logicsquad.net:/usr/obj/usr/src/sys/BIGBIRD i386

>Description:
RefDB build depends on libiconv, but this is not mentioned in the Makefile.
>How-To-Repeat:
Build failure demonstrated during automated testing by Kris Kennaway.
>Fix:
One line diff attached.

--- diff begins here ---
diff -ruN /usr/ports/textproc/refdb/Makefile refdb/Makefile
--- /usr/ports/textproc/refdb/Makefile	Tue Jan 24 15:51:14 2006
+++ refdb/Makefile	Tue Jan 24 16:03:06 2006
@@ -2,7 +2,7 @@
 # Date created:	28 Apr 2005
 # Whom:		paulh@logicsquad.net
 #
-# $FreeBSD: ports/textproc/refdb/Makefile,v 1.2 2006/01/19 12:56:09 vs Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	refdb
@@ -18,6 +18,7 @@
 		dbi.0:${PORTSDIR}/databases/libdbi
 
 USE_GMAKE=	yes
+USE_ICONV=	yes
 HAS_CONFIGURE=	yes
 ALL_TARGET=
 
--- 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?20060127033527.53079.qmail>