summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-03-14Modify the pkginstall framework so that it manages all aspects ofjlam4-12/+8
INSTALL/DEINSTALL script creation within pkgsrc. If an INSTALL or DEINSTALL script is found in the package directory, it is automatically used as a template for the pkginstall-generated scripts. If instead, they should be used simply as the full scripts, then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC explicitly, e.g.: INSTALL_SRC= ${PKGDIR}/INSTALL DEINSTALL_SRC= # emtpy As part of the restructuring of the pkginstall framework internals, we now *always* generate temporary INSTALL or DEINSTALL scripts. By comparing these temporary scripts with minimal INSTALL/DEINSTALL scripts formed from only the base templates, we determine whether or not the INSTALL/DEINSTALL scripts are actually needed by the package (see the generate-install-scripts target in bsd.pkginstall.mk). In addition, more variables in the framework have been made private. The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are more sensible names given the very few exported variables in this framework. The only public variables relating to the templates are: INSTALL_SRC INSTALL_TEMPLATE DEINSTALL_SRC DEINSTALL_TEMPLATE HEADER_TEMPLATE The packages in pkgsrc have been modified to reflect the changes in the pkginstall framework.
2006-03-14Sort.minskim1-3/+3
2006-03-13clean up COMMENT a bithubertf1-2/+2
2006-03-13Fix path generation so that security/qca{,-tls} don't have to patch Makefileminskim3-10/+20
or override do-install. Bump qt3-tools PKGREVISION.
2006-03-13The x11/Xaw3d library has an integer overflow error in the computationmarkd3-3/+22
of the geometry for a Box Layout (file Box.c). There, the box tries to extend its width until its height fits within the constraint height (influenced by the window manager). Unfortunately, widths are 16bit unsigned and in the error case (occuring under KDE), the constraint width is 65535, i.e. maximal. The code loops until either the computed height is smaller than the constraint height or the width exceeds the constraint width. In each loop iteration, the width of the box layout is doubled. This loop does not terminate, if one chooses unfortunate initial width, as the width wraps around if it overflows 16 bits and if the maximal constraint width is SHORT_INT_MAX. Patch tries to capture the overflow before it wraps around the `width' variable, setting the width to the maximal one. From Stephan Thesing in PR pkg/32445. Bump PKGREVISION.
2006-03-12Update to 0.17.1:wiz2-9/+7
Devil's Pie "Out Of Gas, Still Burning" 0.17.1 ============================================== * Depend on GLib 2.9.1 onwards Devil's Pie "Stay With Me While We Grow Old" 0.17 ================================================= * Fix compile with GLib 2.10.
2006-03-12Fixed pkglint warnings by replacing SITES_* with SITES.*, adding :Qrillig1-6/+5
operators and removing a variable whose name started with an underscore.
2006-03-12Update gst-plugins-0.10-base and packages based on this one to 0.10.4:jmmv1-2/+1
Changes since 0.10.3: * (Experimental) QoS support * oggmuxer now creates 100% valid streams for Theora, Vorbis and Speex * documentation updates * better support for subtitles (seeking) Bugs fixed since 0.10.3: * 310202 : [subtitles] < i > < /i > tags and others should be supported i... * 312439 : XVideo output doesn't work on remote displays (probably r... * 321271 : audio output is truncated at EOS * 321650 : Can't decode this ogm file * 325732 : [oggdemux] problem when seeking to time less than 4s with... * 325972 : [typefinding] doesn't recognise this mp3 * 326720 : [alsasink] doesn't support more than 2 channels anymore * 330711 : [ffmpegcolorspace] problems with palettized RGB (fencount... * 330789 : gstbaseaudiosink causes noise on seeking * 330888 : Fix build with gcc 2.95 (again) * 331295 : gnomevfssink doesn't respect umask when creating files * 331526 : 3GP type detection is too simple * 331678 : Decodebin is not reusable within a single pipeline (as in... * 331690 : playbin won't play my last.fm stream * 331763 : [alsamixer] unmute sets the volume to 100% * 331765 : [alsamixer] mixer applet slider doesn't want to move from... * 331903 : [videorate] doesnt handle input caps of framerate=0/1 sanely * 332778 : [ogmparse] " Already an existing pad " WARNING * 332964 : random crashes in mp3_type_find * 333254 : theora encoder does not set IN_CAPS flag properly * 333352 : [gnomevfssink] reports disk full as generic error * 333488 : Allow for palette < 256 colours in AVI files * 333510 : [PATCH] Fix gst_pad_new_from_template (gst_static_pad_tem... * 333545 : [riff] set depth on wma caps to make asfdemux and pitfdll... * 333663 : [patch] unref the result of gst_pad_get_parent * 333900 : [typefind] cannot play a particular mp3 file * 334112 : variable not initialized * 334129 : Disable frame dropping for now * 317038 : use default channel layout if none is specified in multic... * 319340 : [cdparanoia] uncorrected-error signal never fired API added since 0.10.3: * GstTextOverlay::halignment * GstTextOverlay::valignment
2006-03-12Update to 2.2:jmmv4-34/+13
2.2 Bugfixes. XML processing improved. Better compatibility with modular X.org filesystem layout 2.1 Bugfixes. GCC 4.x compatibility patches.
2006-03-12Force to use the libtool mode of qmake, instead of patching theminskim6-26/+116
non-libtool mode to use libool. In this way, qmake will generates valid install commands. This closes PR pkg/29572. Bump qt3-tools PKGREVISION.
2006-03-11Converted to the SUBST framework.rillig1-13/+5
2006-03-11Remove BROKEN_IN. The installation problem has been fixed.hira1-3/+1
2006-03-11Convert all packages using REPLACE_INTERPRETER to the new variable namesghen1-4/+4
without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*). Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted here, if at all. Ok with rillig.
2006-03-11Improve COMMENT.reed1-2/+2
2006-03-11In the comment at top also mention "pkgsrc". As this could be confusingreed1-3/+3
for someone not using "netbsd-g++". (This has been in my pkgsrc since at least July.)
2006-03-10Take over maintainership, jmmv@ ok.wiz1-2/+2
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam5-10/+10
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09audio/oss/buildlink3.mk is no more after audio/oss was removed fromjlam1-6/+1
pkgsrc.
2006-03-09Update to 2.8.14:wiz3-21/+7
Overview of Changes from GTK+ 2.8.13 to GTK+ 2.8.14 =================================================== * Fixed invalid memory access in g_object_sink() from GLib-2.10.0 (in combination with GLib-2.10, at least GLib-2.10.1 is required now). * Bugs fixed: 320132 Drag cursor position not identical with the drag hotspot [Christian Neumair] 333133 wrong appearance for colour button [Christian Persch] 321301 ms-windows-engine differences from native GUI - combo boxes [Jernej Simončič, Dom Lachowicz] 333291 Focus line of GtkExpander at the wrong place in RTL mode [Benjamin Berg] 324562 XInput events are at incorrect xy-coordinates [Denis Auroux] 142536 Wacom pointer offset when using TopY other than 0 [Robert Ögren] 332985 GtkButton doesn't allow image-only buttons via "image" property [Kalle Vahlmann] 333555 When changing icon of button, icon does not change 332466 Strange row spacing in GtkIconView when item width is set [Donald Straney] 333363 build_insensitive_pixmap does not check return value from gdk_pixbuf_get_from_drawable [Ed Catmur] 333268 Crash in gnome-program when running a program with an wrong display [Paolo Maggi, Christian Persch] 333377 Cursor does not appear everytime when clicking on the widget [Steve Frécinaux] 323401 blink_cb optimization is not working 316689 GtkTreeView does not resize correctly [Chris Lord] 148518 Fix incremental loading of 8-bit pcx files [Magnus Bergmann] * Updated translations (cy,de,es,nn,pl)
2006-03-09Use REPLACE_INTERPRETER instead of a patch.ghen3-8/+12
2006-03-08Fix typo resulting in incorrect thread detection. Bump revision.joerg3-9/+9
2006-03-06Belatedly bump PKGREVISION for all libtasn1 dependencies, sincewiz17-30/+34
libtasn1 had a shlib major bump. Also update dependencies in bl3.mk files. Addresses PR 32998 by Robert Elz.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam130-260/+260
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-03-03Regen so that the Mac OS X patch program can apply it.kristerw2-4/+4
2006-03-03Add the "makesum" info for "mac" version also.reed3-3/+12
I had to do this manually, since "bmake makesum" removed the "x11" version. (I only tested for py-qt3-base.)
2006-03-03Update download site (previous was missing).reed1-2/+2
2006-03-03Update tkman to 2.2. This version is an update for Tcl/Tk 8.4.minskim5-63/+64
2006-03-03Make qmake and libtool use the same library versioning. Should haveminskim3-7/+7
been done when the pkgsrc libtool versioning was changed. This addresses PR pkg/29572. No recursive bump because the major version number is not affected by this. Bump PKGREVISION for qt3-libs and qt3-tools.
2006-03-02Fix AGP GART support on DragonFly. Fix PLIST on DragonFly.joerg4-6/+36
Bump xorg-server revision.
2006-03-02Prevent qmake from generating .la files. In pkgsrc, they are taken careminskim2-1/+15
of by libtool. This fixes PRs pkg/30656 and pkg/32244.
2006-03-02update xdaemon{,2} to include a netbsd flag logo. Run: xnetbsd-flag{,2}hubertf6-32/+76
2006-03-02readd PLIST entries for OpenGLdrochner2-3/+10
qt2-libs didn't spontaneously stop building the OpenGL modules (how should it, noone changed it) - the failure was caused by MesaLib forcibly linking against libpthread so that it couldn't be used by non-threaded programs anymore added dependency on MesaLib-6.4.2nb1 and bumped PKGREVISION
2006-03-02update to 2.12.3drochner3-8/+15
changes: bugfixes, enhancements in appearance, translation updates
2006-03-02update to 2.6.7drochner2-7/+6
changes: -bugfixes -code cleanup
2006-03-02I'm no longer using this so reset MAINTAINER.martti1-2/+2
2006-03-02Make the package build on Darwin by forcing to use X11 instead ofminskim2-4/+28
Mac OS X's GUI.
2006-03-01Enable Xinerama support if libXinerama.dylib exists. No PKGREVISION bumpminskim1-2/+3
because this package does not build on Darwin yet.
2006-03-01Russian roulette ala Gnome:joerg1-1/+6
- pax-as-tar doesn't understand the "POSIX" headers in this archive - GNU tar from pkgsrc does - GNU tar 1.13.25 from DragonFly base doesn't not - BSD tar from DragonFly does So let's just use bsdtar as gtar on DragonFly.
2006-02-28QtUiTools is not installed any moreadam1-3/+1
2006-02-28Changes 4.1.1:adam5-19/+29
* Bug fixes and improvements (please, read 'changes-4.1.1' for details)
2006-02-27Fix the build of xorg-server on NetBSD/amd64. Bump revision ofjoerg3-10/+42
xorg-imake, since the installed files changed.
2006-02-27Remove me as maintainer of this package because I've not used it for ages.tron1-2/+2
2006-02-27Try to fix Xorg build breakage on Linux. No feedback received, butjoerg4-1/+40
should not break anything.
2006-02-27Change the stage to pre-install when remove .orig file.rxg1-2/+2
2006-02-26Patch from kde svn to fix compilation with gcc 2.95. Should fix buildmarkd3-3/+17
on NetBSD 1.6.2. Bump PKGREVISION.
2006-02-26Remove setup.py.orig after patch stage.rxg1-1/+4
2006-02-25Fix pkglint warning.wiz1-2/+2
2006-02-25Update to 2.8.13:wiz3-7/+10
Overview of Changes from GTK+ 2.8.12 to GTK+ 2.8.13 =================================================== * Bugs fixed: 330732 Can't select some items in GtkIconView [Donald Straney] 330944 gtk_icon_theme_list_icons: example contexts don't work [John Spray] 331097 gnopernicus crashes on changing display screen source for magnifier [Oana Serb] 331467 evince crashes in gdk_region_union_with_rect [Benjamin Berg] 331820 Small error in _gdk_gc_update_context [Matthias] 331785 gtk.Notebook.get_current_page() returns incorrect page number when pages hidden [Sebastien Bacher] 331940 GtkAboutDialog not responsive to Escape key [Daniel Drake] 331440 GtkNotebook popup menu not keynavigatable [Paolo Borelli] 331651 GtkRadioButton does not issue notify::active 332059 Make more use of G_DISABLE_ASSERT in TextView code [Arnaud Charlet] * Updated translations (eu,ka,uk)
2006-02-25Fix includes installationadam5-817/+78
2006-02-25Enable Xinerama support if libXinerama.dylib exists.minskim2-4/+5
Bump PKGREVISION.