summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-03-01Bump PKGREVISION for previous commitmorr1-1/+2
2012-03-01Add support for 256 colors.morr1-1/+3
Patch from PR 46126
2012-03-01Reset maintainer, he resigned.wiz1-2/+2
2012-02-29Add missing patchmorr1-0/+38
2012-02-29Update to version 9.15.morr12-319/+15
List of changes is too big to be included here. You can look at http://dist.schmorp.de/rxvt-unicode/Changes to see changelog.
2012-02-29Recursive bump from devel/boost-libs update.hans2-4/+4
2012-02-29Don't try to recursively chmod WRKDIR. Do it in WRKSRC instead.hans1-2/+2
2012-02-28Fix two typos, one from Rares Aioanei in PR 46113 and one I found myself.wiz1-3/+3
2012-02-28REPLACE_SH in the wx-config script.hans2-2/+6
Fixes a problem seen with ksh93 on SunOS.
2012-02-27Add patch to QT4's moc to fix QTBUG-22829reinoud3-3/+17
2012-02-26Rewritten ↵adam2-5/+8
patch-src_3rdparty_webkit_Source_WebCore_platform_DefaultLocalizationStrategy.cpp, so it only affects compiling with Clang
2012-02-24give g_open 3 arguments as the documentation says; fixes build errordrochner2-1/+26
after the recent glib2 fix, from Patrick Welche per PM
2012-02-23x11/xpmroot: Fix indirect linking error on DragonFlymarino2-1/+15
The linker error shows up during one of the configuration tests, so the command line for the conftest is being fixed here. xpmroot itself did not get touched.
2012-02-22Needs pkg-config for ft2/cairo. Add it to TOOLS.wiz1-2/+2
2012-02-19Revbump forimil1-1/+6
- Missing icons, added dependencies over graphics/hicolor-icon-theme and graphics/gnome-icon-theme - Missing preferences features, added dependencies over sysutils/py-dbus and devel/bzr
2012-02-19add & enable avant-window-navigatorimil1-1/+2
2012-02-19Initial import of avant-window-navigator, version 0.4.0, into theimil7-0/+348
NetBSD Packages Collection. Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom of the screen. It has support for launchers, task lists, and third party applets.
2012-02-19add & enable libdesktop-agnosticimil1-1/+2
2012-02-19Initial import of libdesktop-agnostic, version 0.3.92, into theimil7-0/+171
NetBSD Packages Collection. This library provides an extensible configuration API, a unified virtual file system API, and a desktop item editor (all with pluggable backends) for GLib-based projects. It is not tied to any one desktop environment, although there are desktop-specific modules.
2012-02-18Remove the ImageMagick requirement from xlockmore-lite.elric3-4/+6
2012-02-17sync w/ base pkgdrochner2-7/+6
2012-02-17update to 2.6.1drochner2-7/+6
This is mainly a bug fix release.
2012-02-17update to 4.9.1drochner2-7/+6
This is mainly a bug fix release.
2012-02-17update to 4.13.2drochner2-6/+6
This is a bug fix release.
2012-02-17Another build fix for SunOS that I forgot in the previous commit.hans1-2/+2
2012-02-17Fix patch-ac checksum.hans1-2/+2
2012-02-16Make this build again on SunOS.hans5-4/+125
The change to src/3rdparty/webkit/Source/JavaScriptCore/heap/MachineStackMarker.cpp is untested.
2012-02-16Make this build on SunOS.hans4-6/+33
2012-02-16Not MAKE_JOBS_SAFE.hans1-1/+2
2012-02-16Fix breakage with newer gtk.hans3-1/+40
2012-02-16Uses xgettext. Make it work with an older pod2man.hans3-3/+13
2012-02-16Fix build on SunOS.hans3-8/+19
2012-02-16stubs are built in Linux to.sbd1-2/+2
2012-02-15Change SunOS definitions to be more compatible with what is used onhans4-7/+100
other platforms: - use similar library installation rules - use CC, CXX and CFLAGS from pkgsrc
2012-02-14Explicitly disable "esound" support. This fixes the build on systemtron1-1/+2
where the "esound" package is installed.
2012-02-14Replace deprecated G_CONST_RETURN with plain "const".obache4-29/+14
Bump PKGREVISION.
2012-02-13-update to 5.38drochner4-15/+25
changes: minor fixes and feature additions (most notably: Added -mayan option to dclock to count down to end of world (2012 December 21)) pkgsrc changes: removed dependency on esound, added one on ImageMagick -added patch from Stefan Schaeckeler to fix dynamic linker search path on Linux (PR pkg/45993)
2012-02-10propagate xextproto dependency, installed header uses itdrochner1-1/+2
2012-02-10switch on introspection support, bump PKGREVdrochner2-6/+12
2012-02-09sync API_DEPENDS with reality, from Patrick Welchedrochner1-4/+7
2012-02-09update to 2.24.10drochner4-135/+8
changes: -printing fix was integrated -more minor fixes
2012-02-09kill definition of G_DISABLE_DEPRECATED to make this builddrochner2-1/+15
with recent glib2
2012-02-08Don't hardcode RUBY_PKGPREFIX, too.taca1-2/+2
2012-02-07Add csh scripts to REPLACE_CSH and add USE_TOOLS+=csh:runsbd1-2/+5
Bump PKGREVISION
2012-02-06Revbump forwiz270-523/+540
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2012-02-04This package has no contents to bulidlink, so remove buldlink3.mk.obache1-15/+0
2012-02-04setuptools is not required.obache1-3/+1
2012-02-04Update py-kiwi to 1.9.29.obache3-400/+54
kiwi-1.9.29 22-july-2011 - Remove support for gazpacho in favor of GtkBuilder - Use new gtk entries with icon instead of our old IconEntry - Improvements to ObjectList kiwi-1.9.28 01-september-2010 - Remove support for gazpacho in favor of GtkBuilder - Use new gtk entries with icon instead of our old IconEntry - Improvements to ObjectList kiwi-1.9.27 01-september-2010 - Remove use of obsolete gtk.Tooltips (Ronaldo Maia) - Add api to set the number of digits in NumberSearchFilter (Gabriel Gerga) kiwi-1.9.26-2 15-december-2009 - Added workaround for set_text method in KiwiEntry when using gtk > 2.18. (George Kussumoto). kiwi-1.9.26 14-july-2009 - Added custom sort function for objectlists. (Ronaldo Maia) - Added decimal digits searching in Advanced Search. (Ronaldo Maia) - Fixed sv_SE thousand separators. (Ronaldo Maia) - Minor bugfixes kiwi-1.9.25 15-april-2009 - Added Advanced Search in search dialogs. (Romaia Maia) - Fixed overwriting of custom cmdclass (Severin Heiniger, #3781) - Minor bugfixes kiwi-1.9.24 27-jan-2009 - Fixed currency formating (Ronaldo Maia) - Fixed ComboEntry value updating (Ronaldo Maia, #3673) - Added multi-line capability example (Ronaldo Maia) - Added multi-line capability in ComboEntry options (Ronaldo Maia, #3843) - Fixed ComboEntry toggle button and popup position (Ronaldo Maia, #3841) - Added initial support for loading GtkBuilder files (Johan Dahlin) kiwi-1.9.23 10-sep-2008 - Added support for multiple colors in ColoredColumn (Ronaldo Maia) - Fixed glade-3 plugin (Johan Dahlin) - Minor bug fixes
2012-02-03update to 3.2.3drochner5-29/+78
This switches to the 3.2 release branch. Thanks to Patrick Welche for testing.
2012-02-03Remove G_DISABLE_DEPRECATED so this builds with new glib.sbd3-1/+27