summaryrefslogtreecommitdiff
path: root/editors/openoffice-3/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove openoffice-3 all user should be considering using OpenOffice 4Baptiste Daroussin2014-02-071-342/+0
| | | | | | | | With hat: office@ Approved by: maho Notes: svn path=/head/; revision=343218
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* Fix some annoying formatting and style bugs so I can do more work on thisAlexey Dokuchaev2014-01-171-71/+74
| | | | | | | port, and modernize LIB_DEPENDS. Otherwise, no functional changes. Notes: svn path=/head/; revision=340015
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-301-2/+2
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* Update poppler to 0.24.4.Koop Mast2013-12-271-2/+2
| | | | | | | | | | | | Update comment. Use new LIB_DEPENDS syntax, use USES=pathfix. Stagify. Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to new syntax. Notes: svn path=/head/; revision=337749
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with [bce]) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331271
* Fix pkgname collisionBaptiste Daroussin2013-10-071-1/+1
| | | | Notes: svn path=/head/; revision=329696
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | editors) Notes: svn path=/head/; revision=327720
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-181-2/+1
| | | | Notes: svn path=/head/; revision=327535
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* editors/openoffice-*: bump PORTREVISIONWilliam Grzybowski2013-08-051-2/+2
| | | | | | | | | - CoinMP has been updated Submitted by: Pedro Giffuni <giffunip tutopia.com> Notes: svn path=/head/; revision=324278
* - Convert to new perl frameworkAndrej Zverev2013-08-041-2/+2
| | | | | | | Approved by: bapt@ (office@) Notes: svn path=/head/; revision=324225
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* * patches are needed for new glib [1]Maho Nakata2013-03-191-1/+1
| | | | | | | | | * move bison section to appropreate place. Submitted by: Jan Henrik Sylvester <me@janh.de> [1] Notes: svn path=/head/; revision=314623
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-1/+1
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Now libexttextcat and libtextcat can happily co-exist.Maho Nakata2013-02-041-11/+0
| | | | | | | Pointed out by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=311577
* Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16Baptiste Daroussin2012-12-101-2/+2
| | | | | | | | | | | | | | | vendors: Remove any reference to bsdjava and freebsd Java Vendors, as the both are outdated, have security issues and expired. Mark icedtea6-stubs as broken as it doesn't build with any of the left supported vendors. Switch tuxguitar to be able to use openjdk16 [1] Approved by: gahr [1] Notes: svn path=/head/; revision=308615
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-5/+1
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Allow openjdk7 build.Maho Nakata2012-09-251-1/+1
| | | | | | | Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=304815
* update to 3.4.1Maho Nakata2012-09-211-13/+21
| | | | Notes: svn path=/head/; revision=304621
* Added a keyword so that openoffice and libreoffice canMaho Nakata2012-08-071-1/+11
| | | | | | | | | co-exist. Submitted by: Jan Henrik Sylvester <me@janh.de> Notes: svn path=/head/; revision=302223
* - Fix explicit use of unzipAlex Kozlov2012-07-041-1/+1
| | | | | | | | PR: ports/153429 Approved by: office@ (crees) Notes: svn path=/head/; revision=300463
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
* Upgrade graphics/vigra from 1.7.1 to 1.8.0Vasil Dimov2012-06-081-1/+1
| | | | | | | | PR: ports/168833 Submitted by: fluffy@ Notes: svn path=/head/; revision=298758
* allow gconf2 and gnomevfs2 to be optional.Maho Nakata2012-06-081-1/+17
| | | | | | | | PR: 168781 Submitted by: scf@ Notes: svn path=/head/; revision=298718
* fix comment.Maho Nakata2012-05-281-1/+1
| | | | | | | Submitted by: bapt@ Notes: svn path=/head/; revision=297567
* Fix bootstraprc, permission, and bump portrevision.Maho Nakata2012-05-231-2/+4
| | | | | | | Submitted by: scf@ peter@ avg@ Notes: svn path=/head/; revision=297259
* Reduce the size of the package and bump portrevision.Maho Nakata2012-05-201-1/+2
| | | | Notes: svn path=/head/; revision=297006
* The Apache OpenOffice Project Announces Apache OpenOffice™ 3Maho Nakata2012-05-091-116/+133
| | | | | | | | | | | in Tue, 08 May 2012 13:04:48 GMT. * http://mail-archives.apache.org/mod_mbox/incubator-ooo-announce/201205.mbox/%3CCAP-ksohGnmq8bmo50Db5fhZW3NysNdg41RR7Rg2f8F00ueHHww%40mail.gmail.com%3E * http://www.openoffice.org/news/aoo34.html * http://www.youtube.com/watch?v=QQaZwDwf6tc Notes: svn path=/head/; revision=296269
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update maintainer to office@.Maho Nakata2011-08-241-1/+1
| | | | | | | | PR: 159929 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=280335
* - Cleanup unspported FreeBSD versionMartin Wilke2011-02-131-8/+0
| | | | | | | | | | | - While here kick md5 support PR: 154396 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Approved by: maintainer timeout Notes: svn path=/head/; revision=269048
* Fix SDK name.Maho Nakata2011-02-101-0/+1
| | | | | | | Submitted by: Marcus Lange <marcus.lange@oracle.com> Notes: svn path=/head/; revision=268862
* Rename SDK and URE names so that meet OOo's official criterion.Maho Nakata2011-02-101-2/+2
| | | | | | | | Discussed with: Marcus Lange <marcus.lange@oracle.com>, "Jack L." <xxjack12xx@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=268846
* Update to 3.3.0.Maho Nakata2011-01-301-29/+23
| | | | | | | | Funded by: OpenOffice.org community Feature safe: yes Notes: svn path=/head/; revision=268418
* - allow users override JAVA_VENDORDirk Meyer2010-12-151-1/+2
| | | | | | | | | - set OpenOffice Vendor in About-dialog PR: 152262 Approved by: (maintainer timeout) Notes: svn path=/head/; revision=266359
* More better package name for upload.Maho Nakata2010-11-301-2/+2
| | | | | | | Discussed with: Marcus Lange <marcus.lange@oracle.com> Notes: svn path=/head/; revision=265445
* Some small modifications so that it meets Hamburg's requirement.Maho Nakata2010-11-301-2/+2
| | | | | | | | Discussed with: Marcus Lange <marcus.lange@oracle.com> and "Jack L." <xxjack12xx@gmail.com> Notes: svn path=/head/; revision=265442
* Update to 3.2.1.Maho Nakata2010-06-051-5/+4
| | | | | | | Funded by: OpenOffice.org community. Notes: svn path=/head/; revision=255762
* now spadmin should work correctlyMaho Nakata2010-04-141-1/+2
| | | | | | | | | | cf. http://lists.freebsd.org/pipermail/freebsd-openoffice/2010-April/004526.html and bumped port revision accordingly Submitted by: avg@ (Andriy Gapon) Notes: svn path=/head/; revision=252696
* Fix build on 9.0-Current.Maho Nakata2010-04-011-1/+2
| | | | | | | | | PR: 142843 Submitted by: Andrey Kosachenko <Andrey.Kosachenko@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=251916
* Add CONFLICTS against devel/cppunit.Maho Nakata2010-04-011-0/+2
| | | | | | | | Submitted by: jhell <jhell@dataix.net> and many others Feature safe: yes Notes: svn path=/head/; revision=251911
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Use $SUB_FILES & $SUB_LIST to dynamically adjust pkg-message.Maho Nakata2010-02-161-7/+2
| | | | | | | | | PR: 142449, 142450, 142451 and 142452 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Feature safe: yes Notes: svn path=/head/; revision=249980
* Update to 3.2.0.Maho Nakata2010-02-141-34/+38
| | | | | | | | | | | | | Release note http://development.openoffice.org/releases/3.2.0.html M.N.'s build on FBSD8 can be found at: http://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/packages-8-amd64/ http://ooopackages.good-day.net/pub/OpenOffice.org/FreeBSD/packages-8-i386/ . Funded by OpenOffice.org community. Notes: svn path=/head/; revision=249826
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Be more friendly patch submitters; creators ofMaho Nakata2009-12-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | porting patch must fill and send SCA. http://www.openoffice.org/FAQs/faq-licensing.html#usinglicenses > 3. Do I have to fill out a SCA? > Yes, if you intend to contribute source code or other > materials which are intended to be compiled or otherwise > integrated with the OpenOffice.org product, regardless of the > size of the contribution (e.g., including contributions of 10 > lines or less). However we encourage all contributors to the > OpenOffice.org website domain, including the wiki, to fill > out the SCA, as it streamlines the process for all. see also http://porting.openoffice.org/freebsd/#policy Funded by: OpenOffice.org community Notes: svn path=/head/; revision=245699
* Update to 3.1.1.Maho Nakata2009-08-311-7/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FreeBSD ports specific changes are following. * Correct exception handling for >=702104 and better for prior ones. This fixes unknown crashes [1]. * Install extensions; users should manually install extensions to actual use though. Installed extensions are: sun-presentation-minimizer.oxt http://extensions.services.openoffice.org/project/PresentationMinimizer presenter-screen.oxt http://extensions.services.openoffice.org/project/presenter-screen pdfimport.oxt http://extensions.services.openoffice.org/project/pdfimport wiki-publisher.oxt http://extensions.services.openoffice.org/project/wikipublisher sun-report-builder.oxt http://extensions.services.openoffice.org/project/reportdesign located at ${PREFIX}/${INSTALLATION_BASEDIR}/extensions/ * Allow openjdk6 as valid, and buildable JDK. * remove boost for amd64. [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=127946 http://www.openoffice.org/issues/show_bug.cgi?id=98781 http://www.openoffice.org/issues/show_bug.cgi?id=82690 http://www.freebsd.org/cgi/cvsweb.cgi/src/libexec/rtld-elf/rtld.c?rev=1.135;content-type=text%2Fx-cvsweb-markup http://www.freebsd.org/cgi/cvsweb.cgi/src/libexec/rtld-elf/rtld.c?rev=1.124.2.6;content-type=text%2Fx-cvsweb-markup Funded by OpenOffice.org community. Notes: svn path=/head/; revision=240596
* Remove ports system's dependency to boost for amd64,Maho Nakata2009-08-031-2/+0
| | | | | | | as it causes build brekage. Notes: svn path=/head/; revision=238829