summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-12-31Initial import of matchbox-themes-extra into the NetBSD Packages Collection.peter4-0/+228
Collection of themes for the Matchbox suite.
2005-12-31This is matchbox-panel-manager for managing the Matchbox panel.peter4-0/+29
2005-12-31Initial import of matchbox-panel into the NetBSD Packages Collection.peter8-0/+141
A flexible always present 'window bar' for holding application launchers and small 'applet' style applications. A number of applets are included in the module.
2005-12-31Initial import of matchbox-nest into the NetBSD Packages Collection.peter4-0/+30
Matchbox-nest is a graphical wrapper around xnest. You can make Xnest look like a particular device's display and set up buttons on that device.
2005-12-31Initial import of matchbox-desktop into the NetBSD Packages Collection.peter6-0/+86
A PDA style application launcher or 'item browser'. Its functionality can be extended by means of dynamically loadable plugins.
2005-12-31Initial import of matchbox-common into the NetBSD Packages Collection.peter5-0/+69
This package contains the Matchbox shared icons and configuration data.
2005-12-31Recursive PKGREVISION bump for gnutls shlib major bump.wiz19-28/+38
Bump BUILDLINK_RECOMMENDED.
2005-12-29Don't change ${PREFIX}/share/pixmaps to ${PREFIX}/share/kde/pixmaps.markd3-6/+6
Directory is not actually used by KDE itself and this allows KDE to find (some) gnome icons. Bump PKGREVISION.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam22-45/+22
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28Newer versions of NetBSD (and possibly other OS's) install xdm intogarbled1-16/+24
/etc/X11/xdm instead of the old location. Add some logic to the makefile to figure this out and DTRT. Remove broken flag.
2005-12-28Don't hard-wire -lpthread. Fallback to fsync for fdatasync. Dependjoerg4-10/+30
on pkg-config as build tool.
2005-12-28Redundant include.joerg1-2/+1
2005-12-28Don't hard-code -lpthread. fdatasync might not exist, e.g. onjoerg4-10/+30
DragonFly or FreeBSD, so use fsync if it wasn't found.
2005-12-28Add a pkgconfig file for qt3-libs, bump PKGREVISION. ok with wiz@ghen2-2/+7
2005-12-27Lower expectations, both others' and mine: relinquish stewardshipseb3-6/+6
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz2-2/+8
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-24Remove accidentally duplicated part of PLIST.markd1-66/+1
Noted by Jeremy Reed.
2005-12-22Include TK_LD_FLAGS and TCL_LD_FLAGS for the link specification,joerg1-2/+2
otherwise the rpath list can be incomplete.
2005-12-22Patches work better when applied to the right file.joerg2-5/+5
2005-12-20Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to support building xneko asrillig1-1/+4
unprivileged user.
2005-12-20Added two patches that fix the build on NetBSD 1.6.2/i386.rillig3-1/+38
2005-12-19Patch .po headers so that it works with older msgfmt. Should fix bulkbuildmarkd6-2/+99
problem.
2005-12-19Patch .po header so that it works with older msgfmt. Should fix bulkbuildmarkd3-2/+31
problem.
2005-12-19Added patch-ag for compatibility with ISO C90.rillig2-1/+25
2005-12-18Added patch-aa for compatibility with ISO C90.rillig2-1/+28
2005-12-18Added two patches for ISO C90 compatibility.rillig3-1/+38
2005-12-18Added patch-aa for ISO C90 compatibility.rillig2-1/+25
2005-12-18Added patch-aa for ISO C90 compatibility.rillig2-1/+26
2005-12-17Fix generation/lookup of search indexs in khelpcenter.markd5-4/+131
Bump PKGREVISION. Update during freeze OKed by wiz.
2005-12-17Change my MAINTAINER email address to the one I've been using forjlam1-2/+2
pkgsrc work.
2005-12-15Fix GCC 3.4+: label at end of compound statement.joerg2-1/+58
2005-12-14sys/errno.h + extern errno => errno.hjoerg2-1/+23
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg4-5/+8
of the shared libXm has changed.
2005-12-122.2.3 and 2.1.x are not compatible, force use of 2.2.3.joerg1-2/+2
2005-12-12Update OpenMotif to 2.2.3. Too many changes to list here, but mostjoerg36-2066/+292
importantly no more imake usage.
2005-12-12Fix two issues in Xos_r.h for DragonFly:joerg3-9/+35
- no thread safe pwd API - rework the readdir implementation
2005-12-12Fix errno and linkage on DragonFly. Fix dependency detection problemjoerg5-10/+41
on DragonFly, it needs to pickup png.h correctly.
2005-12-12Don't use matherr hack on DragonFly -- it's not supported.joerg2-1/+15
2005-12-12imake pkg: fix man page entry in PLISTjoerg1-2/+2
2005-12-12Fix GCC 3.4 by adding explicit this for template calls.joerg2-1/+72
2005-12-12Add DragonFly support. Move two methods in qfont.h out of private scope,joerg4-3/+47
GCC 3.4 doesn't allow a private methods as friends. XXX Should netbsd-g++-static be used for all platforms?
2005-12-11Fix errno. Patch is also hanging around in the gnome bugzilla.joerg2-1/+15
2005-12-11Update to 2.8.9:wiz3-7/+10
Overview of Changes from GTK+ 2.8.8 to GTK+ 2.8.9 ================================================= * Bugs fixed: 321560 File chooser filter behaves weird [Bogdan Nicula, Federico Mena Quintero] 317999 2.8.4 to 2.8.6: sound-juicer crash, fileselector assertions [Sebastian Bacher] 322569 On unsetting the Model, GtkTreeView does not clear it's associated TreeSelection [Milosz Derezynski] 322998 Crash on selecting a file of null mime-type [Sadrul Habib Chowdhury] 323024 gtktoolbutton leaks a pixbuf [Paolo Borelli] 323209 GdkEvent leaked in gtktreeview.c / gtk_tree_view_key_press [Crispin Flowerday] 323073 Typo in trap_activate_cb() [Sadrul Habib Chowdhury] 323045 gtkcalendar.c: The identifier is already declared. [Kazuki Iwamoto] 323386 gtk_menu_attach_to_widget() does not take NULL detacher [Jorn Baayen] 307196 Unhinted fonts are measured incorrectly and drawing problems occur as a result [Alex Jones, Behdad Esfahbod] 316310 unwanted scrolling in recent gtk [Paolo Borelli] 322019 Toolbars without icons are invisible in icon-only mode [Ross Burton] 323077 Search-entry in the TreeView not working properly [Sadrul Habib Chowdhury] 323475 gtktoolbutton.c:562: warning: 'image' is used uninitialized in this function [Ross Burton] 323577 reference count of textbuffer increases with each paste 323629 gtk_selection_data_get_uris leaks memory [Markku Vire] * Other changes - Remove GMemChunk from public header files to support building against GLib 2.10 [Matthias Clasen] - Report errors in option parsing [Matthias] - Merge upstream xdgmime changes to handle duplicate glob patterns [Matthias]
2005-12-11kde3-i18n-* KDE 3.5.0 additions and deletionsmarkd1-2/+14
2005-12-11Update to KDE 3.5markd160-2976/+6877
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Update to KDE 3.5markd3-12942/+1393
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11missed adding this for kde 3.5.0.markd1-0/+14
2005-12-11Update to KDE 3.5markd20-341/+1175
Many new features and refinements. Notable changes include: * Konqueror is the second web browser to pass the Acid2 CSS test, ahead of Firefox and Internet Explorer * Konqueror can also now free web pages from adverts with its ad-block feature * SuperKaramba is included in KDE, providing well-integrated and easy-to-install widgets for the user's desktop * Kopete has support for MSN and Yahoo! webcams * The edutainment module has three new applications (KGeography, Kanagram and blinKen), and has seen huge improvements in Kalzium
2005-12-11Convert aalib to options framework, adding an 'x11' option, and removewiz2-4/+4
aalib-x11 and aview-x11. SDL dependencies change, so bump PKGREVISION (and BUILDLINK_RECOMMENDED) for affected packages. Addresses PR 32046 by Leonard Schmidt.
2005-12-08Bumped the PKGREVISION of the packages that have been broken by the recentrillig8-15/+16
"pkglint --autofix" change.