summaryrefslogtreecommitdiff
path: root/x11/wterm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
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 becausetron1-2/+2
":0" might not belong to current user. This fixes CVE-2008-1142.
2008-01-15Current maintainer is on sourceforge.obache1-4/+3
(*.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
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-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-10-27Add explicit --enable-transparency to configure args.bouyer1-2/+3
Add a check for openpty() in libutil in configure, instead of hardcoding it.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-10/+6
have been converted to USE_BUILDLINK2.
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".]
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-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.wiz1-15/+15
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-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.wiz1-1/+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
2000-02-19Move "wterm" back to ${X11BASE} as requested by Greywolf to avoid @cwdrh1-9/+11
and the other problems currently discussed in tech-pkg Fix outdated HOMEPAGE Clean up Makefile
1999-10-25Install wterm.tiff and wtermthai.tiff, which come with the distribution.hubertf1-1/+7
Mmm, @cwd. :-) Fixes second part of PR 8677 by wiz@danbala.ifoer.tuwien.ac.at
1999-09-21Use wildcards in dependence for "windowmaker" package.tron1-2/+2
1999-07-19Enable utmp/wtmp support.dante1-1/+3
Explicit enable xpm-backgroud; menubar; graphics; next-scroll; half-shadow
1999-06-21Install this package to "${LOCALBASE}" instead of "${X11BASE}" and maketron1-2/+4
sure "proplist.h" is found during build.
1999-06-21Update dependencies on windowmaker to 0.60.0jlam1-2/+2
1999-05-03Initial import of wterm-6.2.6, a NeXTStep(tm) style X11 terminal emulatorrh1-0/+18
for WindowMaker.