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,7 +1,7 @@
# $NetBSD: Makefile,v 1.34 2015/07/04 16:18:36 joerg Exp $
# $NetBSD: Makefile,v 1.35 2016/07/09 06:38:23 wiz Exp $
DISTNAME= xplot-0.90.7.1
PKGREVISION= 10
PKGREVISION= 11
CATEGORIES= graphics x11
MASTER_SITES= http://www.xplot.org/xplot/
HOMEPAGE= http://www.xplot.org/

View File

@@ -1,9 +1,10 @@
$NetBSD: distinfo,v 1.9 2009/12/11 16:57:12 asau Exp $
$NetBSD: distinfo,v 1.11 2016/04/21 13:37:22 jperkin Exp $
SHA1 (xplot-0.90.7.1.tar.gz) = 164074206addaeb971d2fa65069c7c7be654efc5
RMD160 (xplot-0.90.7.1.tar.gz) = 166915e138ea52e58a67e80cb20d42005fa54621
SHA512 (xplot-0.90.7.1.tar.gz) = 6b823b24e7c2b1a7fda0062e5f5def7d022b62cc8c3353136841138b5d05f455874cf4539521dbbbdf8b0f55279d829f6e126a7b35579ab4540e31fe41aee933
Size (xplot-0.90.7.1.tar.gz) = 60166 bytes
SHA1 (patch-aa) = 487b2f4b55c4851ec7b0ae8770c5f741187a061d
SHA1 (patch-aa) = 3e876d17de714cc1fafa71b5513fb67e7c7778cc
SHA1 (patch-ab) = 97c7b292a1c1f8d9294c69d4cc2eacbbff411d2e
SHA1 (patch-ac) = 671b63a8db7c41df4e9f14147988d81ff921aca7
SHA1 (patch-ac) = 3313ce11016f06488f7d2f7dc04b940e74c27151
SHA1 (patch-ad) = fd19823030badf91734fde92b45fcaecc06cf0f8

View File

@@ -1,8 +1,17 @@
$NetBSD: patch-aa,v 1.8 2009/12/11 16:57:12 asau Exp $
$NetBSD: patch-aa,v 1.9 2016/04/21 13:37:22 jperkin Exp $
--- Makefile.in.orig 2000-05-05 01:04:20.000000000 +0400
+++ Makefile.in 2009-12-11 19:54:53.000000000 +0300
@@ -62,7 +62,7 @@
--- Makefile.in.orig 2000-05-04 21:04:20.000000000 +0000
+++ Makefile.in
@@ -50,7 +50,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
-mandir = $(exec_prefix)/man/man1
+mandir = $(exec_prefix)/${PKGMANDIR}/man1
CFILES= xplot.c version_string.c coord.c unsigned.c signed.c timeval.c double.c dtime.c
OFILES= xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o
@@ -62,7 +62,7 @@ MANFILES= xplot.1 tcpdump2xplot.1
all: ${PROG}
${PROG}: ${OFILES}
@@ -11,7 +20,7 @@ $NetBSD: patch-aa,v 1.8 2009/12/11 16:57:12 asau Exp $
-mv -f $@ $@.old
mv -f $@.new $@
@@ -70,11 +70,11 @@
@@ -70,11 +70,11 @@ version_string.c: version
echo 'char *version_string = "'`cat version`'";' >version_string.c
install: all

View File

@@ -1,17 +1,15 @@
$NetBSD: patch-ac,v 1.3 1999/01/29 20:19:22 tron Exp $
$NetBSD: patch-ac,v 1.4 2016/04/21 13:37:22 jperkin Exp $
*** unsigned.c.orig Fri Dec 12 20:16:26 1997
--- unsigned.c Fri Dec 12 20:16:52 1997
***************
*** 45,50 ****
--- 45,54 ----
#define LIBC_ATOI_IS_BROKEN
#endif
+ #ifdef __NetBSD__
+ #define LIBC_ATOI_IS_BROKEN
+ #endif
+
#ifdef LIBC_ATOI_IS_BROKEN
#include <ctype.h>
#endif
--- unsigned.c.orig 1998-06-18 17:50:42.000000000 +0000
+++ unsigned.c
@@ -45,6 +45,10 @@ to preserve same.
#define LIBC_ATOI_IS_BROKEN
#endif
+#ifdef __NetBSD__
+#define LIBC_ATOI_IS_BROKEN
+#endif
+
#ifdef LIBC_ATOI_IS_BROKEN
#include <ctype.h>
#endif