summaryrefslogtreecommitdiff
path: root/x11/wterm
AgeCommit message (Collapse)AuthorFilesLines
2012-06-15Whitespace. (as whined about by pkglint)dholland1-2/+2
2012-02-06Revbump forwiz1-2/+2
a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy.
2011-11-26x11/wterm: Fix for DragonFlymarino2-4/+4
DragonFly needs the same modification that NetBSD does, modify the patch.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-2/+2
2011-04-22recursive bump from gettext-lib shlib bump.obache1-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-01-18Second try at jpeg-8 recursive PKGREVISION bump.wiz1-2/+2
2009-12-29Not MAKE_JOBS_SAFE.joerg1-1/+2
2009-12-28Use SPECIAL_PERMS instead of chmod in post-install.obache1-4/+6
It also made user-destdir ready. Bump PKGREVISION.
2009-12-17PKG_DESTDIR_SUPPORTabs1-4/+7
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-05-22Don't try to use the X11 display ":0" if the display not defined becausetron3-3/+21
":0" might not belong to current user. This fixes CVE-2008-1142.
2008-01-15Current maintainer is on sourceforge.obache2-8/+7
(*.bz2 archive isn't avaiable now, switch to *.gz).
2007-02-02Modular Xorg support.joerg1-1/+6
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg1-2/+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-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-2/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
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/+2
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-02-25bl3ifyminskim1-3/+3
2004-02-01s/seperate/separate/snj1-1/+1
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-04-26Add "windowmaker" as a secondary category; it already existed, but containedjmmv1-2/+2
a single package.
2002-11-21Fix scary amount of build warning on NetBSD systems with UTMPX support.tron2-7/+17
2002-10-27Add explicit --enable-transparency to configure args.bouyer5-3/+10481
Add a check for openpty() in libutil in configure, instead of hardcoding it.
2002-10-16regenwiz1-2/+2
2002-10-16patch-ab didn't apply cleanly with solaris9's gpatch. Regen.bouyer1-10/+5
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-10/+6
have been converted to USE_BUILDLINK2.
2002-03-15Back out work arround for missing updwtmpx(3) in NetBSD-current becausetron2-23/+4
the function was added.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-05Fix build problems on NetBSD systems with utmp support including a worktron3-1/+106
arround for the lack of updwtmpx(3).
2001-11-01Solve "xpkwedge" problem in a cleaner way.tron1-2/+4
2001-11-01Fix build problem on systems running XFree86 3.3.x in conjuction with thetron1-1/+2
"xpkgwedge" package.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-05Readd "USE_X11BASE= YES" which is necessary as long as "WindowMaker" istron1-2/+2
installed to "${X11BASE}".
2001-10-05Update to 6.2.9.wiz4-45/+18
Changes since rxvt 2.4.8: fixed paths for WINGs includes to work with latest Window Maker code. many bugs fixed in patch from suse src.rpm. utmp/wtmp, glibc, pty support etc... fixed bugs fg/bg cursor color code added wmaker app menu fixed xpm-background compile errors fixed misc config errors changed --enable-xpm-background --enable-transparency --enable-next scroll to defaults. added transparent scroller trough fixed 1 pixel border in main window fixed updating for root bg change added many advanced options to app menu for shading, font color, shade color, font size, cloning, etc. more speed fixes fixed bug with restart killing terms. changed NEXT_SCROLLBAR code to produce real NEXTSTEP scrollers
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-12Make this work with version "0.64.0" of the "windowmaker" package.tron1-2/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-12Added wm category to main Makefile; remove packages that have been movedwiz1-2/+2
from x11 to wm; fix paths in packages that depend on the moved ones.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-2/+1