Commit graph

21 commits

Author SHA1 Message Date
sno
6f7368d4db bump revision because of graphics/jpeg update 2009-08-26 19:56:37 +00:00
wiz
4b6c887496 Update to 0.20.5:
0.20.5
=======
- Followup release to undo unintended .soname bump
2009-06-11 08:09:28 +00:00
drochner
263a30148b update to 0.20.4
changes:
- New enum value VTE_ERASE_TTY
- Make VTE_ERASE_AUTO send \H for backspace if terminal erase is undefined
-bugfixes
2009-06-04 11:30:15 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
obache
18c5db2aa7 And also need to include termcap.buildlink3.mk in buildlink3.mk.
Should fix build failure on depended packages, like a PR 40482.
2009-02-03 12:13:37 +00:00
wiz
13d0e45002 Remove bogus libzvt dependency -- not supported by vte since 0.13.0
sometime in 2006. Bump PKGREVISION.

While here, add a build fix for NetBSD-current/amd64.
2008-10-24 20:23:50 +00:00
jmmv
eb453f64df Update to 0.14.0:
0.14.0
	Minor doc syntax update.
	Fix bug causing empty lines to not being copied.

0.13.7
	Bug 350236 : Cannot copy text; invalid character sequence errors
	Bug 352439 : URL highlighting seriously broken
	Bug 351494 : Gnome-terminal doesn't kills bash on tab close
	             Patch from Aivars Kalvans
	Bug 352365 : font caching problem for not-found glyphs

0.13.6
	Bug 351696 : crash on Terminal, check ->window before setting
	             icon/window title
	Bug 350623 : Accessible text getTextAtOffset is broken
	             Patch from Willie Walker

0.13.5
	Bug 158200 : terminal backspace behavior not set to UTF-8 mode
	             Based on patch from Egmont Koblinger
	Bug 348814 : crash on Terminal
	             Patch from Aivars Kalvans

0.13.4
	Fix selection that I broke in last release.
	Bug 336947 : [patch] Redundant vte_terminal_set_font_full() calls
	             Patch from Aivars Kalvans
	Bug 134800 : gnome-termnal hung up when input by ATOK
	             Patch from Yukihiro Nakai  <nakai@gnome.gr.jp>
	Bug 339983 : gnome-pty-helper should log username
	             Patch from Brian Cameron

0.13.3
	Bug 121904 : copy-paste of empty line
	Bug 25290 : Small UI tweak to select-by-word (only select only letter
	            at a time for non-word characters)
	Bug 339986 : Patch to select localized strings exactly
		     Patch from Takao Fujiwara
	Bug 311855 : Race in vte leads to blocking of input.
		     Patch from Kalle Raiskila
	Bug 342396 : Ctrl-space sends " ", not NUL.
	Bug 345377 : real transparency
		     Patch from Kristian Høgsberg <krh redhat.com>
	Bug 345514 : -no-undefined doesn't work with latest libtool
	Bug 141985 : vte does not respond to 'CSI 2 1 t' or 'CSI 2 0 t' with
		     the correct window/icon title
		     Patch from Mariano Suárez-Alvarez

0.13.2
	Bug 344666 : Problems with *_CFLAGS and *_LDFLAGS in makefiles
	             Patch from Stepan Kasal <kasal@ucw.cz>.
	Bug 339529 : gnome-terminal (vte) crashes when detatched window is
	             closed
	Bug 342549 : uninitialized var (coverity)
	             Patch from Paolo Borelli.
	Bug 342082 : vte_invalidate_region() may check whether terminal is
	             realiazed or not
	             Patch from Kouhei Sutou.
	Bug 340363 : vte Cygwin build fixes
	             Patch from Cygwin Ports maintainer
	Bug 341793 : vte.h doesn't need to include X11/Xlib.h
	             Patch from Kouhei Sutou
	Require intltool 0.35.0 to have translations in the dist tarballs.
	Fix typo which may have been causing things like crashes.

