diff options
author | Don Lewis <truckman@FreeBSD.org> | 2021-02-09 07:12:47 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2021-02-09 07:12:47 +0000 |
commit | d4e4c868fc1d7ebe5862b15746339537223e982d (patch) | |
tree | 2fdde0c9aefa63bed95a22c44671186fc11c1ea3 /editors/openoffice-4/Makefile | |
parent | x11-themes/matcha-gtk-themes: Update to 2021-02-04 (diff) |
Upgraded enditors/openoffice-4 to version 4.1.9:
* Headless mode: Crash on DOC to PDF conversion
* Various fixes for non-FreeBSD platforms
Unbreak after gnome-vfs removal
Notes
Notes:
svn path=/head/; revision=564771
Diffstat (limited to 'editors/openoffice-4/Makefile')
-rw-r--r-- | editors/openoffice-4/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index 5d34ac0cdbca..a2c9b57b073b 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,6 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ @@ -112,10 +111,10 @@ CONFLICTS_INSTALL= apache-openoffice-devel-* AOOVERSION1= 4 AOOVERSION2= 1 -AOOVERSION3= 8 +AOOVERSION3= 9 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD -AOOTAG= AOO418m3\(Build:9803\) -GITREVISION= 18848f57b6 +AOOTAG= AOO419m1\(Build:9805\) +GITREVISION= 561082130a EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz AOOVERSION= ${AOOVERSION1}.${AOOVERSION2}.${AOOVERSION3} @@ -239,6 +238,7 @@ SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} \ CONFIGURE_ARGS+= \ --disable-gconf \ --enable-gio \ + --disable-gnome-vfs \ --with-unix-wrapper=${EXECBASE} \ --with-alloc=system \ --with-ant-home=${LOCALBASE}/share/java/apache-ant \ |