summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2009-07-08Add 26 to PYTHON_VERSIONS_ACCEPTEDabs1-2/+2
2009-07-08Make it build with Qt 4.5.2 - ActiveQt seems (no changelog entry or smth)hasso2-6/+22
to be under open source license now.
2009-07-07user-destdir supportjoerg5-13/+23
2009-07-07user-destdir supportjoerg1-2/+4
2009-07-07user-destdir supportjoerg2-6/+10
2009-07-07user-destdir supportjoerg4-22/+28
2009-07-07user-destdir supportjoerg7-24/+38
2009-07-07user-destdir supportjoerg1-6/+8
2009-07-07user-destdir supportjoerg1-1/+5
2009-07-07user-destdir supportjoerg2-12/+13
2009-07-07user-destdir supportjoerg1-5/+7
2009-07-07user-destdir supportjoerg2-16/+19
2009-07-07user-destdir supportjoerg6-15/+23
2009-07-07user-destdir supportjoerg5-21/+32
2009-07-07user-destdir supportjoerg3-14/+20
2009-07-07user-destdir supportjoerg2-7/+12
2009-07-07user-destdir supportjoerg3-13/+15
2009-07-07user-destdir supportjoerg1-5/+3
2009-07-07user-destdir supportjoerg1-4/+6
2009-07-07user-destdir supportjoerg8-14/+40
2009-07-07user-destdir supportjoerg7-19/+41
2009-07-07adding destdir support and license of perl itself (META.yml)sno1-3/+5
2009-07-07user-destdir supportjoerg5-13/+24
2009-07-07user-destdir supportjoerg3-15/+17
2009-07-07update to 4.5.2drochner6-40/+9
changes: bugfixes and optimizations
2009-07-07Fix build with pkgsrc X.orgsborrill1-1/+3
2009-07-07Added x11/space_dapp version 20060717sborrill1-1/+2
2009-07-07This is a little dockapp that does absolutely nothing except for sitting insborrill5-0/+59
the dockapp area. It consumes very little resources. It is useful in conjunction with a window manager that allows maximised windows to be prevented from covering the dockapp area; it allows access to the root window or menu even when windows are maximised.
2009-07-07add 26 to PYTHON_VERSIONS_ACCEPTED.zafer1-2/+2
2009-07-07add 26 to PYTHON_VERSIONS_ACCEPTEDzafer1-2/+2
2009-07-07add 26 to PYTHON_VERSIONS_ACCEPTED.zafer1-2/+2
2009-07-06Fix build with newer libgnomeui.joerg2-1/+14
2009-07-06Not MAKE_JOBS_SAFE. Needs -fPIC.joerg3-6/+17
2009-07-04Make it really build - remove whitespace from the end of the lines.hasso1-4/+4
2009-07-03Fix PLIST - add missing QtScriptTools entriesabs1-1/+4
2009-07-02Install QtScriptTools, and script and scripttools headers.wiz2-5/+7
Needed (indirectly) for amarok. Bump PKGREVISION.
2009-06-30Hack around the -fPIC compilation problem on amd64 by sed(1)ingwiz1-1/+9
-fPIC in the necessary Makefiles.
2009-06-30Move PKG_INSTALLATION_TYPES and PKG_DESTDIR_SUPPORT before bsd.prefs.mk.joerg1-4/+4
2009-06-30Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build withjoerg13-13/+39
MAKE_JOBS=2 and worked without.
2009-06-29add two patches from upstream to fix rendering problems whichdrochner4-2/+34
garble the KDE4 desktop, from Sverre Froyen bump PKGREVISION
2009-06-26You can't return from a void function. Fixes Solaris build and gives 999sketch2-1/+15
dependant packages a chance to build.
2009-06-24zero out a local variable, fixes random behaviour in case a DRI hw moduledrochner3-2/+17
cannot be loaded and the server falls back to software rendering, from Rafal Boni per mail to tech-x11 bump PKGREVISION
2009-06-19Fix build of DRI2 aware drivers (like intel) if MesaLib wasn't built withhasso1-1/+2
dri option.
2009-06-18Add two orphan directoriesagc1-1/+3
2009-06-18drop Python-2.4 support -- the Makefile was changed recently todrochner3-58/+1
require 2.5+ (by mistake, but anyway), and it doesn't hurt because libxcb (our only client) needs 2.5+ now
2009-06-18a Python script needed for build contains tons if these uglydrochner1-1/+3
"conditional expressions", so it needs Python-2.5+
2009-06-17Resolve conflicting edits: back out my change, expand comment.asau1-7/+2
2009-06-17Work around build problems on Solaris 10.asau1-1/+6
Patch from Joern Clausen per PR 41608. Other platforms are not affected.
2009-06-17explicitely disable "papi" printer support so that it doesn't getdrochner1-1/+3
picked up on Solaris should fix build error reported by Joern Clausen in PR pkg/41608
2009-06-17Update to 4.5.1. Changes since 4.5:hasso2-7/+7
* Only convert exact dicts to a QVariantMap and back and not dict sub-classes. * Removed an assertion when building dynamic meta-objects, instead just ignore the attribute if it doesn't have the expected type. * Fixed the handling of QWizard by pyuic. * Changed the SIP dependency to v4.8.1 (not necessary but we don't want it to survive in the wild). * Changed the roadmap to show how incompatible APIs will be selected. * Fixed __str__ for QByteArray for Python v3 so it is consistent with Python v2. * Reverted the roadmap change about __hash__ being an incompatibile change. The issue isn't that the hash function has changed (which isn't considered a compatibility problem) it's that different objects that previously had a different hash value (based on their id()) now might have the same hash value. * Updated the roadmap to show that the __hash__ additions (including QUrl) are not now considered incompatible changes. * Removed the Python v3 buffer protocol support for QString. * Improved the implementation of the Python v3 buffer protocol for QByteArray. * Fixed a pyuic problem with Python v3 when setting the tab order. * Added /Transfer/ to QComboBox.setLineEdit(). * Added /KeepReference/ to setValidator() and setCompleter() for QLineEdit and QComboBox. * Added the missing setCoordinateMode() and coordinateMode() methods from QGradient.