pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Add missing dependency. Remove unused header.



Module Name:	pkgsrc-wip
Committed By:	Sergey Litvinov <slitvinov%gmail.com@localhost>
Pushed By:	slitvinov
Date:		Sat Dec 5 18:09:45 2015 +0000
Changeset:	b490ff8ed7e3205dd450b739eb129b208e0d618c

Modified Files:
	pgplot/Makefile
	pgplot/distinfo
	pgplot/patches/patch-pgdispd_proccom.c

Log Message:
Add missing dependency. Remove unused header.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b490ff8ed7e3205dd450b739eb129b208e0d618c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pgplot/Makefile                        |  1 +
 pgplot/distinfo                        |  7 ++++---
 pgplot/patches/patch-pgdispd_proccom.c | 13 ++++++++++++-
 3 files changed, 17 insertions(+), 4 deletions(-)

diffs:
diff --git a/pgplot/Makefile b/pgplot/Makefile
index 3bfdcd2..09811ed 100644
--- a/pgplot/Makefile
+++ b/pgplot/Makefile
@@ -36,5 +36,6 @@ do-install:
 	${INSTALL_DATA} grfont.dat rgb.txt ${DESTDIR}${PREFIX}/lib && \
 	${INSTALL_DATA} cpgplot.h ${DESTDIR}${PREFIX}/include
 
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/pgplot/distinfo b/pgplot/distinfo
index fcf4355..ccb203c 100644
--- a/pgplot/distinfo
+++ b/pgplot/distinfo
@@ -2,8 +2,9 @@ $NetBSD: distinfo,v 1.1 2013/12/12 19:10:29 slitvinov Exp $
 
 SHA1 (pgplot5.2.tar.gz) = 1f1c9aa17eeec9a2fb23fd15a0e4a91dcc49ddc1
 RMD160 (pgplot5.2.tar.gz) = 4c21cad6613772f4104c65ac3d8d9a42e3c4afe1
+SHA512 (pgplot5.2.tar.gz) = 03a075c84506ead1d665a7105cd41c7cfbe19d12094cb36fb7459a0f6ee0df0638543b7eca92aaf80677984cc47a07b968f854db8eaa90ec605f78d89c615d1f
 Size (pgplot5.2.tar.gz) = 1197397 bytes
 SHA1 (patch-drivers.list) = df56ba221bb24754255c17565fe4b45164d7e2d1
-SHA1 (patch-drivers_pndriv.c) = d433f406251c94642cd18b5f56d5dee77d0ae792
-SHA1 (patch-makemake) = b806cbbdff7a89235dd71f0beafc5f59a9bbb8b2
-SHA1 (patch-pgdispd_proccom.c) = cfdb2e3d2bb35d971eb8ae774bc3d110caa727bb
+SHA1 (patch-drivers_pndriv.c) = 8e96fb287138619e1dfd6b6f37a0d5b3d2381571
+SHA1 (patch-makemake) = 47d10f4d58274a44e12d9d21e130613c0cbda245
+SHA1 (patch-pgdispd_proccom.c) = c72883df06b4fd551e1c49c468d9c5450e8e3aa3
diff --git a/pgplot/patches/patch-pgdispd_proccom.c b/pgplot/patches/patch-pgdispd_proccom.c
index 7b0ed3f..3ff893b 100644
--- a/pgplot/patches/patch-pgdispd_proccom.c
+++ b/pgplot/patches/patch-pgdispd_proccom.c
@@ -4,7 +4,18 @@ Compiler was complaining about an extra definition
 
 --- pgdispd/proccom.c.orig	1994-08-22 20:33:35.000000000 +0000
 +++ pgdispd/proccom.c
-@@ -163,7 +163,6 @@ int *retbuflen;	/* the length of retbuf
+@@ -93,10 +93,6 @@ static char rcsid[]="@(#)$Id: proccom.c,
+ #include <sys/types.h>
+ #include <netinet/in.h>
+ 
+-#ifndef VMS
+-#include <values.h>
+-#endif
+-
+ #ifdef sun
+ #include <memory.h>
+ #endif
+@@ -163,7 +159,6 @@ int *retbuflen;	/* the length of retbuf 
  	void drawline();	/* draw a line in the bitmap window */
  	Pixmap XCreatePixmap();
  


Home | Main Index | Thread Index | Old Index