ports/101311: [patch] WITHOUT_LIBIMAKE useless in ports/gnupg

Helge Oldach gnupgaug06 at oldach.net
Thu Aug 3 10:10:15 UTC 2006


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



More information about the freebsd-ports-bugs mailing list