Skip to content

Commit

Permalink
editors/libreoffice: Use libcuckoo from ports.
Browse files Browse the repository at this point in the history
Test Plan: Build- and run-tested on 14-CURRENT.

Reviewed by: #office, lwhsu, fluffy

Differential Revision: https://reviews.freebsd.org/D34638
  • Loading branch information
arrowd committed Mar 23, 2022
1 parent 4f64dff commit b1e5500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions editors/libreoffice/Makefile
@@ -1,4 +1,4 @@
PORTREVISION= 2
PORTREVISION= 3

.include "${.CURDIR}/Makefile.common"

Expand All @@ -23,6 +23,7 @@ BUILD_DEPENDS= p5-Archive-Zip>=0:archivers/p5-Archive-Zip \
${LOCALBASE}/include/sane/sane.h:graphics/sane-backends \
vigra-config:graphics/vigra \
${LOCALBASE}/include/glm/glm.hpp:math/glm \
${LOCALBASE}/include/libcuckoo/cuckoohash_map.hh:devel/libcuckoo \
bash:shells/bash \
gsed:textproc/gsed \
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
Expand Down Expand Up @@ -98,7 +99,6 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils \
DISTFILES+= f543e6e2d7275557a839a164941c0a86e5f2c3f2a0042bfc434c88c6dde9e140-opens___.ttf:ext
DISTFILES+= dtoa-20180411.tgz:src
DISTFILES+= skia-m97-a7230803d64ae9d44f4e1282444801119a3ae967.tar.xz:src
DISTFILES+= libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz:src

NOT_FOR_ARCHS= armv6 armv7
NOT_FOR_ARCHS_REASON= Unsupported host_cpu
Expand Down Expand Up @@ -265,7 +265,6 @@ CONFIGURE_ARGS= --disable-dependency-tracking \
--with-parallelism=${MAKE_JOBS_NUMBER} \
--with-system-abseil \
--with-system-cppunit \
--with-system-cuckoo=no \
--with-system-curl \
--with-system-dicts \
--with-system-gpgmepp \
Expand Down
2 changes: 0 additions & 2 deletions editors/libreoffice/distinfo
Expand Up @@ -11,8 +11,6 @@ SHA256 (libreoffice/pdfium-4699.tar.bz2) = ee80fe0a3b20ef5c5babc494cd655d1b1a0bd
SIZE (libreoffice/pdfium-4699.tar.bz2) = 8780890
SHA256 (libreoffice/skia-m97-a7230803d64ae9d44f4e1282444801119a3ae967.tar.xz) = 97e859e8467eca9d2441cd23079b61c2c3863b5687620f18cc31a9f966740177
SIZE (libreoffice/skia-m97-a7230803d64ae9d44f4e1282444801119a3ae967.tar.xz) = 11826600
SHA256 (libreoffice/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz) = 471dd83a813ed2816c2246c373004470ad0f6612c7ce72038929dc5161cdd58e
SIZE (libreoffice/libcuckoo-93217f8d391718380c508a722ab9acd5e9081233.tar.gz) = 5005888
SHA256 (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370
SIZE (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = 3519470
SHA256 (libreoffice/3404ab6b1792ae5f16bbd603bd1e1d03-libformula-1.1.7.zip) = 5826d1551bf599b85742545f6e01a0079b93c1b2c8434bf409eddb3a29e4726b
Expand Down

0 comments on commit b1e5500

Please sign in to comment.