summaryrefslogtreecommitdiff
path: root/misc/openoffice-bin
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27Rename "SITES_* to "SITES.*" for file-specific lists of sites from whichjlam1-2/+2
to fetch the file. This completes the renaming described in revision 1.1799 of bsd.pkg.mk.
2006-05-22Move the check-shlibs target from bsd.pkg.mk to bsd.pkg.check.mk wherejlam1-2/+2
it will live with other "check" targets run after package installation. Get rid of SHLIB_HANDLING, whose meaning had mutated over the years from one thing to another. Currently, it is used to basically note whether the system's "ldd" command can be usefully run on the package's binaries and libraries. Rename this variable to CHECK_SHLIBS_SUPPORTED for more clarity. CHECK_SHLIBS is now a variable set exclusively by the user in /etc/mk.conf to note whether the check for missing run-time search paths is performed after a package is installed. It defaults to "no" unless PKG_DEVELOPER is set.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig2-4/+4
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-10-10Adding the pkgsrc library path is useful only for a native version. This canmrauch2-6/+3
lead to native libraries being found instead of the required emulation ones which in turn prevents startup of the program. Noted by Geert Hendrickx in private mail.
2005-10-03Update to version 1.1.5.mrauch6-49/+53
This version contains read support for the new OpenDocument format OASIS which will be default in OOo 2.0. Additionally some minor bugs have been fixed. A complete list can be found at http://download.openoffice.org/1.1.5/release_notes_1.1.5.html.
2005-10-03Add the pkgsrc library path to LD_LIBRARY_PATH so shared libraries frommrauch1-1/+5
other packages which are loaded during runtime via dlopen() can be found. This is necessary for fixing PR pkg/30473.
2005-09-11Fix the mechanism which sets the temporary directory wheremrauch1-3/+3
OpenOffice.org will unpack intermediate files during install. The package default /tmp may have not enough space. Problem reported by Perry Metzger via mail to tech-pkg.
2005-07-29- indentationgrant1-24/+13
- define NO_BUILD instead of an empty do-build target - eliminate MACHINE_ARCH mangling, i[3-6]86 is already squashed to i386 by bsd.prefs.mk - allow install on Solaris/x86
2005-07-29tidy up formattinggrant2-13/+10
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-04-14Apply fix for security problem CAN-2005-0941 by installing patched library.mrauch2-2/+12
Bump PKGREVISION.
2005-04-02Add DISTNAME section for Linux/i386, which got lost.mrauch1-4/+10
2005-03-16/etc/mtab file not needed any longer, verified by mrauch.wiz1-5/+1
2005-03-03Prevent use of undefined variables on unsupported platforms.kristerw1-4/+8
2005-02-27Unbreak package: It's ".elif", not ".elseif".wiz1-7/+6
Remove empty line.
2005-02-27Drop trailing whitespace.wiz1-3/+3
2005-02-27Sort.wiz3-1702/+1702
2005-02-26add support for Solaris/sparc. Also add the framework to allow the ↵dmcmahill9-15/+10745
Solaris/sparc binary to install under NetBSD/sparc{,64} but don't actually enable it yet due to compat_svr4 issues. In addition, add support for Solaris/Intel which is marked as broken until someone with such a system can fix PLIST.SolarisIntel to be correct for the SolarisIntel binary distribution of openoffice.
2005-02-24Add RMD160 checksums.wiz1-1/+3
2005-02-24Rename openoffice-linux to openoffice-bin.mrauch7-0/+5237