From owner-svn-ports-all@freebsd.org Tue Jan 2 09:02:22 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B9E34EBC3A6; Tue, 2 Jan 2018 09:02:22 +0000 (UTC) (envelope-from danfe@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 mx1.freebsd.org (Postfix) with ESMTPS id 83E0876636; Tue, 2 Jan 2018 09:02:22 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w0292LA9051476; Tue, 2 Jan 2018 09:02:21 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0292Lut051475; Tue, 2 Jan 2018 09:02:21 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201801020902.w0292Lut051475@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 2 Jan 2018 09:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457838 - head/net/wmwlmon X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/net/wmwlmon X-SVN-Commit-Revision: 457838 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jan 2018 09:02:22 -0000 Author: danfe Date: Tue Jan 2 09:02:21 2018 New Revision: 457838 URL: https://svnweb.freebsd.org/changeset/ports/457838 Log: Remove BROKEN_sparc64 statement which was added in r397879 by linimon@ more than two years ago. The port now builds just fine on 10.4-STABLE running under QEMU 2.9.0. While here, remove redundant DISTNAME assignment and add missing `xext' component to USE_XORG list as prompted by `stage-qa'. Modified: head/net/wmwlmon/Makefile Modified: head/net/wmwlmon/Makefile ============================================================================== --- head/net/wmwlmon/Makefile Tue Jan 2 09:00:46 2018 (r457837) +++ head/net/wmwlmon/Makefile Tue Jan 2 09:02:21 2018 (r457838) @@ -5,16 +5,13 @@ PORTNAME= wmwlmon PORTVERSION= 1.0 CATEGORIES= net windowmaker MASTER_SITES= http://www.nazgul.ch/dev/ -DISTNAME= wmwlmon-${PORTVERSION} MAINTAINER= LukeD@pobox.com COMMENT= DockApp showing the state of a wireless network device -USE_XORG= x11 xpm +USE_XORG= x11 xext xpm PLIST_FILES= bin/wmwlmon man/man1/wmwlmon.1.gz - -BROKEN_sparc64= fails to build post-patch: ${REINPLACE_CMD} -e 's#/usr/X11R6#${LOCALBASE}#g' \