summaryrefslogtreecommitdiff
path: root/x11/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2008-09-30Retire xf86-video-i180, it has been superseded by xf86-video-intel andjoerg1-2/+1
doesn't work with newer servers. As suggested in PR 39624.
2008-09-22Switch to x11/wxGTK26{,-contrib}, reorder.joerg1-4/+4
2008-09-17Update ruby-gnome2 to 0.17.0 release.obache1-1/+3
pkgsrc changes: * Add some additional modules: devel/ruby-gnome2-bonobo devel/ruby-gnome2-bonoboui devel/ruby-gnome2-gconf devel/ruby-gnome2-libglade graphics/ruby-gnome2-gtkglext multimedia/ruby-gnome2-gstreamer print/ruby-gnome2-gnomeprintui sysutils/ruby-gnome2-gnomevfs www/ruby-gnome2-gtkhtml2 www/ruby-gnome2-gtkmozembed x11/ruby-gnome2-gtksourceview x11/ruby-gnome2-vte * Fixed detection of rcairo. It had been broken since switched to gem. patch-a{c,h,i,j,k,l.m} (It Already in upstream trunk) * Add patches for allow to load gem rcairo. patch-a{n,o,p} * Fixed overwritten glib module when installing modules require generated header of glib module. Modify to install the header as part of glib module and use bl3.mk. * clean up dependency * Add test target for modules having unit test. * Modified patch-a{a,b,d,f,g} to acceptable by upstream. Ruby-GNOME2-0.17.0 (2008-09-07) Release notes: * This Release supports Ruby 1.8.7 and has many bug fixes and new bound functions. Main changes: * Ruby/GLib: - [#2060606] Crash when removing ruby applet from gnome panel with 0.7rc1 [Kouhei Sutou] * Ruby/GTK: - [#2025651] FTBFS with gtk+ 2.13.5 [Cesare Tirabassi, Kouhei Sutou] - [#2043970] Segfaults on 64-bit Linux [Neil Roberts, Kouhei Sutou] * Ruby/Pango: - [#2043970] Pango::FontDescription#weight= seg fault [Kouhei Sutou] * Many other changes, GC bugs, Segfault fixes. See corresponding ChangeLog for detailed information on changes and contributors. Special thanks for your contributions to: (list in no particular order) - Neil Roberts - Cesare Tirabassi - Arnaud Cornet
2008-09-16Remove remaining qt1 and qt2 packages, as announced on pkgsrc-userswiz1-12/+1
on Sep 7 2008. No complaints received.
2008-09-13I just learned that this incarnation of dri2 will never ship and hasbjs1-2/+1
been deprecated. Thus, I'm removing this package.
2008-09-12Import of wxGTK-2.8.joerg1-1/+3
2008-09-08Add openbsd-input-ws to x11/Makefilebjs1-1/+2
2008-09-05Add dri2protobjs1-1/+2
2008-08-13Added x11/dockerahoka1-1/+2
2008-07-26Sort.kristerw1-2/+2
2008-07-25Fixed the problems reported by babylon5.netbsd.org weekly pkgsrc output for ↵rhaen1-1/+2
Thu Jul 24 02:20:00 2008
2008-07-14Add xf86-video-mach64 and xf86-video-r128.tnn1-1/+3
2008-05-27Add rendercheck to x11/Makefilebjs1-1/+2
2008-05-25Add and enable xvidtune.taca1-1/+2
2008-05-25Add fltk2.joerg1-1/+2
2008-05-19Add and enable xfd.taca1-1/+2
2008-05-17Note addition of x11/xf86-input-vmmouse and update of modular-xorg-driverstnn1-1/+2
to 1.2.
2008-05-14Add ftmenusborrill1-1/+2
2008-04-27+ gnome-desktop-sharp.wiz1-1/+2
2008-04-05+ xselobache1-1/+2
2008-03-17Finish move from gtk2-sharp to gtk-sharp.wiz1-2/+2
2008-03-17Finish move from gtksourceview-sharp to gtksourceview-sharp2.wiz1-2/+2
2008-03-16Sort.wiz1-2/+2
2008-03-04Added x11/xbacklighttnn1-1/+2
2008-03-03Added xinput package to category Makefile.bjs1-1/+2
2008-02-19+ gnome-sharpxtraeme1-1/+2
2008-02-13add gtksourceview-sharpkefren1-1/+2
2008-02-11New package: slock.reed1-1/+2
2008-01-06+ dmenu.ghen1-1/+2
2007-12-18Add xkeyboard-configbjs1-1/+2
2007-12-06Add qt4-qdbusmarkd1-1/+2
2007-12-03add and enable qt4-tiffjnemeth1-1/+2
2007-11-28+grandr_appletdrochner1-1/+2
2007-11-23sortjnemeth1-2/+2
2007-11-17sortjnemeth1-2/+2
2007-11-14- control-centerrillig1-2/+1
2007-11-08Add pixman to SUBDIR.bjs1-1/+2
2007-11-05+gnome-control-centerdrochner1-1/+2
2007-11-03+gtksourceview2drochner1-1/+2
2007-10-23Added x11/xf86-video-radeonhd.xtraeme1-1/+2
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz1-2/+2
Bump PKGREVISION.
2007-09-20Remove gtkglarea2: part of Gnome, but last release was in 2002, and therewiz1-2/+1
are no dependencies in pkgsrc. Newer code usually uses gtkglext instead.
2007-09-19Move gnome2-applets to gnome-applets to make directory name match PKGNAME.wiz1-2/+2
2007-09-19Rename gnome2-terminal to gnome-terminal to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-19Rename gnome2-control-center to control-center, to match upstream name.wiz1-2/+2
ok jmmv, drochner
2007-09-14Add and enable x11/xlsclients.simonb1-1/+2
2007-09-03-make sqlite support an extra pkg instead of an optiondrochner1-1/+2
-work around iconv(3) incompatibilities: while NetBSD's iconv() is probed as GNU iconv (due to its signature), it doesn't support empty strings as encoding (interpreted as "current locale's encoding" by GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make it work as expected. -update to 4.3.1 changes: -bugfixes -Updated the German translation to provide complete coverage of Qt
2007-08-23sortjnemeth1-2/+2
2007-08-23Readd xorg-cf-files, still needed.joerg1-1/+2
2007-08-17To quote Johnny Lam: "In modular-xorg we trust"joerg1-6/+1
Remove xorg 6.9 packages from pkgsrc.