svn commit: r424405 - head/net-im/ricochet
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 21 11:09:47 UTC 2016
Author: amdmi3
Date: Fri Oct 21 11:09:45 2016
New Revision: 424405
URL: https://svnweb.freebsd.org/changeset/ports/424405
Log:
- Mark broken on 9.x amd64:
/usr/local/bin/ld: /usr/lib/crt1.o: relocation R_X86_64_32 against hidden symbol `_DYNAMIC' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not be used when making a shared object
/usr/local/bin/ld: /usr/local/lib/gcc48/gcc/x86_64-portbld-freebsd9.3/4.8.5/crtend.o: relocation R_X86_64_32 against `.ctors' can not be used when making a shared object; recompile with -fPIC
/usr/local/bin/ld: final link failed: Nonrepresentable section on output
Approved by: portmgr blanket
Modified:
head/net-im/ricochet/Makefile
Modified: head/net-im/ricochet/Makefile
==============================================================================
--- head/net-im/ricochet/Makefile Fri Oct 21 09:27:44 2016 (r424404)
+++ head/net-im/ricochet/Makefile Fri Oct 21 11:09:45 2016 (r424405)
@@ -17,6 +17,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg
LIB_DEPENDS= libprotobuf.so:devel/protobuf
RUN_DEPENDS= tor:security/tor
+BROKEN_FreeBSD_9_amd64= does not build
+
USE_GITHUB= yes
GH_ACCOUNT= ricochet-im
More information about the svn-ports-head
mailing list