pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/batchftp Use setpgid(), not setpgrp(), on Interix ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/75db2137e8e7
branches:  trunk
changeset: 502711:75db2137e8e7
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 15:51:52 2005 +0000

description:
Use setpgid(), not setpgrp(), on Interix via -D.

diffstat:

 net/batchftp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6d0346ff9d98 -r 75db2137e8e7 net/batchftp/Makefile
--- a/net/batchftp/Makefile     Tue Nov 08 15:50:03 2005 +0000
+++ b/net/batchftp/Makefile     Tue Nov 08 15:51:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/07/07 14:40:00 minskim Exp $
+# $NetBSD: Makefile,v 1.11 2005/11/08 15:51:52 tv Exp $
 
 DISTNAME=      batchftp102
 PKGNAME=       batchftp-1.02
@@ -12,6 +12,7 @@
 
 WRKSRC=                ${WRKDIR}
 
+CPPFLAGS.Interix+= -Dsetpgrp=setpgid
 MAKE_ENV+=     BINOWN=${BINOWN} BINGRP=${BINGRP}
 
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index