diff options
author | 2021-11-26 19:56:23 +0100 | |
---|---|---|
committer | 2021-11-26 20:00:08 +0100 | |
commit | 6f98b5322329ec776ad9f3ec153a6f9490f82772 (patch) | |
tree | 0086766177aa571335d55be848d6bc699c03055d /sci-electronics/magic/files/magic-7.5.231-verbose-build.patch | |
parent | sys-libs/glibc: remove deps on implicit system packages (diff) | |
download | gentoo-6f98b5322329ec776ad9f3ec153a6f9490f82772.tar.gz gentoo-6f98b5322329ec776ad9f3ec153a6f9490f82772.tar.bz2 gentoo-6f98b5322329ec776ad9f3ec153a6f9490f82772.zip |
sci-electronics/magic: add 8.3.232, remove 8.0.207
EAPI 8 (yay dosym -r!), Cairo support, new source of MOSIS tech files,
support for parallel building, no redundant inherits, no CPP=cpp.
Bug: https://bugs.gentoo.org/819120
Closes: https://bugs.gentoo.org/819120
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-electronics/magic/files/magic-7.5.231-verbose-build.patch')
-rw-r--r-- | sci-electronics/magic/files/magic-7.5.231-verbose-build.patch | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-electronics/magic/files/magic-7.5.231-verbose-build.patch b/sci-electronics/magic/files/magic-7.5.231-verbose-build.patch deleted file mode 100644 index 64ad4fd18278..000000000000 --- a/sci-electronics/magic/files/magic-7.5.231-verbose-build.patch +++ /dev/null @@ -1,35 +0,0 @@ ---- magic-7.5.231/Makefile -+++ magic-7.5.231/Makefile -@@ -18,12 +18,10 @@ - all: $(ALL_TARGET) - - standard: -- @echo --- errors and warnings logged in file make.log -- @${MAKE} mains 2>&1 | tee -a make.log | egrep -i "(.c:|Stop.|---)" -+ @${MAKE} mains - - tcl: -- @echo --- errors and warnings logged in file make.log -- @${MAKE} tcllibrary 2>&1 | tee -a make.log | egrep -i "(.c:|Stop.|---)" -+ @${MAKE} tcllibrary - - force: clean all - -@@ -67,7 +65,7 @@ - install-magic: - @echo --- installing executable to $(DESTDIR)${BINDIR} - @echo --- installing runtime files to $(DESTDIR)${LIBDIR} -- @${MAKE} install-real 2>&1 >> install.log -+ @${MAKE} install-real - - install-real: install-dirs - for dir in ${INSTALL_CAD_DIRS}; do \ -@@ -86,7 +84,7 @@ - install-tcl: - @echo --- installing executable to $(DESTDIR)${BINDIR} - @echo --- installing runtime files to $(DESTDIR)${LIBDIR} -- @${MAKE} install-tcl-real 2>&1 >> install.log -+ @${MAKE} install-tcl-real - - install-tcl-real: install-tcl-dirs - for dir in ${INSTALL_CAD_DIRS} ${PROGRAMS}; do \ |