Bug 207665 - net-p2p/transmission-qt4: 2.90 doesn't build
Summary: net-p2p/transmission-qt4: 2.90 doesn't build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Port Management Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 00:25 UTC by Vladimir Omelchuk
Modified: 2016-03-03 13:15 UTC (History)
2 users (show)

See Also:


Attachments
Full log (5.60 KB, application/x-xz)
2016-03-03 00:25 UTC, Vladimir Omelchuk
no flags Details

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