Skip to content

Commit

Permalink
lang/gcc48: Remove USES=makeinfo
Browse files Browse the repository at this point in the history
- Distfile ships with info files pregenerated and no need to regenerate
  these files
- Remove patches to modify the changes in the texi file which were
  required for the texinfo in the base
  • Loading branch information
5u623l20 committed Oct 22, 2023
1 parent 6e02e43 commit 98c47a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
4 changes: 1 addition & 3 deletions lang/gcc48/Makefile
Expand Up @@ -26,7 +26,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
BUILD_DEPENDS+= runtest:misc/dejagnu
.endif

USES= compiler cpe gmake iconv libtool makeinfo perl5 tar:bzip2
USES= compiler cpe gmake iconv libtool perl5 tar:bzip2
USE_BINUTILS= yes
USE_PERL5= build

Expand Down Expand Up @@ -70,7 +70,6 @@ CONFIGURE_ARGS+=--disable-nls \
--with-system-zlib \
--disable-libgcj \
--enable-languages=${LANGUAGES}
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
USE_LDCONFIG= ${TARGLIB}
PLIST_SUB+= GCC_VERSION=${GCC_VERSION} \
GNU_HOST=${CONFIGURE_TARGET} \
Expand All @@ -97,7 +96,6 @@ post-patch:

pre-configure:
cd ${WRKSRC} ; contrib/gcc_update --touch
@${RM} ${WRKSRC}/gcc/*/*.info*

.if defined(MAINTAINER_MODE)
full-regression-test: build
Expand Down
20 changes: 0 additions & 20 deletions lang/gcc48/files/patch-gcc-doc-gcc.texi

This file was deleted.

0 comments on commit 98c47a3

Please sign in to comment.