Index: branches/2019Q4/audio/xmradio/Makefile =================================================================== --- branches/2019Q4/audio/xmradio/Makefile (revision 513565) +++ branches/2019Q4/audio/xmradio/Makefile (revision 513566) @@ -1,23 +1,22 @@ # Created by: Thomas Runge # $FreeBSD$ PORTNAME= xmradio PORTVERSION= 1.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://BSDforge.com/projects/source/audio/xmradio/ MAINTAINER= portmaster@BSDforge.com COMMENT= Motif based FM tuner (for use with bktr(4) driver) 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 .include Index: branches/2019Q4/audio/xmradio/files/patch-Imakefile =================================================================== --- branches/2019Q4/audio/xmradio/files/patch-Imakefile (revision 513565) +++ branches/2019Q4/audio/xmradio/files/patch-Imakefile (revision 513566) @@ -1,24 +1,24 @@ --- Imakefile.orig 2001-11-13 22:33:48 UTC +++ Imakefile @@ -4,9 +4,10 @@ #endif #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 @@ -15,7 +16,7 @@ INCLUDES = -I/usr/local/include SRCS = radio.c remote.c analyzer.c sample.c misc.c config.c version_check.c LiteClue.c lcd_net.c OBJS = radio.o remote.o analyzer.o sample.o misc.o config.o version_check.o LiteClue.o lcd_net.o -CDEBUGFLAGS = -O2 -g -Wall +#CDEBUGFLAGS = -O2 -g -Wall XCOMM CCOPTIONS= -DJUHA_DRIVER -DHAS_XPM CCOPTIONS= -DHAS_XPM Index: branches/2019Q4 =================================================================== --- branches/2019Q4 (revision 513565) +++ branches/2019Q4 (revision 513566) Property changes on: branches/2019Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r513562