Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 2003 13:59:40 +0400 (MSD)
From:      Andrey Beresovsky <and@rsu.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        wheel@rsu.ru
Subject:   ports/56364: Port net/mpd can not built with openssl from ports
Message-ID:  <200309030959.h839xeAF008699@moon.cc.rsu.ru>
Resent-Message-ID: <200309031000.h83A0Yfi023588@freefall.freebsd.org>

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

>Number:         56364
>Category:       ports
>Synopsis:       Port net/mpd can not built with openssl from ports
>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:   Wed Sep 03 03:00:33 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Beresovsky
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD 5.1-CURRENT #1: Mon Aug 11 13:03:02 MSD 2003 i386

>Description:
The current net/mpd port does not build with openssl from ports
(my OS was built with NO_OPENSSL var in make.conf). Attached patch
should solve this problem.

>How-To-Repeat:
>Fix:
--- Makefile.orig       Wed Sep  3 13:58:13 2003
+++ Makefile    Wed Sep  3 13:58:19 2003
@@ -18,4 +18,7 @@
 MAN8=          mpd.8
 MANCOMPRESSED= maybe

+USE_OPENSSL=    yes
+MAKE_ENV=       COPTS=-I${OPENSSLINC} LDADD=-L${OPENSSLLIB}
+
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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