Update to svn 1340369, also reducing the size of the package.
This commit is contained in:
parent
e43446d40f
commit
8f92e59565
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297013
3 changed files with 19 additions and 23 deletions
|
@ -56,7 +56,7 @@ FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh
|
|||
OOOSRC= ApacheOpenOffice.r${SVNREVISION}${EXTRACT_SUFX}
|
||||
EXTSRC= ApacheOpenOffice.ext_sources.r${SVNREVISION}${EXTRACT_SUFX}
|
||||
OOODIR= openoffice.org3
|
||||
SVNREVISION= 1335359
|
||||
SVNREVISION= 1340369
|
||||
INSTALLATION_BASEDIR?= openoffice-r${SVNREVISION}
|
||||
EXECBASE?= openoffice-r${SVNREVISION}
|
||||
DIST_SUBDIR= openoffice
|
||||
|
@ -136,7 +136,7 @@ MAKE_JOBS_NUMBER= 4
|
|||
.endif
|
||||
|
||||
CONFIGURE_ARGS+= --enable-verbose \
|
||||
--enable-symbols \
|
||||
--enable-symbols=small \
|
||||
--enable-crashdump \
|
||||
--with-vendor="FreeBSD ports system" \
|
||||
--with-epm=${LOCALBASE}/bin/epm \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SHA256 (openoffice/ApacheOpenOffice.r1335359.tar.bz2) = b2b1db73e484818eee4f3f1151cd2e0b4cb0a9bde4f4c6889db3112cd664e5db
|
||||
SIZE (openoffice/ApacheOpenOffice.r1335359.tar.bz2) = 251666414
|
||||
SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1335359.tar.bz2) = 261e4cde8751e894787fc84c434e15c21cc85410806515082ad45d90799e154a
|
||||
SIZE (openoffice/ApacheOpenOffice.ext_sources.r1335359.tar.bz2) = 215140454
|
||||
SHA256 (openoffice/ApacheOpenOffice.r1340369.tar.bz2) = 4ae7f8796fc431d859ec9e56d7d1955765cc93dd20b79455d2af40ec6f7e7161
|
||||
SIZE (openoffice/ApacheOpenOffice.r1340369.tar.bz2) = 251650050
|
||||
SHA256 (openoffice/ApacheOpenOffice.ext_sources.r1340369.tar.bz2) = a02caf168d96b18e310bd102ee35c1098e6d98205a7471e1a79801da6a949567
|
||||
SIZE (openoffice/ApacheOpenOffice.ext_sources.r1340369.tar.bz2) = 223307883
|
||||
SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
|
||||
SIZE (openoffice/unowinreg.dll) = 6144
|
||||
|
|
|
@ -1,20 +1,6 @@
|
|||
temporary hack. -I/usr/local/include appears too early so that graphite
|
||||
catches it thus build fails.
|
||||
|
||||
/workdir && mkdir -p $W/CxxObject/vcl/unx/generic/gdi/ && mkdir -p $W/Dep/CxxObject/vcl/unx/generic/gdi/ && c++ -DCPPU_ENV=gcc3 -DCUI -DENABLE_GRAPHITE -DENABLE_GTK -DENABLE_LAYOUT=0 -DENABLE_LAYOUT_EXPERIMENTAL=0 -DFREEBSD -DGCC -DGXX_INCLUDE_PATH=/usr/include/c++/4.2 -DHAVE_GCC_VISIBILITY_FEATURE -DNDEBUG -DOPTIMIZE -DOSL_DEBUG_LEVEL=0 -DPRODUCT -DPRODUCT_FULL -DSOLAR_JAVA -DSTLPORT_VERSION=400 -DSUPD=340 -DUNIX -DUNX -DVCL -DX86_64 -D_PTHREADS -D_REENTRANT -D_XSALSET_LIBNAME=\"libspa.so\" -DVCLPLUG_GEN_IMPLEMENTATION -DUSE_RANDR -DUSE_XINERAMA_XORG -Wall -Wendif-labels -Wextra -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wshadow -fPIC -fmessage-length=0 -fno-common -fno-strict-aliasing -fno-use-cxa-atexit -fvisibility-inlines-hidden -fvisibility=hidden -pipe -D_THREAD_SAFE -I/usr/local/include -DEXCEPTIONS_ON -fexceptions -fno-enforce-eh-specs -Os -c $S/vcl/unx/generic/gdi/pspgraphics.cxx -o $W/CxxObject/vcl/unx/generic/gdi/pspgraphics.o -MMD -MT $W/CxxObject/vcl/unx/generic/gdi/pspgraphics.o -MF $W/Dep/CxxObject/vcl/unx/generic/gdi/pspgraphics.d -I$S/vcl/unx/generic/gdi/ -I$O/inc/stl -I$O/inc/stl -Iaaa -I$O/inc/external -I$O/inc -I$S/solenv/unxfbsdx/inc -I$S/solenv/inc -I$S/res -I$S/solenv/inc/Xp31 -I/usr/local/openjdk6/include -I/usr/local/openjdk6/include/freebsd -I/usr/local/openjdk6/include/bsd -I/usr/local/openjdk6/include/linux -I/usr/local/openjdk6/include/native_threads/include -I/usr/local/include -I$S/vcl/inc -I$S/vcl/inc/pch -I$S/solenv/inc -I$O/inc/offuh -I$O/inc/stl -I$O/inc
|
||||
In file included from /usr/local/include/graphite/GrClient.h:31,
|
||||
from /work/tinderbox-ligeti8amd64/portstrees/FreeBSD/ports/editors/openoffice-3-devel/work/ooo/main/vcl/inc/graphite_layout.hxx:40,
|
||||
from /work/tinderbox-ligeti8amd64/portstrees/FreeBSD/ports/editors/openoffice-3-devel/work/ooo/main/vcl/unx/generic/gdi/pspgraphics.cxx:52:
|
||||
/usr/local/include/graphite/GrFeature.h:110: error: 'wstring' in namespace '_STL' does not name a type
|
||||
/usr/local/include/graphite/GrFeature.h:111: error: 'wstring' in namespace '_STL' does not name a type
|
||||
/usr/local/include/graphite/GrFeature.h:113: error: 'wstring' in namespace '_STL' does not name a type
|
||||
In file included from /work/tinderbox-ligeti8amd64/portstrees/FreeBSD/ports/editors/openoffice-3-devel/work/ooo/main/vcl/inc/graphite_layout.hxx:41,
|
||||
from /work/tinderbox-ligeti8amd64/portstrees/FreeBSD/ports/editors/openoffice-3-devel/work/ooo/main/vcl/unx/generic/gdi/pspgraphics.cxx:52:
|
||||
|
||||
|
||||
--- vcl/Library_vclplug_gen.mk 2012-02-20 11:32:20.000000000 +0900
|
||||
+++ vcl/Library_vclplug_gen.mk 2012-02-20 11:53:47.000000000 +0900
|
||||
@@ -125,7 +125,6 @@
|
||||
--- vcl/Library_vclplug_gen.mk.orig 2012-05-19 17:17:44.000000000 +0900
|
||||
+++ vcl/Library_vclplug_gen.mk 2012-05-20 16:11:53.000000000 +0900
|
||||
@@ -124,7 +124,6 @@
|
||||
ifeq ($(XRANDR_DLOPEN),FALSE)
|
||||
$(eval $(call gb_Library_set_cxxflags,vclplug_gen,\
|
||||
$$(CXXFLAGS) \
|
||||
|
@ -22,3 +8,13 @@ In file included from /work/tinderbox-ligeti8amd64/portstrees/FreeBSD/ports/edit
|
|||
))
|
||||
$(eval $(call gb_Library_set_ldflags,vclplug_gen,\
|
||||
$$(LDFLAGS) \
|
||||
@@ -204,4 +203,9 @@
|
||||
Xinerama Xrandr \
|
||||
))
|
||||
endif
|
||||
+ifeq ($(OS),FREEBSD)
|
||||
+$(eval $(call gb_Library_add_external_libs,vclplug_gen, \
|
||||
+ Xinerama Xrandr \
|
||||
+))
|
||||
+endif
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue