svn commit: r457838 - head/net/wmwlmon

Alexey Dokuchaev danfe at FreeBSD.org
Tue Jan 2 09:02:22 UTC 2018


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 at 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' \


More information about the svn-ports-head mailing list