From a196360474b76397cfd42ceac661ede989639412 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 30 Jul 2005 22:03:01 +0000 Subject: Upgrade to a new source tarball that has all of our functional private patches integrated. I give up on trying to convince the doxygen setup of simulavr to peacefully collaborate with LaTeX 3.x, it always ends up in producing a PDF file where it is supposed to produce a DVI file (which the build system then tries to process further). Instead, I hacked the configure and build system to not try building or installing any of its private documentation at all (the man and info pages are still around as they are already present in the source tarball). After all, the original simulavr is no longer being developed but has a successor named simulavrxx, so in future, I'll rather concentrate on making a FreeBSD port out of that one. --- devel/simulavr/files/patch-test_asm | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 devel/simulavr/files/patch-test_asm (limited to 'devel/simulavr/files/patch-test_asm') diff --git a/devel/simulavr/files/patch-test_asm b/devel/simulavr/files/patch-test_asm deleted file mode 100644 index 56a7749fb4d6..000000000000 --- a/devel/simulavr/files/patch-test_asm +++ /dev/null @@ -1,22 +0,0 @@ ---- test_asm/test_8515/Makefile.am.orig Thu Aug 14 04:35:06 2003 -+++ test_asm/test_8515/Makefile.am Thu Jun 17 10:22:38 2004 -@@ -51,7 +51,7 @@ - - all-local: $(TEST_ELF) $(TEST_LST) $(TEST_BIN) $(TEST_HEX) - for prg in $(TEST_PRG); do \ -- $(AVR_LD) -m avr85xx -o $$prg $${prg}.elf || exit 1; \ -+ $(AVR_LD) -m avr2 -o $$prg $${prg}.elf || exit 1; \ - done - - clean-local: ---- test_asm/test_8515/Makefile.in.orig Mon Jan 19 00:58:31 2004 -+++ test_asm/test_8515/Makefile.in Thu Jun 17 10:23:08 2004 -@@ -379,7 +379,7 @@ - - all-local: $(TEST_ELF) $(TEST_LST) $(TEST_BIN) $(TEST_HEX) - for prg in $(TEST_PRG); do \ -- $(AVR_LD) -m avr85xx -o $$prg $${prg}.elf || exit 1; \ -+ $(AVR_LD) -m avr2 -o $$prg $${prg}.elf || exit 1; \ - done - - clean-local: -- cgit v1.2.3