Commit Graph

3436 Commits

Author SHA1 Message Date
Alexey Dokuchaev
6007d77674 - Fix bad C++ code to unbreak with recent GCC
- Reindent Makefile (to make portlint(1) happy)
2005-01-24 10:31:59 +00:00
Jeremy Messenger
931993c1d6 Missed a patch, patch-09_redraw_vte_screen, this replace patch-src_vte.c. It
is easier to know the name of patch and what it is. Also, easier to follow
up with the Debian's vte package.
2005-01-19 20:42:23 +00:00
Jeremy Messenger
ca39bbd401 Took all patches from the Debian, because current VTE lacks maintain and
gnome-terminal development has stagnated. Almost all patches are in GNOME
bugzilla for the weeks and months. Bump the PORTREVISION.

-patch-01_vtemodule:
	Fix build with the python module

-patch-03_cursor_position:
	Added a patch for supporting some save/restore cursor position console
	sequences

-patch-04_dsp_non_alias:
	FcConfigSubstitute in place of _vte_fc_defaults_from_gtk to get
	antialias and hinting value

	http://bugs.gnome.org/show_bug.cgi?id=142640

-patch-05_performance_boost:
	Balanced performance improvement

	http://bugs.gnome.org/show_bug.cgi?id=143914

	--

	This is very amazing improvement. Here's benchmark of it to show that
	gnome-terminal isn't far from aterm and xterm anymore.

	Old benchmark:
	=======================================
	$ time ls -lR /usr/ports

	aterm: 7.99 real1.31 user2.75 sys
	xterm: 11.04 real1.34 user2.47 sys
	gnome: 41.76 real1.12 user2.45 sys (ouch....)
	=======================================

	New benchmark:
	==============================================
	$ time ls -lR /usr/ports

	aterm: 7.28 real 1.20 user 2.41 sys
	xterm: 9.85 real 0.91 user 2.08 sys
	gnome: 10.41 real 0.86 user 2.02 sys
	==============================================

	Big deal!

-patch-06_remove_doublefree:
	Resolve double free problem

	http://bugs.gnome.org/show_bug.cgi?id=161337

-patch-07_set_backspace_to_utf8:
	Set backspace behavior to utf8 (depends on utf8 locale)

	http://bugs.gnome.org/show_bug.cgi?id=158200

-patch-08_multiscreen_safe:
	Make vte multi-screen safe

	http://bugs.gnome.org/show_bug.cgi?id=160782

-patch-09_redraw_vte_screen:
	Redraw vte screen with correct background color

	http://bugs.gnome.org/show_bug.cgi?id=125364

-patch-10_hide_pageup_behavior:
	Hide manifestation of PageUp behavior with less

	http://bugs.gnome.org/show_bug.cgi?id=115149

<marcus>:	I for one welcome our new vte patch overlord.  I think all of
		them would make good additions.
<ahze>:		I am all for the performance_boost patch! gnome-terminal
		kinda sucks when lines are going by fast.
<mezz>:		showing the before and after benchmark.
<marcus>:	Commit! Commit! :-)

Reviewed by:	marcus and ahze
2005-01-19 20:29:21 +00:00
Dirk Meyer
ca5b035fab - make portlint happier 2005-01-15 10:54:44 +00:00
Joe Marcus Clarke
bb47b66268 Update to 1.1.90. 2005-01-13 04:15:41 +00:00
Volker Stolz
05026122fb - Update to 0.9.6
- Really depend on GNOME2: libglade -> libglade2 (noted by Stephen Lewis)
2005-01-11 15:33:29 +00:00
Michael Nottebrock
a0a495a090 Don't restrict ports depending on py-qt to python 2.3 anymore. 2005-01-10 22:04:32 +00:00
Michael Nottebrock
5022f0b243 Fix build with python 2.4
PR:	ports/76009
Submitted by:	Tobias Roth <ports@fsck.ch>
2005-01-10 21:58:34 +00:00
Dejan Lesjak
dbfd94763d Modify pkg-message on the fly to get proper library version in message.
The version of Xaw3d library depends on version of Xaw library installed by
XFree86, XFree86-4-libraries or xorg-libraries. Since Xaw version was
bumped with X.Org 6.8.1, bump PORTREVISION of this port to help people
updating (XAWVER in bsd.port.mk was already bumped).

