Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2019 10:36:28 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r513566 - in branches/2019Q4/audio/xmradio: . files
Message-ID:  <201910021036.x92AaSwK046938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Oct  2 10:36:27 2019
New Revision: 513566
URL: https://svnweb.freebsd.org/changeset/ports/513566

Log:
  MFH: r513562
  
  audio/xmradio: Unbreak after libXp deprecation
  
  Unbreak audio/xmradio by not linking against libXp, since it's deprecated.
  Add a bunch of missing xorg dependencies.
  
  Approved by:	ports-secteam (joneum)

Modified:
  branches/2019Q4/audio/xmradio/Makefile
  branches/2019Q4/audio/xmradio/files/patch-Imakefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/audio/xmradio/Makefile
==============================================================================
--- branches/2019Q4/audio/xmradio/Makefile	Wed Oct  2 10:30:22 2019	(r513565)
+++ branches/2019Q4/audio/xmradio/Makefile	Wed Oct  2 10:36:27 2019	(r513566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmradio
 PORTVERSION=	1.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	http://BSDforge.com/projects/source/audio/xmradio/
 
@@ -12,11 +12,10 @@ 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
-USE_XORG=	xpm
+USES=		imake motif xorg
+USE_XORG=	ice sm x11 xext xmu xpm xt
 
 PLIST_FILES=	bin/xmradio lib/X11/app-defaults/XMradio
 

Modified: branches/2019Q4/audio/xmradio/files/patch-Imakefile
==============================================================================
--- branches/2019Q4/audio/xmradio/files/patch-Imakefile	Wed Oct  2 10:30:22 2019	(r513565)
+++ branches/2019Q4/audio/xmradio/files/patch-Imakefile	Wed Oct  2 10:36:27 2019	(r513566)
@@ -5,11 +5,11 @@
  
  #ifdef NetBSDArchitecture
 -LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lossaudio -lm
-+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -los
++LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} ${XLIB} ${XMULIB} -lXpm -los
 +saudio -lm
  #else
 -LOCAL_LIBRARIES = XmClientLibs ${XMULIB} -lXpm -lm
-+LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} $(XPLIB) ${XLIB} ${XMULIB} -lXpm -lm
++LOCAL_LIBRARIES = ${MOTIFLIB} ${XTOOLLIB} ${XLIB} ${XMULIB} -lXpm -lm
  
  EXTRA_LDOPTIONS = -L/usr/local/lib -Wl,-R/usr/local/lib
  INCLUDES = -I/usr/local/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021036.x92AaSwK046938>