summaryrefslogtreecommitdiff
path: root/misc/openoffice
AgeCommit message (Collapse)AuthorFilesLines
2005-02-27Drop trailing whitespace.wiz1-2/+2
2005-02-26Fix bug that japanese fonts can't be displayed.mrauch3-2/+17
Patch from Nobuyuki SASAKI in http://mail-index.netbsd.org/tech-pkg/2005/02/22/0005.html.
2005-02-26We also need to conflict with the old package namewiz1-1/+2
of openoffice-bin (openoffice-linux) since people might still have it installed or binary packages lying around.
2005-02-26Rename openoffice-linux to openoffice-bin.mrauch1-2/+2
2005-02-24Add RMD160 digestsagc1-1/+4
2005-01-06Fix typo in SITES_*.wiz1-2/+2
2005-01-06Update to version 1.1.4.mrauch43-8422/+10736
* solves the vulnerability CAN-2004-0752 (local users may read files of other users because of world-readable temporary files) * various bug fixes
2005-01-03Regenerate for changed patches.agc1-3/+3
2005-01-03Don't rely on the NetBSD version to define ETIME - define it if it's notagc1-3/+3
already defined.
2005-01-03The getpwnam_r prototype appeared in NetBSD in 2.99.10 or soagc1-4/+4
2005-01-03Patches from Rui-Xiang Guo for building on NetBSD-currentagc3-7/+50
2004-12-04Set PTHREAD_AUTO_VARS to "yes" after pthread.buildlink3.mk was changedjlam1-1/+2
not to automatically add pthread-related CFLAGS, LDFLAGS, and LIBS to the configure and build processes.
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-12Remove redundant uses of PTHREAD_{CFLAGS,LDFLAGS} now that they're addedjlam2-6/+6
automatically by pthread.buildlink3.mk. Also, factor out the pthread library out of PTHREAD_LDFLAGS into a standalone variable PTHREAD_LIBS and use it in packages where necessary (usually the ones that don't have a GNU configure script).
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-07-07Use PKGNAME_NOREV for DIST_SUBDIRabs1-2/+2
2004-07-06bump PKGREVISIONs since libxslt needs libgcrypt nowrecht1-1/+2
2004-06-07After the last change the list of helpfiles to copy may be empty.mrauch1-2/+2
2004-06-05The helpcontent_* files have changed on the master site without anymrauch5-62/+33
filename renaming. Use DIST_SUBDIR to version the filenames and adjust distinfo and PLIST. Remove the patch to disable building of helpcontent, as the built english helpcontent is now consistent with the downloadable i18n'd versions (but no longer with the downloadable english one where files are missing). Fixes PR pkg/25814.
2004-06-03Allow installation of localized versions via the variable PKG_LANG.mrauch33-705/+5002
2004-05-09Add a message that the gtk warning is harmless.mrauch1-1/+5
Suggested by Hubert Feyrer in private mail.
2004-05-09update patches to prepend ../ into the file pathjdolecek4-13/+13
problem pointed out by Min Sik Kim in private e-mail
2004-05-08some more patches needed for compilation on NetBSD 2.0D+, after replacingjdolecek3-1/+55
of statfs interface with statvfs interface
2004-05-07whitespace nitscjep1-2/+2
2004-05-07add a patch to use statvfs() on 2.0D and later, since statfs()jdolecek2-1/+48
is no longer available on -current
2004-05-03Update to version 1.1.1.mrauch128-9852/+5364
New features include: * PDF, DocBook/XML, XHTML and Macromedia Flash (SWF) export * Accessibility * Support for Complex Text Layout (CTL) * User installation automated
2004-03-26Add a missing include so that it compiles with recent devel/stlport.kristerw2-1/+14
2004-03-14The checkdll utility is really slow in NetBSD 1.6.2 (the build spendskristerw2-7/+14
nearly 30 hours running this command on my not that old PC). Running checkdll is not needed to build the package (and it is only useful when porting the software to new architectures), so disable it for now.
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-22replace the (somewhat broken) test to figure out the compiler versiongrant1-19/+3
with GCC_REQD=2.95.2.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-11move the various static shell packages back to their previous names.grant1-2/+2
2004-01-11fix BUILD_DEPENDS on tcsh after standalone-tcsh rename. noted by agc.grant1-2/+2
2003-10-16The master site no longer has the source tar-ballmrauch1-3/+2
(and now returns a website instead of Error 404). Use the copy on my server.
2003-07-20Add an explicit build dependency on unzip that was missing.mrauch1-1/+2
Noted by Chris Jones in PR# pkg/22145
2003-07-17s/netbsd.org/NetBSD.org/grant1-3/+3
2003-05-19Copy part of rev 1.2 from openoffice-linux/files/soffice:simonb1-2/+2
`Also properly quote the arguments to soffice.'
2003-05-19Suppress annoying ulimit error by setting open file descriptor limit tosimonb1-2/+2
the hard limit and not some arbitary large number.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv2-6/+6
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+2
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2003-02-27Reduce optimisation for a particular file to avoid a gcc internalmrauch2-1/+15
compiler error.
2003-01-22Minor nitpick: put each package into a separate CONFLICTS+= line.rh1-2/+3
2003-01-22This conflicts with openoffice-linux.rh1-2/+2
2003-01-19Use "mk/pthread.buildlink2.mk" instead of "devel/pth/buildlink2.mk" totron1-2/+2
use native threads on platforms which support them.
2003-01-02Fix RCS tagcjep1-1/+1
2002-12-31USE_JAVA is either "yes" or "run". The old "USE_JAVA=build" is implied byjlam1-2/+1
simply including java-vm.mk.
2002-12-26Move java.mk to java-vm.mk to avoid name conflict with devel/mk-files asjlam1-2/+2
suggested by Simon J. Gerraty.