Skip to content

Commit

Permalink
devel/libunwind: Fix PLIST
Browse files Browse the repository at this point in the history
Reported by:	jbeich
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent 2263f42 commit 27a1e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 44 deletions.
3 changes: 3 additions & 0 deletions devel/libunwind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ PLIST_SUB+= COREDUMP=""

.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400052
PLIST_FILES= include/unwind.h
.endif

post-install:
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400052
${INSTALL_DATA} ${FILESDIR}/unwind.h ${STAGEDIR}${PREFIX}/include
.endif
cd ${STAGEDIR}${PREFIX}/ && ${FIND} libexec/libunwind -type f >> ${TMPPLIST}

.include <bsd.port.mk>
44 changes: 0 additions & 44 deletions devel/libunwind/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -31,50 +31,6 @@ libdata/pkgconfig/libunwind-generic.pc
libdata/pkgconfig/libunwind-ptrace.pc
libdata/pkgconfig/libunwind-setjmp.pc
libdata/pkgconfig/libunwind.pc
libexec/libunwind/Gperf-simple
libexec/libunwind/Gperf-trace
libexec/libunwind/Gtest-bt
libexec/libunwind/Gtest-concurrent
libexec/libunwind/Gtest-exc
libexec/libunwind/Gtest-init
libexec/libunwind/Gtest-resume-sig
libexec/libunwind/Gtest-resume-sig-rt
libexec/libunwind/Gtest-trace
libexec/libunwind/Gx64-test-dwarf-expressions
libexec/libunwind/Lperf-simple
libexec/libunwind/Lperf-trace
libexec/libunwind/Lrs-race
libexec/libunwind/Ltest-bt
libexec/libunwind/Ltest-concurrent
libexec/libunwind/Ltest-exc
libexec/libunwind/Ltest-init
libexec/libunwind/Ltest-init-local-signal
libexec/libunwind/Ltest-mem-validate
libexec/libunwind/Ltest-nocalloc
libexec/libunwind/Ltest-nomalloc
libexec/libunwind/Ltest-resume-sig
libexec/libunwind/Ltest-resume-sig-rt
libexec/libunwind/Ltest-trace
libexec/libunwind/Ltest-varargs
libexec/libunwind/Lx64-test-dwarf-expressions
libexec/libunwind/check-namespace.sh
libexec/libunwind/forker
libexec/libunwind/mapper
libexec/libunwind/run-ptrace-mapper
libexec/libunwind/run-ptrace-misc
libexec/libunwind/test-async-sig
libexec/libunwind/test-flush-cache
libexec/libunwind/test-init-remote
libexec/libunwind/test-mem
libexec/libunwind/test-proc-info
libexec/libunwind/test-ptrace
libexec/libunwind/test-ptrace-misc
libexec/libunwind/test-reg-state
libexec/libunwind/test-runner
libexec/libunwind/test-setjmp
libexec/libunwind/test-static-link
libexec/libunwind/test-strerror
libexec/libunwind/x64-unwind-badjmp-signal-frame
share/man/man3/_U_dyn_cancel.3.gz
share/man/man3/_U_dyn_register.3.gz
share/man/man3/libunwind-coredump.3.gz
Expand Down

0 comments on commit 27a1e7c

Please sign in to comment.