aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-03-27 23:31:00 +0800
committerEd Maste <emaste@FreeBSD.org>2018-03-27 23:31:00 +0800
commitaa6248584d0d535d3f9fa8ea37b2c5a5e4b71b9b (patch)
treebcac527debdefad34548bc95d8b1e8cc70b1f4a3
parent75b3e9837cd822003e2859d8f3fb13a90ceeb4fe (diff)
downloadfreebsd-ports-aa6248584d0d535d3f9fa8ea37b2c5a5e4b71b9b.tar.gz
freebsd-ports-aa6248584d0d535d3f9fa8ea37b2c5a5e4b71b9b.tar.zst
freebsd-ports-aa6248584d0d535d3f9fa8ea37b2c5a5e4b71b9b.zip
sysutils/unieject: set LLD_UNSAFE
unieject fails to link with lld as the system linker due to shared library protected visibility symbol preemption issues. Set LLD_UNSAFE to use ld.bfd. Errors are of the form: /usr/bin/ld: error: cannot preempt symbol: libunieject_getdevice >>> defined in ./.libs/libunieject.so >>> referenced by unieject.c >>> unieject-unieject.o:(main) PR: 214864 Approved by: portmgr (LLD_UNSAFE blanket) Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=465718
-rw-r--r--sysutils/unieject/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/unieject/Makefile b/sysutils/unieject/Makefile
index fc74b2e7dea8..3c2cbb93f945 100644
--- a/sysutils/unieject/Makefile
+++ b/sysutils/unieject/Makefile
@@ -22,6 +22,7 @@ USE_GNOME= glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-doc
USE_LDCONFIG= yes
+LLD_UNSAFE= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
pan>8-239/+11 * lang/ruby25: fix build with LibreSSL 2.7Steve Wills2018-03-261-0/+28 * Update to 2.12.0Romain Tartière2018-03-262-4/+4 * Update to 5.2.1Romain Tartière2018-03-264-8/+8 * Update to 5.3.0Romain Tartière2018-03-263-7/+6 * Update to 5.5.0Romain Tartière2018-03-263-5/+5 * Update to 3.11.0Romain Tartière2018-03-263-18/+4 * Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-2692-97/+101 * New port, www/webhook: lightweight incoming webhook serverJoseph Mingrone2018-03-266-0/+154 * Update to r20180326082409.Michael Reifenberger2018-03-263-6/+6 * Mark samples file as such.Michael Reifenberger2018-03-262-2/+2 * Fix asterisk 15 command line parsing.Guido Falsi2018-03-262-0/+12 * Update puppet-lint to 2.3.4.Tim Bishop2018-03-262-4/+4 * - Update to 2.1.2TAKATSU Tomonari2018-03-262-4/+4 * Update to 0.7.2Baptiste Daroussin2018-03-263-4/+6 * science/PETSc: Update 3.8.3 -> 3.8.4Yuri Victorovich2018-03-262-5/+4 * Update to 0.6.12Baptiste Daroussin2018-03-262-3/+4 * Update to 3.0.8Baptiste Daroussin2018-03-263-8/+7 * science/chemps2: Update 1.8.6 -> 1.8.7Yuri Victorovich2018-03-263-5/+5 * Update `graphics/alembic' to version 1.7.7.Alexey Dokuchaev2018-03-262-4/+4 * New port: science/py-OpenFermion: Electronic structure package for quantum co...Yuri Victorovich2018-03-264-0/+43 * - Update WWWDmitry Marakasov2018-03-261-1/+1 * - Update to 1.3-2TAKATSU Tomonari2018-03-262-5/+4 * thunderbird: fix affected versions for CVE-2018-5146Christoph Moench-Tegeder2018-03-261-1/+2 * Update to 5.4.4Baptiste Daroussin2018-03-263-5/+8 * update thunderbird to 52.7.0Christoph Moench-Tegeder2018-03-264-126/+125 * science/siril: Move to astro/siril; Mark broken on i386; Add OPENMP categoryYuri Victorovich2018-03-268-3/+12 * - Add LICENSEDmitry Marakasov2018-03-262-0/+5 * - Update to 1.4.4TAKATSU Tomonari2018-03-262-5/+7 * - Add NO_ARCHDmitry Marakasov2018-03-261-0/+4 * New port: math/py-cvxopt: Python software for convex optimizationYuri Victorovich2018-03-264-0/+43 * - Update to 0.12.16TAKATSU Tomonari2018-03-262-5/+4 * - Update to 1.6-2TAKATSU Tomonari2018-03-262-7/+5 * Fix plistAntoine Brodin2018-03-261-25/+0 * New port: net-im/toxbot: Groupchat control bot for ToxYuri Victorovich2018-03-264-0/+38 * math/ceres-solver: update to 1.14.0Jan Beich2018-03-263-12/+16 * math/ceres-solver: prefer OpenBLAS by defaultJan Beich2018-03-261-2/+2 * math/ceres-solver: don't use libs from USES=blaslapackJan Beich2018-03-261-3/+2 * math/ceres-solver: request BLAS flavor via environmentJan Beich2018-03-261-4/+4 * devel/py-jsonpatch: Update 1.9 -> 1.21Yuri Victorovich2018-03-263-8/+10 * New port: textproc/py-gfm: Github-flavored Markdown for the py-markdown moduleYuri Victorovich2018-03-264-0/+43 * Catchup with r465416 in some extra dependent portsAlexander Kabaev2018-03-262-6/+0 * Update to 1.2.15Matthew Seaman2018-03-262-4/+4 * Fix build on ppc64 by specifying what is needed from the compiler.Brad Davis2018-03-267-8/+14 * Update asterisk-g72x to 1.4.2Guido Falsi2018-03-263-46/+4 * New port: devel/ga: Partitioned Global Address Space (PGAS) library for distr...Yuri Victorovich2018-03-265-0/+92 * java/intellij: Update to version 2017.3.5.Boris Samorodov2018-03-263-6/+8 * Update to 2.5.0.5Sunpoet Po-Chuan Hsieh2018-03-262-4/+4 * Update to 2.04Sunpoet Po-Chuan Hsieh2018-03-263-5/+9 * Update to 0.108Sunpoet Po-Chuan Hsieh2018-03-262-4/+4 * Update to 3.0.1Sunpoet Po-Chuan Hsieh2018-03-262-6/+6 * Add py-medikit 0.5.18Sunpoet Po-Chuan Hsieh2018-03-264-0/+44 * Add py-whistle 1.0.1Sunpoet Po-Chuan Hsieh2018-03-264-0/+34 * Add py-pip-tools 1.11.0Sunpoet Po-Chuan Hsieh2018-03-264-0/+37 * Add py-mondrian 0.6.6Sunpoet Po-Chuan Hsieh2018-03-264-0/+39 * Add py-git_semver 0.2.2Sunpoet Po-Chuan Hsieh2018-03-264-0/+30 * Add py-first 2.0.1Sunpoet Po-Chuan Hsieh2018-03-264-0/+31 * Update to r20180325183419Michael Reifenberger2018-03-264-6/+7 * Update `sysutils/cpu-x' to version 3.2.1.Alexey Dokuchaev2018-03-262-4/+4 * Fix mythtv ranges. Forgot to factor in PORTEPOCH.Jason E. Hale2018-03-261-7/+7 * Update multimedia/mythtv and related ports to 29.1 [1]Jason E. Hale2018-03-2688-1009/+3294 * - update to 2.0Dirk Meyer2018-03-263-789/+146 * www/groupoffice: Update to 6.2.88Jochen Neumeister2018-03-263-61/+13 * - Install font files to ${FONTSDIR} instead of ${DATADIR}.MANTANI Nobutaka2018-03-265-98/+20 * multimedia/kodi-devel: Unbreak WAYLAND optionTobias Kortkamp2018-03-253-21/+31 * Add WAYLAND_DESCTobias Kortkamp2018-03-251-0/+1 * New port: graphics/waylandppTobias Kortkamp2018-03-255-0/+67 * sysutils/uefi-edk2-bhyve: update to 20180318Roman Bogorodskiy2018-03-253-7/+5 * Add dns/dnscrypt-proxy2: Flexible DNS proxy with support for encrypted protocolsDanilo G. Baio2018-03-258-1/+156 * - Install font files to ${FONTSDIR} instead of ${DATADIR}.MANTANI Nobutaka2018-03-255-29/+25 * Disable dtrace usdt on armvX. It causes link failures.Mark Linimon2018-03-253-0/+15 * - Install font files to ${FONTSDIR} instead of ${DATADIR}.MANTANI Nobutaka2018-03-255-51/+21 * Update entries for mythtv and mythtv-frontendJason E. Hale2018-03-251-13/+24 * - Install font files to ${FONTSDIR} instead of ${DATADIR}.MANTANI Nobutaka2018-03-255-43/+22 * Update vim to patchlevel 1638Adam Weinberger2018-03-252-4/+4 * Update to upstream version RELEASE.2018-03-14T23-16-27ZThomas Zander2018-03-252-4/+4 * Remove expired port:Rene Ladan2018-03-2510-711/+1 * - Update to 2.11.90_20180325Li-Wen Hsu2018-03-252-7/+8 * www/waterfox: update to 56.1.0Jan Beich2018-03-2511-483/+4 * - Update to 3.4.8Li-Wen Hsu2018-03-252-6/+6 * Update to upstream release 1.9.7 (minor bug fixes)Thomas Zander2018-03-252-4/+4 * - Fix LICENSEDmitry Marakasov2018-03-252-5/+5 * - Add LICENSEDmitry Marakasov2018-03-252-0/+5 * security/testssl.sh: Update to 2.9.5-3Tobias Kortkamp2018-03-252-5/+4 * - Add LICENSEDmitry Marakasov2018-03-251-7/+6 * Reword option description to include all asterisk versions.Guido Falsi2018-03-251-1/+1 * Move graphics/skanlite to skanlite-kde4. This makes room for theAdriaan de Groot2018-03-256-2/+4 * Update security/erlang-fast_tls to 1.0.21Babak Farrokhi2018-03-253-5/+5 * Update to 4.0.Olivier Cochard2018-03-259-36/+71 * www/py-libsass: Update 0.14.1 -> 0.14.2Yuri Victorovich2018-03-252-4/+4 * mail/rss2email3: UnbreakYuri Victorovich2018-03-252-8/+13 * textproc/libqxp textproc/libepubgen: Add USES=compiler:c++11-langYuri Victorovich2018-03-252-2/+2 * New port: net-mgmt/py-ciscoconfparse: Parse, audit, query, build and modify C...Yuri Victorovich2018-03-254-0/+52 * multimedia/obs-studio: Update 21.0.3 -> 21.1.1Yuri Victorovich2018-03-253-37/+76 * Add a note about net/samba48Timur I. Bakeyev2018-03-251-0/+14 * Hook up samba48. Repocopy policy... has issues.Timur I. Bakeyev2018-03-251-1/+1 * Initial attempt to bring Samba 4.8 to FreeBSD. Still, there could be rough ed...Timur I. Bakeyev2018-03-2512-46/+2142 * Unhook samba48, PKGNAME collision with samba47Antoine Brodin2018-03-251-1/+1 * Remove samba4-devel, it has always been unhooked from the buildAntoine Brodin2018-03-2567-11406/+0 * Repocopy of samba48Timur I. Bakeyev2018-03-2578-0/+13657 * www/mod_md-devel: Add missing filesBernard Spil2018-03-255-27/+44 * www/mod_md-devel: Don't conflict with apache24Bernard Spil2018-03-251-4/+9 * Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-03-251-0/+1 * Fix build with LibreSSL 2.7Sunpoet Po-Chuan Hsieh2018-03-251-0/+28 * Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDNSunpoet Po-Chuan Hsieh2018-03-2552-61/+60 * Document rubygem-rails-html-sanitizer vulnerabilitySunpoet Po-Chuan Hsieh2018-03-251-0/+30 * Update to 1.0.4Sunpoet Po-Chuan Hsieh2018-03-252-4/+5 * Mark DEPRECATED and set EXPIRATION_DATE to 2018-03-31Sunpoet Po-Chuan Hsieh2018-03-251-0/+3 * Update to 4.0.1Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Update to 9.1.0Sunpoet Po-Chuan Hsieh2018-03-252-5/+5 * Update to 1.1.5Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Update to 3.4.1Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Update to 3.4.1Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Update to 0.9.3Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Update to 1.88Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Update to 1.06Sunpoet Po-Chuan Hsieh2018-03-252-4/+4 * Add LICENSE_FILESunpoet Po-Chuan Hsieh2018-03-251-0/+1 * Update to 1.112Sunpoet Po-Chuan Hsieh2018-03-252-5/+6 * Support bash-static usersSunpoet Po-Chuan Hsieh2018-03-251-3/+8 * Add p5-HTTP-Tiny-UA 0.005Sunpoet Po-Chuan Hsieh2018-03-255-0/+35 * u-boot: Update to v2018.01Emmanuel Vadot2018-03-257-15/+73 * security/dehydrated: Update to version 0.6.1-7Joseph Mingrone2018-03-252-4/+5 * PR: 224942Fernando Apesteguía2018-03-252-12/+15 * Add nextcloudclientMichael Reifenberger2018-03-251-0/+1 * Add nextcloudclient as of 20180323.Michael Reifenberger2018-03-2510-0/+276 * www/mybb: Update to 1.8.15Jochen Neumeister2018-03-253-12/+6 * Update to upstream version 0.26Thomas Zander2018-03-255-28/+39 * www/apache24: Update to 2.4.33Jochen Neumeister2018-03-259-318/+263 * audio/yoshimi: Update to 1.5.7Tobias Kortkamp2018-03-253-6/+9 * * Updated to 2.2.0Richard Gallamore2018-03-252-4/+4 * * Bump port revision for depend change (r465393)Richard Gallamore2018-03-251-0/+1 * gutenprint: fixes around genppdChristoph Moench-Tegeder2018-03-243-5/+9 * - Update to 27.8.2Wen Heping2018-03-242-4/+4 * Add LICENSE setting (GPLv2) based on a check of the source code,Gerald Pfeifer2018-03-241-1/+3 * Update port to 1.7.2Vsevolod Stakhov2018-03-242-4/+4 * security/vuxml: Document recent Apache httpd vulnerabilitiesBernard Spil2018-03-241-0/+50 * - Simplify reference to ibiblio.org MASTER_SITE.Gerald Pfeifer2018-03-242-4/+4 * net-p2p/sonarr: Update to 2.0.0.5163Mark Felder2018-03-242-4/+4 * databases/py-fakeredis: update to 0.10.1Rene Ladan2018-03-242-4/+4 * security/libressl-devel: Bugfix update to 2.7.1Bernard Spil2018-03-242-4/+4 * Fix space/tab errorTobias C. Berner2018-03-241-1/+1 * Extend kde.mk by KDE_APPLICATIONS_SHLIB_VER plist subTobias C. Berner2018-03-241-0/+3 * www/firefox: update to 59.0.2Jan Beich2018-03-245-235/+201 * Update to the 20180322 snapshot of GCC 7.3.1.Gerald Pfeifer2018-03-242-4/+4 * Sync kde.mk a bit with the development repo.Tobias C. Berner2018-03-248-73/+99 * Update net/czmq4 to 4.1.1Tobias C. Berner2018-03-245-28/+6 * - Update WWWDmitry Marakasov2018-03-241-1/+1 * Update to the 20180321 snapshot of GCC 6.4.1.Gerald Pfeifer2018-03-242-4/+4 * Import upstream patch to fix OSS (sound mixer) support.Guido Falsi2018-03-243-1/+32 * math/xtensor: Update 0.15.5 -> 0.15.6Yuri Victorovich2018-03-242-4/+4 * - Add LICENSEDmitry Marakasov2018-03-241-0/+4 * Explicitely set KDE_APPLICATIONS_VERSION so that it can be bumped in kde.mk.Tobias C. Berner2018-03-241-0/+3 * Update to upstream version 21.0.0Thomas Zander2018-03-244-5/+15 * www/py-libsass: Update 0.14.0 -> 0.14.1Yuri Victorovich2018-03-242-4/+4 * Document vulnerability in www/mybbJochen Neumeister2018-03-241-0/+34 * - Add LICENSEDmitry Marakasov2018-03-241-1/+5 * Update cad/gtkwave to 3.3.89Niclas Zeising2018-03-242-4/+4 * New port: sysutils/singon-plugin-oauth2Tobias C. Berner2018-03-246-0/+50 * science/psychopy: Update 1.85.6 -> 1.90.0Yuri Victorovich2018-03-242-15/+21 * - Add websocketd 0.3.0Guangyuan Yang2018-03-244-0/+40 * Switch devel/meson back to fetching upstream release tarball instead ofDon Lewis2018-03-242-6/+4 * New port: science/py-pyosf: Python lib for synching with OpenScienceFramework...Yuri Victorovich2018-03-245-0/+45 * New port: devel/py-json_tricks: Extra features for Python's JSON: comments, o...Yuri Victorovich2018-03-244-1/+36 * Update to 20180112.Mark Linimon2018-03-242-6/+5 * net/opensips: Update 2.2.3 -> 2.2.6Yuri Victorovich2018-03-2411-117/+199 * science/chemtool: Update 1.6.11 -> 1.6.14Yuri Victorovich2018-03-244-67/+30 * emulators/rpcs3: update to 0.0.5.113Jan Beich2018-03-242-5/+5 * emulators/citra: update to s20180321Jan Beich2018-03-242-5/+5 * www/waterfox: apply more FF60 fixesJan Beich2018-03-245-1/+248 * Fix --sysroot for cross-toolchain GCC packagesJohn Baldwin2018-03-247-32/+6 * Update devel/meson to version 0.45.Don Lewis2018-03-242-4/+6 * sysutils/exfat-utils sysutils/fusefs-exfat: Update 1.2.7 -> 1.2.8Yuri Victorovich2018-03-246-38/+36 * Update net/gnatsd to version 1.1.0.Jimmy Olgeni2018-03-243-5/+6 * games/openrct2: Replace static lib with shared libYuri Victorovich2018-03-242-2/+4 * games/openrct2: Update to 0.1.1 -> 0.1.2Yuri Victorovich2018-03-246-26/+57 * Update to 3.3.88Niclas Zeising2018-03-244-16/+20 * Fix sysutils/cmocka build on powerpc64Devin Teske