summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2006-04-19Check before redefining the target for creating symlink.reed2-2/+12
(Noticed warning that it was redefined in x11-links.)
2006-04-19Add a BUILDLINK_TARGETS so a symlink for old name render.pc is created.reed1-1/+17
2006-04-19Add patch so version checking for the compositeproto.pc is not tooreed2-1/+18
high. Because Xorg project released library with lower version because they say the testing xlibs version was never official. This just patches configure, the real check is still forced by pkgsrc.
2006-04-19Add builtin.mk. It is needed by x11-links. Also this worksreed1-0/+47
so native XFree86 and Xorg and packaged xorg-libs will be used instead.
2006-04-18Change missed reference of renderext to renderproto.reed1-2/+2
2006-04-18Fix missed references of randrext to randrproto.reed1-4/+4
(TODO: this builtin.mk needs more testing.)
2006-04-18Bump PKGREVISION.reed3-6/+6
This formerly used fixesext and/or compositeext which was accidently as run-time dependency. The package now uses fixesproto and/or compositeproto which is a build-only dependency.
2006-04-18The dependency method is "build".reed2-2/+4
I should update PKGREVISION for packages depending on this but now it is now un-needed, as no packages should be using this since (and it will soon be removed).
2006-04-18Change to use new mainatined *proto headers instead ofreed9-22/+21
unmaintained *ext packages. In some cases, the headers are identical. I tested on DragonFly using X11_TYPE=xorg and on NetBSD using native XFree86 (and more).
2006-04-18Add buildlink target so old pkg-config name fixesext.pc will be available.reed1-1/+13
2006-04-18Update to official version.reed2-8/+8
And fix HOMEPAGE. ChangeLog says: 2006-3-13 Deron Johnson <deron.johnson@sun.com> * composite.h * compositeproto.h * configure.ac Composite Version 0.3: CompositeGetOverlayWindow, CompositeReleaseOverlayWindow
2006-04-18Use official version instead of release candidate.reed2-7/+7
No changes but version was incremented.
2006-04-18Update to official version (instead of release candidate version).reed2-7/+7
No changes, but version number was increased.
2006-04-18Replace compositeext with compositeproto, fixesext with fixesproto,reed1-6/+7
randrext with randrproto, renderext with renderproto, xextensions with xextproto, and add xproto. (I will delete packages shortly.)
2006-04-18Import compositeproto from pkgsrc-wip.reed6-0/+123
This package provides Composite extension headers from the modular X.org X11 project. This will replace the compositeext package.
2006-04-18Import renderproto from pkgsrc-wip.reed6-0/+139
This provides the Render extension headers from modular X.org X11 project. This will replace the renderext package.
2006-04-18Import randrproto from pkgsrc-wip.reed6-0/+142
This provides the Randr extension headers from modular X.org X11 project. This will replace the randrext package.
2006-04-18Import fixesproto from pkgsrc-wip.reed6-0/+115
This will replace the fixesext package. This provides the Fixes extension headers from modular X.org X11 project.
2006-04-18Import xextproto from pkgsrc-wip.reed6-0/+175
This provides the XExt extension headers from modular Xorg X11. This will replace the xextensions package.
2006-04-18Change "wip" to "x11".reed1-2/+2
2006-04-18Import xproto from pkgsrc-wip.reed5-0/+76
X protocol and ancillary headers from modular Xorg X11.
2006-04-17More PKGREVISION bumps for png-1.2.9nb2 update.wiz4-7/+8
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz251-403/+502
2006-04-17PLIST fixadam1-1/+25
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam111-32431/+32431
PKGLOCALEDIR and which install their locale files directly under ${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now on, pkgsrc/mk/plist/plist-locale.awk will automatically handle transforming the PLIST to refer to the correct locale directory.
2006-04-16Update to 2.14.1.1.wiz3-7/+36
============== Version 2.14.1 ============== Fixes * Make URI canonical before using them (Vincent) * Remember the added locales in GnomeDitemEdit (Vincent) * Sort locales list in GnomeDitemEdit (Vincent) * Make sure that there is a Name/Comment/etc. for C locale when generating a .desktop file (Vincent) * Use gdk_x11_display_get_user_time() to get the launch time (Vincent) Misc * Generate API documentation (Vincent) * Add GTK to the categories of gnome-about.desktop (Vincent) Documentation * Replace entities with UTF-8 (Shaun McCance) * Updated URLs and emails in the gnome-feedback document (Joachim Noreiko) Doc Translations * Maxim Dziumanenko (uk) Translators * Pema Geyleg (dz) * Ivar Smolin (et) * Ilkka Tuohela (fi) * Luca Ferretti (it)
2006-04-14Changes 2.8.4:adam3-416/+26
* IconTheme: Avoid crash in get_search_path(). * Some code size reduction by using more static functions instead of anonymous namespaces, and by avoiding some code duplication. * Windows Build: - MSVC++ build: Use the new /vd2 compiler option to get the new unbroken dynamic_cast<> with MSVC++. There are now no known problems with the MSVC++ build. - mingw32 and cygwin builds: Correct some API export/import problems.
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz2-4/+4
2006-04-13BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace withjlam88-222/+176
USE_TOOLS+=msgfmt.
2006-04-13Only install headers in lib/fonts/bitmap when not building the Xserverjoerg2-1/+16
to avoid overriding installed files.
2006-04-13Fix the right files.rillig1-4/+4
2006-04-12Fixed the path to the Perl interpreter. Bumped PKGREVISION.rillig1-3/+7
2006-04-12Sorted PLIST.rillig1-4/+4
2006-04-12The documentation is installed into share/doc instead of share/doc/html.rillig2-515/+516
Bumped PKGREVISION.
2006-04-12Don't create xorg/lib/X11/fs as symlink to the config directory,joerg2-1/+15
it prevents the default config from being included correctly in the package. Add a random imake dependency to xorg-fontserver while here and bump the revision.
2006-04-12The documentation is installed in share/doc instead of share/doc/html.rillig2-1706/+1707
Bumped PKGREVISION.
2006-04-12Include man page in PLIST. Bump revision.joerg2-3/+4
2006-04-12update to 1.6.1drochner3-7/+8
changes: * Updated Lang files (php, ruby, perl, xml, .desktop) * Consume all button press events on the line numbers margin * Updated translations
2006-04-12Add ratmen.minskim1-1/+2
2006-04-12Import ratmen from pkgsrc-wip. Packaged by Lubomir Kundrak.minskim6-0/+77
Ratmen is a simple program that allows you to create X menus from the shell, where each menu item will run a command. It is intended for use with 9wm, but can be used with any other window manager. Basically this program does what ratmenu does, only better.
2006-04-12The Solaris fix in 3.5.2 missed one bit so re-add it.markd2-1/+15
2006-04-12Move MASTER_SITE_KDE to mk/bsd.sites.mkmarkd63-126/+126
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig93-186/+186
that they look nicer.
2006-04-10Use XK_VoidSymbol instead of XK_FN30/31 as dummy keysyms. For some Xis3-2/+24
servers, apparently dynamically creating the tables didn't work, so the static tables are actualy used.
2006-04-10Generate and install ".3" manpages instead of ".3pm". This fixesjlam1-1/+7
PR pkg/32673.
2006-04-08Update to 2.8.17:wiz3-8/+13
Overview of Changes from GTK+ 2.8.16 to GTK+ 2.8.17 =================================================== * Bugs fixed: 325699 Expander disclosure button is too small [Brad Taylor] 334657 gtk_image_clear doesn't cause redraw 334774 typo in configure.in yields suspicious warning [Peter Breitenlohner] 335001 gtk_icon_view_set_cursor causes Segmentation fault [Emmanuel Rodriguez] 335129 garbage output of --help in non UTF-8 locale [Christian Persch] 319032 GtkNotebook does not destroy its children on destroy() [Yevgen Muntyan] 334906 TreeView DnD between-row highlight color [Ian McDonald] 335717 Gtk-Criticals occur when scrolling a text_view that is not realized [Nicolas Setton] 336200 Hidden menubar still activates submenus with kbd [Bastian Nocera] 336254 GtkTreeItem broken [Sven Herzberg] 74620 Clean up button press handling (use one-grab-op-at-a-time pattern) [Li Yuan] 323862 broken scrolling when selecting [Benjamin Berg] 330617 GTK+ File-chooser dialog crashes 325751 Nautilus crashes when dragging icons to another screen [Hylke van der Schaaf] 337022 mixed line separators confuse gtk_text_iter_ends_line [Paolo Borelli] 336796 Textview child is covered by window border [Yevgen Muntyan] 335536 gdk_pixbuf_loader_new_with_type(): What image types are allowed? [Murray Cumming] 336645 Missing progress bar label [Stanislav Brabec] Fix a problem which caused grab-notify signal to be missed in some cases [Matthias Clasen] * Updated translations (bn,cs,dz,et,ka,ne,or,ru,sk,sq,xh)
2006-04-08Add descripition to DESCR.is1-0/+8
2006-04-08This needs msgid_plural support.jmmv1-1/+2
2006-04-08Workaround GCC 2.95's inability to use #if in a macro.joerg2-1/+30
2006-04-08List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.jlam2-3/+4