Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -3,6 +3,6 @@ tradcpp is a traditional (K&R-style) preprocessor.
It has the particular property that it doesn't (for the most part)
trash whitespace, so it can be used on makefiles.
This is only release 0.1; it is missing some features and doubtless
This is release 0.5; it is still missing some features and doubtless
has quite a few bugs, but it's capable of building at least some
packages when used with imake.

View File

@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.7 2013/09/12 11:15:12 jperkin Exp $
# $NetBSD: Makefile,v 1.9 2015/06/13 02:08:42 dholland Exp $
#
DISTNAME= tradcpp-0.4
DISTNAME= tradcpp-0.5.1
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
@@ -11,7 +11,7 @@ COMMENT= Traditional (K&R-style) C preprocessor
LICENSE= modified-bsd
USE_BSD_MAKEFILE= yes
USE_TOOLS= nroff
USE_TOOLS+= nroff
INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"

View File

@@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.8 2013/09/17 20:27:10 wiz Exp $
$NetBSD: distinfo,v 1.11 2015/06/13 02:08:42 dholland Exp $
SHA1 (tradcpp-0.4.tar.gz) = 71b9ff14032d2e1acbbe8258a368bf3fa45125a8
RMD160 (tradcpp-0.4.tar.gz) = c8a7263083d94ff501c386001be7144a2ee50dfe
Size (tradcpp-0.4.tar.gz) = 34523 bytes
SHA1 (patch-main.c) = ef438aee0ba0da9ecd623340a808f9aaf22ce06c
SHA1 (tradcpp-0.5.1.tar.gz) = b10d31757e3e28cc5c32ffedf56b421ce436f002
RMD160 (tradcpp-0.5.1.tar.gz) = 0ac1a49a8020b5ef23ed0d4bbed00b2fcf147ecc
Size (tradcpp-0.5.1.tar.gz) = 37156 bytes

View File

@@ -1,16 +0,0 @@
$NetBSD: patch-main.c,v 1.4 2013/09/17 20:27:10 wiz Exp $
Upstream patch to work around a clang build issue.
diff -r c440247cbd69 -r 1a7de2c68290 main.c
--- main.c Sat Aug 24 18:50:05 2013 -0400
+++ main.c Tue Sep 17 14:58:45 2013 -0400
@@ -934,7 +934,7 @@
return false;
}
-DEAD static
+DEAD PF(2, 3) static
void
usage(const char *progname, const char *fmt, ...)
{