summaryrefslogtreecommitdiff
path: root/x11/kterm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-01-15Clean up libXaw handling. [1/2]morr1-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-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-31Fix copy&paste segfault without -km option.obache1-2/+2
patch provided via PR 46502 by Yasushi Oshima. Bump PKGREVISION.
2012-05-26Bump PKGREVISIONryoon1-3/+3
* Fix copy & paste segfault with ext06 patches (main.c)
2012-05-24Bump PKGREVISIONryoon1-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-03Drop dependency on libXp (from Imake)obache1-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-13Bump PKGREVISION.ryoon1-3/+4
* Update termios patch. * Restore wheel mouse scroll support. * Remove personal setting; patch-KTerm.ad.
2012-01-11Bump PKGREVISION.ryoon1-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-21Deprecate KTERM_USE_WALLPAPER to get rid of imlib dependency.wiz1-16/+2
Ok taca@
2011-02-19PKGREVISION bump for imlib removal of gtk dependency.markd1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-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-21Comment out support for KTERM_USE_WALLPAPER=YES because the distfilewiz1-5/+5
disappeared. Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz. Addresses part of PR 42493.
2010-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-12-12Fix build problem with adding including x11/libXp/buildlink3.mk.taca1-1/+2
2008-11-10Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.wiz1-2/+2
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-05-11Not depend libXp directly.obache1-2/+1
2007-06-15Use SETUID_ROOT_PERMS instead of the custom setuid root permissions.jlam1-2/+2
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-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-15Mechanically replace all includes of buildlink3.mk of the followingjoerg1-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-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
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-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-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-24Convert to buildlink3.snj1-5/+5
2004-04-03- Add missing initialzation of VMIN and VTIME member of termios's c_cctaca1-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-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-08-29treat neXtaw as valid XAW_TYPE. fixes by ishit in pkg/19080.kei1-3/+3
PKGREVISION++
2003-08-24update kame patch; enables scroll wheel (btn4/5).itojun1-2/+2
2003-08-13update KAME patch (use cfsetispeed/ospeed, from more recent kterm).itojun1-3/+3
bump PKGREVISION to 4.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-3/+2
dependency bumps.
2003-03-03Use new IMAKE_MAN_DIR variables in PLISTs to make these packages morejschauma1-1/+2
portable. Bump PKGREVISION accordingly.
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-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-08Use bsd.pkg.install.mk and SPECIAL_PERMS to note that kterm is setuid root.jlam1-1/+5
2002-10-08buildlink1 -> buildlink2jlam1-8/+8
2002-01-06PATCH_SITES_foo becomes SITES_foo.fredb1-3/+3
2001-12-02Add support for distfile-specific master sites, as requested in pkg/7471.wiz1-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-23Move per-package default XAW_TYPE setting above the inclusion ofjlam1-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-13Make previous commit happy with buildlink-fied imlib.enami1-2/+4
2001-07-09Allow to use imlib based wallpaper patch.enami1-2/+6
2001-07-06update kame patch again. use ksx1001.1997 than ksx5601.1987.itojun1-2/+2
2001-07-05upgrade KAME patch. ksc5601 and ksx1001 are looked up correctly.itojun1-2/+2
(are there any ESC & x for differentiating them?)
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2