Hi, me again, we have another version of xxxterm with this changes:

* Add webkit webinspector.
* Fix a couple of link following bugs (command box wouldn't disappear,
  enter didn't always work and some more nits).
* Fix clang 3.0 warnings.
* Add buffer command zz to center page.
* Set default encoding to UTF-8 in order to render Latin languages
  correctly.
* Add M-p command to toggle plugin enable.
* Add :stop command to stop loading page.
* Fix a couple of minor bugs.


Ok?


El 11/01/11 09:53, Gonzalo L. R. escribió:
New version of XXXterm, more bugs fixed, and put myself as maintener.

Ok?


On Sat, 29 Oct 2011 11:11:10 +1100, Brett<brett.ma...@gmx.com>  wrote:
On Sat, 29 Oct 2011 01:59:13 +0200
Matthieu Herrb<matthieu.he...@laas.fr>  wrote:

On Sat, Oct 29, 2011 at 10:50:17AM +1100, Brett wrote:

New update from xxxterm, a lot of bugs fixed, and more stable.

Hi,

Works on amd64, Oct 24 -current. But after compiling xxxterm and
rebooting, keyboard stopped working again (and same fix worked again)
as in this thread:
http://marc.info/?l=openbsd-misc&m=131953412126412&w=2

You probably didn't run sysmerge before rebuilding xenocara. so
/usr/X11R6/share/X11/xkb/symbols/srvr_ctrl was re-created as a
directory by make bootstrap.

Always run sysmerge after upgrading base system to update
/etc/mtree/BSD.x11.dist before building xenocara.



Hi Matthieu,
You are right, I did not run sysmerge. (Actually I never have!) Will add
it to my building notes.
Brett.


--
Sending from my Computer.
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xxxterm/Makefile,v
retrieving revision 1.23
diff -u -p -r1.23 Makefile
--- Makefile    13 Oct 2011 06:55:58 -0000      1.23
+++ Makefile    5 Nov 2011 20:00:13 -0000
@@ -1,13 +1,13 @@
 # $OpenBSD: Makefile,v 1.23 2011/10/13 06:55:58 jasper Exp $
 
 COMMENT =              vi-like minimalists web browser
-DISTNAME =             xxxterm-1.518
-REVISION =             0
+DISTNAME =             xxxterm-1.8.1
+EPOCH =                        0
 CATEGORIES =           www
 
 HOMEPAGE =             http://opensource.conformal.com/wiki/XXXTerm
 
-MAINTAINER =           Laurent Fanis <laur...@openbsd.org>
+MAINTAINER =           Gonzalo L. R. <gonz...@x61.com.ar>
 
 # BSD
 PERMIT_PACKAGE_CDROM = Yes
@@ -19,7 +19,7 @@ MODULES += devel/gettext
 
 WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
 WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat
-WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
+WANTLIB += fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
 WANTLIB += glib-2.0 gmodule-2.0 gnutls gobject-2.0 gthread-2.0
 WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
 WANTLIB += pixman-1 png pthread pthread-stubs soup-2.4 util webkitgtk-1.0
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xxxterm/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo    30 Aug 2011 18:13:41 -0000      1.14
+++ distinfo    5 Nov 2011 20:00:13 -0000
@@ -1,5 +1,5 @@
-MD5 (xxxterm-1.518.tgz) = 9Xm+JQSVvnpa2FUMOWbYzg==
-RMD160 (xxxterm-1.518.tgz) = GtAUyZul6TJyf59FeVrdNLCahFA=
-SHA1 (xxxterm-1.518.tgz) = QiWdRadsim4QObYUKKXkYmTugsg=
-SHA256 (xxxterm-1.518.tgz) = x7PonJHP5K7CFXPDgQ3GtogjYP3n73Bhwsw9GmwiIIQ=
-SIZE (xxxterm-1.518.tgz) = 158514
+MD5 (xxxterm-1.8.1.tgz) = 8NwBbUcACGAVX/2JAaM4Hg==
+RMD160 (xxxterm-1.8.1.tgz) = 3XP3VRGi50xVWcdIePPN0phk83E=
+SHA1 (xxxterm-1.8.1.tgz) = gf1if3Fs0tcKsOiCdX/SLSvmf6o=
+SHA256 (xxxterm-1.8.1.tgz) = xP/ie+J+/8FWKzSqDKJo0M621K/JWuPIdqeb1mN4swE=
+SIZE (xxxterm-1.8.1.tgz) = 170884

Reply via email to