Skip to content

Commit

Permalink
graphics/pcl-pointclouds: Fix build on amd64
Browse files Browse the repository at this point in the history
... by backporting patches from the upstream.

Reported by:	fallout
  • Loading branch information
yurivict committed Jun 29, 2022
1 parent e9a1c32 commit bbdfe2c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 5 additions & 2 deletions graphics/pcl-pointclouds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ PKGNAMESUFFIX= -pointclouds
DISTNAME= source
DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}/${DISTVERSION}

# backport of patches fixing tests
PATCH_SITES= https://github.com/PointCloudLibrary/pcl/commit/
PATCHFILES= ba388061b0f9ed9584e57d6019c30b044a657c3e.patch:-p1 \
# backport of patches fixing build
PATCHFILES= d253f645f0bfbcd2c818fa5d0a6970c61f39c6b5.patch:-p1 \
b220d4b3e259dba0686d0b7cdbff10c668176ded.patch:-p1
# backport of patches fixing tests
PATCHFILES+= ba388061b0f9ed9584e57d6019c30b044a657c3e.patch:-p1 \
614e19d96bd8415dbfb52d86df0f3774a9f462fe.patch:-p1 \
09c76582b5ff0f2b942609f5c85744f1ce96e332.patch:-p1 \
5be6766fbb8f5e9b2fe97a077dd5be53e5fc6983.patch:-p1 \
Expand Down
6 changes: 5 additions & 1 deletion graphics/pcl-pointclouds/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
TIMESTAMP = 1642240245
TIMESTAMP = 1656443971
SHA256 (pcl-pointclouds/1.12.1/source.tar.gz) = a9573efad5e024c02f2cc9180bb8f82605c3772c62463efbe25c5d6e634b91dc
SIZE (pcl-pointclouds/1.12.1/source.tar.gz) = 68733343
SHA256 (pcl-pointclouds/1.12.1/google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5
SIZE (pcl-pointclouds/1.12.1/google-googletest-release-1.11.0_GH0.tar.gz) = 886330
SHA256 (pcl-pointclouds/1.12.1/d253f645f0bfbcd2c818fa5d0a6970c61f39c6b5.patch) = 3e972d904c20801b6df7923697d91c77cf407ba3bc9ae27692e572caf533c240
SIZE (pcl-pointclouds/1.12.1/d253f645f0bfbcd2c818fa5d0a6970c61f39c6b5.patch) = 2525
SHA256 (pcl-pointclouds/1.12.1/b220d4b3e259dba0686d0b7cdbff10c668176ded.patch) = a6577eb703d968e8c0bf7e65888f29f083b12d2dce97511020130ff17f68b327
SIZE (pcl-pointclouds/1.12.1/b220d4b3e259dba0686d0b7cdbff10c668176ded.patch) = 930
SHA256 (pcl-pointclouds/1.12.1/ba388061b0f9ed9584e57d6019c30b044a657c3e.patch) = 7eceb1673c43205086dd2b00d8b0e0b4173e9141920de6460069a77614fde2c5
SIZE (pcl-pointclouds/1.12.1/ba388061b0f9ed9584e57d6019c30b044a657c3e.patch) = 1584
SHA256 (pcl-pointclouds/1.12.1/614e19d96bd8415dbfb52d86df0f3774a9f462fe.patch) = 8859e031322c2a45af18132754dc260f1928379315163950b3032bf8be137bc3
Expand Down

0 comments on commit bbdfe2c

Please sign in to comment.