Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2006 12:06:57 +0200 (CEST)
From:      Helge Oldach <gnupgaug06@oldach.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/101311: [patch] WITHOUT_LIBIMAKE useless in ports/gnupg
Message-ID:  <200608031006.k73A6vFv025912@sep.oldach.net>
Resent-Message-ID: <200608031010.k73AAE3I067470@freefall.freebsd.org>

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

>Number:         101311
>Category:       ports
>Synopsis:       [patch] WITHOUT_LIBIMAKE useless in ports/gnupg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 03 10:10:14 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Helge Oldach
>Release:        FreeBSD 6.1-455 i386
>Organization:
>Environment:

System: FreeBSD localhost 6.1-455 FreeBSD 6.1-455 #0: Wed Aug 2 22:46:47 CEST 2006 toor@localhost:/usr/obj/usr/src/sys/HMO i386

>Description:

The WITH_LIBICONV config knob does not work if libiconv.so is actually
installed on the system. In this case, it is not possible to build gnupg
without using this libiconv.

See the patch below for the reason - and fix.

Also, there should probably be a config knob for WITH_LIBUSB.

>How-To-Repeat:

make :-)

>Fix:

--- Makefile~	Wed Aug  2 08:47:18 2006
+++ Makefile	Thu Aug  3 10:30:57 2006
@@ -42,7 +42,7 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so)
+.if defined(WITH_LIBICONV)
 USE_ICONV=	yes
 .endif
 .if defined(WITH_LIBUSB)

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



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