Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 18:53:22 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175935: x11-clocks/xclock links to iconv
Message-ID:  <201302071853.r17IrMGS033638@red.freebsd.org>
Resent-Message-ID: <201302071900.r17J00tR068422@freefall.freebsd.org>

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

>Number:         175935
>Category:       ports
>Synopsis:       x11-clocks/xclock links to iconv
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 19:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #4: Sat Feb  2 10:36:19 CET 2013     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN64  amd64
>Description:
[corn:~]> ldd /usr/local/bin/xclock | grep iconv
        libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x801242000)

This is not recorded in dependency list.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/x11-clocks/xclock/Makefile x11-clocks/xclock/Makefile
--- /usr/ports/x11-clocks/xclock/Makefile	2012-11-17 07:03:24.000000000 +0100
+++ x11-clocks/xclock/Makefile	2013-02-07 19:32:21.000000000 +0100
@@ -7,12 +7,14 @@
 
 PORTNAME=	xclock
 PORTVERSION=	1.0.6
+PORTREVISION=	1
 CATEGORIES=	x11-clocks
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Analog and digital clock for X
 
 XORG_CAT=	app
+USE_ICONV=	yes
 USE_XORG=	xrender xft xkbfile xt xaw
 
 MAN1=		xclock.1


>Release-Note:
>Audit-Trail:
>Unformatted:



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