pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/nntpclnt add linux support



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c59dd876ae1
branches:  trunk
changeset: 519022:6c59dd876ae1
user:      christos <christos%pkgsrc.org@localhost>
date:      Tue Sep 26 19:00:20 2006 +0000

description:
add linux support

diffstat:

 news/nntpclnt/Makefile              |   6 +-
 news/nntpclnt/files/config.Linux.sh |  81 +++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+), 3 deletions(-)

diffs (107 lines):

diff -r 20bf6fcf2241 -r 6c59dd876ae1 news/nntpclnt/Makefile
--- a/news/nntpclnt/Makefile    Tue Sep 26 16:42:38 2006 +0000
+++ b/news/nntpclnt/Makefile    Tue Sep 26 19:00:20 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2006/04/30 18:23:30 joerg Exp $
+# $NetBSD: Makefile,v 1.30 2006/09/26 19:00:20 christos Exp $
 
 DISTNAME=      nntpclnt-1.6.1
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    news
 MASTER_SITES=  ftp://ftp.uu.net/networking/news/nntp/
 
@@ -24,7 +24,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 CONFIG_SH=     ${FILESDIR}/config.${OPSYS}.sh
-ONLY_FOR_PLATFORM=     NetBSD-*-* SunOS-*-* DragonFly-*-*
+ONLY_FOR_PLATFORM=     NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-*
 
 INSTALLATION_DIRS=     bin include lib man/man3
 
diff -r 20bf6fcf2241 -r 6c59dd876ae1 news/nntpclnt/files/config.Linux.sh
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/nntpclnt/files/config.Linux.sh       Tue Sep 26 19:00:20 2006 +0000
@@ -0,0 +1,81 @@
+#!/bin/sh
+#
+# $NetBSD: config.Linux.sh,v 1.1 2006/09/26 19:00:20 christos Exp $
+#
+# config.sh
+# This file was produced by running the Configure script
+# (and manually bashed on by tv%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='linux'
+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