Bug 56364

Summary: Port net/mpd can not built with openssl from ports
Product: Ports & Packages Reporter: and <and>
Component: Individual Port(s)Assignee: Archie Cobbs <archie>
Status: Closed FIXED    
Severity: Affects Only Me CC: wheel
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description and 2003-09-03 11:00:33 UTC
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.

Fix: 

+USE_OPENSSL=    yes
+MAKE_ENV=       COPTS=-I${OPENSSLINC} LDADD=-L${OPENSSLLIB}
+
 .include <bsd.port.mk>--g4sxeK2CYSTHpbvRALcXsiFnDaiPbHnQxHXG4wo7czfRvpSO
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-03 11:44:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->archie

Over to maintainer.
Comment 2 Archie Cobbs freebsd_committer freebsd_triage 2003-09-03 19:34:16 UTC
State Changed
From-To: open->closed

Patch applied.