pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/news/nn
Module Name: pkgsrc
Committed By: nia
Date: Tue May 13 11:33:18 UTC 2025
Modified Files:
pkgsrc/news/nn: Makefile
Added Files:
pkgsrc/news/nn/files: m-sparc64.h
Log Message:
nn: Add support for sparc64.
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/news/nn/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/news/nn/files/m-sparc64.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/news/nn/Makefile
diff -u pkgsrc/news/nn/Makefile:1.54 pkgsrc/news/nn/Makefile:1.55
--- pkgsrc/news/nn/Makefile:1.54 Fri Aug 18 05:19:23 2023
+++ pkgsrc/news/nn/Makefile Tue May 13 11:33:17 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2023/08/18 05:19:23 mlelstv Exp $
+# $NetBSD: Makefile,v 1.55 2025/05/13 11:33:17 nia Exp $
DISTNAME= nn-6.7.3
PKGREVISION= 5
@@ -53,6 +53,7 @@ post-patch:
<${WRKSRC}/config.h-dist >${WRKSRC}/config.h
@${CP} ${FILESDIR}/s-netbsd.h ${WRKSRC}/conf/s-netbsd.h
@${CP} ${FILESDIR}/m-powerpc.h ${WRKSRC}/conf/m-powerpc.h
+ @${CP} ${FILESDIR}/m-sparc64.h ${WRKSRC}/conf/m-sparc64.h
@${CP} ${FILESDIR}/m-x86_64.h ${WRKSRC}/conf/m-x86_64.h
@${CP} ${WRKSRC}/conf/m-m680x0.h ${WRKSRC}/conf/m-m68k.h
Added files:
Index: pkgsrc/news/nn/files/m-sparc64.h
diff -u /dev/null pkgsrc/news/nn/files/m-sparc64.h:1.1
--- /dev/null Tue May 13 11:33:18 2025
+++ pkgsrc/news/nn/files/m-sparc64.h Tue May 13 11:33:18 2025
@@ -0,0 +1,24 @@
+/************** Machine (and compiler) dependent definitions. **************
+ *
+ * Define appropriate types for the following ranges of integer
+ * variables. These are processor & compiler dependent, but the
+ * distributed definitions will probably work on most systems.
+ */
+
+
+
+/* MACHINE TYPE DEFINED TYPE VALUE RANGE */
+
+typedef unsigned char int8; /* 0 .. 255 */
+typedef short int16; /* -10,000 .. 10,000 */
+typedef int int32; /* -100,000 .. 100,000 */
+typedef unsigned int uint32; /* 0 .. 2^31-1 */
+
+
+
+/*
+ * Define NETWORK_BYTE_ORDER if the machine's longs are
+ * already in network byte order.
+ */
+
+#define NETWORK_BYTE_ORDER
Home |
Main Index |
Thread Index |
Old Index