ports/187930: [PATCH] devel/libplist needs USE_OPENSSL=YES
dirk.meyer at dinoex.sub.org
dirk.meyer at dinoex.sub.org
Tue Mar 25 12:10:02 UTC 2014
>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:
More information about the freebsd-ports-bugs
mailing list