summaryrefslogtreecommitdiff
path: root/x11/kterm
AgeCommit message (Collapse)AuthorFilesLines
2017-05-09Requires termcap.jperkin1-3/+2
2016-03-09needs m4tnn1-1/+2
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+6
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-30Fix coredump on trying to print JIS X 0213:2004 kanji with 8x16 fontList.tsutsui3-2/+19
Bump PKGREVISION.
2015-10-14Switch from x11/Xaw3d to newer x11/libXaw3d.wiz1-2/+2
Adapt some packages so they build with that. Bump their PKGREVISIONs.
2013-03-02Fix return types.joerg9-37/+391
2013-01-15Clean up libXaw handling. [1/2]morr2-31/+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.obache3-16/+23
patch provided via PR 46502 by Yasushi Oshima. Bump PKGREVISION.
2012-05-26Bump PKGREVISIONryoon3-11/+24
* Fix copy & paste segfault with ext06 patches (main.c)
2012-05-24Bump PKGREVISIONryoon2-7/+7
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.ryoon3-7/+25
* Update termios patch. * Restore wheel mouse scroll support. * Remove personal setting; patch-KTerm.ad.
2012-01-11Bump PKGREVISION.ryoon2-8/+16
* 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.wiz2-23/+3
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-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-06-01Convert to unidiff format.wiz2-14/+12
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums to the SHA1 ones.wiz1-1/+5
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-06Re-add optional distfiless' information.taca1-1/+5
2004-04-03- Add missing initialzation of VMIN and VTIME member of termios's c_cctaca3-8/+19
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-25Add KTERM_USE_WALLPAPER related distfiles.taca1-1/+5
2003-08-24update kame patch; enables scroll wheel (btn4/5).itojun2-5/+5
2003-08-13update KAME patch (use cfsetispeed/ospeed, from more recent kterm).itojun4-50/+6
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 morejschauma2-3/+4
portable. Bump PKGREVISION accordingly.