From owner-svn-ports-head@freebsd.org Wed Oct 2 09:02:06 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3CB24127C1E; Wed, 2 Oct 2019 09:02:06 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46jqrt0pGBz42st; Wed, 2 Oct 2019 09:02:06 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F30AB29230; Wed, 2 Oct 2019 09:02:05 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x92925Q2092135; Wed, 2 Oct 2019 09:02:05 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x92925jv092133; Wed, 2 Oct 2019 09:02:05 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <201910020902.x92925jv092133@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 2 Oct 2019 09:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513562 - in head/audio/xmradio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: in head/audio/xmradio: . files X-SVN-Commit-Revision: 513562 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2019 09:02:06 -0000 Author: zeising Date: Wed Oct 2 09:02:05 2019 New Revision: 513562 URL: https://svnweb.freebsd.org/changeset/ports/513562 Log: 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. MFH: 2019Q4 Modified: head/audio/xmradio/Makefile head/audio/xmradio/files/patch-Imakefile Modified: head/audio/xmradio/Makefile ============================================================================== --- head/audio/xmradio/Makefile Wed Oct 2 08:52:30 2019 (r513561) +++ head/audio/xmradio/Makefile Wed Oct 2 09:02:05 2019 (r513562) @@ -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: head/audio/xmradio/files/patch-Imakefile ============================================================================== --- head/audio/xmradio/files/patch-Imakefile Wed Oct 2 08:52:30 2019 (r513561) +++ head/audio/xmradio/files/patch-Imakefile Wed Oct 2 09:02:05 2019 (r513562) @@ -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