summaryrefslogtreecommitdiff
path: root/misc/openoffice2/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-10-02Remove packages scheduled to be deleted according to the pkgsrc-2011Q2wiz1-212/+0
release notes.
2011-07-21recursive bump from gnome-vfs drop crypto dependency.obache1-2/+2
2011-06-10recursive bump from textproc/icu shlib major bump.obache1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-02-28Reset maintainer for retired developers.wiz1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-12-23Mechanically replace references to graphics/jpeg with the suitabledsainty1-2/+2
alternative from mk/jpeg.buildlink3.mk This allows selection of an alternative jpeg library (namely the x86 MMX, SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and follows the current standard model for alternatives (fam, motif, fuse etc). The mechanical edits were applied via the following script: #!/bin/sh for d in */*; do [ -d "$d" ] || continue for i in "$d/"Makefile* "$d/"*.mk; do case "$i" in *.orig|*"*"*) continue;; esac out="$d/x" sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \ -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \ < "$i" > "$out" if cmp -s "$i" "$out"; then rm -f "$out" else echo "Edited $i" mv -f "$i" "$i.orig" && mv "$out" "$i" fi done done
2010-12-17Bump PKGREVISION from icu shlib major bump.obache1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-06-02Revision bump for db4 updateadam1-2/+2
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-1/+2
2009-09-13Update to 2.4.3. This is bug fix release. It fixes the followinghira1-9/+4
security vulnerabilities. * CVE-2009-0200/CVE-2009-0201: Manipulated Microsoft Word files can lead to heap overflows and arbitrary code execution * CVE-2009-2414/CVE-2009-2416: Manipulated XML documents can lead to arbitrary code execution Release notes: http://development.openoffice.org/releases/2.4.3.html - Fix getline() problem (patches from misc/openoffice3/patches). - Use internal neon (9 patches are required to use external neon). - Use internal openssl for internal neon. - Disable VBA extension (enabling this causes build error).
2009-09-10remove firefox3 option and add xulrunner option instead ...tnn1-2/+2
... but leave it commented out because of build problems. I suppose this package is going away soon anyway(?)
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2009-08-12recursive bump for icu shlib version change except already done.obache1-2/+2
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-06-14Remove @dirrm related logic.joerg1-4/+2
2009-04-16neon update to 0.28.x changed ABI, so do a recursive bump, PKGREVISION++.wiz1-2/+2
Noted by obache@ on pkgsrc-changes@
2009-04-06Bump PKGREVISION for neon update.markd1-2/+2
2009-03-25Bump PKGREVISION following the update of textproc/icu, and thehe1-2/+2
corresponding change of ABI. OK'ed by wiz@ (as was the textproc/icu update).
2009-02-15Add missing directories. Otherwise installation fails silently.joerg1-2/+3
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-02-08Fix paths of soffice and spadmin. This fixes PR pkg/40553.hira1-2/+2
2009-01-31Conflict with openoffice3-bin.bad1-1/+2
2009-01-26 - Fix DESTDIR installation.hira1-3/+4
- Fix charmap names for NetBSD. - Use time_t instead of long on NetBSD. Bump PKGREVISION.
2008-11-24 - Install hicolor and locolor icons.hira1-18/+17
- Install gnome icons (with gnome option only). - Install MIME info files. - Fix name of .dekstop files. - Use startup scripts in OOo (don't generate these in Makefile). Bump PKGREVISION.
2008-11-19 - Remove DESTDIR from RPATH.hira1-8/+7
- Use firefox3 as default instead of firefox. Pointed out by joerg@. Bump PKGREVISION.
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-1/+2
2008-11-06Pass command paths of textproc/icu to configure.hira1-1/+4
2008-10-31Add missing \.hira1-2/+2
2008-10-31Apply some fixes and improvements from misc/openoffice3.hira1-33/+41
- Change installation directory. - Reduce usage of ${WRKDIR}. - Use language packs to install multiple languages. - Install desktop files as symbolic links. - Pass MAKE_JOBS to dmake. - Fix build with PKG_DEVELOPER=yes (add missing rpath flag). - Fix PLIST without gtk2 option. - Fix browser plugin. - Fix open-url with firefox3 and seamonkey. - Shut up tar warning (remove leading /). - Use system openssl. - Use system icu. - Add lang-all option.
2008-10-31Update to 2.4.2. Minor update from 2.4.1.hira1-4/+3
This release fixes three security vulnerabilities. - CVE-2008-3282: OpenOffice.org "rtl_allocateMemory()" Truncation (fixed in openoffice2-2.4.1nb1) - CVE-2008-2237: Manipulated WMF files can lead to heap overflows and arbitrary code execution - CVE-2008-2238: Manipulated EMF files can lead to heap overflows and arbitrary code execution Release note: http://development.openoffice.org/releases/2.4.2.html
2008-10-18Correct CDEFS on NetBSD/amd64 (-DX86 -> -DX86_64).hira1-2/+2
Bump PKGREVISION.
2008-10-14Add conflict with openoffice3. Bump PKGREVISION.hira1-2/+3
Pointed out by wiz@.
2008-10-02Fix DESTDIR installation.joerg1-2/+2
2008-09-20Install *.desktop files to correct path.hira1-10/+13
This fixes PR pkg/39589. Bump PKGREVISION.
2008-09-06Recursive PKGREVISION/ABI-depends bump for db4 4.6->4.7 update (shlibwiz1-2/+2
name change).
2008-08-29Fix CVE-2008-3282 (OpenOffice.org "rtl_allocateMemory()" Truncationhira1-1/+2
Vulnerability). Bump PKGREVISION.
2008-06-13Update to 2.4.1. This release fixes CVE-2008-2152.hira1-4/+3
Release Notes: http://development.openoffice.org/releases/2.4.1.html
2008-05-30Fix previous commit. Correct paths of hid.lst and testtoolrc.hira1-3/+3
This should fix PR pkg/38799.
2008-05-27 - Add some perl scripts to REPLACE_PERL.hira1-1/+9
- Fix permissions of non-executable files. Pointing out by wiz@ in private e-mail. Bump PKGREVISION.
2008-05-11Use REPLACE_PYTHON instead of subst framework.hira1-7/+3
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-21PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-04-07Update to 2.4.0.hira1-5/+4
New features: General * Connect to WebDAV servers via HTTPS * Custom icons for toolbars are imported * Control password-storing with a master password * Warning if document is from a newer ODF * PDF documents: relative links, document references, PDF/A-1 (ISO 19005-1) supported, and cross-document link behavior options * Mac OS X: Quicktime support for movies and sound / use the built in spell checker * Print dialog improvements in usability * Edit boxes: warning at limit of characters * DejaVu font is now default instead of BitStream Vera Localisation * Entries for 10 languages added Base / DBA * Improved rendering of numeric(n) data from JDBC and Oracle * Easier choice of table name in "Copy table" * Editing of views in HSQLDB * Query designer for all properties which allow SQL command * Query designer in SQL view * Relation design accessible for MySQL databases * Setting to check for required fields on forms * Support for Access 2007 (.accdb files) Calc * Convert text to columns: with this feature CSV data inside cells can be transformed into columns directly * Columns and rows in spreadsheet can be moved with drag and drop * Enter key returns to the column where the input started, one row below * Formula input: "+" and "-" can also be used to start * Individual zoom level per sheet * AutoFilter: choices clearer grouped and based on result of filtering in other columns * DataPilot: Manual Sorting / Double-click in DataPilot cell provides calculation data of that cell * Performance improvement with functions VLOOKUP and MATCH * Print dialog for Calc easier to use * PageUp and PageDown keys work in print preview * Sheet names in cell-hyperlinks: renamed properly Chart * Regression curves: The equation of trend lines and the R^2 value now can be displayed * Reverse axes possible * Bars on different axes displayed next to each other * Data labels: Number format * Data point label: display both value and percentage * Data label: display each part in a separate line * Data labels: more flexible placement of labels * Labels on pie segments: avoiding overlapping * Data point label: can be removed with delete key Draw * Navigation (tab) order of page objects * PDF export: page names as bookmark * Reduce complexity: no longer necessary display options removed Impress * Navigation (tab) order of page objects * Thrilling 3D effects in slide transitions * Export slide names as PDF bookmarks * Easier to insert background picture Writer * Selecting rectangular region of text * Find and Replace: backward references in regular expressions * Spell checking: easier selecting of the language * Insert&Insert Object toolbar redesign - Writer * Printing of hidden text can be turned on * Printing text place holders can be turned off * Shortcuts added for paragraph style Heading 4, Heading 5 and Textbody * Ctrl-click behaviour for hyperlinks can be changed * Custom document properties: Text fields and UI support Extensions/ programmability / API * Extensible Help System for extensions * Extensions can have a separate display name * Extensions: support of web based update * Extensions: additional information about the publisher and release notes * Extensions: check for updates * Dialogs can have a wallpaper set * Transparent background for controls * Remote control presentations via API * API: get selected table(s) or query(s) in the main Base window Please see the following URL for more information. http://development.openoffice.org/releases/2.4.0.html
2008-03-21Fix CVE-2007-{4770,4771} (sync with upstream by patch-db).hira1-2/+2
Bump PKGREVISION. Pointed out by drochner@ in private e-mail.