summaryrefslogtreecommitdiff
path: root/x11/rxvt
AgeCommit message (Collapse)AuthorFilesLines
2001-09-30Fix references to installed pkg directory.martin1-5/+5
This should now work w/ or w/o xpkgwedge installed. Closes PR 14102.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-2/+4
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-06Enable multibyte character encodings at configure time, with default tomartin3-2/+64
off. Add a resource file to document how it can be enabled. Add a message to point at the resource file. Unfortunately the same method does not work for greek keyboard support, as the resource handling for this is documented but not implemented in this rxvt version. Fixes PR pkg/13273, as good as we can for this rxvt version.
2001-08-06Fix speeling of USE_BUILDLINK_ONLY, per PR 13635hubertf1-2/+2
2001-07-16Fix broken test in configure script which reverses the options for mousemartin2-5/+14
wheel support. This makes the pkg support mouse wheels. I'm gonna contact the author to check whether this test has been intentionally inverted.
2001-07-15Add a MASTER_SITE, and pass location of xpm.h header withinjlam1-1/+4
${BUILDLINK_DIR} to the configure process to ensure that the header search path is ordered correctly.
2001-07-09Converted to use buildlink.mk fileszuntum1-6/+4
2001-06-21Disable multi char glyph languages as a stopgap for now. Themartin1-2/+1
implementation is broken, it breaks the program for users with non-multi-char-glyph and non english ("C") locales. I will file a PR for the real problem.
2001-06-09Undo previous to let rxvt use big5 fonts from intlfonts (pkg/12664).wiz2-15/+1
Will be done by modifying intlfonts.
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-11/+9
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-13Remove support for greek characters from configure args.martin1-2/+1
It is broken and makes the program completely unuseable on german keyboards (for example entering | switches into greek input mode). I once tried to explain this to the maintainer, but it is not fixed in this version.
2001-03-02Add support for big5 fonts from intlfonts. Patch provided by Rui-Xiang Guowiz2-1/+15
in pkg/12252.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-20Fix bug that only seems to happen with fvwm2 if "NoHandles" is usedhubertf2-1/+15
on rxvt windows. Patch contributed by Geoff Wing <gcw@rxvt.org> in private mail, and will be part of next rxvt release.
2000-08-30Fix package to compile again. Patches supplied by NONAKA Kimihiro inwiz6-7/+51
pkg/10909.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+4
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-3/+5
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-3/+3
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-3/+3
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Make these packages work better with xpkgwedge by using X11PREFIX inagc1-3/+3
preference to X11BASE, and by finding out where the xpm package is installed by using pkg_info(1), not hardcoding a best guess.
2000-05-08Update to 2.7.3. Changes: countless.hubertf5-24/+26
I hoped that the transparent mode would work better, but it doesn't. :(
1999-12-23MASTER_SITES updated: removed 3 ex-distribution sites, added one newwiz1-4/+2
1999-12-08defuzz.rh2-7/+7
1999-09-21Consistency:abs1-1/+1
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-14Remove package name from comment.agc1-1/+1
1999-08-28Bogus patch (the pty name last char is hex).kim1-13/+0
This wasn't used either since it was not in the patch-sum file. Now we don't see the error even...
1999-08-25Update to V2.6.1: many bugfixes!hubertf5-31/+9
Submitted by Geoff Wing <gcw@rxvt.org> in private mail.
1999-07-09Add package patch checksum files.agc1-0/+6
1999-06-14Speed up some things, supplied by gcw@rxvt.orghubertf1-0/+11
1999-06-14Geoff Wing <gcw@rxvt.org> has volunteered to maintain this package.hubertf1-2/+2
1999-06-14Update to V2.6.0. Too many changes to list, see ChangeLog.hubertf6-89/+54
1999-04-15Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" withtron1-4/+2
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-01-30Replace all occurrences of USE_X11 with USE_X11BASE. This means "install thisagc1-2/+2
package into ${X11BASE}". Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11 headers and libraries to build this package".
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc5-0/+10
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-10/+10
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-25portlint: fix RCS Idhubertf1-1/+1
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-09Add NetBSD RCS Id.agc1-0/+1
1997-10-09Initial import of FreeBSD's x11 ports category into NetBSD packagesagc10-0/+127
system.