Commit graph

48 commits

Author SHA1 Message Date
yyamano
929fe54ebb back out to rev 1.33. ok'ed by joerg@ 2007-03-18 16:02:09 +00:00
joerg
9138a70d33 Fix MASTTER_SITE. 2007-03-17 14:02:13 +00:00
drochner
b96fa17e98 update to 224
many minor fixes and improvements - see the changelog
2007-03-13 11:14:26 +00:00
joerg
58c3144236 Mechanically replace all includes of buildlink3.mk of the following
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-12-15 20:32:52 +00:00
joerg
aa696aacd6 Switch to modular buildlinks. 2006-11-06 10:10:58 +00:00
joerg
f75176b39c Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so
mark that as "destdir".
2006-10-09 12:52:34 +00:00
rillig
8fad40050e Before a file can be created, its directory has to be there. 2006-06-25 19:37:44 +00:00
joerg
954d67e816 Update xterm to patch 212, featuring a number of small improvements,
bugfixes and portability fixes.
2006-04-26 14:04:57 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
5427921468 Option freetype needs Xft2, not freetype. Fix buildlink reference.
Install xterm setuid root on DragonFly, needed for tty permission change
and utmp. Bump revision.
2006-01-31 11:44:53 +00:00
joerg
59caa45b95 Update to xterm patchset 208.
Changes include lastlogx support on NetBSD, portability fixes e.g. for
openpty and bugfixes.
2006-01-19 20:23:33 +00:00
joerg
948429970f Add a freetype option for whoever wants it. 2006-01-13 17:54:44 +00:00
wiz
42778d0c29 Reset maintainer on request. 2006-01-03 19:28:40 +00:00
reed
4d991faaf0 Update to 205, from maintainer.
The changes are detailed at
http://dickey.his.com/xterm/xterm.log.html
Some of the changes include:
    * for FreeBSD, drop setuid privileges after startup (XFree86 Bugzilla
       #878, report/patch by Alexander Pohoyda)
...
     * improve error-reporting when chown/chmod of the pseudo-terminal fails,
       e.g., if a copy of xterm which was designed to work with old-style
       pseudo-terminals is not installed setuid or setgid (report by Jeremy
       C. Reed).
and many others.
2005-10-03 20:37:12 +00:00
minskim
f66cfb0707 Update xterm to 203.
Changes:
  - pkgsrc patches for Darwin and DragonFlyBSD were incorporated.
  - Many bug fixes and improvements.  See
    http://dickey.his.com/xterm/xterm.log.html for the complete list.
2005-08-28 17:58:16 +00:00
minskim
3ec978d98a setpgrp(pid_t, pid_t) is not available on Darwin-8.x. Use setpgid instead. 2005-06-30 05:05:37 +00:00
jlam
ef34473be4 Rename the INSTALL script template to INSTALL.openwin so avoid triggering
the special handling in bsd.pkg.mk if ${PKGDIR}/INSTALL exists.  This
fixes PR pkg/30502.
2005-06-12 05:06:11 +00:00
wiz
63a6c2ae2d Update to 202, provided by Jeroen Ruigrok van der Werven in private mail.
Add some options to the package.

Changes:

    * add extended shift- and control-modifier cursor keys to "xterm+pcfkeys"
      terminfo entry to correspond to ncurses 20050430 patch.
    * fix a rare case where text would be written with the wrong colors because
      output of scrolled text would reset the colors and the new text would be
      written with the same colors
    * add environment variables $XTERM_SHELL and $XTERM_VERSION
    * corrected workaround for background color of menubar, which gave a
      too-broad expression, coloring the background of the VT100 widget unless
      overridden by another resource setting.
    * correct an error in the logic which decides when sched_yield() is run; it
      would occasionally hang when contending with other pseudo-terminal
      applications such as screen
    * improve resource files to show how the menubar and popup menus can be
      colored
    * modify parsing of OSC (and SOS, etc), strings so their contents are not
      interpreted as UTF-8. This allows non-ASCII title strings to be set,
      provided that the window manager complies (report by Thomas Wolff).
    * improved some of the built-in line-drawing glyphs.
    * correct color of "box" character drawn for line-drawing glyph 1 (report
      by Nicolas George).
    * improve behavior when switching to UTF-8 mode after startup so xterm will
      check if the current fonts are already wide (ISO10646-1). If they are not,
      xterm will use the utf8Fonts subresource to load appropriate fonts
    * modify logic for setting title-string so it applies to the current widget
      rather than the vt100 widget.
    * correct computation of width for wide characters with the invisible
      attribute
    * modify interaction between +u8 and locale resource to allow the
      command-line option to override the resource
    * ignore error in the I/O initialization that tries to set the tty to 7-bit
      input for the case where eightBitInput resource is false
    * modify command-processing to accept an optional parameter that tells
      xterm which shell program to use
    * correct logic of ReallocateBufOffsets() which did not copy the content of
      the old screen buffer to the proper location, making a repaint clear
      after switching to wide-character mode
    * implement the remaining pieces to make xterm allocate cells for
      wide-characters when the "UTF-8" menu entry is selected. Also, load the
      UTF-8 font when that menu entry is selected, or the escape sequence for
      UTF-8 mode is received
2005-06-04 17:42:31 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
reed
78ca6514a8 Add patch-aa and patch-ab for DragonFly support.
This is from Joerg Sonnenberger via PR #30256.

(I redid patch-aa and my patch sums were different too.)
2005-05-25 02:55:01 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
393af94024 Add RMD160 checksums to the SHA1 ones. 2005-02-23 17:36:09 +00:00
reed
70ebc5b321 I had marked it for deletion but never committed. Thanks to minskim
for reminder.
2005-02-18 21:29:18 +00:00
reed
3f315b9a21 Use PKGNAME_NOREV instead of just PKGNAME for WRKSRC. 2005-02-16 22:13:47 +00:00
reed
18b2f6b4a7 MESSAGE is Solaris specific. And bmp PKGREVISION for renaming this. 2005-02-16 22:05:36 +00:00
minskim
ba9d197da3 Update xterm to 200.
Changes:

    * increase color pairs value for xterm-256color and xterm-88color
      to match ncurses, which has an experimental option to support this.

    * modify ifdef's to make AIX use termios rather than termio; the
      struct sizes for the two were not the same.

    * improve CF_WITH_IMAKE_CFLAGS configure macro script for
      OSMAJORVERSION and OSMINORVERSION values, e.g., for Tru64 and AIX.

    * modify ifdef to define USE_POSIX_TERMIOS for Darwin (patch by
      Min Sik Kim).

    * modify find_utmp() to initialize the whole utmpx struct (except
      ut_id), since that is needed for OSF1 4.0D to prevent an infinite loop
      on exit.

    * add configure check before adding -D_POSIX_SOURCE since some
      platforms predefine it, e.g., cygwin.

    * add simplified sed expressions in CF_IMAKE_CFLAGS configure
      script macro to ensure value for PROJECTROOT is quoted on Solaris,
      i.e., when nested \( and \) are not interpreted correctly.

    * correct DEC rectangle operations to reset state after completing
      the operations.

    * modify CASE_ST handling in charproc.c to ensure that the parse
      state is reset even if xterm is not currently processing an OSC or
      other string (patch by Johnny Billquist forwarded by Matthias Scheler,
      NetBSD xsrc/29003).

    * fix OS/2 build for innotek_libc (patch by David Yeo).

    * fix a regression from patch #197 fix for Debian #277832 which
      disowned the selection if it was scrolled, e.g., by the user pressing
      return at the bottom of the screen (Debian #291787).

    * move the warning/exit for missing $DISPLAY into the error
      handler in case -display is given, and the connect fails for some
      other reason.
2005-02-14 22:46:50 +00:00
minskim
6432429c55 Make xterm build on Darwin by defining USE_POSIX_TERMIOS as on other
BSDs.
2005-02-05 06:22:51 +00:00
minskim
1e90658412 Update xterm to 199.
Changes since 197:

    * instead of setting $DISPLAY, check for the unset variable and
     warn/exit on this condition (comments by H Merijn Brand and
     Bernhard R Link).

    * fix a typo in Imakefile from patch #198 (reports/patches by
     Stefan Dirsch, and Mike Castle).

    * add utmpDisplayId resource to allow users to control whether the
     display identifier (display number and screen number) are
     retained in the connection information recorded in utmp
     (discussion with Edoardo Tirtarahardja).

    * add bellOnReset resource to allow users to disable bell which
     sounds on hard reset since patch #183 changes to DECSCL
     (discussion with Danek Duvall).

    * improve $WINDOWID for configuration with toolbar by making it
     refer to the top-level shell rather than the parent of the
     current window. For that case, the parent is a form widget,
     which does not have a name, which made the $WINDOWID not very
     useful as a parameter for xwininfo (suggested by Dave
     Bodenstab).

    * fix a typo in WhichVFont() macro from patch #197 changes which
     broke the --disable-active-icon configuration (report by Ralf
     S. Engelschall).

    * improve some limit checks (Gentoo Bugzilla #75604).

    * add --disable-setuid option to configure script (Gentoo Bugzilla #76453).

    * add --disable-full-tgetent option to configure script, allowing
     one to ignore a termcap library in favor of ncurses/curses
     (Gentoo Bugzilla #69926).

    * modify configure script to choose useful warning options for
     Intel version 8.0 compiler.

    * update config.guess, config.sub

    * make active-icon work properly when TrueType fonts are used
     (Debian #286068).

    * correct change from patch #157 which uses getlogin() to check
     for an alias; the storage used for the related getpwuid() call
     was overwritten by the data used for comparison (patch by Per
     Hedeland).

    * correct case of SCS for character set 0 (line-drawing) to allow
     it to be selected into GR.

    * fix a file-descriptor leak (Redhat Bugzilla #139597).

    * modify creat_as() to only fork if xterm is actually running as
     setuid and/or setgid. This works around a Cygwin bug which hangs
     when logging is enabled and makes xterm a little faster for
     systems using interfaces such as utempter (report by Al
     Goodman).

    * modify Cleanup() to avoid operations such as X calls that might
     use unsafe functions when it is called by a signal handler
     (report by Michiel Boland).

    * fix bugs in patch #191 and in SRM changes from patch #197 that
     broke DECSET 38: switch to Tek4014 emulation (report by Dave
     Bodenstab).

    * fix for manpage escapes (Marc La France).

    * improve on IRIX-specific change for Imakefile in XFree86 CVS
     versus resize linking against termcap library to reflect
     definitions for USE_TERMCAP in resize.c
2005-02-05 06:00:48 +00:00
minskim
83143cc9fb Update xterm to 197.
Mainly bug fixes.  See http://dickey.his.com/xterm/xterm.log.html
for the complete changelog.
2004-12-21 17:24:48 +00:00
minskim
191977a897 Use distfile with a version number in its filename (xterm-196.tgz).
The previous distfile (xterm.tar.gz) was updated to the new version
(197).
2004-12-16 16:25:09 +00:00
minskim
8d13151221 Use POSIX termios on Interix. 2004-10-21 07:51:14 +00:00
minskim
c0a72c32b3 Use initgroups(3) only when it is available. 2004-10-21 07:39:43 +00:00
minskim
94a4dc72f5 Add patch missed in the previous commit, which replaces setpgrp with
setpgid when setpgrp is not available.
2004-10-16 21:47:37 +00:00
minskim
9290f81663 Use setpgid(3) if setpgrp(3) is not available (e.g. on Interix). 2004-10-16 18:19:54 +00:00
minskim
33d09e6c8e Update xterm to 196.
Changes since 188:
  - Many bug fixes and enhancements.  See the following web page for
  the complete list.
    http://dickey.his.com/xterm/xterm.log.html
2004-08-16 04:53:46 +00:00
grant
f48d439fa5 revert one line change in previous which shouldn't have been
committed (yet)
2004-05-14 11:35:55 +00:00
grant
3f8896eb8b correct manpage paths in INSTALL script and only use install script
on Solaris.
2004-05-14 11:34:28 +00:00
grant
c3285b0e46 Updated xterm to 188.
Package changes:

- use buildlink3.
- use GNU configure instead of imake.
- use official MASTER_SITE.
- external Xpoll.h no longer needed.
- remove ONLY_FOR_PLATFORM.

Major changes since 164 are lengthy and can be found at:

	http://invisible-island.net/xterm/xterm.log.html
2004-05-14 11:24:49 +00:00
jlam
2920a32c71 Prepare for pkgviews by making sure that passing VIEW-INSTALL or
VIEW-DEINSTALL to the INSTALL/DEINSTALL scripts don't cause errors.
2003-08-30 20:22:49 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
tron
d013d669ff Remove me as maintainer of this package. 2003-07-15 13:19:44 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
tron
34f34cdbce Revert last change after buildlink2 problem was fixed by Johnny C. Lam. 2002-09-04 12:53:02 +00:00
tron
faa581017b Backout last change because it causes build failures. 2002-09-02 08:28:30 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
tron
38cd359ecd Move "terminfo" handling into installation script so that it works for
binary packages.
2001-12-17 14:47:02 +00:00
tron
2509e3d1e1 Import new Solaris only "xterm" package:
Latest terminal emulator for the X Window System
2001-12-17 14:34:17 +00:00