svn commit: r513554 - branches/2019Q4/audio/xmradio

Antoine Brodin antoine at FreeBSD.org
Wed Oct 2 07:05:35 UTC 2019


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


More information about the svn-ports-all mailing list