From owner-svn-ports-head@freebsd.org Wed Nov 22 11:06:45 2017 Return-Path: Delivered-To: svn-ports-head@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 3A781DE779A; Wed, 22 Nov 2017 11:06:45 +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 03F1176801; Wed, 22 Nov 2017 11:06:44 +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 vAMB6imP032149; Wed, 22 Nov 2017 11:06:44 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAMB6iQB032147; Wed, 22 Nov 2017 11:06:44 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201711221106.vAMB6iQB032147@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Wed, 22 Nov 2017 11:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454682 - in head/x11-toolkits/fltk: . files X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11-toolkits/fltk: . files X-SVN-Commit-Revision: 454682 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.25 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, 22 Nov 2017 11:06:45 -0000 Author: danfe Date: Wed Nov 22 11:06:43 2017 New Revision: 454682 URL: https://svnweb.freebsd.org/changeset/ports/454682 Log: Remove `groff' from USES. It was recently killed in the base system and consumers have to use `textproc/groff' port now, which is a real PITA: it pulls in some obscure dependencies like `print/psutils', `graphics/netpbm', but most importantly, `ghostscript' (unconditionally), which is a huge abomination of its own, pulling another round of dependencies, some of which are as crazy as `graphics/svgalib' (sic). Trying to reset all offered knobs to `off' results in unbuildable package. Pass NROFF as mere `echo' and be done with it. Generated manpages remain identical. Modified: head/x11-toolkits/fltk/Makefile head/x11-toolkits/fltk/files/patch-configure Modified: head/x11-toolkits/fltk/Makefile ============================================================================== --- head/x11-toolkits/fltk/Makefile Wed Nov 22 09:00:16 2017 (r454681) +++ head/x11-toolkits/fltk/Makefile Wed Nov 22 11:06:43 2017 (r454682) @@ -15,12 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -USES= groff jpeg localbase pkgconfig +USES= jpeg localbase pkgconfig USE_XORG= x11 xcursor xext xfixes xft xinerama USE_GL= glu USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared +CONFIGURE_ENV= NROFF=echo WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/x11-toolkits/fltk/files/patch-configure ============================================================================== --- head/x11-toolkits/fltk/files/patch-configure Wed Nov 22 09:00:16 2017 (r454681) +++ head/x11-toolkits/fltk/files/patch-configure Wed Nov 22 11:06:43 2017 (r454682) @@ -1,5 +1,14 @@ --- configure.orig 2016-11-11 16:04:30 UTC +++ configure +@@ -4193,7 +4193,7 @@ if ${ac_cv_path_NROFF+:} false; then : + $as_echo_n "(cached) " >&6 + else + case $NROFF in +- [\\/]* | ?:[\\/]*) ++ [\\/]* | ?:[\\/]* | echo) + ac_cv_path_NROFF="$NROFF" # Let the user override the test with a path. + ;; + *) @@ -7408,7 +7408,7 @@ $as_echo "$as_me: WARNING: Ignoring libraries \"$X_PRE LIBS="$LIBS -lX11 $X_EXTRA_LIBS" CFLAGS="$CFLAGS $X_CFLAGS"