1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
Commit Graph

124017 Commits

Author SHA1 Message Date
Michael Johnson
79466293c1 - Add an error message to gnome/gtk-engines users that tell them
to use clearlooks-themes instead.
- Bump PORTREVISION for changes.
2005-04-13 23:24:36 +00:00
Simon L. B. Nielsen
c666625667 Document openoffice -- DOC document heap overflow vulnerability. 2005-04-13 23:17:14 +00:00
Palle Girgensohn
763de9d278 Upgrade PostgreSQL to 8.0.2. Here's the brief release note:
Over the past several weeks, Tom Lane has been working on replacing
  our old Cache Management Alorithm (ARC) with a new, patent free one
  (2Q).

  In order to reduce the number of 8.x deployments out there that are
  using the old manager, we have just released 8.0.2, and encourage
  adminstrators to upgrade at their earliest convience.

  For those already running 8.x on your production servers, please
  note that this upgrade does *NOT* require a dump restore, but due to
  a bump in the major version number for the client library (libpq),
  it *WILL* require all client applications to be recompiled at the
  same time.

For full release info, see
http://www.postgresql.org/docs/8.0/static/release.html#RELEASE-8-0-2

Apart from the upgrade, three new config options are added:

 A patch (experimental) for supporting proper collation
 of utf-8 encoded locales, using IBM's ICU package (devel/icu). See
 http://people.freebsd.org/~girgen/postgresql-icu/README.html for more
 info.

 An optional patch written by Evgen Potemkin, which allows
 PostgreSQL to make hierarchical queries à la Oracle [1].

 An option is added that allows the use of 64 bit ints to
 store dates [2].

PR: ports/79165 [1], ports/76999 [2]
Submitted by: Marcos Tischer Vallim [1], Christian Ullrich [2]
Approved by: ade, seanc (implicit)
2005-04-13 23:15:49 +00:00
Edwin Groothuis
9229feb646 Upgrade to version 0.11.6.2 2005-04-13 23:03:30 +00:00
Joe Marcus Clarke
2e87d2c668 Clean up a leftover directory.
Reported by:	GNOME Tinderbox
2005-04-13 22:47:25 +00:00
Oliver Lehmann
2a0edd39d8 - make xfprint work
o it will tell you now that you have to configure it first using the
    Xfce settings manager instead of coredumping
  o if you configured it, it will work now (-Wl,-E was missing in LDFLAGS)
- bump PORTREVISION
2005-04-13 22:08:04 +00:00
Michael Nottebrock
f299cc7cf2 Fix qtorrent with latest py-qt/py-sip.
PR: ports/79880
Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
2005-04-13 22:05:18 +00:00
Jean-Yves Lefort
ac89ea25fa Adds Virtual Jay Peak, a snowboarding simulation (Linux version).
PR:		ports/79505
Submitted by:	myself
Approved by:	adamw (mentor)
2005-04-13 21:58:52 +00:00
Jean-Yves Lefort
82b88f12fe Adds the Unreal Tournament 2004 demo (Linux version).
PR:		ports/79399
Submitted by:	myself
Approved by:	adamw (mentor)
2005-04-13 21:52:34 +00:00
Jeremy Messenger
8a7d7059f3 Fix the broke Clearlooks theme in gnome-panel/menu, bump the PORTREVISION. 2005-04-13 21:48:53 +00:00
Michael Nottebrock
3646b38006 Don't depend on faad, since it's marked NO_CDROM. 2005-04-13 21:47:07 +00:00
Michael Nottebrock
3e06aba959 Don't depend on the core gstreamer-plugins, they include video codecs
and gstreamer-plugins-gconf.

Instead, depend only on a selection of audio-codecs and the artsd output
(which ironically is cheaper in terms of dependencies as amarok's native
arts-output).

Approved by: maintainer
2005-04-13 21:44:59 +00:00
Jean-Yves Lefort
f1fc01ae88 Adds the DOOM III demo (Linux version).
PR:		ports/79401
Submitted by:	myself
Approved by:	adamw (mentor)
2005-04-13 21:37:14 +00:00
Jeremy Messenger
2f44981d2e - Update to 0.9.0, see the huge changelog for detail:
http://changelog.wesnoth.org/

- Disable FreeBSD 4.x, does not compile on FreeBSD 4.x, due to lack of
  towupper() and wide character in libc. Before you send me patch, the
  s/towupper/toupper/g will not work very well in the runtime. If anyone know
  the workaround without lose function, let Wesnoth developers and me know.

  Seriously, desktop user should (well, for me is a must) upgrade to either
  FreeBSD 5.x and 6.x.
2005-04-13 21:23:45 +00:00
Jean-Yves Lefort
cdd8a1f9d0 * Fixes HTTP charset parsing.
* Fixes an occasional lockup in translate_session_translate_text().

Approved by:	adamw (mentor)
2005-04-13 21:19:02 +00:00
Jeremy Messenger
f65c7a78d8 Since gtk-engine2 has added clearlooks engine, so gtk-engine2 and clearlooks
have became in conflict. Add autocheck on gtk-engine2 and WITH_GTKENGINE knob
to depend on gtk-engine2. The clearlooks is default. Bump the PORTREVISION.
2005-04-13 21:16:47 +00:00
Jean-Yves Lefort
61e2ca1796 Update to 0.7.3.
Approved by:	adamw (mentor)
2005-04-13 21:16:05 +00:00
Jeremy Messenger
87011d5caf Update to 0.3.3. 2005-04-13 21:14:38 +00:00
Pav Lucistnik
573ad4e29d - Fix a braino which leads to crash in GIMP when opening JPEG pictures with
certain EXIF data, like those from SONY, Nikon or Canon digital cameras.

