summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-21Remove editors/openoffice.org-vcltesttool as it is no longer usedMaho Nakata27-4529/+0
for openoffice qa. Notes: svn path=/head/; revision=314807
2013-03-08Convert USE_BISON to USES= bisonBaptiste Daroussin1-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
2012-12-10Decommissioning java 1.5 (EOLed since October 2009) + removing outdated jdk16Baptiste Daroussin1-7/+3
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
2012-07-04- Fix explicit use of unzipAlex Kozlov1-1/+1
PR: ports/153429 Approved by: office@ (crees) Notes: svn path=/head/; revision=300463
2012-06-29- Remove SITE_PERL from *_DEPENDSAndrej Zverev1-1/+1
Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300219
2012-06-01- update png to 1.5.10Dirk Meyer1-1/+1
Notes: svn path=/head/; revision=297915
2011-09-23- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov1-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
2011-08-24Update maintainer to office@.Maho Nakata1-1/+1
PR: 159929 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=280335
2011-02-13- Cleanup unspported FreeBSD versionMartin Wilke3-61/+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
2010-04-01Fix build on 9.0-Current.Maho Nakata1-1/+2
PR: 142843 Submitted by: Andrey Kosachenko <Andrey.Kosachenko@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=251916
2010-04-01Add CONFLICTS against devel/cppunit.Maho Nakata1-0/+2
Submitted by: jhell <jhell@dataix.net> and many others Feature safe: yes Notes: svn path=/head/; revision=251911
2010-03-28- update to 1.4.1Dirk Meyer1-1/+1
Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
2010-02-19reduce depenedencies on cups-baseMaho Nakata1-1/+1
PR: 134773 Submitted by: dirk.meyer@dinoex.sub.org Feature safe: yes Notes: svn path=/head/; revision=250063
2010-02-05- update to jpeg-8Dirk Meyer1-0/+1
Notes: svn path=/head/; revision=249285
2009-12-13Be more friendly patch submitters; creators ofMaho Nakata1-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
2009-09-21Disable build on pointyhat. Most of the package build cluster nodesMark Linimon1-1/+4
simply lack sufficient memory and disk to build it. Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=241840
2009-09-05Update sem-automatic test script.Maho Nakata1-1/+33
* can compare hid.lst by QUASTe (from StarOffice build) and generated one (from FBSD ports) * improvement on .testtoolrc. Funded by: OpenOffice.org community Notes: svn path=/head/; revision=240911
2009-08-20Adding svn tag information for hid.lst and diffs.Maho Nakata1-4/+4
Funded by: OpenOffice.org community Notes: svn path=/head/; revision=239989
2009-08-14Add checker of hid.lst and a minor fix.Maho Nakata1-1/+8
cf. http://www.openoffice.org/issues/show_bug.cgi?id=103796 Notes: svn path=/head/; revision=239514
2009-08-13- Re-add manual package build for amd64Pav Lucistnik1-0/+1
Notes: svn path=/head/; revision=239435
2009-08-08To make Bit more portable (and slightly modified)Maho Nakata1-9/+17
Submitted by: Rail Aliev <rail@openoffice.org> Notes: svn path=/head/; revision=239143
2009-08-05Remove MANUAL_PACKAGE_BUILD=yes for amd64 andMaho Nakata1-1/+0
see what happens. Discussed with: pav Notes: svn path=/head/; revision=238925
2009-08-04Try to workaround strange build error on i386.Maho Nakata1-2/+2
Spotted by: pav Notes: svn path=/head/; revision=238866
2009-08-03Remove dependency to ports system's boost forMaho Nakata1-2/+0
amd64 as it breaks the build. Notes: svn path=/head/; revision=238837
2009-08-02- Mark BROKEN on i386, does not buildPav Lucistnik1-0/+2
- Mark MANUAL_PACKAGE_BUILD on amd64, crashes pointyhat nodes Reported by: pointyhat Notes: svn path=/head/; revision=238779
2009-07-28- Update boost to 1.39Pav Lucistnik1-1/+1
- Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
2009-07-23Build fix, verified by tinderbox.Maho Nakata1-1/+1
Spotted by: QAT. Notes: svn path=/head/; revision=238302
2009-07-23Missing dependency.Maho Nakata1-0/+1
Spotted by: QAT Notes: svn path=/head/; revision=238229
2009-07-22Add VCLtestTool for OpenOffice.org.Maho Nakata14-929/+526
The automated GUI testing provides a test framework with test scripts and an application (VCL TestTool) to test almost the whole the OpenOffice.org application automatically. * This port should based on SRC680_m226, but currently only buildable with SRC680_m248. * repocopied from openoffice.org-2-devel port [1] PR: 136674 [1] WWW: http://qa.openoffice.org/ooQAReloaded/AutomationTeamsite/ooQA-TeamAutomation.html http://wiki.services.openoffice.org/wiki/VCLTesttool_2.4 http://wiki.services.openoffice.org/wiki/VCL_TestTool/Standalone_VCL_TestTool http://qa.openoffice.org/ooQAReloaded/AutomationTeamsite/ooQA-TeamAutomationBin.html http://wiki.services.openoffice.org/wiki/VCLTestToolIssues Notes: svn path=/head/; revision=238193
2009-07-19Add openjdk as a possible jdk.Maho Nakata2-1/+27
Suggested by: jkim Funded by: OpenOffice.org community Notes: svn path=/head/; revision=238078
2009-07-15Now (For __FreeBSD_version >= 702104)Maho Nakata2-4/+4
bridge part should work in the original form. Bump portrevision for openoffice.org-2 and -3 ports. Notes: svn path=/head/; revision=237869
2009-07-04Small cosmetic clean up.Maho Nakata1-4/+2
Funded by: OpenOffice.org community Notes: svn path=/head/; revision=237082
2009-07-02Remove Child Work Space part for cosmetic reason; as we no longerMaho Nakata1-14/+0
use it over some milestones. Notes: svn path=/head/; revision=236938
2009-06-21Fix japanese font dependency.Maho Nakata1-1/+1
PR: 135617 Spotted by: Hiroto Kagotani <hiroto.kagotani@gmail.com> Notes: svn path=/head/; revision=236397
2009-06-14Fix bad transfer url when tries to add extension.Maho Nakata3-1/+51
PR: 127946 see also 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/query-pr.cgi?pr=127946 Submitted by : many Notes: svn path=/head/; revision=235820
2009-06-06Add MAKE_JOBS support for OpenOffice.org.Maho Nakata1-3/+6
PR: 135262 Submitted by: David Naylor <naylor.b.david@gmail.com> Supported by: pav Funded by: The OpenOffice.org community Notes: svn path=/head/; revision=235302
2009-01-23- Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie1-1/+1
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
2009-01-05- Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik1-15/+0
Notes: svn path=/head/; revision=225293
2008-09-04Fix alllang build, by removing "oc" language support.Maho Nakata2-4/+17
http://www.openoffice.org/issues/show_bug.cgi?id=88955 Spotted by: Kris Moore <kris@pcbsd.com> Notes: svn path=/head/; revision=219809
2008-08-29Recognize diablo-jdk16 and bump PORTREVISION.Maho Nakata2-5/+103
Submitted by: jkim Notes: svn path=/head/; revision=219394
2008-08-23Build fix with jdk16, just catching up.Maho Nakata2-2/+1361
Notes: svn path=/head/; revision=219056
2008-08-16A build fix.Maho Nakata1-12/+21
Notes: svn path=/head/; revision=218669
2008-08-06Use stock gcc for FreeBSD 6.Maho Nakata2-6/+19
Notes: svn path=/head/; revision=218133
2008-07-20Fix build with devel/epm. Simply ignore devel/epm :(Maho Nakata1-1/+2
PR: 111561 Submitted by: Christoph<tutoren@physik.tu-berlin.de> Notes: svn path=/head/; revision=217175
2008-06-06Fix PORTREVISION on ports which have PORTVERSION?= set.Edwin Groothuis1-1/+1
Noticed by Max Brazhnikov <makc@issp.ac.ru> Part of the great devel/gettext portrevision bump. Approved by: portmgr (pav) Notes: svn path=/head/; revision=214447
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-1/+1
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
2008-04-26Add WITH_SYSTEM_ICU knob. Activate when devel/icu is installed.Maho Nakata2-0/+16
Fix build -CURRENT diablo-jdk breakage PR: 121787 Submitted by: Michael Moll Patch submitted by: Marcin Cieslak <saper@system.pl> Notes: svn path=/head/; revision=211999
2008-04-26Adding missing dependencies and bump port revision.Maho Nakata1-2/+3
Submitted by: miwi Notes: svn path=/head/; revision=211998
2008-04-19- Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2-3/+4
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
2008-04-09Reduce the space to build.Maho Nakata1-0/+2
--enable-crashdump=yes impiles "-g" but requires a lot of space. This should be "-g1" and "-g" should be set when WITH_DEBUG is activated. Submitted by: truckman Notes: svn path=/head/; revision=210967