pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xtrans Include sys/stat.h explictly in Xtranssock....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/676490358b13
branches:  trunk
changeset: 522617:676490358b13
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 15 16:43:57 2006 +0000

description:
Include sys/stat.h explictly in Xtranssock.c as S_IFMT and friends
are used. It is not pulled in indirectly at least on DragonFly.
Bump revision.

diffstat:

 x11/xtrans/Makefile         |   3 ++-
 x11/xtrans/distinfo         |   3 ++-
 x11/xtrans/patches/patch-aa |  12 ++++++++++++
 3 files changed, 16 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r 4775d76b65b0 -r 676490358b13 x11/xtrans/Makefile
--- a/x11/xtrans/Makefile       Fri Dec 15 16:01:16 2006 +0000
+++ b/x11/xtrans/Makefile       Fri Dec 15 16:43:57 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 16:55:55 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/15 16:43:57 joerg Exp $
 #
 
 DISTNAME=              xtrans-1.0.2
+PKGREVISION=           1
 CATEGORIES=            x11 net
 MASTER_SITES=          http://xorg.freedesktop.org/releases/individual/lib/
 EXTRACT_SUFX=          .tar.bz2
diff -r 4775d76b65b0 -r 676490358b13 x11/xtrans/distinfo
--- a/x11/xtrans/distinfo       Fri Dec 15 16:01:16 2006 +0000
+++ b/x11/xtrans/distinfo       Fri Dec 15 16:43:57 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2006/11/03 16:55:55 joerg Exp $
+$NetBSD: distinfo,v 1.2 2006/12/15 16:43:57 joerg Exp $
 
 SHA1 (xtrans-1.0.2.tar.bz2) = 06071f09a934cd0e5fc9b4d8514f238d14ad1d51
 RMD160 (xtrans-1.0.2.tar.bz2) = 73077d6941d1073d69aa07bf7e0325baaef8d1f9
 Size (xtrans-1.0.2.tar.bz2) = 99390 bytes
+SHA1 (patch-aa) = 4d39401f40380fea729ceefabc23d8a422ea146f
diff -r 4775d76b65b0 -r 676490358b13 x11/xtrans/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xtrans/patches/patch-aa       Fri Dec 15 16:43:57 2006 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2006/12/15 16:43:57 joerg Exp $
+
+--- Xtranssock.c.orig  2006-12-15 16:31:00.000000000 +0000
++++ Xtranssock.c
+@@ -53,6 +53,7 @@ from the copyright holders.
+  * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+  */
+ 
++#include <sys/stat.h>
+ #include <ctype.h>
+ #ifdef XTHREADS
+ #include <X11/Xthreads.h>



Home | Main Index | Thread Index | Old Index