0.13.1
	Use intltool 0.34.90 to make sure tarball includes po files.
	Bug 339980 : nativeecho needs glib in LDADD to build on Solaris
	             Patch from Brian Cameron.
	Bug 331803 : style needs to be attached/detached to the window on
	             realize/unrealize
	             Patch from Benjamin Berg  <benjamin@sipsolutions.net>.
	Pass -no-undefined linker flag.

0.13.0
	Removed obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks.
	Bug 339448 : selection doesn't respect hard newlines
	Bug 148720 : Word selection erroneously captures text from next line
	Bug 126376 : Uncoinditional definition of _XOPEN_SOURCE breaks build
	             on NetBSD
	Bug 97719 : Selection: double/triple click doesn't cross line boundaries
	Bug 160782 : Vte isn't multi-screen safe
	Bug 330441 : Remove libzvt support
	Bug 328850 : Crash when pasting selection
	Bug 160134 : mouse events occurring past column 95 are not passed
	             through to terminal application
		     New public function vte_terminal_feed_child_binary
	Bug 135230 : Feature request to attach VTE to existing pty
	             New public function vte_terminal_set_pty
	Bug 337442 : [patch] Reduce .plt section
	             We use a regexp to limit exported symbols now.
	Bug 142247 : use of uninitialized value
	Bug 149633 : gnome-terminal messes up boxdrawing chars aligment
	Bug 144456 : UK pound currency symbol rendered incorrectly
	Bug 307403 : xticker doublefree
	Bug 337877 : Patch to use po/LINGUAS
	Bug 337552 : Insufficient version requirement for gtk+
	Bug 168251 : add support for 256 colors terminals
	Bug 120276 : Wishlist: Support Rectangular Selection
	Bug 336117 : [patch] Use g_slice API
	Bug 336128 : vim scrolling issues - emulation errors
	Bug 334385 : Use intltool
	Bug 104841 : scrolling doesn't work inside "screen" windows
	Bug 333768 : vteapp debug stuff should be conditional
2006-09-15 15:16:42 +00:00
jlam
c16221a4db Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto
2006-07-08 23:10:35 +00:00
jlam
9430e49307 Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
2006-07-08 22:38:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
rillig
96fc47c14f Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
2006-04-12 10:26:59 +00:00
reed
5abef9be14 Over 1200 files touched but no revisions bumped :)
RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).
2006-04-06 06:21:32 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
minskim
dc98d9b2bd Explicitly include buildlink3 files of packages directly used. 2004-11-06 16:52:57 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
jmmv
d0f656651d Update to 0.11.11:
- Add APIs for setting font with/without antialiasing, cursor color,
  hilite color, and a forkpty()-alike.  Fix meta-space.  Use glib 2.4's
  child watch API if available.
- Add a configure switch for setting the default emulation instead of
  hard-coding it to be "xterm".
- Tweak autowrapping of text to handle cases where the terminal has
  both LP and xn capabilities.
- Truncate empty lines when copying text to mimic xterm.
- Internally abstract out matching APIs, though we still use POSIX regex.
- Try to set UTF8 line editing mode under sufficiently-new Linux.
- Obey Pango's specified attributes when displaying pre-edit text.
- Never steal modifier keys which might affect the input method from
  the input methods.
- Fix python binding so that help() lists the terminal class.
2004-05-07 11:13:16 +00:00
jmmv
0702d5d66f Bump PKGREVISION to 2 due to the GTK+ update to 2.4. 2004-04-01 18:49:52 +00:00
jlam
7db11b582a Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
by moving the inclusion of buildlink3.mk files outside of the protected
region.  This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.

BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list.  This ordering property is used to check for builtin
packages in the correct order.  The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end.  However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
jlam
9ff0e10340 Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05 19:25:06 +00:00
xtraeme
a917c04a0e bl3ify 2004-02-11 07:11:28 +00:00