summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 21:53:55 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 23:11:54 +0200
commitb39d26562ee565da2b68af2dc6ad4113f589f443 (patch)
treec0113c6f89dbcd399bd4400aa7345f4a5783a032 /sci-electronics/magic/files
parentsci-electronics/magic: enable py3.12 (diff)
downloadgentoo-b39d26562ee565da2b68af2dc6ad4113f589f443.tar.gz
gentoo-b39d26562ee565da2b68af2dc6ad4113f589f443.tar.bz2
gentoo-b39d26562ee565da2b68af2dc6ad4113f589f443.zip
sci-electronics/magic: drop 8.3.232-r1, 8.3.309-r2, 8.3.309-r3
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'sci-electronics/magic/files')
-rw-r--r--sci-electronics/magic/files/magic-8.3.232-verbose-build.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/sci-electronics/magic/files/magic-8.3.232-verbose-build.patch b/sci-electronics/magic/files/magic-8.3.232-verbose-build.patch
deleted file mode 100644
index 8455d7bb1931..000000000000
--- a/sci-electronics/magic/files/magic-8.3.232-verbose-build.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- a/Makefile
-+++ b/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
-
-@@ -68,7 +66,7 @@
- install-magic:
- @echo --- installing executable to $(DESTDIR)${INSTALL_BINDIR}
- @echo --- installing runtime files to $(DESTDIR)${INSTALL_LIBDIR}
-- @${MAKE} install-real 2>&1 >> install.log
-+ @${MAKE} install-real
-
- install-real: install-dirs
- for dir in ${INSTALL_CAD_DIRS}; do \
-@@ -89,7 +87,7 @@
- install-tcl:
- @echo --- installing executable to $(DESTDIR)${INSTALL_BINDIR}
- @echo --- installing runtime files to $(DESTDIR)${INSTALL_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 \