summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2016-03-21 05:53:01 +0000
committerDon Lewis <truckman@FreeBSD.org>2016-03-21 05:53:01 +0000
commit70fdf7774f2897ad88a83d81ef591860d2093a78 (patch)
treeda527cc5dba312b1c9928ca4777a977432e3a9aa /editors/openoffice-devel/files
parentdevel/py-monotonic: update to 1.0 (diff)
Upgrade to upstream svn revision r1735889. This contains the
CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT pipe fix [1]. It also contains a slightly different fix for building with boost 1.60, so delete patch-sdext_source_pdfimport_makefile.mk, which is no longer needed. Delay running gnome-post-install until the plist has been generated by post-install so that the icons are detected and gtk-update-icon-cache gets run when the package is installed. [2] Add missing USES=shared-mime-info. PR: 207301 [1] PR: 208026 [2]
Notes
Notes: svn path=/head/; revision=411540
Diffstat (limited to 'editors/openoffice-devel/files')
-rw-r--r--editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk b/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
deleted file mode 100644
index 7c80a84efa1e..000000000000
--- a/editors/openoffice-devel/files/patch-sdext_source_pdfimport_makefile.mk
+++ /dev/null
@@ -1,13 +0,0 @@
---- sdext/source/pdfimport/makefile.mk.orig 2014-09-19 18:16:25 UTC
-+++ sdext/source/pdfimport/makefile.mk
-@@ -70,6 +70,10 @@ SHL1STDLIBS=\
- $(CPPULIB) \
- $(SALLIB)
-
-+.IF "$(SYSTEM_BOOST)" == "YES"
-+ SHL1STDLIBS+=-lboost_system
-+.ENDIF
-+
- .IF "$(GUI)" == "UNX"
- SHL1STDLIBS+=-lbasegfx_s
- .ELSE