diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-07-24 03:32:12 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-07-24 03:32:12 +0000 |
commit | 102b201ee757bafda2a98178b186b8fbdd148092 (patch) | |
tree | bba14cf1ad7f1317f2ba311c0f546c7d510480b3 /editors/openoffice.org-3-devel/Makefile | |
parent | e573952843e97c4460eb7376c2c5036c99e9c21f (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-3-devel/Makefile')
-rw-r--r-- | editors/openoffice.org-3-devel/Makefile | 29 |
1 files changed, 8 insertions, 21 deletions
diff --git a/editors/openoffice.org-3-devel/Makefile b/editors/openoffice.org-3-devel/Makefile index 7c4a70f40772..dc4664020235 100644 --- a/editors/openoffice.org-3-devel/Makefile +++ b/editors/openoffice.org-3-devel/Makefile @@ -5,16 +5,13 @@ # $FreeBSD$ # -PORTNAME?= openoffice.org -PORTVERSION?= 3.3.${SNAPDATE} -CATEGORIES+= editors java +PORTNAME= openoffice.org +PORTVERSION= 3.4.${SNAPDATE} +CATEGORIES= editors java MASTER_SITES+= http://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \ http://ooopackages.good-day.net/pub/OpenOffice.org/sources/:extsrc \ http://ooopackages.good-day.net/pub/OpenOffice.org/cws/:cws \ - http://ooopackages.good-day.net/pub/OpenOffice.org/misc/moz/:mozsrc \ - ${MASTER_SITE_MOZILLA_EXTENDED:S/$/:mozsrc/} \ http://tools.openoffice.org/unowinreg_prebuild/680/:unowinreg -MASTER_SITE_SUBDIR+= seamonkey/releases/${SEAMONKEY_VERSION}/:mozsrc DISTFILES+= ${OOOSRC} ${OOOEXTSRC} unowinreg.dll:unowinreg #de facto maintainer is maho@FreeBSD.org @@ -26,7 +23,7 @@ CONFLICTS= cppunit* EXTRATC_ONLY?= ${OOOSRC} ${OOOEXTSRC} -OOOEXTSRC= ext_sources.20100505.tar.bz2:extsrc +OOOEXTSRC= ext_sources.20100718.tar.bz2:extsrc .if defined(CWS) PORTNAME:= openoffice.org-${CWS} @@ -37,9 +34,6 @@ OOOTAG= ${CWS} NO_LATEST_LINK= yes .if !defined(WITHOUT_MOZILLA) -SEAMONKEY_VERSION= 1.1.14 -SEAMONKEY_SOURCE= seamonkey-${SEAMONKEY_VERSION}.source.tar.bz2 -DISTFILES+= ${SEAMONKEY_SOURCE}:mozsrc USE_GNOME+= libidl .endif @@ -85,11 +79,11 @@ FREEBSD_ENV_SET= FreeBSDAMDEnv.Set.sh FREEBSD_ENV_SET= FreeBSDX86Env.Set.sh .endif -MILESTONE?= 84 +MILESTONE?= 85 OOOTAG?= DEV300_m${MILESTONE} OOOSRC?= OOo_${OOOTAG}_source${EXTRACT_SUFX} OOODIR= openoffice.org3 -SNAPDATE= 20100704 +SNAPDATE= 20100724 INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG} EXECBASE?= openoffice.org-${OOOTAG} DIST_SUBDIR= openoffice.org3 @@ -135,7 +129,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ gtar:${PORTSDIR}/archivers/gtar \ ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf \ ant:${PORTSDIR}/devel/apache-ant \ - ${LOCALBASE}/share/java/classes/junit.jar:${PORTSDIR}/java/junit + ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit #see #i85469# for gperf USE_BISON= build @@ -198,16 +192,9 @@ pre-everything:: .endif #issue XXXXXX not raised yet... -CRLFFILES=curl/curl*patch neon/neon*patch jfreereport/patches/*.patch - +DOS2UNIX_REGEX=curl/curl*patch neon/neon*patch jfreereport/patches/*.patch post-extract: - for i in ${CRLFFILES}; do \ - cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's#
##g' $$i ; \ - done @${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ -.if !defined(WITHOUT_MOZILLA) - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${SEAMONKEY_SOURCE} ${WRKSRC}/moz/download -.endif pre-configure: #Workaround for gperf. #i85469# |