summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-01-18+emerillondrochner1-1/+2
2011-01-18add emerillon-0.1.2, an OSM map viewerdrochner5-0/+191
2011-01-18+librestdrochner1-1/+2
2011-01-18add librest-0.6, a library for "restful" web servicesdrochner5-0/+83
2011-01-18fix for PR#44382 (don't use inline with sunpro compiler)tez1-1/+7
2011-01-18Build fix: NetBSD provides UUID functions in libc, no libuuid here.asau3-2/+37
2011-01-18For PR #44396.reed1-2/+2
"FETCH_CMD is the program used to fetch files for FETCH_USING=custom."
2011-01-18Fix the setting of permissions on libgtop_server2 when building withjmmv3-11/+49
destdir enabled (now the default)! To do this, remove the logic from our custom Makefile and make the logic shipped by the package do its thing (which is smarter than us in this cse). This lets libgtop work again, which in turn fixes stuff like the GNOME system monitor or bug-buddy. Bump PKGREVISION.
2011-01-18Fix for 64bit time_t:is7-3/+110
- make the packet contain explicit 32bit data for compatibility with clients on machines with 32bit time_t. - replace ctime() calls on such changed former time_t values by a shim that does the translation. This does not start to work after 2038 yet - that would need a change of the collection protocol.
2011-01-18add/fix mutual CONFLICTdrochner2-3/+5
2011-01-18+giflibdrochner1-1/+2
2011-01-18resolve conflictsdrochner6-1/+47
2011-01-18(re)add giflib-4.1.6, a library for the GIF image format which isdrochner1-0/+12
API compatible with the libungif currently used in pkgsrc (libungif was used due to patents which are expired now)
2011-01-18Fix finding Xkb rules file in intree X11R7 case (PR#44364)markd3-4/+54
Fix path to iso-codes (PR#44364) Fix perms on kcheckpass (noted by David Brownlee) Bump PKGREVISION
2011-01-18Pass in INSTALL_{DATA,LIB} to make rather than hardcoding path of install.markd3-4/+20
Fixes install on Arch Linux.
2011-01-18Updated net/gofish to 1.2wiz1-1/+2
2011-01-18Update to 1.2, provided by maintainer Emil Skoeldberg in PR 44406.wiz2-7/+7
While here, set LICENSE. Changes for 1.2 * HTTP directory temp files now use tmpdir * updated code to kernel standards * mkcache ignores more directories
2011-01-18Fix build with gcc 4.4markd2-1/+26
2011-01-18Fix build with gcc 4.5markd3-1/+54
2011-01-18Update chat/telepathy-logger, math/gcalctool, print/evince, sysutils/braserojmmv6-14/+16
and sysutils/nautilus-sendto to use the new devel/glib2/schemas.mk logic to properly recompile the GSettings database during install/deinstall. Bump PKGREVISION for these packages. (This lets evince work in my machine; it would crash on startup because it would not find its schema. I suspect this also fixes all the other applications mentioned in this change. And the inclusion of schemas.mk also prevents these packages from causing side-effects on the system if they happen to call glib-compile-schemas during their build.)
2011-01-18Add a schemas.mk file to let packages that install GSettings schemas tojmmv2-0/+41
rebuild the precompiled database upon install/deinstall. This is mostly a copy/paste of the same logic to deal with gio modules found in modules.mk. No PKGREVISION bump because this does not affect the glib2 package in itself.
2011-01-18Fix build with latest sip; upstream commit found by drochner.wiz3-7/+99
2011-01-18Updated geography/gdal-lib to 1.7.3nb2wiz1-1/+2
2011-01-18Fix png-1.5 fix. From drochner@wiz3-14/+9
Bump PKGREVISION.
2011-01-18Adjust path on MASTER_SITES; the domain change seems to have caused agdt1-2/+2
site reorganization.
2011-01-18MASTER_SITES update from THomas Mueller, now on HEAD instead ofgdt1-3/+3
release branch.
2011-01-18+ w3m-0.5.3obache1-1/+2
2011-01-17Note update of tex-geometry{,-doc}.minskim1-1/+3
2011-01-17Update tex-geometry to 5.6.minskim4-14/+14
Changes: * Package 'ifxetex' is loaded for robuster detection of XeTeX. * Fixed a bug where 'pass' option was not reset in \newgeometry. * Fixed a bug where paper width and height were swapped unnecessarily inside \newgeometry{} if 'landscape' is given as a class option. * Changed crop marks with elbow-shaped lines 17mm long and offset by 3mm. * Added 'showframe' and 'showcrop' as options shown in verbose mode. * Fixed typos and wrong figures, and revised expressions in the document. * Added missed things that had been fixed for v5.4 into changes.txt. * New paper size presets for ISO C-series: 'c0paper' to 'c6paper'. * Fixed a bug where overloading shipout in 'showframe' and/or 'showcrop' mode caused warnings when 'pdfpages' package is used. * Changed the shipout overloading process to use 'atbegshi' package. Options 'showframe' and 'showcrop' require the package. * Fixed a bug where restoring layoutwidth and layoutheight failed when \restoregeometry is called. * Fixed a bug that forced papersize to set the same length as the specified layoutsize. * Fixed a bug where page frame shown in 'showframe' mode was placed slightly wrong. * Fixed wrong 'h-part' calculation in verbose when bindingoffset or mag is specified. * Changed format and fixed values shown in verbose mode.
2011-01-17Note update of tex-needspace{,-doc}.minskim1-1/+3
2011-01-17Update tex-needspace{,-doc} to 1.3c.minskim5-16/+16
Changes: - Patch to improve behaviour with commands like `\section` that use `\addvspace`.
2011-01-17Add a comment why we need to disable assembler support on so many platforms.tron1-1/+5
2011-01-17Note update of tex-beamer{,-doc}.minskim1-1/+3
2011-01-17Update tex-beamer{,-doc} to 3.10.minskim6-25/+66
Changes: - Add real support for section page and subsection page. - Improved manual and translations. - Many bug fixes.
2011-01-17Update tex-xmltex{,-doc} to TeX Live r18835. No functional change.minskim4-13/+12
2011-01-17Disable assembler support under Mac OS X to fix the build.tron1-1/+7
2011-01-17Disable assembler support under NetBSD 5.1 and older as it requiredtron1-1/+7
binutils 2.17 or newer which is only available under NetBSD-current.
2011-01-17Disable assembler support under Mac OS X (again) to fix the build.tron1-2/+3
2011-01-17Don't error out (skipping utmp logging) when using Unix98 ptys.tnn3-3/+17
Bump PKGREVISION.
2011-01-17Revert the last change to avoid cyclic dependencies.is1-3/+1
2011-01-17Disable ODBC explicitly.minskim1-1/+2
2011-01-17mention recent updatesdrochner1-1/+7
2011-01-17libtheora{enc,dec}.so use symbols from libtheora.so, so make sure thedrochner3-3/+23
former are linked against the latter bump PKGREV
2011-01-17Don't depend on png.h in include zlib.h.jnemeth3-3/+16
Requested by jmcneill@.
2011-01-17update to 0.10.11drochner8-136/+7
changes: -Synced to FFmpeg 0.6 branch -Add mappings for all new codecs -encoders: proxy downstream width/height/framerate -encoders: Fix timestamps
2011-01-17update to 20101018.0.6.1, from Makoto Fujiwara per pkgsrc-wip,drochner13-258/+194
with two changes by me: -disabled symbol versioning - this didn't work correctly for me -changed PKGVERSION to start with the release date, so that it sorts correctly against the snapshots we had before vlc-1.0.6 does still build, but can be updated now
2011-01-17update to 20110101, from Makoto Fujiwara per pkgsrc-wipdrochner12-176/+157
(I've just put back libtool support.) needed for update of ffmpeg which in turn is needed for updates of eg vlc and gst-plugin-ffmpeg
2011-01-17Remove incorrect entries to fix build problem observed by Thomas Klausnertron1-5/+1
and me.
2011-01-17don't install manual (which is useless for end users), drop builddrochner4-74/+22
dependency on doxygen, bump PKGREVISION
2011-01-17the API doc isn't even installed -- skip documentation build anddrochner3-3/+17
drop build dependency on doxygen (no change to installed pkg)