pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ytalk this package doesn't require X11, and tradit...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2eca9457581a
branches: trunk
changeset: 469751:2eca9457581a
user: grant <grant%pkgsrc.org@localhost>
date: Sat Feb 28 12:21:48 2004 +0000
description:
this package doesn't require X11, and traditionally ytalk(1) didn't
include X11 support, so disable it by default. set YTALK_USE_X11=YES
for X11 support.
fixes PR pkg/24584 from diro%nixsys.bz@localhost.
diffstat:
net/ytalk/Makefile | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diffs (34 lines):
diff -r faf3dcc27583 -r 2eca9457581a net/ytalk/Makefile
--- a/net/ytalk/Makefile Sat Feb 28 11:37:56 2004 +0000
+++ b/net/ytalk/Makefile Sat Feb 28 12:21:48 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2003/01/28 22:03:58 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/28 12:21:48 grant Exp $
DISTNAME= ytalk-3.1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/chat/}
@@ -10,11 +10,19 @@
COMMENT= Multi-user replacement for UNIX talk
GNU_CONFIGURE= yes
-USE_X11= yes
USE_PKGINSTALL= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+.include "../../mk/bsd.prefs.mk"
+
+.if defined(YTALK_USE_X11) && empty(YTALK_USE_X11:M[Nn][Oo])
+CONFIGURE_ARGS+= --with-x
+USE_X11= yes
+.else
+CONFIGURE_ARGS+= --without-x
+.endif
+
EGDIR= ${PREFIX}/share/examples/ytalk
CONF_FILES= ${EGDIR}/ytalkrc ${PKG_SYSCONFDIR}/ytalkrc
Home |
Main Index |
Thread Index |
Old Index