Cheng-Lung Sung
c3ea53ce2a
- Update to 0.63
2007-03-22 00:25:28 +00:00
Alejandro Pulver
a2fcc70693
- Mirror some files to MASTER_SITE_LOCAL (until it's updated together with the
...
other MAME ports) to make fetchable.
- Remove BROKEN.
2007-03-22 00:23:59 +00:00
Andrew Pantyukhin
acbe5ee16b
- Update to 2.0.0.3
2007-03-21 22:19:53 +00:00
Joe Marcus Clarke
2f325a4929
Fix a bug where static memory was being free'd as a key to a hash table.
...
This resulted in a crash when more than one keyboard layout was configured.
See http://bugzilla.gnome.org/show_bug.cgi?id=421252 for more details.
Reported by: Ivan Georgiev <ivan@kytex.bg>
2007-03-21 22:16:18 +00:00
Andrew Pantyukhin
ce7c4e18d7
- Update to 2007-03-21 snapshot
2007-03-21 22:14:01 +00:00
Thierry Thomas
3e04dcfc48
Trying to unbreak on 64 bits platforms by forcing integers to INTEGER*8.
...
Suggested by: Mathieu COURTOIS <mathieu.courtois (at) edf.fr>
2007-03-21 22:07:39 +00:00
Tor Egge
265a3d9d15
Bump port revision after changes to the backported fix for pthread manager
...
pipe communication.
2007-03-21 21:52:01 +00:00
Thomas Gellekum
4ef4e0206f
Add build depends on tcl and tk.
2007-03-21 21:51:48 +00:00
Tor Egge
904a744460
Define __USE_UNIX98, to get a little further when compiling with GCC 4.1.
2007-03-21 21:49:04 +00:00
Tor Egge
7542312805
Previous backport of the 2001-09-11 fix from newer linuxthreads version
...
failed to take into account that the library contains wrappers for read()
and write() that calls __libc_read() and __libc_write(). This incorrectly
causes normal read() and write() operations to be retried if aborted by a
signal.
Instead of making __libc_read() and __libc_write() retry if aborted by a
signal, add new functions __libc_safe_read() and __libc_safe_write() that
retries operation after a signal. Change reads from manager pipe and
writes to manager pipe to use __libc_safe_read() and __libc_safe_write().
2007-03-21 21:47:29 +00:00
Tor Egge
18eb964d17
Correct retrieval of stack address and size when getting the current
...
thread attributes for the main thread.
Add emulation of native threads (libc_r) method of getting the current
thread attributes (pthread_attr_get_np()) and adjust emulation of native
threads pthread_attr_getstackaddr() to return bottom of stack instead of
top of stack.
Correct emulation of native threads pthread_mutexattr_settype() when
selecting recursive mutexes. Previously, the argument conversion before
calling the linuxthreads version of pthread_mutexattr_setattr() ended up
selecting errorcheck mutexes instead of recursive mutexes.
2007-03-21 21:40:24 +00:00
Jeremy Messenger
3a0ccf7858
Fix Japanese translation error in 2.6.8 and 2.8.0 causes xchat NOT to run,
...
bump the PORTREVISION.
Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp>
2007-03-21 21:35:47 +00:00
Pav Lucistnik
b50832fc33
- Update to 0.10.0
2007-03-21 21:33:47 +00:00
Joe Marcus Clarke
e6a477494c
We no longer need to read the PID twice now that dbus has been fixed.
2007-03-21 21:25:51 +00:00
Joe Marcus Clarke
e04da50289
Ignore SIGPIPE (and EPIPE) when writing out PID to a client. Some clients
...
(like gnome-session) close the pipe too early resulting in dbus-daemon
terminating.
2007-03-21 21:25:12 +00:00
Jeremy Messenger
318d98e3ba
Update to 1.0rc3, see changelog for details:
...
http://fluxbox.org/version-0.9.php
2007-03-21 21:18:46 +00:00
Andrew Pantyukhin
4e643f2ca6
- Add nic and ansel horde modules
...
PR: ports/110552
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-03-21 21:13:04 +00:00
Andrew Pantyukhin
df3c3d707c
Add port www/horde-ansel - a gallery application
...
PR: ports/110551
Submitted by: Beech Rintoul <beech@alaskaparadise.com>
2007-03-21 21:10:29 +00:00
Nicola Vitale
865494d31d
JaLingo is a free OS independent dictionary application.
...
It understands 4 dictionary formats:
* DSL
* Mova
* PtkDict/phpMyLingvo MySQL dumps
* Sdictionary (249)
WWW: http://jalingo.sourceforge.net/
2007-03-21 20:40:44 +00:00
Andrew Pantyukhin
f1c64ff7d5
- Fix dependency on cyrus-imapd23
...
PR: ports/110639, ports/110643
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
2007-03-21 20:28:58 +00:00
Jeremy Messenger
775b0262f8
Fix a hardcore of /usr/X11R6 to X11BASE.
...
PR: ports/110166
Reported by: John Nielsen <john@jnielsen.net>
2007-03-21 20:14:02 +00:00
Pav Lucistnik
600ff5085b
- Install four additional headers, that are needed for mail/mail-notification's
...
Evolution plugin
Submitted by: jylefort
2007-03-21 20:10:01 +00:00
Alejandro Pulver
5b0a38f59a
- Remove DIST_SUBDIR (there is only one distfile).
...
- Remove unused entries from distinfo (the ones moved to games/mame-extras).
2007-03-21 20:09:19 +00:00
Jeremy Messenger
2724b787fb
Fix a hardcore of /usr/X11R6 to X11BASE.
...
PR: ports/110166
Reported by: John Nielsen <john@jnielsen.net>
2007-03-21 20:02:48 +00:00
Pav Lucistnik
a95d9f2fca
- Fix build: remove USE_GMAKE, since recently p5-Glib2 is BSD make friendly
...
Digged into: tobez
2007-03-21 19:53:00 +00:00
Pav Lucistnik
bb945c1889
libopenraw is an ongoing project to provide a free software implementation for
...
camera RAW files decoding. One of the main reason is that dcraw is not suited
for easy integration into applications, and there is a need for an easy to use
API to build free software digital image processing application.
WWW: http://libopenraw.freedesktop.org/
2007-03-21 19:23:36 +00:00
Pav Lucistnik
2970fa7acd
GtkUnique is a library to facilitate programming single instance applications -
...
that is applications that gets instanced once and each subsequent instance just
quits - or send a command to the currently running instance.
WWW: http://log.emmanuelebassi.net/archives/2006/10/love-and-communication/
2007-03-21 19:21:27 +00:00
Alejandro Pulver
c19247cacd
- Fix pkg-plist (avoid creating useless empty directory).
...
- Remove BROKEN.
Reported by: pointyhat
2007-03-21 18:54:07 +00:00
Pav Lucistnik
edab5bc968
- Rename to graphics/agave
...
- Update to 0.4.2
Approved by: maintainer
Repocopied by: marcus
2007-03-21 18:49:13 +00:00
Alejandro Pulver
38dae2d71a
- Fix pkg-plist.
...
- Remove BROKEN.
Reported by: pointyhat
2007-03-21 18:12:38 +00:00
Alejandro Pulver
920b3b93ce
- Make fetchable.
...
- Remove BROKEN.
Reported by: Mathias Monnerville <mathias.monnerville@univ-paris4.fr>, kris
2007-03-21 17:48:16 +00:00
Roman Bogorodskiy
506d265c7e
Fix build when WITHOUT_NLS defined.
...
PR: 110631
Submitted by: Helge Oldach <ports-libgpg-error-mar07@oldach.net>
2007-03-21 17:39:36 +00:00
Sergei Kolobov
8d6718db8f
- Use proper NO_SHARED knob instead of obsoleted NOSHARED
...
PR: ports/108327
Submitted by: Josh Carroll (floyd AT pflog DOT net)
2007-03-21 17:36:19 +00:00
Remko Lodder
3c59371e69
Standarise the latest Squid entry.
2007-03-21 17:07:34 +00:00
Sergei Kolobov
d6b3e0e507
- Update to 2.0.3
...
- Explicitly require fam rather than gamin
PR: ports/110211
Submitted by: KIMURA Yasuhiro (yasu AT utahime DOT org)
2007-03-21 17:01:15 +00:00
Sergei Kolobov
fa05711890
- Update to 0.46 [1]
...
- Update pkg-plist
PR: ports/109945 [1]
Submitted by: Marcelo Araujo
2007-03-21 16:48:58 +00:00
Sergei Kolobov
4890d1b04c
- Update to 0.7.0 [1]
...
- Shorten COMMENT
PR: ports/109939 [1]
Submitted by: Marcelo Araujo (araujo AT bsdmail DOT org)
2007-03-21 16:43:07 +00:00
Sergei Kolobov
23d30abf16
- Update to 1.10 [1]
...
- Keep the port PREFIX-clean - override conf-include
- Keep pkg-plist sorted
PR: ports/109940
Submitted by: Marcelo Araujo (araujo AT bsdmail dot org)
2007-03-21 16:30:17 +00:00
Sergei Kolobov
8e8c78a883
- Update to 1.7.2
2007-03-21 16:05:50 +00:00
Oliver Lehmann
e424310f43
define USE_XFCE to get MASTER_SITE_SUBDIR defined
2007-03-21 15:51:02 +00:00
Rong-En Fan
4c0ceef4e9
- Force commit to note the following repocopies:
...
www/drupal -> www/drupal4
www/drupal -> www/drupal5
This is for the coming drupal5 port.
PR: 110413
Submitted by: maintainer
Repocopied by: marcus
2007-03-21 15:31:26 +00:00
Pav Lucistnik
4bed15dbd6
- Generalize dependency on ghostscript
...
Reported by: pointyhat exprun
2007-03-21 15:28:47 +00:00
Pav Lucistnik
3174dbeeb2
- Fix xotcl-thread entry
...
Pointy hat to: miwi
Noticed by: portupgrade barfing on it
2007-03-21 14:42:50 +00:00
Lars Thegler
891cacd429
Update to 1.859
2007-03-21 14:18:12 +00:00
Emanuel Haupt
99692afd61
Update to 1.7.0
2007-03-21 14:05:10 +00:00
Martin Wilke
1662f38155
- Update to 0.03
...
PR: 109878
Submitted by: miwi
Approved by: maintainer timeout
2007-03-21 13:41:29 +00:00
Martin Wilke
0aaff0ff4a
- Update to 1.63
...
PR: 109870
Submitted by: miwi
Approved by: maintainer timeout
2007-03-21 13:38:33 +00:00
Martin Wilke
3d2d32ea29
- Update to 1.16
...
PR: 109867
Submitted by: miwi
Approved by: maintainer timeout
2007-03-21 13:37:09 +00:00
Martin Wilke
af78fcf70b
- Notes remove from lang/xotcl-thread
2007-03-21 13:32:24 +00:00
Martin Wilke
f85d3f582e
- Remove lang/xotcl-thread port is obsolete. threading is default enabled
...
PR: 110611
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
2007-03-21 13:25:39 +00:00