summaryrefslogtreecommitdiff
path: root/x11/kterm
AgeCommit message (Collapse)AuthorFilesLines
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.
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-07-04use openpty() on netbsd. PR 17478itojun3-1/+41
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-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-08-23Move per-package default XAW_TYPE setting above the inclusion ofjlam2-11/+11
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.enami2-3/+9
2001-07-06update kame patch again. use ksx1001.1997 than ksx5601.1987.itojun2-5/+5
2001-07-05Re-add checksum of KTerm-BGP-1.0.patch.gz.taca1-1/+3
2001-07-05upgrade KAME patch. ksc5601 and ksx1001 are looked up correctly.itojun2-7/+5
(are there any ESC & x for differentiating them?)
2001-05-21Add size.wiz1-1/+2