pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/tradcpp try again, this time with the patch
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed7139dd3bff
branches: trunk
changeset: 355987:ed7139dd3bff
user: dholland <dholland%pkgsrc.org@localhost>
date: Fri Dec 16 18:30:58 2016 +0000
description:
try again, this time with the patch
diffstat:
devel/tradcpp/Makefile | 4 ++--
devel/tradcpp/patches/patch-config.h | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r 3696448b8eba -r ed7139dd3bff devel/tradcpp/Makefile
--- a/devel/tradcpp/Makefile Fri Dec 16 17:55:48 2016 +0000
+++ b/devel/tradcpp/Makefile Fri Dec 16 18:30:58 2016 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2016/12/16 04:56:04 dholland Exp $
+# $NetBSD: Makefile,v 1.12 2016/12/16 18:30:58 dholland Exp $
#
DISTNAME= tradcpp-0.5.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
diff -r 3696448b8eba -r ed7139dd3bff devel/tradcpp/patches/patch-config.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/tradcpp/patches/patch-config.h Fri Dec 16 18:30:58 2016 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-config.h,v 1.1 2016/12/16 18:30:58 dholland Exp $
+
+Recognize __ia64__. (from upstream tree)
+
+--- config.h.orig 2016-09-04 21:16:39.000000000 +0000
++++ config.h
+@@ -124,6 +124,8 @@
+ #define CONFIG_CPU "__ppc64__"
+ #elif defined(__ARM__)
+ #define CONFIG_CPU "__ARM__"
++#elif defined(__ia64__)
++#define CONFIG_CPU "__ia64__"
+ #else
+ /* let it go */
+ #endif
Home |
Main Index |
Thread Index |
Old Index