Commit Graph

76137 Commits

Author SHA1 Message Date
espie
1a92889a38 make build predictable 2012-07-09 08:08:53 +00:00
bentley
2521265650 Disable ffmpeg in vbam's configure, since it's not actually used.
ffmpeg is only used in the wx frontend, which doesn't build on OpenBSD
(for unrelated reasons).

From Mikolaj Kucharski, ok dcoppa@
2012-07-09 06:01:01 +00:00
abieber
8411c0135c Adding myself.
OK jasper@, sthen@, jeremy@
2012-07-09 00:18:55 +00:00
sthen
d4550c33f8 sync with dovecot update 2012-07-08 23:15:29 +00:00
sthen
311a8117aa update to Dovecot 2.1.8 from Brad. 2012-07-08 23:15:11 +00:00
sthen
d94e7220d8 update to postfix-2.10-20120630 snapshot, from Brad 2012-07-08 22:56:10 +00:00
kili
5ebc2be143 Bump due to signature changes after the update of hs-semigroup. 2012-07-08 22:36:40 +00:00
kili
1bdd8581ca Update to hs-semigroups-0.8.3.2.
From Dawe <dawedawe@gmx.de>.
2012-07-08 22:35:03 +00:00
sthen
e8efbdf060 revert -pthread in cflags, after a bit of discussion with aja and guenther
and looking at the port which wanted -pthread in cflags, I came to the
conclusion that the other port was wrong, so it's right to zap this again.
ok mpi ajacoutot
2012-07-08 22:21:32 +00:00
ajacoutot
177a9eeed4 Fix a off-by-one issue with the VCD module.
from Brad (maintainer)
2012-07-08 21:33:45 +00:00
ajacoutot
4c428e21c4 Add (obvious) missing category. 2012-07-08 21:30:22 +00:00
gonzalo
ae5fbe7bde Update for Xombrero to 1.1.0 with this changes:
* [NEW] Custom keybound prompts (keybinding = :cmd,key)
* [NEW] Custom uri handling (custom_uri)
* [NEW] Setting to disable proxy at startup (http_proxy_disable)
* [NEW] Setting to cache HTTPS certificates and present warnings when
  certificates change to help prevent MITM attacks (warn_cert_changes)
* [NEW] Tab number and proxy enabled notifications (statusbar_elems)
* [NEW] Setting to change default stylesheet used for the userstyle
  and userstyle_global commands (usersytle)
* [NEW] Both userstyle and userstyle_global commands may take an
  optional argument to a user-specified stylesheet
* [NEW] Setting to change the style of the statusbar to switch between
  the page URL and title (statusbar_style)
* Runtime settings are unsettable with ':set setting ='
* Fix some display bugs with the statusbar
* HTML escape text before displaying with about:set, <file> now shows
  correctly
* Fix unsetting the statusbar color when opening the command prompt

And a lot of others.

Tested on amd64.

Ok kili@ aja@
2012-07-08 21:27:42 +00:00
giovanni
e6cdd4e74c Use devel/llvm instead of the bundled one on $LLVM_ARCHS
help & ok sthen@ (Maintainer)
2012-07-08 21:24:58 +00:00
gonzalo
46a483b4b3 Update for mktorrent to 1.0 with a new implementation:
* Creates a BitTorrent metainfo file from a file or directory in a
simple and fast way.
* Supports multiple trackers.
* Can add a custom comment to the metainfo file.
* Can add the private flag to dissalow DHT and Peer Exchange.
* Can add web seed URLs.
* Hashing can be done multi threaded and supports multiple CPUs.

Change Web and MASTER_SITE, zap some white spaces and change License, and
put myself as maintainer.

Tested on i386 and sparc64.

Ok stsp@ (ex-maintainer) naddy@
2012-07-08 21:23:24 +00:00
ajacoutot
1accbaf605 Committed upstream. 2012-07-08 21:02:45 +00:00
steven
711ecb45f5 update to 3.0.6.2 2012-07-08 19:24:18 +00:00
steven
85977dedce update to 3.0.6.1 2012-07-08 19:20:58 +00:00
sthen
ce3a4663cb use LLVM_ARCHS to populate ONLY_FOR_ARCHS, better to have this in a
central place.
2012-07-08 18:36:12 +00:00
sthen
1cdff98732 add LLVM_ARCHS, handled like MONO_ARCHS for easier detection of which
arch can use LLVM.  ok espie@
2012-07-08 18:35:48 +00:00
lteo
de526b4bab +picocom 2012-07-08 18:21:49 +00:00
lteo
ad1fead2b5 Import Picocom.
Picocom is a minimal dumb-terminal emulation program.

