Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2013/07/12 10:45:01 jperkin Exp $
# $NetBSD: Makefile,v 1.19 2016/06/12 00:31:10 dholland Exp $
DISTNAME= uucp-1.07
PKGREVISION= 7
@@ -6,8 +6,8 @@ CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GNU:=uucp/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Taylor UUCP
HOMEPAGE= http://www.airs.com/ian/uucp.html
COMMENT= Taylor UUCP
USE_TOOLS+= mkdir:run pwd:run rmdir:run
USE_FEATURES+= cdefs
@@ -17,11 +17,11 @@ USE_FEATURES+= cdefs
PKG_SYSCONFSUBDIR= uucp
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-user=${UUCP_USER}
CONFIGURE_ARGS+= --with-newconfigdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --with-oldconfigdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ENV+= MKDIR_PROGRAM=${TOOLS_MKDIR:Q}
CONFIGURE_ENV+= PWD_PROGRAM=${TOOLS_PWD_CMD:Q}
CONFIGURE_ENV+= RMDIR_PROGRAM=${TOOLS_RMDIR:Q}
CONFIGURE_ARGS+= --with-newconfigdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --with-oldconfigdir=${PKG_SYSCONFDIR}
CONFIGURE_ENV+= MKDIR_PROGRAM=${TOOLS_MKDIR}
CONFIGURE_ENV+= PWD_PROGRAM=${TOOLS_PWD_CMD}
CONFIGURE_ENV+= RMDIR_PROGRAM=${TOOLS_RMDIR}
PKG_GROUPS= ${UUCP_GROUP}
PKG_USERS= ${UUCP_USER}:${UUCP_GROUP}
@@ -30,7 +30,7 @@ PKG_GROUPS_VARS+= UUCP_GROUP
PKG_USERS_VARS+= UUCP_USER
PKG_GECOS.${UUCP_USER}= UNIX-to-UNIX Copy
PKG_HOMES.${UUCP_USER}= ${UUCP_PUBDIR}
PKG_HOME.${UUCP_USER}= ${UUCP_PUBDIR}
PKG_SHELL.${UUCP_USER}= ${PREFIX}/sbin/uucico
INFO_FILES= yes
@@ -91,18 +91,18 @@ post-extract:
# Generate a policy_local.h header file that holds the paths used by UUCP.
post-configure:
@${RM} -f ${WRKSRC}/policy_local.h
.for _var_ in MAIL_PROGRAM CMDPATH LOCKDIR \
${RM} -f ${WRKSRC}/policy_local.h
.for var in MAIL_PROGRAM CMDPATH LOCKDIR \
SPOOLDIR PUBDIR LOGFILE \
STATFILE DEBUGFILE
@${ECHO} "#define ${_var_} \""${UUCP_${_var_}:Q}"\"" \
${ECHO} "#define ${var} \""${UUCP_${var}:Q}"\"" \
>> ${WRKSRC}/policy_local.h
.endfor
post-install:
cd ${FILESDIR}/etc; for f in [a-z]*; do \
${TEST} -f $$f || continue; \
${INSTALL_DATA} $$f ${DESTDIR}${PREFIX}/share/examples/uucp; \
set -e; cd ${FILESDIR}/etc; for f in [a-z]*; do \
${TEST} -f "$$f" || continue; \
${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/share/examples/uucp; \
done
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:09:47 joerg Exp $
@comment $NetBSD: PLIST,v 1.6 2015/11/08 22:06:29 dholland Exp $
bin/cu
bin/rmail
bin/uucp
bin/uulog
bin/uuname
@@ -7,17 +8,16 @@ bin/uupick
bin/uustat
bin/uuto
bin/uux
bin/rmail
info/uucp.info
libexec/uucpd
man/man1/cu.1
man/man1/uucp.1
man/man1/uustat.1
man/man1/uux.1
man/man8/uucico.8
man/man8/uuxqt.8
man/man8/rmail.8
man/man8/uucico.8
man/man8/uucpd.8
man/man8/uuxqt.8
sbin/uuchk
sbin/uucico
sbin/uuconv

View File

@@ -1,7 +1,8 @@
$NetBSD: distinfo,v 1.4 2014/06/29 19:18:28 dholland Exp $
$NetBSD: distinfo,v 1.7 2015/11/08 23:19:22 dholland Exp $
SHA1 (uucp-1.07.tar.gz) = e7c93c3aa6468f1b26dd4d9104dbbe8c2949e9ee
RMD160 (uucp-1.07.tar.gz) = e265ecd08245dd2510db20430a7a0e387ef4df51
SHA512 (uucp-1.07.tar.gz) = 13d215890234e638bed53dce7bab6eb78e0ce6b658f23ac1d7f8abc6e1d97963bef76aa4148ca644f450d5a1678fac940b73fbcd5845d7f5bea3afbd8055229b
Size (uucp-1.07.tar.gz) = 1013234 bytes
SHA1 (patch-aa) = 4fc29d344083abc4ea57194c1f4f9cd77aa763eb
SHA1 (patch-ab) = 28f7010cd2db58d0252602cf3aecef8dc56d1b01
@@ -23,3 +24,4 @@ SHA1 (patch-aq) = bb6bcaa133ddda48ad24a94ed690afb5934b96d0
SHA1 (patch-ar) = d71d7e016d840d06c52bd88c507450111cf02e2c
SHA1 (patch-as) = 76773cbfccec131b3eb0adfad43c6d4e9d54a99b
SHA1 (patch-rmail_rmail.c) = 3010f4dcc2ef05b1563658b3c2ec769229a253bb
SHA1 (patch-uucpd_uucpd.c) = 42278c73d5f3f6c95a64896168dcdb2ead425f26

View File

@@ -0,0 +1,19 @@
$NetBSD: patch-uucpd_uucpd.c,v 1.2 2015/11/08 23:19:22 dholland Exp $
Fix build on platforms that don't have a NetBSD cdefs.h.
--- uucpd/uucpd.c~ 2015-11-08 21:56:30.000000000 +0000
+++ uucpd/uucpd.c
@@ -34,6 +34,12 @@
#include <sys/cdefs.h>
#ifndef lint
+#ifndef __COPYRIGHT
+#define __COPYRIGHT(x) char uucpd_copyright[] = x
+#endif
+#ifndef __RCSID
+#define __RCSID(x) char uucpd_rcsid[] = x
+#endif
__COPYRIGHT("@(#) Copyright (c) 1985 The Regents of the University of California.\n\
All rights reserved.\n");
#if 0