summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2005-01-31Remove USE_CUPS test, its now in mk/defaults/obsolete.mkmarkd1-5/+1
2005-01-28Oops, make sure to bump PKG_REVISION.taca2-2/+4
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca4-7/+13
Bump PKG_REVISION.
2005-01-28Remove obsolete patch file.tron1-13/+0
2005-01-28Update xlockmore to 5.15. Changes:hubertf2-7/+5
Various cleanups. fiberlamp thanks to Tim Auckland. Run by itself using -mode and press middle button to give it a kick. life mode fixes for -mode life +fullrandom and also labeling for -neighbors 6 . Conway life would occasionally be initialized with a bad lifeform. More interesting forms of High life would never come up. No labeling problem fixed on given rules. Fixed a problem with configure if g++ is used from say /usr/local where no other packages are used from there. Changed VPATH to set without appending / as it seems to cause problems on NetBSD with an /install directory. juggle mode improvements added thanks to Tim Auckland More objects to juggle (clubs, torches, knives, rings, and bowling balls) toneclock mode thanks to Jouk Jansen. enabled multibyte support for more than one fontset thanks to Michal Cihar <michal.cihar AT suse.cz>. ifs and strange modes now use a real Gaussian generator but does not seem to make a difference... thanks, I guess, to Tim Auckland. :) configure change for PAM so it will work on FreeBSD thanks to Spencer Visick <visick AT eng.utah.edu>. Fixed PAM goof.
2005-01-27Update kkbswitch to version 1.4.3. Addresses PR#29132.ben3-7/+13
24 Jan 2005. KKBSwitch 1.4.3 is released. This maintenance release adds Czech translation contributed by Michal Bukovsky and Bulgarian translation contributed by Petko Yotov. Also the algorithm for guessing layout icons was improved a little and now must guess the correct icon in more situations.
2005-01-26Make sure to change current directory to ${WRKSRC} before removingtaca1-3/+3
extra files by find(1).
2005-01-25PLIST file for OpenBSD... I copied it from the NetBSD one and I have notxtraeme1-0/+5
tested it, because I don't use it, anyway it should do the trick.
2005-01-25Apply patches from Todd Willey for DragonFlyBSD, this closes PR pkg/29042.xtraeme5-8/+425
Thank you!
2005-01-25Remove unused file.hira1-3/+0
2005-01-24Don't use imake to get the supported drivers. It does not workhira2-13/+24
before installing imake.
2005-01-24Fix previous commit (DRIVER -> CARDDRIVER).hira2-72/+72
2005-01-24Make drivers selectable with options.mk. By default, all of the drivershira6-79/+107
which are supported by the platform are built. OK'd by xtraeme@.
2005-01-24Oops, fix path name in patch-aa.taca2-5/+5
2005-01-23Build Python with thread support by default and turn the existingrecht8-18/+18
python*-pth packages into meta-packages which will install the non-pth packages. Bump PKGREVISIONs on the non-pth versions to propagate the thread change, but leave the *-pth versions untouched to not affect existing installations. Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23Update to Ruby 1.8.2 base and thses changes:taca6-34/+720
* ext/tk/lib/multi-tk.rb: ditto * some fixes to run examples (not yet complete).
2005-01-23Update to Ruby 1.8.2 base and this change:taca4-3/+115
* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interp
2005-01-22Move pre-configure target to post-patch. This allows other subpackagesadrianp1-2/+2
to define their own pre-configure target which is needed.
2005-01-22Switch to Tcl/Tk-8.4.minskim3-12/+14
Bump PKGREVISION due to dependency changes.
2005-01-21Fix C99-isms to make this pkg build with gcc 2.95.kristerw8-1/+280
2005-01-19Changes 3.8.2:adam4-68/+12
* Enable build on system with gcc-3.x (which deprecate the old-style iostrams.h)
2005-01-19Dont try and dirrm the PKGLOCALEDIR's.markd2-6/+2
2005-01-18update to 1.1.90drochner3-7/+14
changes: * Current line highlighting * New languages specs for TCL, Nemerle, VHDL, sh, .ini, gtkrc. * Support for Undo key in Sun keyboards * Bug fixes and updated translations.
2005-01-18It looks like Interix wants function names to be prefixed with __ insteadjmmv5-1/+57
of a single _. So extend existing conditionals for Cygwin and MinGW to also support Interix, hoping that this will fix the build problems shown in tv@'s bulk build.
2005-01-18Use @unexec ${RMDIR} as both xfce4-mcs-manager and xfce4-appfinder installmartti1-4/+4
files in share/xfce4/doc/C/images but they don't depend on each other in any way. This should fix "unable to remove" errors during uninstall.
2005-01-17Include pthread.buildlink3.mk.kristerw1-1/+2
2005-01-17XLOCK_LIGHT is now completely deprecated... users should have figured outjlam1-19/+1
to install xlockmore-lite by now.
2005-01-17Updated xfce4-taskbar-plugin to 0.2.2martti3-10/+7
* Bug fixes
2005-01-17Removed xfce4-menueditor and xfce4-themesmartti1-3/+1
2005-01-17Updated XFce to 4.2.0martti54-573/+465
Too many changes to list here, please read the Changelog from www.xfce.org (http://www.xfce.org/release_notes/4.2.0_changelog.html)
2005-01-17Added xfce4-sessionmartti1-1/+2
2005-01-17Session manager for XFce4.martti5-0/+123
2005-01-17Placate pkglint: use tabs instead of spaces.seb1-2/+2
2005-01-16If we have UTMPPID or not is unrelated to pty names. Remove wrong test.christos3-3/+29
2005-01-15Add some more libs for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme1-1/+9
2005-01-15Reset maintainer to tech-pkg@; Benedikt Meurer cannot handle these any more.jmmv1-2/+2
2005-01-14Create a pam.buildlink3.mk file that is used by PAM-using packages.jlam1-2/+2
It includes the correct buildlink3.mk file from either Linux-PAM (security/PAM) or OpenPAM (security/openpam) and eventually will support solaris-pam. pam.buildlink3.mk will: * set PAMBASE to the base directory of the PAM files; * set PAM_TYPE to the PAM implementation used. There are two variables that can be used to tweak the selection of the PAM implementation: PAM_DEFAULT is a user-settable variable whose value is the default PAM implementation to use. PAM_ACCEPTED is a package-settable list of PAM implementations that may be used by the package. Modify most packages that include PAM/buildlink3.mk to include pam.buildlink3.mk instead.
2005-01-13Fix multiple useless C99isms. Should fix the build with GCC 2.95.jmmv5-3/+54
Spotted by latest NetBSD 1.6.2/i386 kristerw@'s bulk build. While here, commit an update that has been laying here for a while. This should depend on the latest gtk2 to avoid a deadlock when using SVG themes. So bump PKGREVISION to 1.
2005-01-13Add some more missing libs, required by xorg-clients. Reported byxtraeme1-1/+3
Lasse Kliemann on tech-pkg@.
2005-01-13Fix PLIST for OpenBSD, reported by Lasse Kliemann on tech-pkg@.xtraeme2-39/+37
Bump PKGREVISION.
2005-01-12This is for PR #28948 from Todd Willey so DragonFly.cfreed2-2/+3
should set CompessManPages to NO (as the default). Also bump PKGREVISION. (Maybe packages depending on this and on DragonFly should bump their depends.)
2005-01-12Added xvidcap-gtk2.reed1-1/+2
2005-01-12Import of xvidcap-gtk2 package. Previously GTK2 support for xvidcapreed8-0/+114
was done by setting make variable XVIDCAP_GTK2_GUI=YES and building x11/xvidcap. This uses new x11/xvidcap/Makefile.common. It doesn't share patches directory because some are different. The developer told me that later the gtk2 will be extended to add GNOME bloat, so this may become xvidcap-gnome later. The DESCRiption: gvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures movement on a selected area of an X11 screen to files. Frame output formats include: XWD, PPM, PNG, MNG, JPEG and MPEG. This is the GTK2 version of xvidcap.
2005-01-12Split up Makefile into a Makefile.common so it can be reusedreed4-36/+27
for a xvidcap-gtk2 package. Remove the XVIDCAP_GTK2_GUI usage. Add note to DESCRiption to clarify the version of this xvidcap.
2005-01-12Add the package revision to "DISTNAME" is plain wrong. Set "PKGREVISION"tron1-2/+3
instead.
2005-01-12Remove another XDG-specific hardcoded path. Bump PKGREVISION to 1.jmmv3-2/+19
2005-01-11remove bogus VPATH line from the pkg's Makefile.hubertf3-3/+17
This bug is was not discovered so far due to a bug in GNU make. On NetBSD, it happens only under certain conditions (/install present), see PR pkg/28934 for more information. This commit is a stopgag, I'm still discussing with the xlockmore author what the right fix is.
2005-01-11Changes 0.9.3:adam6-35/+31
- All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
2005-01-11Depend on the latest glib2 and gnome-vfs2 which have sane paths built in.jmmv3-28/+30
Avoid the need to mess with the environment WRT the XDG_{CONFIG,DATA}_DIRS variables. While here, fix installation of this package (missing files), caused by a change recently made to libgnomeui (-lSM is not a direct dependency any more). Bump PKGREVISION to 2.
2005-01-10Only install gvidcap.1 when built with GTK2 support.reed4-5/+25
(It is the identical file, so use symlink.) Bump PKGREVISION. I will be splitting this up to add a new package: xvidcap-gtk2.