FreeBSD Bugzilla – Attachment 237164 Details for
Bug 266917
cad/yosys: Fails to use cad/abc since 0.22
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update cad/abc to g20220920
0001-cad-abc-Update-to-20220920.patch (text/plain), 3.23 KB, created by
Emmanuel Vadot
on 2022-10-09 13:57:57 UTC
(
hide
)
Description:
Update cad/abc to g20220920
Filename:
MIME Type:
Creator:
Emmanuel Vadot
Created:
2022-10-09 13:57:57 UTC
Size:
3.23 KB
patch
obsolete
>From 757633886c338115f38939fb83bf57b8559ca625 Mon Sep 17 00:00:00 2001 >From: Emmanuel Vadot <manu@FreeBSD.org> >Date: Sun, 9 Oct 2022 15:56:40 +0200 >Subject: [PATCH] cad/abc: Update to 20220920 > >Among other thing this add the &fraig command that cad/yosys uses since 0.21 >--- > cad/abc/Makefile | 4 ++-- > cad/abc/distinfo | 6 +++--- > cad/abc/files/patch-CMakeLists.txt | 6 +++--- > cad/abc/files/patch-Makefile | 12 ++++++------ > 4 files changed, 14 insertions(+), 14 deletions(-) > >diff --git a/cad/abc/Makefile b/cad/abc/Makefile >index 0506b065fd4c..b566da8b839c 100644 >--- a/cad/abc/Makefile >+++ b/cad/abc/Makefile >@@ -1,5 +1,5 @@ > PORTNAME= abc >-DISTVERSION= g20200322 >+DISTVERSION= g20220920 > CATEGORIES= cad > > MAINTAINER= uddka@student.kit.edu >@@ -14,7 +14,7 @@ BUILD_DEPENDS= gmake:devel/gmake > USES= cmake > USE_GITHUB= yes > GH_ACCOUNT= berkeley-abc >-GH_TAGNAME= a4518e6f833885c905964f1233d11e5b941ec24c >+GH_TAGNAME= 5fb4912559380dfcb55e76c23d3fa69c0da454f8 > USE_LDCONFIG= yes > > BINARY_ALIAS= make=${GMAKE} >diff --git a/cad/abc/distinfo b/cad/abc/distinfo >index fd1b1dbf4681..6e2994ad18b2 100644 >--- a/cad/abc/distinfo >+++ b/cad/abc/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1584862926 >-SHA256 (berkeley-abc-abc-g20200322-a4518e6f833885c905964f1233d11e5b941ec24c_GH0.tar.gz) = 66d928e01a8652d634cdc8d113ccfb5f79e3160be5fe49da0697845d31754760 >-SIZE (berkeley-abc-abc-g20200322-a4518e6f833885c905964f1233d11e5b941ec24c_GH0.tar.gz) = 5760207 >+TIMESTAMP = 1665323497 >+SHA256 (berkeley-abc-abc-g20220920-5fb4912559380dfcb55e76c23d3fa69c0da454f8_GH0.tar.gz) = 219e6c88cb5129e7bac181feb5f9b92fb715c3c55a4eaa7715c30a53b7867985 >+SIZE (berkeley-abc-abc-g20220920-5fb4912559380dfcb55e76c23d3fa69c0da454f8_GH0.tar.gz) = 6065799 >diff --git a/cad/abc/files/patch-CMakeLists.txt b/cad/abc/files/patch-CMakeLists.txt >index 2fb22e750965..21f8838d12cb 100644 >--- a/cad/abc/files/patch-CMakeLists.txt >+++ b/cad/abc/files/patch-CMakeLists.txt >@@ -1,6 +1,6 @@ >---- CMakeLists.txt.orig 2020-03-22 08:33:14 UTC >+--- CMakeLists.txt.orig 2022-09-20 01:47:58 UTC > +++ CMakeLists.txt >-@@ -91,7 +91,7 @@ endfunction() >+@@ -96,7 +96,7 @@ list(REMOVE_ITEM ABC_SRC ${ABC_MAIN_SRC}) > set(ABC_MAIN_SRC src/base/main/main.c) > list(REMOVE_ITEM ABC_SRC ${ABC_MAIN_SRC}) > >@@ -9,7 +9,7 @@ > abc_properties(libabc PUBLIC) > set_property(TARGET libabc PROPERTY OUTPUT_NAME abc) > >-@@ -99,7 +99,7 @@ add_executable(abc ${ABC_MAIN_SRC}) >+@@ -104,7 +104,7 @@ abc_properties(abc PRIVATE) > target_link_libraries(abc PRIVATE libabc) > abc_properties(abc PRIVATE) > >diff --git a/cad/abc/files/patch-Makefile b/cad/abc/files/patch-Makefile >index 00f4f66b71df..c2d79f408bba 100644 >--- a/cad/abc/files/patch-Makefile >+++ b/cad/abc/files/patch-Makefile >@@ -1,18 +1,18 @@ >---- Makefile.orig 2018-03-30 08:04:05 UTC >+--- Makefile.orig 2022-10-09 13:52:58 UTC > +++ Makefile > @@ -1,6 +1,4 @@ > > -CC := gcc > -CXX := g++ >+ AR := ar > LD := $(CXX) > >- MSG_PREFIX ?= >-@@ -52,8 +50,6 @@ endif >+@@ -53,8 +51,6 @@ ARCHFLAGS := $(ARCHFLAGS) >+ endif > > ARCHFLAGS := $(ARCHFLAGS) >- >--OPTFLAGS ?= -g -O > - >+-OPTFLAGS ?= -g -O >+ > CFLAGS += -Wall -Wno-unused-function -Wno-write-strings -Wno-sign-compare $(ARCHFLAGS) > ifneq ($(findstring arm,$(shell uname -m)),) >- CFLAGS += -DABC_MEMALIGN=4 >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266917
: 237164