aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-01-19 00:47:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-01-19 00:47:39 +0000
commit4ea606d243e9412af4a0aa1d512a38ec07e9a25b (patch)
treefdeb54937f5c16542775463e76b13aaec4789df0 /editors/openoffice-3-devel
parent6e95cc57ae0f2b7cf7e1be6bbd611c466addc333 (diff)
downloadports-4ea606d243e9412af4a0aa1d512a38ec07e9a25b.tar.gz
ports-4ea606d243e9412af4a0aa1d512a38ec07e9a25b.zip
Notes
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r--editors/openoffice-3-devel/Makefile4
-rw-r--r--editors/openoffice-3-devel/distinfo6
-rw-r--r--editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk16
3 files changed, 21 insertions, 5 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile
index 056877fdd5e2..d24e0c28f41d 100644
--- a/editors/openoffice-3-devel/Makefile
+++ b/editors/openoffice-3-devel/Makefile
@@ -59,9 +59,9 @@ IGNORE= install lang/perl5.8 then try again
CODELINE= 680
RELEASE_NR= 2.0
-MILESTONE?= 150
+MILESTONE?= 151
OOOTAG?= SRC680_m${MILESTONE}
-SNAPDATE= 20060114
+SNAPDATE= 20060117
INSTALLATION_BASEDIR?= openoffice.org-${OOOTAG}
EXECBASE?= openoffice.org-${OOOTAG}
DIST_SUBDIR= openoffice.org2.0
diff --git a/editors/openoffice-3-devel/distinfo b/editors/openoffice-3-devel/distinfo
index ced470644329..4a24eeb47005 100644
--- a/editors/openoffice-3-devel/distinfo
+++ b/editors/openoffice-3-devel/distinfo
@@ -1,6 +1,6 @@
-MD5 (openoffice.org2.0/OOo_SRC680_m150_source.tar.bz2) = 13640616e59b7071293dabe4d8b11c1e
-SHA256 (openoffice.org2.0/OOo_SRC680_m150_source.tar.bz2) = a7e13d04ee06dbb1e310a0c5758132712c212ddc8bbea5c2ba5cf7b5d813f963
-SIZE (openoffice.org2.0/OOo_SRC680_m150_source.tar.bz2) = 236111751
+MD5 (openoffice.org2.0/OOo_SRC680_m151_source.tar.bz2) = f652b703f21ade84d6ff814684df2327
+SHA256 (openoffice.org2.0/OOo_SRC680_m151_source.tar.bz2) = 2c6a2e37ff5dd8b01c4d976239922e12b26bf948908f62d9e2df620c8ce4cf2d
+SIZE (openoffice.org2.0/OOo_SRC680_m151_source.tar.bz2) = 236161920
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
SHA256 (openoffice.org2.0/gpc231.tar.Z) = c1265948554a9882fe8342ecc9ccbdb423321a572a5a6b56f7dfad389540da4e
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
diff --git a/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk b/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk
new file mode 100644
index 000000000000..cfc8ed478919
--- /dev/null
+++ b/editors/openoffice-3-devel/files/patch-solenv+inc+packtools.mk
@@ -0,0 +1,16 @@
+Index: solenv/inc/packtools.mk
+===================================================================
+RCS file: /cvs/tools/solenv/inc/packtools.mk,v
+retrieving revision 1.6
+diff -u -r1.6 packtools.mk
+--- solenv/inc/packtools.mk 13 Jan 2006 15:02:07 -0000 1.6
++++ solenv/inc/packtools.mk 18 Jan 2006 10:51:17 -0000
+@@ -34,6 +34,8 @@
+ #*************************************************************************
+
+ .IF "$(GUI)"!="WNT"
++.IF "$(OS)"=="LINUX"
+ RPM*:=$(shell +-ls -l `which rpm` >& /dev/null && set i=`which rpm` && echo rpm`test -x $${{i}}build && echo build`)
+ DPKG*:=$(shell +-ls -l `which dpkg` >& /dev/null && echo dpkg)
+ .ENDIF
++.ENDIF