svn commit: r564243 - in head/editors: openoffice-4 openoffice-devel
Baptiste Daroussin
bapt at FreeBSD.org
Sat Feb 6 19:45:41 UTC 2021
Author: bapt
Date: Sat Feb 6 19:45:40 2021
New Revision: 564243
URL: https://svnweb.freebsd.org/changeset/ports/564243
Log:
Remove dependency on deprecated gnome2 libraries:
gnomevfs and gconf
Modified:
head/editors/openoffice-4/Makefile
head/editors/openoffice-devel/Makefile
Modified: head/editors/openoffice-4/Makefile
==============================================================================
--- head/editors/openoffice-4/Makefile Sat Feb 6 19:36:07 2021 (r564242)
+++ head/editors/openoffice-4/Makefile Sat Feb 6 19:45:40 2021 (r564243)
@@ -3,6 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION}
+PORTREVISION= 1
CATEGORIES= editors java
MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \
http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \
@@ -135,14 +136,13 @@ WITHOUT_CPU_CFLAGS= true
CPE_PRODUCT= ${PORTNAME:S|apache-||}
CPE_VENDOR= apache
-OPTIONS_DEFINE= CRASHDUMP CUPS DBGUTIL DEBUG GNOME GNOMEVFS \
+OPTIONS_DEFINE= CRASHDUMP CUPS DBGUTIL DEBUG GNOME \
SDK WIKI_PUBLISHER
-OPTIONS_DEFAULT= CUPS GNOME GNOMEVFS WIKI_PUBLISHER
+OPTIONS_DEFAULT= CUPS GNOME WIKI_PUBLISHER
CRASHDUMP_DESC= Enable crashdumps, you also need to set WITH_DEBUG_PORTS+=${PKGORIGIN}
DBGUTIL_DESC= Enable assertions, object counting. (non-production)
DEBUG_DESC= Compile with -O0, you also need to set WITH_DEBUG_PORTS+=${PKGORIGIN}
-GNOME_DESC= GConf + screensaver presentation control via DBUS
-GNOMEVFS_DESC= GNOME Virtual File System
+GNOME_DESC= Screensaver presentation control via DBUS
SDK_DESC= Build and install software development kit
WIKI_PUBLISHER_DESC= Build and install Wiki Publisher extension
@@ -155,16 +155,10 @@ DBGUTIL_CONFIGURE_ENABLE= dbgutil
DEBUG_CONFIGURE_ENABLE= debug
-GNOME_CONFIGURE_ENABLE= dbus gconf lockdown
+GNOME_CONFIGURE_ENABLE= dbus lockdown
GNOME_LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib
-GNOME_USE= GNOME=gconf2
-GNOMEVFS_CONFIGURE_ENABLE= gnome-vfs
-GNOMEVFS_CONFIGURE_OFF= --enable-gio
-GNOMEVFS_CONFIGURE_ON= --disable-gio
-GNOMEVFS_USE= GNOME=gnomevfs2
-
SDK_CONFIGURE_ENABLE= odk
SDK_DISTFILES= unowinreg.dll:unoreg
@@ -243,6 +237,8 @@ SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDI
PRINSTALLATION_BASEDIR=${PRINSTALLATION_BASEDIR}
CONFIGURE_ARGS+= \
+ --disable-gconf \
+ --enable-gio \
--with-unix-wrapper=${EXECBASE} \
--with-alloc=system \
--with-ant-home=${LOCALBASE}/share/java/apache-ant \
Modified: head/editors/openoffice-devel/Makefile
==============================================================================
--- head/editors/openoffice-devel/Makefile Sat Feb 6 19:36:07 2021 (r564242)
+++ head/editors/openoffice-devel/Makefile Sat Feb 6 19:45:40 2021 (r564243)
@@ -3,7 +3,7 @@
PORTNAME= apache-openoffice
PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${TIMESTAMP}
-PORTREVISION= 3
+PORTREVISION= 4
PORTEPOCH= 4
CATEGORIES= editors java
MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-${TIMESTAMP}/source/ \
@@ -150,14 +150,13 @@ WITHOUT_CPU_CFLAGS= true
CPE_PRODUCT= ${PORTNAME:S|apache-||}
CPE_VENDOR= apache
-OPTIONS_DEFINE= CRASHDUMP CUPS DBGUTIL DEBUG GNOME GNOMEVFS MMEDIA \
+OPTIONS_DEFINE= CRASHDUMP CUPS DBGUTIL DEBUG GNOME MMEDIA \
MYSQL PDFIMPORT REPORT_BUILDER SDK WIKI_PUBLISHER
OPTIONS_DEFAULT= CUPS GNOME MMEDIA WIKI_PUBLISHER
CRASHDUMP_DESC= Enable crashdumps, you also need to set WITH_DEBUG_PORTS+=${PKGORIGIN}
DBGUTIL_DESC= Enable assertions, object counting. (non-production)
DEBUG_DESC= Compile with -O0, you also need to set WITH_DEBUG_PORTS+=${PKGORIGIN}
-GNOME_DESC= GConf + screensaver presentation control via DBUS
-GNOMEVFS_DESC= Use GNOME Virtual File System instead of gio
+GNOME_DESC= Screensaver presentation control via DBUS
MMEDIA_DESC= Multimedia backend for impress
MYSQL_DESC= Build MySQL Connector extension
PDFIMPORT_DESC= Build and install PDF import extension
@@ -174,16 +173,10 @@ DBGUTIL_CONFIGURE_ENABLE= dbgutil
DEBUG_CONFIGURE_ENABLE= debug
-GNOME_CONFIGURE_ENABLE= dbus gconf lockdown
+GNOME_CONFIGURE_ENABLE= dbus lockdown
GNOME_LIB_DEPENDS= libdbus-1.so:devel/dbus \
libdbus-glib-1.so:devel/dbus-glib
-GNOME_USE= GNOME=gconf2
-GNOMEVFS_CONFIGURE_ENABLE= gnome-vfs
-GNOMEVFS_CONFIGURE_OFF= --enable-gio
-GNOMEVFS_CONFIGURE_ON= --disable-gio
-GNOMEVFS_USE= GNOME=gnomevfs2
-
MMEDIA_CONFIGURE_ENABLE= gstreamer
MMEDIA_USE= GSTREAMER1=yes
@@ -280,6 +273,8 @@ SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDI
PRINSTALLATION_BASEDIR=${PRINSTALLATION_BASEDIR}
CONFIGURE_ARGS+= \
+ --enable-gio \
+ --without-gconf \
--with-unix-wrapper=${EXECBASE} \
--with-alloc=system \
--with-ant-home=${LOCALBASE}/share/java/apache-ant \
More information about the svn-ports-all
mailing list