Commit Graph

66980 Commits

Author SHA1 Message Date
giovanni
79ed7d1737 Bugfix update to 3.4.2
Okay kevlo@ (Maintainer)
2011-06-17 15:03:45 +00:00
ajacoutot
447a06c34b Fix path to gdm/custom.conf. 2011-06-17 14:27:55 +00:00
ajacoutot
eb41a910c4 Bugfix update to gedit-plugins-3.0.4. 2011-06-17 12:24:56 +00:00
ajacoutot
c9e0f38caa Bugfix update to gnumeric-1.10.16. 2011-06-17 09:37:48 +00:00
ajacoutot
271d9d0cf6 Bugfix update to goffice-0.8.16. 2011-06-17 09:36:56 +00:00
landry
4c1b141db0 s/REVISI0N/REVISION/. 2011-06-17 08:43:06 +00:00
landry
1e7d825ba1 Load the correct libGL. WebGL doesn't work (yet), but at least it can go
further.
2011-06-17 08:24:52 +00:00
canacar
9c5121f96b Try to set the number of open files to the desired value before warning
about openfiles-max. ok robert@
2011-06-17 04:25:06 +00:00
sthen
a87194c4ac update to coccinelle 1.0rc3 and fix running the regression tests
- Better handling of the case of a matched declaration that should only
  be replaced by other top level things.
