ports/92402: [maintainer update] Dependency on libiconv made explicit

Paul A.Hoadley paulh at logicsquad.net
Fri Jan 27 03:40:16 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list