Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.30 2014/02/15 23:54:46 wiedi Exp $
# $NetBSD: Makefile,v 1.32 2014/08/09 11:27:31 kim Exp $
DISTNAME= rtty-3.2
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://gatekeeper.hpl.hp.com/archive/pub/misc/vixie/ \
ftp://gatekeeper.hpl.hp.com/pub/misc/vixie/
@@ -19,6 +19,14 @@ CFLAGS.SunOS+= -Du_int16_t=uint16_t -Du_int32_t=uint32_t
MAKE_ENV+= LIBS="-lcrypt"
.endif
# If you need to regenerate patch-aa for Makefile, you should save
# your changes, run "make clean patch", apply your changes again,
# regenerate the diff for patch-aa. Same applies for any other files
# with /usr/local in them, should they acquire patches.
#
# This cannot be moved to pre-patch, because ${PREFIX} can differ
# between installations.
pre-configure:
${CHMOD} u+w ${WRKDIR}/*
for f in `echo ${WRKDIR}/* | ${XARGS} ${GREP} -l '/usr/local'`; do \

View File

@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.4 2006/12/17 20:09:26 minskim Exp $
$NetBSD: distinfo,v 1.6 2014/08/09 11:27:31 kim Exp $
SHA1 (rtty-3.2.tar.gz) = 62587ee4eec0b551b2b38341f20fddebde1ee8a1
RMD160 (rtty-3.2.tar.gz) = 03863b5fbaf27a6f254c620e91c3dcd364df926a
Size (rtty-3.2.tar.gz) = 23445 bytes
SHA1 (patch-aa) = 347e1522c9f4a13f821799c17a8950421ec9170a
SHA1 (patch-aa) = 11cf781b562bfe35c1003db6f3ac94653c1f8e06
SHA1 (patch-ab) = 32644f9383ef43b45421fc100382509e2e6b2e34
SHA1 (patch-ac) = 8b1b1be9eb471f68d62b4454f9bd74dddb471d75
SHA1 (patch-ad) = dee546ca499fa4fb534f137d58fcbbb800b244d3

View File

@@ -1,8 +1,8 @@
$NetBSD: patch-aa,v 1.4 2006/12/17 20:09:26 minskim Exp $
$NetBSD: patch-aa,v 1.6 2014/08/09 11:27:31 kim Exp $
--- Makefile.orig 1996-08-23 23:46:42.000000000 +0000
+++ Makefile
@@ -23,7 +23,7 @@ DESTROOT =
+++ Makefile 2014-08-09 11:25:47.000000000 +0000
@@ -23,7 +23,7 @@
DESTPATH = $(DESTROOT)/usr/local/rtty
DESTBIN = $(DESTPATH)/bin
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.4 2006/12/17 20:09:26 minskim Exp $
CDEBUG = -O -g
#
# use -U to undefine, -D to define
@@ -35,16 +35,25 @@ CDEBUG = -O -g
@@ -35,16 +35,25 @@
# NO_SOCKADDR_LEN if your "struct sockaddr_in" lacks a sin_len field
# NO_HSTRERROR if your C library has no hstrerror() function
#
@@ -40,3 +40,16 @@ $NetBSD: patch-aa,v 1.4 2006/12/17 20:09:26 minskim Exp $
BINARY = ttysrv rtty locbrok
SCRIPT = Startup console startsrv agelogs agelog
ALL = $(BINARY) $(SCRIPT)
@@ -63,10 +72,10 @@
test -d $(DESTPATH)/$$x || mkdir $(DESTPATH)/$$x; \
done
set -x; for x in $(BINARY); do \
- install -c -m 111 $$x $(DESTBIN)/$$x; \
+ install -c -m 755 $$x $(DESTBIN)/$$x; \
done
set -x; for x in $(SCRIPT); do \
- install -c -m 555 $$x $(DESTBIN)/$$x; \
+ install -c -m 755 $$x $(DESTBIN)/$$x; \
done
ttysrv: ttysrv.o ttyprot.o connutil.o misc.o version.o