Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-15 | Clean up libXaw handling. [1/2] | morr | 1 | -7/+2 | |
- remove LIBXAW variable. It is handled by buildlink3.mk now - simplify patches and Makefile in packages using libXaw - in some cases force use of Xaw3d (won't build with Xaw) - replace some directly included of x11/Xaw3d with mk/xaw.buildlink3.mk In next part: - replace more includes with mk/xaw.buildlink3.mk | |||||
2012-10-29 | Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. | asau | 1 | -3/+1 | |
2012-05-31 | Fix copy&paste segfault without -km option. | obache | 1 | -2/+2 | |
patch provided via PR 46502 by Yasushi Oshima. Bump PKGREVISION. | |||||
2012-05-26 | Bump PKGREVISION | ryoon | 1 | -3/+3 | |
* Fix copy & paste segfault with ext06 patches (main.c) | |||||
2012-05-24 | Bump PKGREVISION | ryoon | 1 | -3/+3 | |
Copy and paste cause segfault when UTF-8 character are hold in selection. Reported on twitter and analysed by @oshimyja. Use ext05 patch that does not contain UTF-8 specific copy/paste code. | |||||
2012-05-03 | Drop dependency on libXp (from Imake) | obache | 1 | -3/+2 | |
* libXp was used by Xaw8, but it had been obsolated, and in pkgsrc, x11/libXaw/buildlink3.mk had been switched to pick up Xaw7 by default. * With x11/xorg-cf-files, libXp was offered with XawClientLibs, but updated to 1.0.4, it was removed. * And pkgsrc had been switched to use always xorg-cf-files and imake from pkgsrc, so all platforms should not require libXp from libXaw with Imake. Bump PKGREVISION. | |||||
2012-01-13 | Bump PKGREVISION. | ryoon | 1 | -3/+4 | |
* Update termios patch. * Restore wheel mouse scroll support. * Remove personal setting; patch-KTerm.ad. | |||||
2012-01-11 | Bump PKGREVISION. | ryoon | 1 | -4/+6 | |
* Extract kterm-6.2.0.NFS-xauth.patch and kterm-6.2.0-termios-wd0.2.patch from kterm-620-0213-20030825.diff.gz. * Convert to use kterm-6.2.0.ext06.patch.gz. ** Drop Korean EUC mode. ** Add UTF-8 support. ** Improve JIS X0213 support. | |||||
2011-02-21 | Deprecate KTERM_USE_WALLPAPER to get rid of imlib dependency. | wiz | 1 | -16/+2 | |
Ok taca@ | |||||
2011-02-19 | PKGREVISION bump for imlib removal of gtk dependency. | markd | 1 | -2/+2 | |
2011-01-13 | png shlib name changed for png>=1.5.0, so bump PKGREVISIONs. | wiz | 1 | -2/+2 | |
2010-06-13 | Bump PKGREVISION for libpng shlib name change. | wiz | 1 | -2/+2 | |
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. | |||||
2010-02-21 | Comment out support for KTERM_USE_WALLPAPER=YES because the distfile | wiz | 1 | -5/+5 | |
disappeared. Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz. Addresses part of PR 42493. | |||||
2010-01-18 | Second try at jpeg-8 recursive PKGREVISION bump. | wiz | 1 | -2/+2 | |
2009-08-26 | bump revision because of graphics/jpeg update | sno | 1 | -2/+2 | |
2008-12-12 | Fix build problem with adding including x11/libXp/buildlink3.mk. | taca | 1 | -1/+2 | |
2008-11-10 | Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. | wiz | 1 | -2/+2 | |
2008-07-14 | Mark as destdir ready. | joerg | 1 | -1/+3 | |
2008-05-11 | Not depend libXp directly. | obache | 1 | -2/+1 | |
2007-06-15 | Use SETUID_ROOT_PERMS instead of the custom setuid root permissions. | jlam | 1 | -2/+2 | |
2006-12-27 | - fine grained X11 dependencies for packages which have either USE_IMAKE | joerg | 1 | -1/+2 | |
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback. | |||||
2006-12-15 | Mechanically replace all includes of buildlink3.mk of the following | joerg | 1 | -2/+2 | |
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr | |||||
2006-09-03 | Reset maintainer for people who lost their commit bit. | wiz | 1 | -2/+2 | |
2006-04-17 | Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. | wiz | 1 | -2/+2 | |
2006-03-12 | Fixed pkglint warnings by replacing SITES_* with SITES.*, adding :Q | rillig | 1 | -6/+5 | |
operators and removing a variable whose name started with an underscore. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2004-10-03 | Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10 | tv | 1 | -2/+2 | |
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include. | |||||
2004-04-24 | Convert to buildlink3. | snj | 1 | -5/+5 | |
2004-04-03 | - Add missing initialzation of VMIN and VTIME member of termios's c_cc | taca | 1 | -3/+4 | |
array as xterm(1) do. - PATCHFILES should be simply assigned not additonaly in PATCH_SITES section. - Add empty HOMEPAGE. Bump PACKAGEREVISION. | |||||
2004-01-03 | Bump package revisions for tiff update. | reed | 1 | -2/+2 | |
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used. | |||||
2003-08-29 | treat neXtaw as valid XAW_TYPE. fixes by ishit in pkg/19080. | kei | 1 | -3/+3 | |
PKGREVISION++ | |||||
2003-08-24 | update kame patch; enables scroll wheel (btn4/5). | itojun | 1 | -2/+2 | |
2003-08-13 | update KAME patch (use cfsetispeed/ospeed, from more recent kterm). | itojun | 1 | -3/+3 | |
bump PKGREVISION to 4. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-07-13 | PKGREVISION bump for libiconv update. | wiz | 1 | -2/+2 | |
2003-05-02 | Dependency bumps, needed because of devel/pth's major bump, and related | wiz | 1 | -3/+2 | |
dependency bumps. | |||||
2003-03-03 | Use new IMAKE_MAN_DIR variables in PLISTs to make these packages more | jschauma | 1 | -1/+2 | |
portable. Bump PKGREVISION accordingly. | |||||
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-10-08 | Use bsd.pkg.install.mk and SPECIAL_PERMS to note that kterm is setuid root. | jlam | 1 | -1/+5 | |
2002-10-08 | buildlink1 -> buildlink2 | jlam | 1 | -8/+8 | |
2002-01-06 | PATCH_SITES_foo becomes SITES_foo. | fredb | 1 | -3/+3 | |
2001-12-02 | Add support for distfile-specific master sites, as requested in pkg/7471. | wiz | 1 | -4/+4 | |
Syntax: MASTER_SITES_completefilename= http://specific.master/site and similarly for PATCH_SITES. Convert print/ghostscript-nox11 and x11/kterm to take advantage of this. | |||||
2001-08-23 | Move per-package default XAW_TYPE setting above the inclusion of | jlam | 1 | -9/+9 | |
bsd.prefs.mk so that it is actually used. Where possible, include xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed. | |||||
2001-07-13 | Make previous commit happy with buildlink-fied imlib. | enami | 1 | -2/+4 | |
2001-07-09 | Allow to use imlib based wallpaper patch. | enami | 1 | -2/+6 | |
2001-07-06 | update kame patch again. use ksx1001.1997 than ksx5601.1987. | itojun | 1 | -2/+2 | |
2001-07-05 | upgrade KAME patch. ksc5601 and ksx1001 are looked up correctly. | itojun | 1 | -2/+2 | |
(are there any ESC & x for differentiating them?) | |||||
2001-02-17 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |