View | Details | Raw Unified | Return to bug 181574
Collapse All | Expand All

(-)editors/openoffice-4/Makefile (-9 / +9 lines)
Lines 24-43 Link Here
24
USE_GL=		gl glu
24
USE_GL=		gl glu
25
USE_GSTREAMER=	yes
25
USE_GSTREAMER=	yes
26
#USE_GCC=	4.6+
26
#USE_GCC=	4.6+
27
USE_GMAKE=	yes
28
USE_PYTHON=	yes
27
USE_PYTHON=	yes
29
USE_PERL5_BUILD=	yes
30
USE_BZIP2=	yes
28
USE_BZIP2=	yes
31
USES+=		bison perl5
29
USES+=		bison perl5 gmake
32
USE_PERL5=	build
30
USE_PERL5=	build
33
WITHOUT_CPU_CFLAGS=	true
31
WITHOUT_CPU_CFLAGS=	true
34
MAKE_JOBS_SAFE=	yes
32
MAKE_JOBS_SAFE=	yes
35
33
36
OPTIONS_DEFINE=	GCONF GNOMEVFS
34
OPTIONS_DEFINE=	GCONF GNOMEVFS CCACHE
37
OPTIONS_DEFAULT=GCONF GNOMEVFS
35
OPTIONS_DEFAULT=GCONF GNOMEVFS
38
GNOMEVFS_DESC=	Enable GNOME Virtual File System
36
GNOMEVFS_DESC=	Enable GNOME Virtual File System
37
CCACHE_DESC=	Mimimize compile time of C/C++ programs
39
38
39
.include "${.CURDIR}/files/Makefile.localized"
40
40
.include <bsd.port.pre.mk>
41
.include <bsd.port.pre.mk>
42
.include <bsd.port.options.mk>
41
43
42
USE_JAVA=	yes
44
USE_JAVA=	yes
43
JAVA_BUILD=	jdk
45
JAVA_BUILD=	jdk
Lines 44-63 Link Here
44
JAVA_VENDOR=	openjdk
46
JAVA_VENDOR=	openjdk
45
JAVA_VERSION=	1.6+
47
JAVA_VERSION=	1.6+
46
48
47
.if !defined(WITHOUT_GCONF)
49
.if ${PORT_OPTIONS:MGCONF}
48
USE_GNOME+=	gconf2
50
USE_GNOME+=	gconf2
49
.else
51
.else
50
CONFIGURE_ARGS+=--disable-gconf
52
CONFIGURE_ARGS+=--disable-gconf
51
.endif
53
.endif
52
54
53
.if !defined(WITHOUT_GNOMEVFS)
55
.if ${PORT_OPTIONS:MGNOMEVFS}
54
USE_GNOME+=	gnomevfs2
56
USE_GNOME+=	gnomevfs2
55
.else
57
.else
56
CONFIGURE_ARGS+=--disable-gnome-vfs
58
CONFIGURE_ARGS+=--disable-gnome-vfs
57
.endif
59
.endif
58
60
59
.include <${FILESDIR}/Makefile.localized>
60
61
ONLY_FOR_ARCHS=	i386 amd64
61
ONLY_FOR_ARCHS=	i386 amd64
62
62
63
.if ${ARCH} == amd64
63
.if ${ARCH} == amd64
Lines 96-102 Link Here
96
		${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \
96
		${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \
97
		${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf
97
		${LOCALBASE}/lib/X11/fonts/ChromeOS/Arimo-Bold.ttf:${PORTSDIR}/x11-fonts/croscorefonts-fonts-ttf
98
98
99
.if defined(WITH_CCACHE)
99
.if ${PORT_OPTIONS:MCCACHE) || defined(WITH_CCACHE)
100
BUILD_DEPENDS+=	ccache:${PORTSDIR}/devel/ccache
100
BUILD_DEPENDS+=	ccache:${PORTSDIR}/devel/ccache
101
CCACHE_PREFIX=	ccache
101
CCACHE_PREFIX=	ccache
102
OOOCC=		${CCACHE_PREFIX} ${CC}
102
OOOCC=		${CCACHE_PREFIX} ${CC}
(-)editors/openoffice-4/distinfo (-2 / +2 lines)
Lines 2-6 Link Here
2
SIZE (openoffice/apache-openoffice-4.0.0-r1503704-src.tar.bz2) = 211869164
2
SIZE (openoffice/apache-openoffice-4.0.0-r1503704-src.tar.bz2) = 211869164
3
SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
3
SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c
4
SIZE (openoffice/unowinreg.dll) = 6144
4
SIZE (openoffice/unowinreg.dll) = 6144
5
SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.0.0.r1503704.tar.bz2) = 4d21329da736fbdaaf530d705f7872eb2c6c96180ac917db7f66d7cfc1551e06
5
SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.0.0.r1503704.tar.bz2) = f557f29965485c10da5bd4b4c63d883d774200e891c40fc247e2ffdab9127350
6
SIZE (openoffice/ApacheOpenOffice.ext_sources.4.0.0.r1503704.tar.bz2) = 138567395
6
SIZE (openoffice/ApacheOpenOffice.ext_sources.4.0.0.r1503704.tar.bz2) = 68602339

Return to bug 181574