- Improved filtering of result of matching atomic patterns
- Drop positions before creating function prototype rules
- Adjust position of { introduced by adding multiple statements in a
  single-statement position
- Drop newline after function call ( when all arguments on that line are
  eliminated
- Accept removal of a single declaration, replaced by arbitrary,
  non-declaration code
- smpl_spacing takes into account newlines, indentation
2011-06-16 23:24:49 +00:00
sthen
c76a26180f "Found newer package aspell6-ca-20040130_1p1" -> set EPOCH 2011-06-16 22:01:14 +00:00
sthen
fd761e2321 sync ngrep with version from upstream repo (mostly). there's been no release
(or much activity) in years and it has various fixes, including:
- unbreak IPv6
- support pflog capture files and pppoe
- chroot to /var/empty when dropping privs
2011-06-16 21:21:43 +00:00
sthen
eaa6026544 zap pointless use of $V 2011-06-16 21:11:56 +00:00
sthen
645e6c1521 this previously had v0 but it was lost; add EPOCH. 2011-06-16 20:49:11 +00:00
sthen
aa17838f8e bugfix update to xcache 1.3.2, from Brad, also tested by Vijay Sankar, thanks! 2011-06-16 20:24:43 +00:00
sthen
ab2f020e0f - pcap_yyrestart is supposed to take an argument, ngrep calls it without
one in the event of an error in the filter, this results in attempting
to deref bogus memory. pass it an explicit NULL which is handled correctly.

- don't strip the installed binary, remove USE_GROFF
2011-06-16 17:42:56 +00:00
sthen
6ef159dbdd add comment explaining why USE_GROFF is needed 2011-06-16 17:17:35 +00:00
sthen
8d3b6dd41c switch back to USE_GROFF, this uses nroff to build a Russian manpage
pointed out by Tom Doherty
2011-06-16 17:15:34 +00:00
ajacoutot
d678d7a325 Minor update to gedit-3.0.5. 2011-06-16 16:49:32 +00:00
ajacoutot
6aee6a8a98 Minor update to gconf2-2.32.4. 2011-06-16 15:30:14 +00:00
ajacoutot
23245e3fd2 When clicking on "Close All Windows", make sure we don't actually close the
Desktop window.
2011-06-16 12:50:49 +00:00
sthen
46cfd641c4 - fix with gcc4, from gentoo via wen heping
- mirror distfile
- drop maintainer
- sync wantlib, plist

maintainer timeout
2011-06-16 11:45:53 +00:00
ajacoutot
3af7d29651 Bump... not my day. 2011-06-16 11:01:51 +00:00
ajacoutot
6e55a1b45b Default to "other_type" in switch. 2011-06-16 11:01:36 +00:00
ajacoutot
c46498e0fb Regen all dependencies after sane-backend recent changes. 2011-06-16 10:16:43 +00:00
ajacoutot
6356c0e153 Disable the gphoto2 backend which doesn't really make sense nowadays.
Do not enable avahi support, it's broken for now.
2011-06-16 10:14:58 +00:00
ajacoutot
7b62c17ce9 +controlcenter 2011-06-16 10:08:35 +00:00
ajacoutot
4609b33c37 Import gnome-control-center-3.0.2.
The control center is GNOME's main interface for configuration of
various aspects of your desktop.

ok jasper@
2011-06-16 10:07:57 +00:00
ajacoutot
754700d4bd +mousetweaks 2011-06-16 09:53:18 +00:00
ajacoutot
8c4a6f0ae7 Wrong dir! 2011-06-16 09:52:47 +00:00
ajacoutot
b07e256982 Import mousetweaks-3.0.2.
The Mousetweaks package provides mouse accessibility enhancements for
the GNOME desktop.  These enhancements are:
<...>

ok jasper@

PS: this time in the correc dir!
2011-06-16 09:51:19 +00:00
ajacoutot
ecfd9ea761 Import mousetweaks-3.0.2.
The Mousetweaks package provides mouse accessibility enhancements for
the GNOME desktop.  These enhancements are:
<...>

ok jasper@
2011-06-16 09:50:15 +00:00
ajacoutot
dbfeb957a2 When ipv6 is available, also display the inet6 routing table. 2011-06-16 09:42:46 +00:00
ajacoutot
36da24ee45 Minor update to gstreamer-plugins-good-0.10.30. 2011-06-16 09:10:10 +00:00
ajacoutot
79f28364c7 Minor update to gstreamer-plugins-base-0.10.35. 2011-06-16 09:09:15 +00:00
ajacoutot
74088076cd Minor update to gstreamer-0.10.35. 2011-06-16 09:08:47 +00:00
sthen
0c0f030952 Remove patch which was removing various -W flags. The updated timestamp on
the file triggers an attempt to rebuild autoconf files, which breaks the build
if automake-1.11 is installed.  Worked out by Nigel Taylor.

Fix typo in DESCR while there.  The patch was there because these flags
broke the build in an earlier version of libnice, but are no longer needed
(checked gcc 3 and 4; port didn't build on gcc 2 arch anyway).  ok jasper@
2011-06-16 08:58:32 +00:00
jasper
230e15d043 - update to naken430asm 2011-05-30 2011-06-16 08:53:36 +00:00
jasper
cdf8b4208a - update mspdebug to 0.16 2011-06-16 08:51:07 +00:00
ajacoutot
e453bd7077 Maintenance update to gtk+2-2.24.5. 2011-06-16 08:38:41 +00:00
dcoppa
89820803c0 Unbreak the "no_smb" flavor.
OK ajacoutot@
2011-06-16 08:38:20 +00:00
rpointel
a6b1e21ba3 Added a patch from eric4 (IDE) which fixes a problem with foreign characters.
Added MODPY_WANTLIB and bump revision for -python.
ok jasper@.
2011-06-16 08:11:12 +00:00
sthen
3b3edd9bee Handle the dlopen()'d libavcodec the same way as transcode does with xvidcore;
move it from a BUILD+RUN_DEPENDS to WANTLIB+LIB_DEPENDS so that the dependency
is tracked and opal gets updated if the FFmpeg API changes. Comment to explain
why check-lib-depends says it's extra. Pointed out by Brad, ajacoutot@ hates
it but is ok with it.
2011-06-16 08:07:20 +00:00
ajacoutot
fea2b2d5ba Fix icon display in menu. 2011-06-16 06:59:13 +00:00
rpointel
e912f2fbe9 Python2.6 is hardcoded, modify patch to use MODPY_VERSION. Bump revision.
ok sthen@ landry@ edd@.
2011-06-16 04:24:17 +00:00
rpointel
d75a0ded95 Removed RUN_DEPENDS, bump revision.
Spotted by Piotr Sikora, ok fgsch@.
2011-06-16 04:14:56 +00:00
sthen
b13f5eb09d update iodbc to 3.52.7, maintainer timeout
- while there, tweak the sample installed ini files to give
examples that can work with ODBC drivers available in ports

- take maintainer
2011-06-16 01:29:57 +00:00
sthen
5cafe8835d move WANTLIB+=${MODPY_WANTLIB} within the .if ${FLAVOR:L:Mpython} block;
no package change as the python module is only included if the python
flavour is selected (and unless that's included, MODPY_WANTLIB is blank),
but it's clearer this way.

side-note, python bindings should probably be split into a subpackage
sometime, there seems to be no need to have a separate flavour for this.
2011-06-15 23:33:00 +00:00
sthen
d3e2db6d34 revert last and add xvidcore to WANTLIB instead, allowing the
library dependency to be tracked properly. even though it's
dlopen(3)'d not linked directly, we still need to make sure the
package is compatible with the library.

it will show as Extra in lib-depends-check, that's not important
(but add a comment to make sure people don't think it can be removed).

pointed out by jakemsr and discussed with brad and espie.
2011-06-15 23:16:15 +00:00
sthen
7ae2e1c91d Build the bsd-user emulation binaries; they're still early work-in-progress
upstream, but this brings the port closer to a default qemu build. From Brad.
2011-06-15 21:13:33 +00:00
rpointel
0066d00c25 +py-virtualenv. 2011-06-15 19:50:24 +00:00