pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/tradcpp
Module Name: pkgsrc
Committed By: dholland
Date: Fri Dec 16 18:30:58 UTC 2016
Modified Files:
pkgsrc/devel/tradcpp: Makefile
Added Files:
pkgsrc/devel/tradcpp/patches: patch-config.h
Log Message:
try again, this time with the patch
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/tradcpp/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/tradcpp/patches/patch-config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/tradcpp/Makefile
diff -u pkgsrc/devel/tradcpp/Makefile:1.11 pkgsrc/devel/tradcpp/Makefile:1.12
--- pkgsrc/devel/tradcpp/Makefile:1.11 Fri Dec 16 04:56:04 2016
+++ pkgsrc/devel/tradcpp/Makefile Fri Dec 16 18:30:58 2016
@@ -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/
Added files:
Index: pkgsrc/devel/tradcpp/patches/patch-config.h
diff -u /dev/null pkgsrc/devel/tradcpp/patches/patch-config.h:1.1
--- /dev/null Fri Dec 16 18:30:58 2016
+++ pkgsrc/devel/tradcpp/patches/patch-config.h Fri Dec 16 18:30:58 2016
@@ -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