Bug 207665

Summary: net-p2p/transmission-qt4: 2.90 doesn't build
Product: Ports & Packages Reporter: Vladimir Omelchuk <admin>
Component: Individual Port(s)Assignee: Port Management Team <portmgr>
Status: Closed FIXED    
Severity: Affects Only Me CC: admin, ports-bugs
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Full log none

Description Vladimir Omelchuk 2016-03-03 00:25:19 UTC
Created attachment 167661 [details]
Full log

Part of log:
...
/usr/bin/ld: cannot find -lopenssl
c++: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:272: recipe for target 'transmission-qt' failed
gmake[2]: *** [transmission-qt] Error 1
gmake[2]: Leaving directory '/usr/ports/net-p2p/transmission-qt4/work/transmission-2.90/qt'
*** Error code 2

Stop.
make[1]: stopped in /usr/ports/net-p2p/transmission-qt4
*** Error code 1

Stop.
make: stopped in /usr/ports/net-p2p/transmission-qt4


# make showconfig
===> The following configuration options are available for transmission-qt4-2.90:
     DOCS=on: Build and/or install documentation
     LITE=off: Reduced features or memory footprint
====> SSL protocol support: you have to select exactly one of them
     OPENSSL=on: SSL/TLS support via OpenSSL
     POLARSSL=off: SSL/TLS support via PolarSSL
     WOLFSSL=off: SSL/TLS support via wolfSSL
===> Use 'make config' to modify these settings


<uname>
FreeBSD 10.2-RELEASE-p12 amd64

<make.conf>
CPUTYPE?=core2
OPTIONS_SET=CUPS
WITHOUT_LPR=YES
DEFAULT_VERSIONS=apache=2.4
QT4_OPTIONS=CUPS NAS QGTKSTYLE
LOCALIZED_LANG=ru
DEFAULT_VERSIONS=perl5=5.20
MAKE_JOBS_UNSAFE=yes
DEFAULT_VERSIONS=mysql=5.7
Comment 1 Vladimir Omelchuk 2016-03-03 13:15:51 UTC
# cat Makefile | grep '$FreeBSD'
# $FreeBSD: head/net-p2p/transmission-qt4/Makefile 410032 2016-03-03 11:40:38Z jbeich $

After update Makefile to version 410032, port build is fine.
Thanks!