Bug 56364 - Port net/mpd can not built with openssl from ports
Summary: Port net/mpd can not built with openssl from ports
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Archie Cobbs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-03 11:00 UTC by and
Modified: 2003-09-03 19:34 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.