Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 15:34:51 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r491831 - head/net/pfinger
Message-ID:  <201902011534.x11FYpt3016895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Feb  1 15:34:51 2019
New Revision: 491831
URL: https://svnweb.freebsd.org/changeset/ports/491831

Log:
  net/pfinger: Remove X11 option
  
  x11-toolkits/gtk12 is gone since r488008.

Modified:
  head/net/pfinger/Makefile
  head/net/pfinger/pkg-plist

Modified: head/net/pfinger/Makefile
==============================================================================
--- head/net/pfinger/Makefile	Fri Feb  1 15:32:12 2019	(r491830)
+++ head/net/pfinger/Makefile	Fri Feb  1 15:34:51 2019	(r491831)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pfinger
 PORTVERSION=	0.7.10
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net
 MASTER_SITES=	http://www.xelia.ch/unix/pfinger/
 
@@ -13,12 +13,7 @@ COMMENT=	Highly configurable, secure, and portable fin
 CONFLICTS=	gnu-finger-1.*
 
 GNU_CONFIGURE=	yes
-
-OPTIONS_DEFINE=	X11
-OPTIONS_SUB=	yes
-
-X11_USE=	GNOME=gtk12
-X11_CONFIGURE_OFF=	--without-client
+CONFIGURE_ARGS=	--without-client
 
 post-patch:
 	@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/src/configfile.c

Modified: head/net/pfinger/pkg-plist
==============================================================================
--- head/net/pfinger/pkg-plist	Fri Feb  1 15:32:12 2019	(r491830)
+++ head/net/pfinger/pkg-plist	Fri Feb  1 15:34:51 2019	(r491831)
@@ -1,7 +1,6 @@
 bin/finger
-%%X11%%bin/pfinger
 man/man1/finger.1.gz
-man/man1/pfinger.1.gz
+@comment man/man1/pfinger.1.gz
 man/man5/fingerconf.5.gz
 man/man8/in.fingerd.8.gz
 sbin/fingerd



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