summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22Detect the version of recent xine's that have moved the version numbermarkd3-2/+29
macros to xine/version.h
2012-03-22Bump PKGREVISION refrecting the default Ruby's version change.obache2-3/+4
2012-03-21Don't override an existing _XOPEN_SOURCE definition. Define it on SunOShans3-2/+19
to make this build with std=gnu99.
2012-03-21Don't use -print0 / -0 in find | xargs, it works well without it.hans1-2/+2
2012-03-21Set WISH here, same as PERL5 in lang/perl5/buildlink3.mk.obache1-1/+5
2012-03-21update to 3.2.4drochner2-7/+6
changes: -bugfixes -translation updates
2012-03-20Fix wip references.markd2-7/+7
2012-03-20Add konsolemarkd1-1/+2
2012-03-20Import konsole. A part of KDE SC 4.8.0markd5-0/+237
a terminal emulator for the K Desktop Environment
2012-03-20phonon is not in the 'multmedia' directorydholland1-2/+2
2012-03-19Add kactivities, rename kdebase4 -> kde-baseapps4,markd1-5/+6
kdebase-runtime4 -> kde-runtime4, kdebase-workspace4 -> kde-workspace4, kdebindings4-python -> py-kde4
2012-03-19Update to KDE SC 4.8.0markd80-1988/+1069
add kactivities rename kdebase4 -> kde-baseapps4 rename kdebase-runtime4 -> kde-runtime4 rename kdebase-workspace4 -> kde-workspace4 rename kdebindings4-python -> py-kde4
2012-03-19Include <sys/param.h> in Xos_r.h under Mac OS so that MAXHOSTNAMELEN isbsiegert3-15/+27
always defined. Unbreaks the build of modular libX11. OK joerg
2012-03-19Drop imake-check logic from X11 components' builtin.mk.joerg14-67/+338
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
2012-03-19Update to KDE SC 4.8.0markd29-1193/+1797
2012-03-18Fix COMMENT (and therefore bump pkgrev).jakllsch1-2/+3
2012-03-18update to nb3jakllsch3-3/+29
pkgsrc changes: - Ensure there is a file argument supplied. - Use a Atom format that works.
2012-03-15Bump PKGREVISION from default python to 2.7.obache4-8/+8
2012-03-14Add wx_gtk2u_media library to link for fixing build problem.taca3-6/+6
Bump PKGREVISION.
2012-03-13Fix build on SunOS, allow x86_64 as an SunOS platform (if set so in pkgsrc).fhajny5-8/+50
Bump PKGREVISION.
2012-03-12Fix stale checksum.fhajny1-2/+2
2012-03-12Add @PREFIX@/lib to SEARCH_LIB in configure to end up with a sane searchfhajny2-4/+11
path on SunOS, where a transformation from 'lib' to 'lib/64' is performend automatically when ABI=64.
2012-03-11Make ugly hack even uglier to fix build with modular.wiz1-1/+3
Fixes PR 46171 by David Shao.
2012-03-11Add pam option. Not enabled by default so no PKGREVISION.markd1-2/+10
2012-03-10Fix patterns so that pbulk does not try to build startup-notificationwiz1-4/+5
on systems where startup-notification010 is needed instead. Tested by bouyer.
2012-03-10bump PKGREVISION from python default change to 2.7.obache2-4/+4
2012-03-09Bump PKGREVISION for python default version change to 2.7.wiz10-20/+20
py-* not affected, since it built different versions depending on the setting already.
2012-03-09add qwt6-qt4plunky1-1/+2
2012-03-09Import Qwt-6.0.1 as separate package to qwt-qt4, since the API changedplunky7-0/+1013
and some packages still depend on the old API.
2012-03-06Recursive PKGREVISION bump for xulrunner, nss, and nspr.ryoon13-26/+26
2012-03-06Needs pkg-configjoerg1-2/+2
2012-03-05Reset maintainer.wiz1-2/+2
2012-03-05Use wish from pkgsrc for the case x11/tk is buildlinked.obache1-1/+3
2012-03-05Remove unused buildlink of libXp.dholland1-3/+2
2012-03-05Fix build failure seen on Solaris by including limits.h before usingdholland2-1/+16
PATH_MAX.
2012-03-04Fix build failure on 4.0 after cups update: #include <stdio.h>shattered2-1/+14
2012-03-03More pcre PKGREVISION bumps.wiz6-12/+12
2012-03-03Recursive bump for pcre-8.30* (shlib major change)wiz254-502/+508
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