Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 12:55:16 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187929: [PATCH] graphics/vigra needs USE_OPENSSL=YES
Message-ID:  <201403251155.s2PBtGdp082600@home8.dinoex.sub.de>
Resent-Message-ID: <201403251200.s2PC02pi006244@freefall.freebsd.org>

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

>Number:         187929
>Category:       ports
>Synopsis:       [PATCH] graphics/vigra needs USE_OPENSSL=YES
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 25 12:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dirk Meyer
>Release:        FreeBSD 9.2-RELEASE
>Organization:
privat
>Environment:

clean jail.

/etc/make.conf:
WITH_OPENSSL_PORT=yes

>Description:

	build of graphics/vigra fails:

===>  License MIT accepted by the user
===> Fetching all distfiles required by vigra-1.9.0_5 for building
===>  Extracting for vigra-1.9.0_5
=> SHA256 Checksum OK for vigra-1.9.0-src.tar.gz.
===>  Patching for vigra-1.9.0_5
===>  Applying FreeBSD patches for vigra-1.9.0_5
===>   vigra-1.9.0_5 depends on file: /usr/local/bin/cmake - found
===>   vigra-1.9.0_5 depends on shared library: libhdf5.so.7 - found
===>   vigra-1.9.0_5 depends on shared library: libIlmImf.so - found
===>   vigra-1.9.0_5 depends on shared library: libtiff.so - found
===>   vigra-1.9.0_5 depends on shared library: libjpeg.so - found
===>   vigra-1.9.0_5 depends on shared library: libpng15.so - found
===>   vigra-1.9.0_5 depends on shared library: libfftw3.so - found
===>   vigra-1.9.0_5 depends on shared library: libfftw3f.so - found
===>  Configuring for vigra-1.9.0_5
===>  Performing in-source build
/bin/mkdir -p /media/work/usr/ports/graphics/vigra/work/vigra-1.9.0
Shared object "libssl.so.8" not found, required by "cmake"
*** [do-configure] Error code 1

Stop in /usr/ports/graphics/vigra.
 
>How-To-Repeat:

	cd /usr/ports/graphics/vigra
	make WITH_OPENSSL_PORT=yes

>Fix:

	apply this patch:

Index: Makefile
===================================================================
--- Makefile    (revision 348745)
+++ Makefile    (working copy)
@@ -59,6 +59,8 @@
 PLIST_SUB+=    PYTHON="@comment "
 .endif
 
+USE_OPENSSL=yes
+
 .include <bsd.port.pre.mk>
 
 # Vigra's CMakeLists.txt does not support disabling those so we hook them

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



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