Date: Wed, 2 Oct 2019 07:05:34 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r513554 - branches/2019Q4/audio/xmradio Message-ID: <201910020705.x9275Y6u021103@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Oct 2 07:05:34 2019 New Revision: 513554 URL: https://svnweb.freebsd.org/changeset/ports/513554 Log: MFH: r513553 Mark BROKEN: fails to link cc -o xmradio -DHAS_XPM -L/usr/local/lib -Wl,-R/usr/local/lib -L/usr/local/lib radio.o remote.o analyzer.o sample.o misc.o config.o version_check.o LiteClue.o lcd_net.o -L/usr/local/lib -lXm -lXt -lSM -lICE -lXp -lXext -lX11 -lXmu -lXpm -lm -Wl,-rpath,/usr/local/lib /usr/bin/ld: cannot find -lXp Reported by: pkg-fallout Modified: branches/2019Q4/audio/xmradio/Makefile Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/audio/xmradio/Makefile ============================================================================== --- branches/2019Q4/audio/xmradio/Makefile Wed Oct 2 07:05:05 2019 (r513553) +++ branches/2019Q4/audio/xmradio/Makefile Wed Oct 2 07:05:34 2019 (r513554) @@ -12,6 +12,7 @@ COMMENT= Motif based FM tuner (for use with bktr(4) dr LICENSE= BSD2CLAUSE +BROKEN= /usr/bin/ld: cannot find -lXp ONLY_FOR_ARCHS= i386 amd64 USES= imake motif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910020705.x9275Y6u021103>