Prodded by:	kris
Pointy hat to:	lesi
2005-01-10 19:12:13 +00:00
Joe Marcus Clarke
c453b2c866 Register a conflict with x11/zenity. 2005-01-10 04:19:47 +00:00
Jeremy Messenger
dd21187161 Remove gacutil lines in pkg-plist as they are unnecessary for packaging.
Submitted by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Project by:	BSD# - http://forge.novell.com/modules/xfmod/project/?bsd-sharp
Approved by:	maintainer timeout (still no contact for months)
2005-01-09 23:47:57 +00:00
Pav Lucistnik
095c9185e8 Add pangoxsl, a version of the Pango library with a PDF backend for
creating PDF output. This library also implements several of the inline
properties defined by XSL that are not currently implemented by Pango.

PR:		ports/75971
Submitted by:	James Earl <james@icionline.ca>
2005-01-09 23:10:59 +00:00
Kris Kennaway
d77a6e5446 Reset undeliverable maintainer email address:
<chris_pressey@yahoo.ca>: host mx1.mail.yahoo.com[67.28.113.11] said: 554
    delivery error: dd Sorry your message to chris_pressey@yahoo.ca cannot be
    delivered. This account has been disabled or discontinued [#102]. -
    mta183.mail.re2.yahoo.com
2005-01-09 04:34:15 +00:00
Steve Price
9ec410c405 Fix libXpm vulnerabilities that are described here:
http://www.vuxml.org/freebsd/ef253f8b-0727-11d9-b45d-000c41e2cdad.html

Approved by:	portmgr
2005-01-02 00:33:35 +00:00
Kris Kennaway
3ddfc30188 Partially fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  Mark BROKEN because this package is still
missing a dependency.

Approved by:	portmgr (self)
2005-01-01 22:19:36 +00:00
Kris Kennaway
88d78c401e Fix package building by adding a dependency on Xvfb in the
PACKAGE_BUILDING case.  The package build scripts then DTRT and ensure
this is running at build-time so a DISPLAY is available.

Approved by:	portmgr (self)
2005-01-01 22:16:28 +00:00
Alexander Leidinger
64cf27c85d Say hello to the linux mega patch, it consolidates our linux bits a
little bit and allows to proceed to a more recent linux_base from
a stable (read as: the major bugs should be ironed out or identified
and most linux ports build just fine) source.

It also allows to ship 4.11 with a working linuxolator (the EOLed
linux_base is marked forbidden because of a security hole).

This is a major update, please read UPDATING (and CHANGES if you
develop linux ports).

Changes:
 - change the default linux_base from v7 to v8
 - add a newer freetype to linux_base-8 for nicer fonts display [1]
 - don't let cpio use hardlinks in the linux_base-8 port to quiet some
   warnings in some cases [2]
 - fix a cut&past error in the linux_base-8 pkg-install script [3]
 - convert the binary knob "USE_LINUX" to a version specifier, e.g.
   USE_LINUX=<value> specifies a dependency upon
   emulators/linux_base-<value>, exceptions are a value of "7" (which
   does what you want and adds a dependency to linux_base) and any
   value without a corresponding port in
   PORTSDIR/emulators/linux_base-<value> (which adds a dependency to
   the default linux_base)
 - don't implicitly add USE_LINUX with the USE_LINUX_PREFIX knob,
   this allows us to use the USE_LINUX_PREFIX knob for linux_base and
   paves the way for splitting up future linux base ports into
   individual pieces
 - remove RESTRICTED from some GPL licensed ports, even when we only
   distribute binaries, we get them from official linux sites, so
   anyone can grab them there if he needs to
 - add a dependency upon the linux X11 bits where necessary (based upon
   guesswork)
 - don't use USE_X_PREFIX in some linux ports since it adds a dependency
   to the FreeBSD X11 libs, as a workaround use PREFIX?= (the clean
   solution would be to remove the implicit USE_XLIB from USE_X_PREFIX)
 - bump the portrevision of the linux ports ("better safe than sorry"
   algorithm)
 - pass maintainership of the important linux infrastructure to a
   mailinglist, hijack freebsd-emulation@ for this purpose (if somebody
   doesn't like this: tell us your bikeshed color at freebsd-emulation@,
   my color would be "linuxolator@" in case someone cares...)
 - add a pkg-install script for linux-fontconfig, but don't use it;
   everything should work without it (the FreeBSD fc-cache program should
   do all the work), but in case we need it we just need to decomment the
   pkg-install part in the Makefile
 - fix some dependencies
 - fix some bugs
 - add some static plists
 - unbreak the ports with dependecies to more than one linux_base

This also fixes some ports which are marked BROKEN because of dependencies
to v7 and v8 of linux_base at the same time.

Known bugs:
 - the linux-mesa and linux-devtools ports install libGL*.so symlinks
 - some "minor" plist bugs (e.g. ld.so.{conf,cache} are modified by
   the linux X11 port, so linx_Base-8 moans at deinstall time)

Future work (interested souls should coordinate with freebsd-emulation@):
 - add some kind of USE_LINUX_X11 knob to streamline the X11 dependencies,
   or modify the behavior of USE_XLIB in the USE_LINUX case
   AFAIK trevor has some patches.
 - make USE_XLIB and USE_X_PREFIX orthogonal to be able to get rid of
   the PREFIX?= workaround in some linux ports
   Should be discussed/coordinated on/with x11@.
 - move the RPM bits from x11-toolkits/linux-gtk/Makefile to PORTSDIR/Mk/
 - update to a more recent linux base

PR:			69997, 70539 (and maybe others)
Discussed with/on:	java@, x11@, trevor, portmgr
Tested by:		mezz, portmgr, pointyhat
RPM hunted down by:	Joseph Gelinas <scirocco@tasam.com> [1]
Requested by:		portmgr [2]
Submitted by:		kris [3]
Approved by:		portmgr
2004-12-31 18:24:10 +00:00
Joe Marcus Clarke
69c82b4208 Update to 2.6.2. 2004-12-26 05:26:32 +00:00
Kirill Ponomarev
90f1384beb Move xtermcontrol to 'x11' category since it's more appropriate for
this kind of software.

Proposed by:	adamw
2004-12-25 08:28:21 +00:00
Dejan Lesjak
3ae346c7e7 Drop html manpages.
Prodded by:	pointyhat via kris
2004-12-24 20:01:07 +00:00
Alexey Zelkin
d057a5dfa8 While building on amd64 add -fPIC to CFLAGS 2004-12-24 06:34:45 +00:00
Jeremy Messenger
60c1fc233b Change libtool from 1.3 to 1.5 to avoid install the .la files.
Reported by:	pointyhat via kris
2004-12-23 22:23:30 +00:00
Jeremy Messenger
9da00492b8 Update MASTER_SITES for 2.3 -> 2.6. 2004-12-23 20:33:37 +00:00
Akinori MUSHA
50db8ccf3a Update lang/ruby18 to 1.8.2-preview4.
* Please upgrade sysutils/portupgrade prior to this one, or pkgdb(1)
  may coredump with a double free() problem from a misuse of the DL
  module.  In that case, reinstall sysutils/portupgrade manually.
2004-12-23 20:30:09 +00:00
Kirill Ponomarev
57dec05429 xtermcontrol enables dynamic control of xterm properties. It makes
it easy to change colors, titles, fonts, and the geometry of a
running xterm, as well as to report the current settings of the
properties. Window manipulations such as (de)iconify, raise and
lower, maximize and restore, and reset are also supported. It also
lets advanced users issue any xterm control sequence.
2004-12-23 19:48:10 +00:00
Kris Kennaway
3bc925b3cc Correct quoting of DEPRECATED 2004-12-23 01:53:13 +00:00
Kris Kennaway
67564c539f Remove another non-system locale directory. 2004-12-22 20:22:36 +00:00
Edwin Groothuis
057d0c9cf3 [x11-toolkits/ocaml-lablgtk2] : fix pkg-plist
pointyhat pointed out that ${LOCALBASE}/share/doc/ocaml has
	to be @dirrm'd too

PR:		ports/75294
Submitted by:	Rene Ladan <r.c.ladan@student.tue.nl>
2004-12-22 01:10:50 +00:00
Trevor Johnson
9e299fa9a7 Fix dependencies after last commit. 2004-12-20 18:43:37 +00:00
Jeremy Messenger
b2b3887984 Update a link in MASTER_SITES for 2.3 -> 2.4. 2004-12-20 06:28:08 +00:00
Kris Kennaway
3e57c8d5d9 Don't remove system locale directories (not listed in the relevant
BSD.*.dist), but do remove locale directories that are not listed
there.  Moreover, don't try to unconditionally @dirrm these
directories since they're shared with other ports and are likely to
still be in use.
2004-12-20 06:25:32 +00:00
Jeremy Messenger
baebf7bc67 Clean up the pkg-plist voodoo:
- Create an empty lib/gtk-2.0/${GTK_VERSION}/engines directory for
	  gtk theme engine ports.
	- Correct the removal of directories:
	  lib/gtk-2.0/${GTK_VERSION}/[loaders,immodules,engines]
	  lib/gtk-2.0/${GTK_VERSION}
	  lib/gtk-2.0

