Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Feb 2021 04:25:03 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564677 - head/x11-wm/icewm
Message-ID:  <202102080425.1184P3aF014439@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Feb  8 04:25:03 2021
New Revision: 564677
URL: https://svnweb.freebsd.org/changeset/ports/564677

Log:
  Don't try to needlessly (or, as with --with-docdir, even bogusly) override
  various directories and trust the default values from the configure script.
  
  As a result, icehelp(1) now displays internal HTML help as expected, while
  previously it could not find the files and showed empty window.
  
  PR:	253091

Modified:
  head/x11-wm/icewm/Makefile

Modified: head/x11-wm/icewm/Makefile
==============================================================================
--- head/x11-wm/icewm/Makefile	Mon Feb  8 04:07:50 2021	(r564676)
+++ head/x11-wm/icewm/Makefile	Mon Feb  8 04:25:03 2021	(r564677)
@@ -3,6 +3,7 @@
 
 PORTNAME=	icewm
 PORTVERSION=	2.1.1
+PORTREVISION=	1
 CATEGORIES=	x11-wm
 MASTER_SITES=	https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/
 
@@ -23,10 +24,7 @@ USE_GNOME=	glib20
 USE_PERL5=	build
 USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xpm xrender
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-icesound=oss \
-		--with-cfgdir=${DATADIR} \
-		--with-libdir=${DATADIR} \
-		--with-docdir=${PREFIX}/share/doc
+CONFIGURE_ARGS=	--with-icesound=oss
 SHEBANG_FILES=	contrib/icewm-menu-xrandr
 
 OPTIONS_DEFINE=		BEASTIE DOCS IMLIB2 NLS SVG XFT XINERAMA XRANDR



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