pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/qbe



Module Name:    pkgsrc
Committed By:   charlotte
Date:           Thu Mar  2 05:50:05 UTC 2023

Modified Files:
        pkgsrc/lang/qbe: Makefile distinfo

Log Message:
lang/qbe: Update to 1.1

Changes from 1.0:

- support for Apple ARM-based hardware (arm64_apple target)
- support for thread-local storage
- a new blit instruction to copy small aggregates
- a new hlt instruction to flag non-termination
- a new stack slot coalescing optimization


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/qbe/Makefile pkgsrc/lang/qbe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/qbe/Makefile
diff -u pkgsrc/lang/qbe/Makefile:1.1 pkgsrc/lang/qbe/Makefile:1.2
--- pkgsrc/lang/qbe/Makefile:1.1        Thu Jan 19 02:20:00 2023
+++ pkgsrc/lang/qbe/Makefile    Thu Mar  2 05:50:05 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2023/01/19 02:20:00 charlotte Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/02 05:50:05 charlotte Exp $
 
-DISTNAME=      qbe-1.0
+DISTNAME=      qbe-1.1
 CATEGORIES=    lang
-MASTER_SITES=  https://c9x.me/git/qbe.git/snapshot/
+MASTER_SITES=  https://c9x.me/compile/release/
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    charlotte%NetBSD.org@localhost
 HOMEPAGE=      https://c9x.me/compile/
Index: pkgsrc/lang/qbe/distinfo
diff -u pkgsrc/lang/qbe/distinfo:1.1 pkgsrc/lang/qbe/distinfo:1.2
--- pkgsrc/lang/qbe/distinfo:1.1        Thu Jan 19 02:20:00 2023
+++ pkgsrc/lang/qbe/distinfo    Thu Mar  2 05:50:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/01/19 02:20:00 charlotte Exp $
+$NetBSD: distinfo,v 1.2 2023/03/02 05:50:05 charlotte Exp $
 
-BLAKE2s (qbe-1.0.tar.gz) = c528787ae40a7e6863bf523c258bcd9a0d846c594b56942a7421ba8df32c6390
-SHA512 (qbe-1.0.tar.gz) = 21d1a6a62b389073cb8ca9973144cdc8d075e56baea35e6323d6a98a3c0e891097e3404f3016f3466ba50da99627be11d43978c9f6c10ffff9b6be7740305875
-Size (qbe-1.0.tar.gz) = 351977 bytes
+BLAKE2s (qbe-1.1.tar.xz) = 18c5cefe18a79a8f0ece4f98490324d6b81ad45f6d6a4f18abef2672a4317895
+SHA512 (qbe-1.1.tar.xz) = 1e5d7d1df3d73849dbf19dd1d84c9bba63a5041622823a5a239496032f9d82bd1640dd2bbd03e28c8a180b8e66a1fe10deb940b5d8fde996bf593f7e8d943e8b
+Size (qbe-1.1.tar.xz) = 244740 bytes



Home | Main Index | Thread Index | Old Index