Picocom was designed to serve as a simple, manual, modem configuration,
testing, and debugging tool. It has also served (quite well) as a
low-tech "terminal-window" to allow operator intervention in PPP
connection scripts (something like the ms-windows "open terminal window
before / after dialing" feature). It could also prove useful in many
other similar tasks.

From Kyle Isom (thank you!), with tweaks by me and giovanni@.

help/ok sthen@ giovanni@, procedures ok henning@
2012-07-08 18:19:18 +00:00
giovanni
d62f8e0d32 Update to 1.4.8
ok zinke@
2012-07-08 18:07:41 +00:00
ajacoutot
a32f40fddf BZ links. 2012-07-08 18:03:39 +00:00
sthen
905b965e39 add -pthread to cflags as well as libs in the pc file. ok jasper@ mpi@ 2012-07-08 17:41:14 +00:00
sthen
ddc61472cb don't rely on param.h for nitems(), ok ajacoutot@ 2012-07-08 17:09:17 +00:00
ajacoutot
f5e3aee4f3 Exclude ports/system users that have a login shell since we only want to
deal with human users
2012-07-08 16:35:19 +00:00
ajacoutot
0068b2757f python is only needed for regress. 2012-07-08 16:22:48 +00:00
jasper
21983435ab committed upstream. 2012-07-08 15:48:59 +00:00
ajacoutot
5e9feea6ca Missing dependency on x11/dbus-python. 2012-07-08 15:45:35 +00:00
ajacoutot
1f3defebb5 Activate the browser plugin to be able to install gnome-shell extensions.
Comment the libtool modules la files.
Missing update-desktop-database goo.
Explicitely disable systemd.
Don't RUN_DEPENDS on evolution, it's technically not required.
Add a comment in the patches that they need to be pushed upstream.
2012-07-08 15:39:11 +00:00
giovanni
5f519eacf3 Update to 5.43 2012-07-08 15:13:22 +00:00
ajacoutot
4d4808be9a This needs gnome-shell now. 2012-07-08 14:54:45 +00:00
jasper
5c10a2c1f1 sync 2012-07-08 14:53:59 +00:00
jasper
6968f4064a *finally* import gnome-shell, the last component that was missing for gnome-3.
The GNOME Shell redefines user interactions with the GNOME desktop. In
particular, it offers new paradigms for launching applications,
accessing documents, and organizing open windows in GNOME. Later, it
will introduce a new applets eco-system and offer new solutions for
other desktop features, such as notifications and contacts management.
The GNOME Shell is intended to replace functions handled by the GNOME
Panel and by the window manager in previous versions of GNOME. The GNOME
Shell has rich visual effects enabled by new graphical technologies.

still has a few rough edges, but this will be dealt with in-tree.

ok aja@
2012-07-08 14:53:14 +00:00
shadchin
a05461b18e fix build (add x11/gnome/librsvg in BUILD_DEPENDS)
pointed naddy@
2012-07-08 14:46:01 +00:00
naddy
e37cef2551 update to 2.13 2012-07-08 14:44:12 +00:00
ajacoutot
555db06d25 Tweak description. 2012-07-08 14:43:59 +00:00
ajacoutot
85bdbc2d8c Add gnome-shell to RUN_DEPENDS. A wip gnome-shell is coming in a few.
Jasper and I fought over this commit but I won because I am older and more
important, much wiser ;-)
2012-07-08 14:39:29 +00:00
ajacoutot
d98a06dfff Follow Fedora behavior and set NoDisplay to true until they provide a
proper icon.
2012-07-08 14:36:46 +00:00
sthen
4103296a68 switch from 5.1 to 5.2 in README, ok Brad 2012-07-08 14:30:40 +00:00
ajacoutot
9cc01eac51 Use autoconf 2.69. 2012-07-08 14:30:00 +00:00
sebastia
35c932b52e after this major gnustep update, bump the meta package version
number to match GWorkspace again
2012-07-08 14:21:57 +00:00
sebastia
5d7b822a57 update SOGo to 1.3.16
minor SHLIB bump
introduce SOGOLIBDIR variable to be used in PLIST, update hint from README:

Upgrade SOGo from < 1.3.16
=======================================
New password schemes were introduced. You may want to set the
userPasswordAlgorithm default, i.e.:

$ defaults write sogod userPasswordAlgorithm ssha
2012-07-08 14:21:02 +00:00
sebastia
a7da58b8cf Update SOPE to 1.3.16
bump minor shlib version
this version has a lot of 64Bit fixes after the gnustep-base update
2012-07-08 14:18:18 +00:00
sebastia
7369772dcf Bump revision after gnustep-make update 2012-07-08 14:15:46 +00:00
sebastia
a6f6516ace Bump revisions after gnustep-base update
regen patches for gnustep-examples
2012-07-08 14:15:11 +00:00
sebastia
9013d5a6ec Update Zipper to 1.4
don't depend on Renaissance anymore, now with Gorm interfaces
new homepage/master site
get rid of all the patches
2012-07-08 14:03:55 +00:00
sebastia
c4a000b880 Update Terminal to 0.9.8 2012-07-08 14:01:27 +00:00
sebastia
7f4b8344fa Update RSSKit to 0.4
getting rid of the patch
2012-07-08 13:59:07 +00:00
sebastia
665f7bc0c5 update ProjectCenter to 0.6.1
introduce LIBDIR variable to be used in PLIST
make devel/gmake a RUN_DEPEND
2012-07-08 13:57:38 +00:00