Obtained from:	libexif CVS, exif-data.c rev. 1.68
2005-04-13 21:12:51 +00:00
Jean-Yves Lefort
0fb1b18f7c Fixes a crash in the Python plugin.
PR:		ports/79201
Submitted by:	myself
Approved by:	adamw (mentor)
2005-04-13 21:12:40 +00:00
Jean-Yves Lefort
328d7e4f54 Fixes thread safety
(http://bugzilla.gnome.org/show_bug.cgi?id=156885).

Approved by:	adamw (mentor)
2005-04-13 21:06:25 +00:00
Adam Weinberger
bb7df101f1 Update to 0.11.13. 2005-04-13 20:12:29 +00:00
Joe Marcus Clarke
16ee8332b5 * Use gnometarget
* Fix an infinite loop when duplicate components' libs are requested [1]

Obtained from:	Freedesktop.org CVS [1]
2005-04-13 20:07:11 +00:00
Joe Marcus Clarke
a0d494a621 Fix the build on 4.X.
Reported by:	GNOME Tinderbox
2005-04-13 19:46:33 +00:00
Bruce M Simpson
00e64ba055 Fix pciutils for recent pci changes in src/sys/dev/pci/pci_user.c.
This fix is backwards compatible.

Reviewed by:	imp, maintainer
2005-04-13 19:13:46 +00:00
Sergey Matveychuk
663231a036 - Fix build modules
PR:		ports/78318
Reported by:	Clemens Fischer <ino-qc@spotteswoode.de.eu.org>
2005-04-13 18:39:36 +00:00
Max Khon
5af56d68d7 Update to 1.0.7.
Requested by:	many
2005-04-13 18:03:04 +00:00
Adam Weinberger
627b30d517 Remove /usr/X11R6/sbin if it's empty.
Thank you:	pointyhat
2005-04-13 18:01:31 +00:00
Adam Weinberger
66cf7d7f78 Add some more files to ${INFO}. PORTREVISION bump.
Thank you:	pointyhat
2005-04-13 17:53:41 +00:00
Volker Stolz
df4416fbe9 USE_LIBTOOL instead of local patch 2005-04-13 17:31:57 +00:00
Volker Stolz
3233cdd00a Update to 0.6e: Maintainance release (mainly)
- Fixed compile error on kde3.3
- Made resize grip optionally (off by default, disable if you get querky problems with the deco)
- fixed menu setings
- starter applet will auto correct size
- added new widget color "Smoke" by Anton
- added apple starter buttons (aqua/graphite) and a kicker bg - tiger stuff

PR:		ports/79371
Submitted by:	maintainer
2005-04-13 17:22:01 +00:00
Michael Johnson
03d9b60337 - Add a COMMENT in clearlooks-themes
- take maintainer back for a bit
2005-04-13 16:50:05 +00:00
Greg Lewis
0e0b915f84 . Unbreak (the fix for that actually occurred in the master port).
. Become the maintainer (implicitly). [2]

Requested by:	Jan Stocker <Jan.Stocker@t-online.de> (previous maintainer) [2]
2005-04-13 16:36:57 +00:00
Greg Lewis
29bdbd398a . Fix gnome handling (as far as I can test).
Obtained from:	games/nethack34
2005-04-13 16:34:55 +00:00
Volker Stolz
10f0cbf537 Use DOCSDIR in pkg-plist 2005-04-13 16:33:15 +00:00
Volker Stolz
8a421fc0db Respect bmp-world order: Do not remove directories belonging to bmp itself. 2005-04-13 16:15:53 +00:00
Adam Weinberger
1333caf49c Update to 2.10.1. 2005-04-13 16:03:09 +00:00
Michael Landin
d4f2fd3ae5 o Whoops - forgot to reset PORT_REVISION 2005-04-13 15:35:02 +00:00
Michael Landin
2996e017a2 o Update to -> 0.2 2005-04-13 15:23:36 +00:00
Sergey Matveychuk
bfeeb2a543 - Update to 1.0.16
PR:		ports/78626
Submitted by:	maintainer
2005-04-13 15:20:03 +00:00
Volker Stolz
38e32ee43c - Unbreak: Fix plist
- Register CONFLICTS
2005-04-13 15:19:09 +00:00
Hartmut Brandt
1564b3fc51 s/^\.elseif/.elif/
Approved by:	kris
2005-04-13 15:14:43 +00:00
Greg Lewis
dd5c8b9f8c . Update to 8.1.024.
Update also mentioned by:	otton@enstimac.fr
Approved by:			maho (maintainer)
2005-04-13 15:14:26 +00:00
Norikatsu Shigemura
bbcdeec125 Update to 2005.04.13. 2005-04-13 15:01:33 +00:00
Pav Lucistnik
2f8ec2206c - Update to 4.40.11
PR:		ports/79854
Submitted by:	Jan-Peter Koopmann <j.koopmann@seceidos.de> (maintainer)
2005-04-13 14:42:01 +00:00
Hartmut Brandt
fd6200514f s/^\.elseif/.elif/
Approved by:	kris
2005-04-13 14:32:00 +00:00
Oliver Lehmann
55f31db289 reset maintainer to ports@FreeBSD.org
PR:		ports/79727
Approved by:	maintainer
2005-04-13 14:30:01 +00:00
Hartmut Brandt
9d4cb57d3c s/^\.elseif/.else/
Approved by:	kris
2005-04-13 14:25:07 +00:00
Hartmut Brandt
e7cbf4979c s/^\.elseif/.elif/
Approved by:	kris
2005-04-13 13:03:40 +00:00
Volker Stolz
143cffce5a Update to 1.26
PR:		ports/79167
Submitted by:	maintainer
2005-04-13 12:49:11 +00:00