Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 2004 17:43:24 +0400 (MSD)
From:      Konstantin Oznobihin <bork@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69054: [patch] devel/omniORB fails to build with openssl from ports
Message-ID:  <200407141343.i6EDhOvr004090@rocky.cc.rsu.ru>
Resent-Message-ID: <200407141350.i6EDoMUR077464@freefall.freebsd.org>

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

>Number:         69054
>Category:       ports
>Synopsis:       [patch] devel/omniORB fails to build with openssl from ports
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 14 13:50:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Konstantin Oznobihin
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
Rostov State University
>Environment:
System: FreeBSD *.cc.rsu.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #0: Fri Jul 2 20:10:08 MSD 2004 /usr/obj/usr/src/sys/athlon-xp.HEAD.2004-06-08 i386


	
>Description:
	devel/omniORB can not be built with openssl installed from ports,
	it works only with openssl from base system.
>How-To-Repeat:
	cd /usr/ports/devel/omniORB
	make install
>Fix:
	Add USE_OPENSSL=yes and change /usr in CONFIGURE_ARGS to ${OPENSSLBASE}
	in the devel/omniORB/Makefile.

--- patch begins here ---
--- Makefile.orig	Wed Jul 14 17:23:02 2004
+++ Makefile	Wed Jul 14 17:20:45 2004
@@ -22,13 +22,14 @@
 GNU_CONFIGURE=	yes
 USE_REINPLACE=	yes
 USE_PYTHON=	yes
+USE_OPENSSL=	yes
 INSTALLS_SHLIB=	yes
 NO_FILTER_SHLIBS=	yes
 MAKEFILE=	GNUmakefile
 CONFIGURE_SCRIPT=	../configure
 CONFIGURE_ENV+=	CC=${CC} CFLAGS="${CFLAGS}" CXX=${CXX} CXXFLAGS="${CXXFLAGS}" \
 		CPP=${CPP} PYTHON=${PYTHON_CMD}
-CONFIGURE_ARGS=	--datadir=${DATADIR} --with-openssl=/usr \
+CONFIGURE_ARGS=	--datadir=${DATADIR} --with-openssl=${OPENSSLBASE} \
 		--with-omniORB-config=${PREFIX}/etc/omniORB.cfg \
 		--with-omniNames-logdir=/var/log
 .if defined(WITHOUT_STATIC)
--- patch ends here ---


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



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