Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-07 | Revbump after updating graphics/cairo | adam | 1 | -2/+2 | |
2012-07-01 | Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by | dholland | 1 | -2/+3 | |
pkglint. If any of these are wrong for some reason, please revert/adjust. | |||||
2012-06-29 | Fix build for NetBSD current/GCC. Almost fix build with Clang. | joerg | 12 | -12/+154 | |
2012-06-14 | Recursive PKGREVISION bump for libxml2 buildlink addition. | sbd | 1 | -2/+2 | |
2012-06-09 | Add raptor2 per PR 46567. | dholland | 1 | -2/+3 | |
2012-04-27 | Recursive bump from icu shlib major bumped to 49. | obache | 1 | -2/+2 | |
2012-03-22 | Bump PKGREVISION. | ryoon | 2 | -3/+4 | |
devel/nss is needed to buildlink. Reported from tsustui@. | |||||
2012-03-15 | Bump PKGREVISION from default python to 2.7. | obache | 1 | -2/+2 | |
2012-03-07 | Remove patch-bo, which is indirectly responsible for placing | he | 2 | -15/+2 | |
-R/usr/X11R7/lib early into the link line in extensions/source/plugin/unx/, creating another instance of "the pixman problem" when trying to build this package on NetBSD 5.1. It appears that some other part of the makefile setup for OpenOffice3 is now responsible for inserting the appropriate -Wl,-R/usr/X11R7/lib into the linker line. The resulting package has been verify to build and start up, and fixes PR#46131. Bump pkgrevision. | |||||
2012-03-06 | Recursive PKGREVISION bump for xulrunner, nss, and nspr. | ryoon | 1 | -2/+2 | |
2012-03-03 | More pcre PKGREVISION bumps. | wiz | 1 | -2/+2 | |
2012-02-13 | hunspell shlib name change -> recursive bump | wiz | 1 | -2/+2 | |
2012-02-06 | Revbump for | wiz | 1 | -2/+2 | |
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. | |||||
2012-01-24 | Recursive dependency bump for databases/gdbm ABI_DEPENDS change. | sbd | 1 | -2/+2 | |
2012-01-14 | Convert to USE_TOOLS=zip. | hans | 1 | -3/+2 | |
2012-01-13 | Recursive bump from audio/libaudiofile, x11/qt4-libs and x11/qt4-tools ABI bump. | obache | 1 | -2/+2 | |
2011-12-30 | Add dependency on math/mpfr, this appears necessary to make this | he | 1 | -2/+3 | |
package build on NetBSD/i386 5.1. Also bump package revision. Approved by wiz@ | |||||
2011-11-24 | add a missing "const" so this actually compiles. | mrg | 2 | -5/+14 | |
2011-11-01 | Recursive bump for graphics/freetype2 buildlink addition. | sbd | 1 | -2/+2 | |
2011-07-31 | Need string.h for strdup. (same fix as patch-aj, but for x86-64) | tnn | 2 | -1/+14 | |
2011-07-22 | - apply some "const" so this builds with new bison; from jakllsch | mrg | 5 | -1/+64 | |
- include <string.h> when using stdrup - enable compilation with GCC 4.5 | |||||
2011-07-21 | recursive bump from gnome-vfs drop crypto dependency. | obache | 1 | -2/+2 | |
2011-06-10 | recursive bump from textproc/icu shlib major bump. | obache | 1 | -2/+2 | |
2011-04-22 | recursive bump from gettext-lib shlib bump. | obache | 1 | -2/+2 | |
2011-04-01 | Don't #include <ufs/ufs/quota.h> on NetBSD. it makes the build fail on | bouyer | 2 | -7/+26 | |
current, and nothing related to quotas is needed here. OK agc@ | |||||
2011-02-28 | Reset maintainer for retired developers. | wiz | 1 | -2/+2 | |
2011-02-26 | Allow building with new X11/Xlib.h. Patch from upstream, see OpenOffice | aymeric | 3 | -1/+49 | |
bug report 115871; adapted for vcl/unx/inc/xfont.hxx | |||||
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-12-23 | Mechanically replace references to graphics/jpeg with the suitable | dsainty | 1 | -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-17 | Bump PKGREVISION from icu shlib major bump. | obache | 1 | -2/+2 | |
2010-11-17 | committed previous from the wrong tree, we should only bl3 gdk-pixbuf2-xlib | tnn | 2 | -3/+3 | |
if the gtk2 option is enabled. | |||||
2010-11-17 | buildlink graphics/gdk-pixbuf2-xlib to fix | tnn | 1 | -1/+2 | |
configure: error: requirements to build the gtk-plugin not met. | |||||
2010-11-15 | PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnome | abs | 1 | -2/+2 | |
2010-09-14 | Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that | wiz | 1 | -2/+2 | |
version, and bump all depends. Per discussion on pkgsrc-changes. | |||||
2010-06-15 | Use the tools framework for bison and unzip. | joerg | 1 | -4/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -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-03 | Let configure accept bdb 4.8. | tnn | 2 | -4/+13 | |
2010-06-02 | Revision bump for db4 update | adam | 1 | -3/+2 | |
2010-03-16 | fix build after xulrunner-1.9.2.2 update | tnn | 3 | -5/+22 | |
2010-03-05 | Do not accept xulrunner 1.9.2.2pre or newer, it comes without npapi.h. | wiz | 1 | -1/+2 | |
2010-02-10 | Bump revision for PYTHON_VERSION_DEFAULT change. | joerg | 1 | -2/+2 | |
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2010-01-17 | Recursive PKGREVISION bump for jpeg update to 8. | wiz | 1 | -2/+2 | |
2009-12-24 | Mention where to find an English dictionary. | wiz | 1 | -2/+5 | |
2009-09-19 | patch away more conflicting typedefs in | tnn | 2 | -1/+15 | |
extensions/source/nsplugin/source/npshell.cxx | |||||
2009-09-18 | Try harder to work around typedef mess in | tnn | 4 | -7/+39 | |
extensions/source/plugin/inc/plugin/unx/plugcon.hxx This will hopefully fix the build failure reported here: http://mail-index.netbsd.org/tech-pkg/2009/09/17/msg003902.html | |||||
2009-09-10 | depend on the latest xulrunner package, earlier ones don't work. | tnn | 1 | -2/+2 | |
kill whitespace | |||||
2009-09-10 | Remove the firefox3 option and replace it with a xulrunner option. | tnn | 5 | -71/+48 | |
Bump PKGREVISION. | |||||
2009-08-29 | Update to 3.1.1. This is bug fix release. Add LICENSE to Makefile. | hira | 2 | -20/+20 | |
Release notes: http://development.openoffice.org/releases/3.1.1.html | |||||
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |