Skip to content

Commit

Permalink
devel/riscv64-none-elf-gcc: Fix PLIST
Browse files Browse the repository at this point in the history
- Bump PORTREVISION for package change

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtbegin.o
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtend.o
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crti.o
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtn.o
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/libgcc.a
Error: Orphaned: lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/libgcov.a
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1

Approved by:	portmgr (blanket)
  • Loading branch information
sunpoet committed Nov 14, 2023
1 parent 1d01914 commit b261ded
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/riscv64-none-elf-gcc/Makefile
@@ -1,4 +1,5 @@
PORTVERSION= 11.3.0
PORTREVISION= 1
PKGNAMEPREFIX= riscv64-none-elf-
GCC_TARGET= riscv64-none-elf
PLIST= ${.CURDIR}/pkg-plist
Expand Down
6 changes: 6 additions & 0 deletions devel/riscv64-none-elf-gcc/pkg-plist
Expand Up @@ -522,6 +522,12 @@ lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imac/lp64/crti.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imac/lp64/crtn.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imac/lp64/libgcc.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imac/lp64/libgcov.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtbegin.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtend.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crti.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/crtn.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/libgcc.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/rv64imafdc/lp64d/libgcov.a
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1plus
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/collect2
Expand Down

0 comments on commit b261ded

Please sign in to comment.