Bump PORTREVISION.

Reviewed by:	marcus
Reported by:	pointyhat via kris
2004-12-20 06:02:51 +00:00
Joe Marcus Clarke
49fe430d08 Correct the removal of the ${PREFIX}/lib/gtk-2.0/modules directory.
Reported by:	pointyhat via kris
2004-12-20 04:15:49 +00:00
Pav Lucistnik
43a1a6b7d3 - After repocopy from ruby-fox, update to 1.2.2
PR:		ports/75199
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2004-12-18 23:30:03 +00:00
Kris Kennaway
b70e8b7e1d This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS.
2004-12-18 23:02:35 +00:00
Pav Lucistnik
22062658cb - Update fxscintilla to 1.62
This version supports both FOX 1.0 and FOX 1.2, and the port use FOX 1.2
  by default. FOX 1.0 version is available under OPTIONS
- Add slave port fxscintilla-fox10
- Switch ruby-fox port to fxscintilla-fox10

PR:		ports/75160
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru> (fxscintilla maintainer)
2004-12-18 22:38:38 +00:00
Volker Stolz
11fc19071e Prune dead host in MASTER_SITES
PR:		ports/71636
Submitted by:	"parv"
2004-12-16 08:55:24 +00:00
Kris Kennaway
be3e1f7794 Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created
2004-12-16 05:49:27 +00:00
Dirk Meyer
2c13adb30c - gtksignal.h ist only broken for ia64 2004-12-16 04:17:38 +00:00
Thierry Thomas
e1f4c55aee - Adds the dependencies needed to run gtk-query-immodules-2.0 and
gdk-pixbuf-query-loaders;

