Date: Wed, 2 Oct 2019 07:05:06 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513553 - head/audio/xmradio Message-ID: <201910020705.x92756Kv020946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Oct 2 07:05:05 2019 New Revision: 513553 URL: https://svnweb.freebsd.org/changeset/ports/513553 Log: 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 MFH: 2019Q4 Modified: head/audio/xmradio/Makefile Modified: head/audio/xmradio/Makefile ============================================================================== --- head/audio/xmradio/Makefile Wed Oct 2 07:01:53 2019 (r513552) +++ head/audio/xmradio/Makefile Wed Oct 2 07:05:05 2019 (r513553) @@ -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.x92756Kv020946>