Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Mar 2014 13:08:28 +0100 (CET)
From:      dirk.meyer@dinoex.sub.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187930: [PATCH] devel/libplist needs USE_OPENSSL=YES
Message-ID:  <201403251208.s2PC8SZW082855@home8.dinoex.sub.de>
Resent-Message-ID: <201403251210.s2PCA15Q009560@freefall.freebsd.org>

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

>Number:         187930
>Category:       ports
>Synopsis:       [PATCH] devel/libplist 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:10:01 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 devel/libplist fails:

=== package libplist-1.10 can not be installed
=== package libplist-1.10 was not build
=== package libplist-1.10 error dependency
===>  License LGPL21 accepted by the user
===> Fetching all distfiles required by libplist-1.10 for building
===>  Extracting for libplist-1.10
=> SHA256 Checksum OK for libplist-1.10.tar.bz2.
===>  Patching for libplist-1.10
===>  Applying FreeBSD patches for libplist-1.10
===>   libplist-1.10 depends on file: /usr/local/bin/cmake - found
===>   libplist-1.10 depends on executable: pkgconf - found
===>   libplist-1.10 depends on shared library: libxml2.so - found
===>  Configuring for libplist-1.10
===>  Performing in-source build
/bin/mkdir -p /media/work/usr/ports/devel/libplist/work/libplist-1.10
Shared object "libssl.so.8" not found, required by "cmake"
*** [do-configure] Error code 1

Stop in /usr/ports/devel/libplist.

 
>How-To-Repeat:

	cd /usr/ports/devel/libplist
	make WITH_OPENSSL_PORT=yes

>Fix:

	apply this patch:

Index: Makefile
===================================================================
--- Makefile    (revision 348745)
+++ Makefile    (working copy)
@@ -19,6 +19,7 @@
 .if ${SLAVE_PORT} == "no"
 
 USE_GNOME=	libxml2
+USE_OPENSSL=	yes
 CMAKE_ARGS=	-DENABLE_CYTHON:BOOL=False \
		-DENABLE_SWIG:BOOL=False
 MAKE_JOBS_UNSAFE=	yes

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



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