- don't bogus info files
This commit is contained in:
parent
321714173e
commit
af047a18b6
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2011/04/17 18:04:00 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/11/08 13:00:21 jasper Exp $
|
||||
|
||||
COMMENT= Atmel AVR 8-bit RISC microcontrollers' GNU gdb
|
||||
|
||||
VER= 6.8
|
||||
DISTNAME= gdb-${VER}
|
||||
PKGNAME= avr-gdb-${VER}
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
|
||||
HOMEPAGE= http://www.gnu.org/software/gdb/gdb.html
|
||||
|
||||
|
12
devel/avr/gdb/patches/patch-bfd_doc_Makefile_in
Normal file
12
devel/avr/gdb/patches/patch-bfd_doc_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-bfd_doc_Makefile_in,v 1.1 2011/11/08 13:00:21 jasper Exp $
|
||||
--- bfd/doc/Makefile.in.orig Tue Nov 8 13:53:12 2011
|
||||
+++ bfd/doc/Makefile.in Tue Nov 8 13:53:24 2011
|
||||
@@ -64,7 +64,7 @@ CONFIG_CLEAN_FILES =
|
||||
depcomp =
|
||||
am__depfiles_maybe =
|
||||
SOURCES =
|
||||
-INFO_DEPS = bfd.info
|
||||
+INFO_DEPS =
|
||||
TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
|
||||
am__TEXINFO_TEX_DIR = $(top_srcdir)/../texinfo
|
||||
DVIS = bfd.dvi
|
12
devel/avr/gdb/patches/patch-etc_Makefile_in
Normal file
12
devel/avr/gdb/patches/patch-etc_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-etc_Makefile_in,v 1.1 2011/11/08 13:00:21 jasper Exp $
|
||||
--- etc/Makefile.in.orig Tue Nov 8 13:55:57 2011
|
||||
+++ etc/Makefile.in Tue Nov 8 13:56:07 2011
|
||||
@@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf
|
||||
HTMLFILES = standards.html configure.html
|
||||
|
||||
all: info
|
||||
-install: install-info
|
||||
+install:
|
||||
|
||||
uninstall:
|
||||
|
12
devel/avr/gdb/patches/patch-gdb_doc_Makefile_in
Normal file
12
devel/avr/gdb/patches/patch-gdb_doc_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gdb_doc_Makefile_in,v 1.1 2011/11/08 13:00:21 jasper Exp $
|
||||
--- gdb/doc/Makefile.in.orig Tue Nov 8 13:52:22 2011
|
||||
+++ gdb/doc/Makefile.in Tue Nov 8 13:52:52 2011
|
||||
@@ -72,7 +72,7 @@ SET_TEXINPUTS = \
|
||||
TEXINPUTS=${TEXIDIR}:.:$(srcdir):$(READLINE_DIR):$(GDBMI_DIR):$$TEXINPUTS
|
||||
|
||||
# Files which should be generated via 'info' and installed by 'install-info'
|
||||
-INFO_DEPS = gdb.info gdbint.info stabs.info annotate.info
|
||||
+INFO_DEPS =
|
||||
|
||||
# Files which should be generated via 'pdf' and installed by 'install-pdf'
|
||||
PDFFILES = gdb.pdf gdbint.pdf stabs.pdf refcard.pdf annotate.pdf
|
@ -1,13 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/06/27 20:58:10 ckuethe Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2011/11/08 13:00:21 jasper Exp $
|
||||
@bin bin/avr-gdb
|
||||
@bin bin/avr-gdbtui
|
||||
@comment @info info/annotate.info
|
||||
@comment @info info/bfd.info
|
||||
@comment @info info/configure.info
|
||||
@comment @info info/gdb.info
|
||||
@comment @info info/gdbint.info
|
||||
@comment @info info/stabs.info
|
||||
@comment info/standards.info
|
||||
@comment lib/libiberty.a
|
||||
@man man/man1/avr-gdb.1
|
||||
@man man/man1/avr-gdbtui.1
|
||||
|
Loading…
Reference in New Issue
Block a user