- Generates gtk.immodules in post-install rather than shipping it with
  the port;

- Generates gdk-pixbuf.loaders.

PR:		ports/68133
Submitted by:	Jean-Yves Lefort
Approved by:	maintainer time-out.
2004-12-15 21:00:17 +00:00
Thierry Thomas
52d5bb295d - Adds the dependencies needed to run pango-querymodules;
- Cleans the post-install target and stops ignoring error.

PR:		ports/68124
Submitted by:	Jean-Yves Lefort
Approved by:	maintainer time-out.
2004-12-15 20:59:28 +00:00
Volker Stolz
447a3a98f8 Unbreak: USE_GCC=3.3 since 3.4 no longer works (anything <3.4 would do)
PR:		ports/72264
Submitted by:	Julian Stecklina
2004-12-15 17:15:34 +00:00
Edwin Groothuis
c83731c29a Better way to ignore checksum failures (they are updated too often) 2004-12-15 04:34:53 +00:00
Dirk Meyer
385e0de8ce - use a better test for jails in CURRENT 2004-12-15 04:15:10 +00:00
Edwin Groothuis
034f017174 change 2.0 references to 2.x references 2004-12-14 01:37:12 +00:00
Michael Nottebrock
0083804533 Update to KDE 3.3.2 2004-12-13 20:12:15 +00:00
Ying-Chieh Liao
5855a41969 unbreak by adding missing plist file 2004-12-13 08:08:30 +00:00
Jeremy Messenger
5d5ccab7a4 Remove, it has been unmaintain for years and now no port depend on it. 2004-12-13 05:22:51 +00:00
Jeremy Messenger
c5b130124d Remove, it has been unmaintain for years and no port depend on it. 2004-12-13 04:58:10 +00:00
Joe Marcus Clarke
f202c1ba5c Create an empty lib/gtk-2.0/modules directory to be used by other ports. 2004-12-13 00:59:03 +00:00