ajacoutot
b74e90abc5
Fix path to immodules.cache.
...
Use a SUBST_VARS for GTK_BINARY_VERSION.
2011-10-19 17:41:40 +00:00
giovanni
0b2bc9de92
Update to 1.6
...
new features, security fixes, and many bug fixes and improvements
Full changelog available at:
http://http://piwik.org/changelog/
2011-10-19 16:44:34 +00:00
jasper
cb11a2e1e1
unhook clojure-contrib. upstream decided to move to separate modules instead
...
of one monolithic jar file. packaging all these standalone modules is not going
to work, so please use devel/leiningen instead to fetch individual modules.
clojure-contrib will be removed soon
2011-10-19 16:27:27 +00:00
ajacoutot
b643ba1dba
unix_signal_helper_thread: loop in read(2) on EINTR.
2011-10-19 15:04:45 +00:00
ajacoutot
9e90b61685
Set proper mode on files.
2011-10-19 14:25:46 +00:00
jasper
821ebc2672
fix packaging on mips64*
...
ok robert@ (MAINTAINER)
2011-10-19 13:53:57 +00:00
jasper
044fb677fb
- update to 7.3.1
...
- cleanup port
from brad
tested by aja@ edd@
2011-10-19 13:46:17 +00:00
ajacoutot
aadc86d66d
Remove BROKEN on powerpc now that parrot has been fixed.
2011-10-19 13:31:58 +00:00
ajacoutot
de04bc147c
The default (gms) garbage collector has issues on powerpc. Until it's
...
fixed, use the old one (ms2).
from Pascal Stumpf
2011-10-19 13:30:59 +00:00
ajacoutot
bbda32073d
Only remove the cache dir on extraunexec.
2011-10-19 12:59:55 +00:00
ajacoutot
24d7a637be
@unexec-delete -> @unexec, to prevent pkg_add -u from whining.
2011-10-19 12:59:07 +00:00
ajacoutot
db3cc245e6
Fix LIB_DEPENDS.
...
Remove unused MODGCONF2_SCHEMAS_DIR.
Remove a bogus line continuation.
Add some notes about why some plugins are disabled.
2011-10-19 12:52:01 +00:00
ajacoutot
c5753c58f9
Update to gnome-icon-theme-3.2.1.1.
2011-10-19 12:44:40 +00:00
jasper
8ebbe83126
- update to 3.2.1
2011-10-19 12:17:54 +00:00
jasper
f64f934fab
- update to 1.83
...
from Alexander Shiryaev (MAINTAINER)
2011-10-19 11:38:47 +00:00
jasper
0ecf1a7474
- update to 3.2.1 and unbreak (finally..)
2011-10-19 11:32:49 +00:00
dcoppa
2d77aabcac
Small cleanup:
...
add "-module" to LDFLAGS
remove now unneeded (char *) casts from NULLs
add missing time.h
OK sthen@
2011-10-19 09:47:26 +00:00
sthen
37d7e60225
+yle-dl
2011-10-19 09:16:25 +00:00
sthen
1f04402be0
import yle-dl, from Antti Harri, ok dcoppa@
...
RTMPDump-YLE is a command-line program for downloading media files from
the two video streaming services of the Finnish national broadcasting
company Yle. Some content is only available to users connecting
from Finnish addresses.
2011-10-19 09:16:08 +00:00
jasper
140ba3311c
- build and install tpl-extensions
2011-10-19 08:23:37 +00:00
jasper
17e8ab26c0
- explicitly disable call support
2011-10-19 08:19:00 +00:00
ajacoutot
9d8f5ac053
Update to gdm-3.2.1.
...
Some stuffs were fixed but it's still BROKEN for now.
2011-10-19 08:13:04 +00:00
sthen
5e448f75a8
e1000 driver fix; don't set the capabilities list bit in the status register
...
as the capabiliities pointer is not defined. From Brad (maintainer).
2011-10-19 08:12:06 +00:00
jasper
d5dfaf8c50
- update to 1.19.14
...
- remove PATCHFILES which is unneeded now (confirmed by aja@)
2011-10-19 08:06:31 +00:00
robert
1ab5c21fcb
fix patch
2011-10-19 06:42:44 +00:00
robert
e0a578ac22
Replace HAVE_MONOTONIC_CLOCK with CLOCK_MONOTONIC in an ifdef
...
ok ajacoutot@
2011-10-19 06:38:16 +00:00
ajacoutot
8459b340c5
Update to gedit-latex-3.2.1.
2011-10-19 05:37:04 +00:00
naddy
e92c693e33
Update to 3.0.9.
...
Drop USE_GROFF, the only formatting difference is some extra whitespace.
ok espie@
2011-10-18 20:24:24 +00:00
sthen
31a9edf281
remove casts no longer needed now that system headers define NULL as a pointer.
...
reads ok to ckuethe@ (maintainer)
2011-10-18 18:57:15 +00:00
sthen
1e6bea521f
update to clamav 0.97.3.
...
in typical clamav tradition, release notes say "ClamAV 0.97.3 is a
minor bugfix release and is recommended for all users", secunia says:
A vulnerability has been reported in ClamAV, which can be exploited by
malicious people to cause a DoS (Denial of Service) and potentially
compromise a vulnerable system.
The vulnerability is caused due to errors related to the handling of
recursion levels within the "cli_bcapi_extract_new()"
(libclamav/bytecode_api.c) and "cli_bytecode_runhook()"
(libclamav/bytecode.c) functions, which can be exploited to e.g. cause
a crash via specially crafted files.
2011-10-18 18:48:39 +00:00
jasper
fca3b56ade
- fix pkg-config file
...
- regress tests need x11
2011-10-18 18:08:16 +00:00
jasper
748cf8a352
- update to 0.6.4.1
2011-10-18 18:05:46 +00:00
ajacoutot
6665731a20
Fix LIB_DEPENDS.
2011-10-18 16:09:09 +00:00
sthen
cca4b6f9f4
fix build with subversion 1.7.0 (blender build infrastructure used svnversion
...
to pick up a version number; this used to say "exported" when no .svn dir is
present, now it says "unversioned directory", the build infrastructure
can't handle the whitespace). it's useless anyway so just blank this out.
result is the same as the case where svn isn't installed, so not bothering
to bump.
problem reported by espie@ naddy@
2011-10-18 15:58:33 +00:00
ajacoutot
eb13c90b5d
Update to gnome-icon-theme-symbolic-3.2.1.
2011-10-18 15:22:34 +00:00
ajacoutot
0529661269
Update to gnome-icon-theme-3.2.1.
2011-10-18 15:17:20 +00:00
sthen
1f5f05707b
mark conflict with old gnome-control-center, ok aja@
2011-10-18 15:14:08 +00:00
ajacoutot
eb90465e00
Add another pkgpath marker to allow updating for old versions.
...
Found the hard way by sthen@
ok jasper@
2011-10-18 15:06:49 +00:00
sthen
c4176e516e
mark a conflict with old gdm. ok aja@
2011-10-18 14:53:25 +00:00
jasper
80121089d8
- update to 3.2.1
...
tested by aja@
2011-10-18 14:26:44 +00:00
jasper
ae69c213b0
- update to 3.2.1
2011-10-18 14:23:14 +00:00
jasper
b4060d75b6
- update to 1.19.13
2011-10-18 14:12:13 +00:00
ajacoutot
c5e4ed11f8
Update to cantarell-fonts-0.0.7.
2011-10-18 13:31:05 +00:00
dcoppa
67b34b70ac
Reduce linkage: make sure the binaries only link to the libraries
...
they really need
2011-10-18 12:17:26 +00:00
sthen
b0603ce284
tweak the pgsql major upgrade upgrade notes;
...
- use /etc/rc.d to stop and start the daemon.
- use sudo rather than keep jumping between root/_postgresql users.
- use pkg_add -ui rather than just -u (allow it to ask if you've backed
up, rather than just terminating).
ok pea@
2011-10-18 12:03:01 +00:00
ajacoutot
8af75c09e8
Bugfix update to deja-dup-20.1.
2011-10-18 09:45:42 +00:00
jasper
49d87d046b
- update to 0.6.4
2011-10-18 08:56:57 +00:00
ajacoutot
0448e1139a
Some cleanup and remove the useless arts FLAVOR.
...
from Brad.
2011-10-18 08:44:01 +00:00
jasper
dd0a8c072a
add missing build dep
2011-10-18 08:41:41 +00:00
ajacoutot
7dbf78c497
One pack/push #pragma's was missed in previous.
...
Add missing RCS Id.
from Brad.
2011-10-18 08:40:55 +00:00