pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/xnc Fix errno. Uses C++ and msgfmt.
details: https://anonhg.NetBSD.org/pkgsrc/rev/059068acd7fd
branches: trunk
changeset: 514163:059068acd7fd
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jun 08 15:20:20 2006 +0000
description:
Fix errno. Uses C++ and msgfmt.
diffstat:
sysutils/xnc/Makefile | 4 +++-
sysutils/xnc/distinfo | 3 ++-
sysutils/xnc/patches/patch-ab | 13 +++++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (50 lines):
diff -r bf1f8ec91c3e -r 059068acd7fd sysutils/xnc/Makefile
--- a/sysutils/xnc/Makefile Thu Jun 08 15:14:22 2006 +0000
+++ b/sysutils/xnc/Makefile Thu Jun 08 15:20:20 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/04/17 13:46:49 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/06/08 15:20:20 joerg Exp $
DISTNAME= xnc-5.0.4.src
PKGNAME= xnc-5.0.4
@@ -12,7 +12,9 @@
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_DIRS+= xdg-1.1
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
.include "../../graphics/tiff/buildlink3.mk"
diff -r bf1f8ec91c3e -r 059068acd7fd sysutils/xnc/distinfo
--- a/sysutils/xnc/distinfo Thu Jun 08 15:14:22 2006 +0000
+++ b/sysutils/xnc/distinfo Thu Jun 08 15:20:20 2006 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 13:41:00 agc Exp $
+$NetBSD: distinfo,v 1.7 2006/06/08 15:20:20 joerg Exp $
SHA1 (xnc-5.0.4.src.tar.gz) = 4673ba128f4df88342bfd4968a2427e894f6f3cb
RMD160 (xnc-5.0.4.src.tar.gz) = 46366a75eca41f10f68ae7d4ad95b76ed4d576e2
Size (xnc-5.0.4.src.tar.gz) = 2130633 bytes
SHA1 (patch-aa) = 2da27a17e9b5c114b9ff930c38f8ec04b7221abc
+SHA1 (patch-ab) = 2ec2bbbc1eb542527c5e45756a10e91337b7719d
SHA1 (patch-ak) = 8174f9791016fbaa179efbefa4971423677f7652
SHA1 (patch-am) = 5522a4a41bf5e0512f38017c28300cc9529c9c23
diff -r bf1f8ec91c3e -r 059068acd7fd sysutils/xnc/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/xnc/patches/patch-ab Thu Jun 08 15:20:20 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.4 2006/06/08 15:20:20 joerg Exp $
+
+--- src/lib/filedir/file.h.orig 2006-06-08 14:58:59.000000000 +0000
++++ src/lib/filedir/file.h
+@@ -106,8 +106,6 @@ extern unsigned long signextend _
+
+
+
+-extern int errno; /* Some unixes don't define this.. */
+-
+ extern char *progname; /* the program name */
+ extern char *magicfile; /* name of the magic file */
+ extern int lineno; /* current line number in magic file */
Home |
Main Index |
Thread Index |
Old Index