summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-12-05Ran "pkglint --autofix", which corrected some of the quoting issues inrillig20-45/+45
CONFIGURE_ARGS.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig73-192/+188
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-04Use alloca from stdlib.h on DragonFly and FreeBSD.joerg2-1/+15
2005-12-04Use new IMAKE_GAMEMAN_* variable for PLIST.joerg1-2/+2
2005-12-04Fix typo. To avoid IS_BUILTIN.xcursor always be "no".rxg1-2/+2
2005-12-04errno and ANSI fixes.joerg3-1/+45
2005-12-04Use imake variables for man page location.joerg1-2/+2
2005-12-04Fix compilation with GCC 3.4+. Let imake decide where to placejoerg4-27/+19
the man page, don't install it twice. Bump revision.
2005-12-04DragonFly and errno fixes.joerg4-12/+37
2005-12-04Just expect X11 libraries to provide Xv, since XFree86 and Xorgjoerg1-5/+3
have provided Xv for ages. Also add build dependency on pod2man.
2005-12-04Fix errno usage.joerg3-1/+27
2005-12-04Use -lcompat on DragonFly and FreeBSD as well.joerg1-2/+2
2005-12-03Correctly depend on xmessage. Bump revision.joerg1-3/+4
2005-12-02Since we expect lablgtktop to exist anyway (PLIST), always copy.joerg2-3/+14
I can't find a case where this should not have been built in pkgsrc.
2005-12-02Prefix all options with "xorg-server-", since they are all packagewiz2-80/+97
specific. Add legacy handling for old names.
2005-12-02ICEAUTH directly is enough, thanks for jlam@ to point this out.joerg1-2/+2
2005-12-02Depend on iceauth as tool. Since the path of the program is hard-wiredjoerg1-2/+4
the binaries, ensure that the real path is used. Otherwise the location of the wrapper would be used.
2005-12-01Convert USE_OSS to oss option.wiz1-7/+11
2005-11-29Update to 2.8.8:wiz2-6/+6
Overview of Changes from GTK+ 2.8.7 to GTK+ 2.8.8 ================================================= * GtkFileChooser - Make F2 work for renaming bookmarks [Jaap A. Haitsma, Paolo Borelli] * GtkEntry - Turn off input methods in password entries [James Su] * Win32 changes - Various visual improvements to the ms-windows theme [Dom Lachowicz] - Rework window decoration handling [Tor Lillqvist] - Fix localized weekday and month names in GtkCalendar [Tor] - Make urgency hint work on NT4 [Tor] * Other fixes [Arjan van de Ven, Philip Langdale, Jens Granseuer, Bogdan Nicula, Benedikt Meurer, Michael Natterer, Kazuki Iwamoto, Paolo Borelli, Søren Sandmann, Jean-Yves Lefort, Milosz Derezynski, Tze'ela Hebron] * Documentation improvements [Elie De Brauwer] * Updated translations (be,hu,sk,th,wa)
2005-11-29Bring this a bit nearer to ANSI C to unbreak compilation on DragonFly.joerg3-1/+37
Namely, use errno from errno.h, malloc, realloc and exit from stdlib.h.
2005-11-25Add debug option.wiz2-1/+13
2005-11-25Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS becausewiz9-16/+18
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25One function were defined identically in two files, but one ofkristerw2-1/+15
the copies were marked static, wich makes gcc 4 error out on what it think is inconistent declaration/definition. Disable the redundant static version.
2005-11-22update to 3.15.1drochner6-33/+33
changes: bugfixes
2005-11-22update to 4.3.2drochner4-17/+18
changes: -fixes -added sipdistutils.py script
2005-11-20Update to 2.8.7:wiz3-19/+6
Overview of Changes from GTK+ 2.8.6 to GTK+ 2.8.7 ================================================= * GtkFileChooser - Don't special-case the names of Home and Desktop [Federico Mena Quintero] - Avoid loading more than one directory initially. [Federico] - Make the file chooser work better with window groups [Christian Persch] - Improve keynav in the pathbar [Carlos Garnacho, Andrei Yurkevich] - Don't access unmounted volumes [Federico] * GtkTextView - Avoid quadratic blowup when deleting text with lots of tags [Matthias Clasen] - Fix drag-selection corner cases [Arvind S N, Paolo Borelli] * GtkEntry - Add the entry completion popup to the window group [Christian Persch] * GtkTreeView - Fix background drawing in RTL locales [Eric Cazeaux] - Handle Shift-G for going back in typeahead search [Christian Neumair] * GtkComboBox - Leave Ctrl-PageUp/PageDown to applications [Christian Neumair] * Fix compilation problems with gtkcalendar.c [Matthias Hasselmann] * Add labels for GTK_STOCK_CONNECT and GTK_STOCK_DISCONNECT items [Richard Hult] * Resolve symbols in dlopened modules lazily [Laszlo Peter] * GDK - Don't try to set overlarge window icons [Claudio Saavedra] - Improve handling of odd keymaps [Kean Johnston] * Win32 changes - Speed up compositing [John Ehresman] - Improve handling of clipboard [Tor Lillqvist] - Improve visuals of scrollbars, toolbars, handleboxes and menubars in the ms-windows theme [Dom Lachowicz] - Make icon masks work on Win98 [Peter Zelezny] - Hide resize and maximize buttons on non-resizable windows [Tor] - Don't hide dotfiles [Tor] * Bug fixes [Kazuki Iwamoto, Ross Burton, Michael Natterer, Bogdan Nicula, Damien Carbery, Gustavo Carneiro, Tommi Komulainen, Thomas Klausner, Alexander Larsson, Bastien Nocera, Federico Mena Quintero, John Ehresman, Paolo Borelli, Antonio Sacchi, Christian Persch, Carlos Garnacho, Jeremy Cook, Nickolay V. Shmyrev, Richard Hult, Maxim Udushlivy, Peter Zelezny] * Documentation improvements [Paolo Borelli, Christian Neumair, Christian Persch
2005-11-17pdated Xfce to 4.2.3.2martti3-8/+8
A "micro" release to fix a regression in the window manager settings.
2005-11-17Add support for option 'debug', to compile in debug code and symbols.hubertf3-6/+30
In case anyone ever wants to go and debug Qt/KDE. Like me. Shoot me!
2005-11-14Update to 0.16:wiz2-6/+6
Devil's Pie "Love To Hate" 0.16 =============================== * Fix undecorate action (Mikachu, RB)
2005-11-09ln -> ${LN}, to please pkglint.wiz1-2/+2
2005-11-09regen (patch-aa checksum mismatch, joerg?).wiz1-2/+2
2005-11-09Rename xfce4-gtk2-engines to xfce4-gtk2-engine to match the package name.martti6-7/+7
2005-11-09Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.martti32-49/+49
It is a lower-case f according to the official site.
2005-11-09Updated xfce4 to 4.2.3.1martti47-146/+229
* Lots of bug fixes * Translation updates Official ChangeLog is available at: http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09Base DIST_SUBDIR on DISTNAME, andhubertf1-3/+3
add a comment to remove it on next update (note to myself...)
2005-11-09Check for ${X11BASE}/lib/pkgconfig instead of ${X11ROOT}/lib/pkgconfigreed1-2/+2
since it creates ${X11BASE}/lib/pkgconf directory if missing.
2005-11-08Add support for building on DragonFly.joerg11-18/+248
Add mkfontdir as build tool, non-native bulk builds fail otherwise.
2005-11-08These packages all use mkfontdir at run-time so add the appropriatejlam1-1/+2
USE_TOOLS definition.
2005-11-08Set DIST_SUBDIR properly for changed distfile.wiz2-5/+6
2005-11-08Remove obsolete check for libXft.a, let the buildlink magic handle it.joerg1-5/+1
2005-11-08The distribution file on the master site has changed; these are the checksumscjs1-4/+4
for the "new" version. This is, when uncompressed, byte-for-byte identical with the uncompressed old version; only the compression has changed.
2005-11-07Teach wxGTK about DragonFly.joerg2-4/+50
2005-11-07Teach wxGTK24 about DragonFly.joerg2-5/+43
2005-11-07efltk uses msgfmt.joerg1-1/+2
2005-11-07If defined, use _DIRENT_DIRSIZ on DragonFly to compute the size ofjoerg2-1/+17
a dirent. Ignore the bogus size check done before.
2005-11-06Make this compile on Darwin 8.2.0/powerpc. Patch from Krister Walfridsson.martti2-1/+15
2005-11-05Update xlockmore to 5.20.1.hubertf2-7/+6
XXX someone please test the PAM stuff on >=3 Changes: "I goofed up the versioning on 5.20... so I wiped it out and put a new 5.20.1 up " 5.20 win32 changes from Tim Auckland: * Faster starting fix general install fix flow now uses PolyDraw... making it run faster Juggle cleaned up Arc drawing and XQueryFont now returns a dummy font (which XDrawString ignores) fiberlamp now jiggles XTranslateCoordinates fixed, Arc fixes, and pattern label disabled for juggle... win32 changes from David Bagley: * New bitmaps and pixmaps. Makefile change so maze uses one. shifted text printing in api and on apollonian mode polyominoes looks better because I changed the meaning in the Api for DrawRectangle. It now just draws a rectangle outline. added julia life life1d swarm tetris voters inverted but this uses xbm? made FULL_RANDOM the default fixed much of xjack (except when it gets to bottom of screen) Labeling now on right side and aligned. Change the name from xlockmore95.scr to xlock.scr. Added a new ico file. I added 17 modes on top and took out some warnings. Merged with xlockmore95-0.11 with thanks to author Petey Leinonen <petey_leinonen AT yahoo.com.au>. See win32 readme.txt and todo.txt. double buffering implemented, transparent background for text, XPutImage fixes, XCreateImage added Currently, it is not easy to select a specific mode and some modes need work. Modified life and life1d sizing to be more variable when there * is no bitmap. Also thanks to Tom Schmidt for a non Grelb icon fix. voters modified to have proper colors for Democrats and Republicans. As a left wing liberal, I just had to add the "Green" bitmap. Old commie icon available as compile time option (but will be green). New portable method for locking Virtual Terminals (vt). Added to README. Thanks to Sergei Golubchik <sergii AT pisem.net>. Allow xlockrc to allow passwords of any length (not just 8) thanks to <Manuel.Reimer AT gmx.de> (actually it just ignores characters after the 8th character... but now ignores it in a more consistent way). make.com modified to use IEEE floats instead of VAX-floats thanks to Jouk Jansen. Changed default for PAM (since I have got a few mails about it). Compile OD_PAM (sorry did not know what else to call it) if you like the old way. GenToo and (most?) other Linux versions should compile by default.
2005-11-05Fixed wrong use of WRKSRC. Converted explicit use of ${SED} to the SUBSTrillig7-56/+58
framework.
2005-11-04Apply same --mandir fix as for tk package.wiz1-8/+1
2005-11-03Fixed wrong use of WRKSRC.rillig8-59/+60