diff options
author | jkim <jkim@FreeBSD.org> | 2013-02-16 00:54:57 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-02-16 00:54:57 +0800 |
commit | c41473d402142fd6cf0e4238e85012d377ac3818 (patch) | |
tree | e5fc0949c38053e1b6f0faf2ce4a947a067d0d2c | |
parent | c36e618fef95870f11a3d64c3d5260413d203b91 (diff) | |
download | freebsd-ports-gnome-c41473d402142fd6cf0e4238e85012d377ac3818.tar.gz freebsd-ports-gnome-c41473d402142fd6cf0e4238e85012d377ac3818.tar.zst freebsd-ports-gnome-c41473d402142fd6cf0e4238e85012d377ac3818.zip |
Enable XMLSEC support. This fixes support for password-protected files.
PR: ports/167775
-rw-r--r-- | editors/libreoffice/Makefile | 6 | ||||
-rw-r--r-- | editors/libreoffice/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 4ca49cce6ab7..3312f82a731c 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITE_SUBDIR= src/${PORTVERSION}/ MASTER_SITES+= http://dev-www.libreoffice.org/src/:src \ @@ -73,7 +73,8 @@ DISTFILES+= ${PORTNAME}-${components}-${LOVERSION}${EXTRACT_SUFX} EXTRACT_ONLY:= ${DISTFILES} -DISTFILES+= 0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz:src +DISTFILES+= 0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz:src \ + 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz:src USE_AUTOTOOLS= autoconf aclocal USE_BDB= yes @@ -174,7 +175,6 @@ CONFIGURE_ARGS+= --with-unix-wrapper="libreoffice" \ --disable-nsplugin \ --disable-linkoo \ --disable-online-update \ - --disable-xmlsec \ --with-system-gettext \ --with-system-libpng \ --disable-gnome-vfs \ diff --git a/editors/libreoffice/distinfo b/editors/libreoffice/distinfo index adfa401d076e..f823a403ad18 100644 --- a/editors/libreoffice/distinfo +++ b/editors/libreoffice/distinfo @@ -4,6 +4,8 @@ SHA256 (libreoffice/libreoffice-help-3.6.5.2.tar.xz) = e7fe01ba83fc33d39f57aed6c SIZE (libreoffice/libreoffice-help-3.6.5.2.tar.xz) = 1912108 SHA256 (libreoffice/0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz) = a4ace7c0280e5ee8d4941b33449ee10edf1515437483d55ae387cc4de2c2bea0 SIZE (libreoffice/0d2dcdfbf28d6208751b33057f5361f0-libcmis-0.2.3.tar.gz) = 432064 +SHA256 (libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz) = 390a5085651828b8fe12aa978b200f59b9155eedbb91a4be89bf7cf39eefdd4a +SIZE (libreoffice/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz) = 1652670 SHA256 (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = d30b13f4ba2e3b6a2d4f020c0dee0a9fb9fc6fbcc2d561f36b78da4bf3802370 SIZE (libreoffice/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip) = 3519470 SHA256 (libreoffice/2a177023f9ea8ec8bd00837605c5df1b-jakarta-tomcat-5.0.30-src.tar.gz) = 556921bf0de5c508985c95eef77b73a4388a7da1b7e703060c79c58385483bf4 |