pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/nntpclnt add darwin support
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf928436ff44
branches: trunk
changeset: 549977:bf928436ff44
user: chuck <chuck%pkgsrc.org@localhost>
date: Tue Nov 11 21:12:20 2008 +0000
description:
add darwin support
diffstat:
news/nntpclnt/Makefile | 4 +-
news/nntpclnt/files/config.Darwin.sh | 81 ++++++++++++++++++++++++++++++++++++
2 files changed, 83 insertions(+), 2 deletions(-)
diffs (103 lines):
diff -r 0f0bd9824893 -r bf928436ff44 news/nntpclnt/Makefile
--- a/news/nntpclnt/Makefile Tue Nov 11 20:30:24 2008 +0000
+++ b/news/nntpclnt/Makefile Tue Nov 11 21:12:20 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2008/09/12 00:49:36 gdt Exp $
+# $NetBSD: Makefile,v 1.33 2008/11/11 21:12:20 chuck Exp $
DISTNAME= nntpclnt-1.6.1
PKGREVISION= 6
@@ -26,7 +26,7 @@
.include "../../mk/bsd.prefs.mk"
CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh
-ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-*
+ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* DragonFly-*-* Linux-*-* Darwin-*-*
INSTALLATION_DIRS= bin include lib ${PKGMANDIR}/man3
diff -r 0f0bd9824893 -r bf928436ff44 news/nntpclnt/files/config.Darwin.sh
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/news/nntpclnt/files/config.Darwin.sh Tue Nov 11 21:12:20 2008 +0000
@@ -0,0 +1,81 @@
+#!/bin/sh
+#
+# $NetBSD: config.Darwin.sh,v 1.1 2008/11/11 21:12:20 chuck Exp $
+#
+# config.sh
+# This file was produced by running the Configure script
+# (and then manually bashed on)
+
+n='-n'
+c=''
+libc='/usr/lib/libc.dylib'
+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