mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
update to 1.9m84
This commit is contained in:
parent
b1007c1d63
commit
a2bc1c2c4c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131027
36 changed files with 168 additions and 168 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
PORTNAME= openoffice
|
||||
PORTVERSION= 2.0.${SNAPDATE}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES+= editors
|
||||
MASTER_SITES+= ftp://ooopackages.good-day.net/pub/OpenOffice.org/sources/ \
|
||||
ftp://ftp.cs.man.ac.uk/pub/toby/gpc/:gpc \
|
||||
|
@ -18,7 +17,7 @@ EXTRACT_ONLY= OOo_${RELEASE_NR}m${MILESTONE}_source.tar.bz2
|
|||
MAINTAINER= openoffice@FreeBSD.org
|
||||
COMMENT?= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser(developer version)
|
||||
|
||||
SNAPDATE= 20050305
|
||||
SNAPDATE= 20050307
|
||||
NO_LATEST_LINK= yes
|
||||
USE_GNOME= gtk20
|
||||
MOZILLA_SOURCE= mozilla-source-${MOZILLA_VERSION}.tar.gz
|
||||
|
@ -48,7 +47,7 @@ BROKEN= "rtld depends on _end symbol. type make -DBROKEN to see how to upgrade
|
|||
|
||||
CODELINE= 680
|
||||
RELEASE_NR= 1.9
|
||||
MILESTONE= 83
|
||||
MILESTONE= 84
|
||||
INSTALLATION_BASEDIR= openoffice.org${RELEASE_NR}m${MILESTONE}
|
||||
EXECBASE= openoffice.org-${RELEASE_NR}m${MILESTONE}
|
||||
DIST_SUBDIR= openoffice.org2.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
MD5 (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 9f0741ab83491009f8c43e19bb9f2a63
|
||||
SIZE (openoffice.org2.0/OOo_1.9m83_source.tar.bz2) = 243524822
|
||||
MD5 (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 376603236315a85135b000b3cf8c7b44
|
||||
SIZE (openoffice.org2.0/OOo_1.9m84_source.tar.bz2) = 243553690
|
||||
MD5 (openoffice.org2.0/gpc231.tar.Z) = fdb06fdb5a4670b172f9fb738b717be9
|
||||
SIZE (openoffice.org2.0/gpc231.tar.Z) = 27917
|
||||
MD5 (openoffice.org2.0/mozilla-source-1.7.5.tar.gz) = d3f3528b6c5eade402ed058207cffa14
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
o llber50 is missing
|
||||
o http://www.openoffice.org/issues/show_bug.cgi?id=43037
|
||||
|
||||
Index: extensions/source/config/ldap/makefile.mk
|
||||
Index: makefile.mk
|
||||
===================================================================
|
||||
RCS file: /cvs/util/extensions/source/config/ldap/makefile.mk,v
|
||||
retrieving revision 1.5
|
||||
diff -u -r1.5 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 18 Jan 2005 15:18:56 -0000 1.5
|
||||
+++ extensions/source/config/ldap/makefile.mk 17 Feb 2005 23:21:16 -0000
|
||||
@@ -117,7 +117,7 @@
|
||||
$(SALHELPERLIB) \
|
||||
retrieving revision 1.4.24.2
|
||||
diff -u -u -r1.4.24.2 makefile.mk
|
||||
--- extensions/source/config/ldap/makefile.mk 27 Jan 2005 19:26:59 -0000 1.4.24.2
|
||||
+++ extensions/source/config/ldap/makefile.mk 18 Feb 2005 08:21:16 -0000
|
||||
@@ -114,6 +114,9 @@
|
||||
$(SALLIB)
|
||||
.IF "$(OS)"=="FREEBSD"
|
||||
-SHL1STDLIBS+=-lcompat
|
||||
+SHL1STDLIBS+=-lcompat -llber50
|
||||
SHL1STDLIBS+=-lcompat
|
||||
+.IF "$(WITH_OPENLDAP)" != "YES"
|
||||
+SHL1STDLIBS+=-llber50
|
||||
+.ENDIF
|
||||
.ENDIF
|
||||
|
||||
DEF1NAME=$(SHL1TARGET)
|
||||
|
|
Loading…
Add table
Reference in a new issue