pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/nntpclnt Add DragonFly support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97852b846a1b
branches:  trunk
changeset: 512069:97852b846a1b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Apr 30 18:23:30 2006 +0000

description:
Add DragonFly support.

diffstat:

 news/nntpclnt/Makefile                  |   4 +-
 news/nntpclnt/files/config.DragonFly.sh |  81 +++++++++++++++++++++++++++++++++
 2 files changed, 83 insertions(+), 2 deletions(-)

diffs (103 lines):

diff -r a1edf728be92 -r 97852b846a1b news/nntpclnt/Makefile
--- a/news/nntpclnt/Makefile    Sun Apr 30 18:20:59 2006 +0000
+++ b/news/nntpclnt/Makefile    Sun Apr 30 18:23:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/04/22 09:22:13 rillig Exp $
+# $NetBSD: Makefile,v 1.29 2006/04/30 18:23:30 joerg Exp $
 
 DISTNAME=      nntpclnt-1.6.1
 PKGREVISION=   5
@@ -24,7 +24,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 CONFIG_SH=     ${FILESDIR}/config.${OPSYS}.sh
-ONLY_FOR_PLATFORM=     NetBSD-*-* SunOS-*-*
+ONLY_FOR_PLATFORM=     NetBSD-*-* SunOS-*-* DragonFly-*-*
 
 INSTALLATION_DIRS=     bin include lib man/man3
 
diff -r a1edf728be92 -r 97852b846a1b news/nntpclnt/files/config.DragonFly.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/nntpclnt/files/config.DragonFly.sh   Sun Apr 30 18:23:30 2006 +0000
@@ -0,0 +1,81 @@
+#!/bin/sh
+#
+# $NetBSD: config.DragonFly.sh,v 1.1 2006/04/30 18:23:30 joerg Exp $
+#
+# config.sh
+# This file was produced by running the Configure script.
+# (and manually bashed on by joerg%netbsd.org@localhost)
+
+n='-n'
+c=''
+libc='/usr/lib/libc.a'
+eunicefix=':'
+eunice='undef'
+cpp='/usr/bin/cpp'
+shsharp='true'
+startsh='#!/bin/sh'
+spitshell='cat'
+test='test'
+expr='expr'
+sed='sed'
+echo='echo'
+cat='cat'
+rm='rm'
+cp='cp'
+tr='tr'
+mkdir='mkdir'
+inews='inews'
+grep='grep'
+chmod='chmod'
+awk='awk'
+egrep='/usr/bin/egrep'
+nidump='/bin/cat'
+ypmatch='/bin/cat'
+jobslib=''
+contains='grep'
+lib='@PREFIX@/etc'
+libexp='@PREFIX@/etc'
+nametype='bsd'
+cc='cc'
+iandd=''
+include=''
+socketlib=''
+posix=''
+nonetdb='undef'
+internet=''
+filexp=''
+dotdir='define'
+strncasecmp='define'
+strcasecmp='define'
+seteuid='define'
+sitename=''
+hostfile='@PKGSYSCONFDIR@/domainname'
+domain=''
+isadmin='undef'
+newsadmin='root'
+novoid='undef'
+mansrc='@PREFIX@/man/man1'
+manext='1'
+rootid='0'
+strchr='define'
+memcpy='define'
+sunos4='undef'
+solaris='undef'
+portable='define'
+passnam='define'
+berknam='define'
+usgnam='undef'
+whoami='undef'
+getpwent='define'
+gethostname='undef'
+douname='undef'
+phostname='undef'
+hostcmd=''
+serverfile='@PKGSYSCONFDIR@/server'
+auth='define'
+authsimple='define'
+authold='define'
+passfile='@PKGSYSCONFDIR@/server.auth'
+decnet='undef'
+datakit='undef'
+CONFIG=true



Home | Main Index | Thread Index | Old Index