pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/qpage Numeric DAEMONUSER and DAEMONGROUP don't e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e7626e2a50a
branches:  trunk
changeset: 490758:5e7626e2a50a
user:      tv <tv%pkgsrc.org@localhost>
date:      Sat Mar 19 16:02:46 2005 +0000

description:
Numeric DAEMONUSER and DAEMONGROUP don't exist in the source; nuke the
USERFLAGS!= which fails on platforms with no "uucp" user.

diffstat:

 comms/qpage/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (23 lines):

diff -r 421613b5f31b -r 5e7626e2a50a comms/qpage/Makefile
--- a/comms/qpage/Makefile      Sat Mar 19 15:36:19 2005 +0000
+++ b/comms/qpage/Makefile      Sat Mar 19 16:02:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/03/03 15:13:39 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/03/19 16:02:46 tv Exp $
 #
 
 DISTNAME=      qpage-3.3
@@ -11,12 +11,8 @@
 COMMENT=       Simple and efficient paging (SNPP) client and server
 
 GNU_CONFIGURE= yes
+USE_BUILDLINK3=        YES
 
 CONFIGURE_ENV+=        MKDIR_PATH=${MKDIR:Q}
 
-CPPFLAGS+=     ${USERFLAGS}
-
 .include "../../mk/bsd.pkg.mk"
-
-USERFLAGS!=    ${AWK} -F: '/^uucp:/ { printf("-DDAEMONUSER=%s -DDAEMONGROUP=%s", $$3, $$4); }' \
-               /etc/passwd



Home | Main Index | Thread Index | Old Index