editors/openoffice-*: rm epm from BUILD_DEPENDS

epm is not needed for building on FreeBSD, so remove it from
BUILD_DEPENDS.

Since the package is not changed, there is no PORT_REVISION bump.
This commit is contained in:
Don Lewis 2025-04-12 16:40:22 -07:00
parent 0db16b1766
commit 22a227eb90
3 changed files with 10 additions and 35 deletions

View File

@ -56,7 +56,6 @@ BUILD_DEPENDS= \
zip:archivers/zip \ zip:archivers/zip \
ant:devel/apache-ant \ ant:devel/apache-ant \
dmake:devel/dmake \ dmake:devel/dmake \
epm:devel/epm \
${LOCALBASE}/bin/gperf:devel/gperf \ ${LOCALBASE}/bin/gperf:devel/gperf \
imake:devel/imake \ imake:devel/imake \
libunwind>=20211201_1:devel/libunwind \ libunwind>=20211201_1:devel/libunwind \
@ -258,7 +257,6 @@ CONFIGURE_ARGS+= \
--with-system-coinmp \ --with-system-coinmp \
--with-system-curl \ --with-system-curl \
--with-system-dicts \ --with-system-dicts \
--with-epm=${LOCALBASE}/bin/epm \
--with-system-expat \ --with-system-expat \
--disable-fetch-external \ --disable-fetch-external \
--without-fonts \ --without-fonts \

View File

@ -1,32 +1,11 @@
--- configure.ac.orig 2019-11-12 05:10:21 UTC --- configure.ac.orig 2025-04-12 20:16:51 UTC
+++ configure.ac +++ configure.ac
@@ -367,11 +367,11 @@ AC_ARG_WITH(bundled-extension-blobs, @@ -3377,7 +3377,7 @@ if test "$enable_epm" = "yes"; then
and comply with their distribution requirements by updating the dnl ===================================================================
files LICENSE_aggregated and NOTICE_aggregated accordingly dnl Check for epm - not needed for windows
],,) dnl ===================================================================
-#AC_ARG_WITH(bundled-prereg-extensions, - if test "$_os" != "WINNT"; then
-#[ --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that + if test "$_os" != "WINNT" -a "$with_package_format" != "archive"; then
-# are to be bundled as pre-registered extensions. Make sure to only bundle if test -n "$with_epm"; then
-# extensions which can be installed without requiring a license dialog EPM=$with_epm
-#],,) else
+AC_ARG_WITH(bundled-prereg-extensions,
+[ --with-bundled-prereg-extensions Whitespace seperated list of files in the tarball directory that
+ are to be bundled as pre-registered extensions. Make sure to only bundle
+ extensions which can be installed without requiring a license dialog
+],,)
AC_ARG_ENABLE(bundled-dictionaries,
[ --enable-bundled-dictionaries Download dictionaries (spelling, hyphenation, thesaurus)
according to main/extensions.lst and bundle them. Make sure to
@@ -1538,9 +1538,9 @@ else
fi
AC_SUBST(BUNDLED_EXTENSION_BLOBS)
-#dnl ===================================================================
-#dnl Check extensions that are to be bundled as pre-registerd
-#dnl ===================================================================
+dnl ===================================================================
+dnl Check extensions that are to be bundled as pre-registerd
+dnl ===================================================================
if test -n "$with_bundled_prereg_extensions"; then
BUNDLED_PREREG_EXTENSIONS="$with_bundled_prereg_extensions"
else

View File

@ -57,7 +57,6 @@ BUILD_DEPENDS= \
zip:archivers/zip \ zip:archivers/zip \
ant:devel/apache-ant \ ant:devel/apache-ant \
dmake:devel/dmake \ dmake:devel/dmake \
epm:devel/epm \
${LOCALBASE}/bin/gperf:devel/gperf \ ${LOCALBASE}/bin/gperf:devel/gperf \
imake:devel/imake \ imake:devel/imake \
libunwind>=20211201_1:devel/libunwind \ libunwind>=20211201_1:devel/libunwind \
@ -292,7 +291,6 @@ CONFIGURE_ARGS+= \
--with-system-coinmp \ --with-system-coinmp \
--with-system-curl \ --with-system-curl \
--with-system-dicts \ --with-system-dicts \
--with-epm=${LOCALBASE}/bin/epm \
--with-system-expat \ --with-system-expat \
--disable-fetch-external \ --disable-fetch-external \
--without-fonts \ --without-fonts \