13917 Commits

Author SHA1 Message Date
pascal
4eb6a8887c BDEP on devel/jam for desktop too, found the hard way by naddy@ 2013-07-15 12:05:26 +00:00
espie
f9e8fb86a0 !gcc2 2013-07-15 04:32:03 +00:00
ajacoutot
df020699c1 Missing misc/shared-mime-info dependency and goo. 2013-07-14 08:15:31 +00:00
pascal
4910a580d5 + ede 2013-07-14 00:37:50 +00:00
pascal
c38dc460df Import EDE.
EDE (Equinox Desktop Environment) is simple and fast desktop
environment with familiar look and feel. EDE uses FLTK toolkit for
GUI presentation and UNIX philosophy for its design.

With UNIX philosophy, EDE splits each component in separate executable
entity to do one job and do it good. This makes EDE very easy to
alter for user needs and requirements.

EDE is light and fast. It uses C++ carefully yielding fast startup,
low memory usage and great portability. Also, we care not only about
how fast EDE runs, but how much time is needed to compile it.

These facts makes EDE a perfect desktop environment for older
computers and embedded devices. But, you can use it on your everyday
hardware too.

Comments landry@ jca@

ok landry@
2013-07-14 00:36:30 +00:00
espie
85b14d2d7b should fix on vax.
the current mess is that libtool allows things to link because of the .la,
but the configure script, as usual, fucks up, because it tries to link
directly, so both -lintl and -lX11 detections fail.

kind of sneaky with X11, as some values are cached, so X11 is detected,
BUT some other values are not, and they're not cached, so that ends up
with a paralytic X11 that misses half the useful functionalities it
actually has...
2013-07-13 06:55:17 +00:00
dcoppa
3edf8e1940 Zap redundant dependency 2013-07-12 19:07:24 +00:00
dcoppa
bfc4a2f0a6 Due to our regex(3) library not supporting GNU extensions, xmobar
immediately fails at startup:

xmobar: user error (Text.Regex.Posix.String died: (ReturnCode 13,"repetition-operator operand invalid"))

when using the StdinReader plugin.

So do what's required with Text.Regex.PCRE instead of Text.Regex.Posix.

Code contributed by Alexander Polakov, thanks!
2013-07-12 13:48:38 +00:00
dcoppa
d08c423a47 If the user gives some mplayer video output driver (vo) options in
the "Video Output" preferences they should be passed along on the
mplayer command line (upstream svn revision r222)

Minor string cleanups (upstream svn revision r223)
2013-07-12 09:58:56 +00:00
dcoppa
0ea31bb570 Escape the name when obtained from the URI
(upstream svn revisions r2444 and r2445)
2013-07-12 09:20:04 +00:00
ajacoutot
7da6013956 Update to dbus-python-1.2.0. 2013-07-12 06:15:29 +00:00
ajacoutot
69ec54d93d Update to gedit-latex-3.8.0. 2013-07-11 18:28:49 +00:00
jasper
423ab369ca update to gnome-screenshot-3.8.3 2013-07-10 17:07:17 +00:00
zhuk
ea5eb7af6f Zap commented out USE_NINJA=No leftover. 2013-07-10 15:44:47 +00:00
stu
318376c01f Don't misrename manpages. 2013-07-09 16:14:20 +00:00
pascal
4451a08fc7 prevent picking up installed tinyxml headers 2013-07-09 10:58:00 +00:00
pascal
c0fd313286 * do not pick up tinyxml headers when installed (breaking the build)
* use the default allocator (prevents crashes at runtime for me)
2013-07-09 10:41:36 +00:00
dcoppa
590b33f841 WANTLIB-cups: move colordprivate inside the spidermonkey archs'
stanza ; ok aja@
2013-07-09 10:15:09 +00:00
zhuk
2250aee456 Replace ${post_install_libs} in Makefile.inc with MODKDE_LIB_LINKS
(see analog in kde4.port.mk). Some stuff outside x11/kde will need this
functionality, too, as it was merged into KDE4 SC.

okay espie@
2013-07-08 14:03:29 +00:00
zhuk
f135219bb6 kdegraphics-strigi-analyzer does not LDEP on kdelibs-4.x, so MODKDE4_USE=No.
But it does BDEP on kdelibs-4.x, so it should not be enable now, either.

Noticed by naddy@
2013-07-08 13:43:26 +00:00
ajacoutot
0d68f41034 SECURITY: fix a security issue in the update-checking mechanism (upstream). 2013-07-08 09:10:37 +00:00
naddy
6b7bf0fa1b bump for plist changes 5.3 -> 5.4 2013-07-07 21:25:27 +00:00
jasper
6362b36243 update to gnome-terminal-3.8.4 2013-07-07 18:53:06 +00:00
jasper
7fc7079813 update to gtksourceview3-3.8.2 2013-07-07 18:52:56 +00:00
ajacoutot
2fcb62bea5 Follow gtk+3 behavior and install im-multipress.conf. 2013-07-07 09:58:29 +00:00
ajacoutot
abab6bcb81 Add a missing @unexec-delete. 2013-07-07 09:45:15 +00:00
ajacoutot
5de7f664a4 Update to gtk+2-2.24.20. 2013-07-07 09:38:06 +00:00
ajacoutot
2e968cfaa5 gtk-query-immodules-3.0 has an --update-cache, so use that instead of
redirecting the output to the cache file.
2013-07-07 08:58:11 +00:00
ian
cfbf418d33 Fix crash when rxvt window holding selection and e.g. under synergy, move
focus to a different screen. From FreeBSD ports/98590. Dead upstream.
Looks ok to dcoppa@
2013-07-06 15:55:46 +00:00
stu
755557c286 M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for pkgIndex.tcl.

Thanks to miod@ for original patch.
2013-07-06 11:07:19 +00:00
stu
5ffeec6932 M88k is elf now.
Skip unneeded elf check in configure.
Whitespace tweaks.
Fix packing lists for shared libs.

Thanks to miod@ for original patch.
2013-07-06 11:03:44 +00:00
zhuk
09b7c4c978 Disable building kdelibs-4.x until x11/kde/libs3 gets PKGSPEC, too. The problem became
visible after talk with nigel@.
2013-07-06 09:56:37 +00:00
zhuk
3a5ccf6ffa Better upgrade path for x11/ruby-qt4 => x11/kde4/ruby-qt transition.
Prodded by landry@
2013-07-06 09:46:29 +00:00
zhuk
6f4b3fb3ed Sync with what was committed upstream. 2013-07-05 21:50:52 +00:00
zhuk
29834e3469 Remove x11/ruby-qt4, superseded by x11/kde4/ruby-qt now.
okay The Ruby Man AKA jeremy@
2013-07-05 14:56:38 +00:00
zhuk
5acddde314 +kde4: build kdelibs and Qt bindings framework.
-ruby-qt4: this is superseded by x11/kde4/ruby-qt now, which is effectively
the same package.

tested and okay jeremy@ and landry@
2013-07-05 14:55:41 +00:00
zhuk
e7513c129f It's generally better to run make update-patches _before_ commit. 2013-07-05 14:49:12 +00:00
zhuk
47cb667bf9 It's generally better to run make update-patches _before_ commit... 2013-07-05 14:46:05 +00:00
zhuk
15d4f225a5 De-conflict ksvgtopng with KDE3. This tool is used in KDE3 build process
but not in KDE4 one, so it's less painful to tweak KDE4 one.
2013-07-05 14:37:22 +00:00
zhuk
b995179673 Sync development scripts patches with what've been committed upstream. 2013-07-05 14:32:50 +00:00
zhuk
26697e604d De-conflict SVN helper from KDE3. 2013-07-05 14:30:45 +00:00
gsoares
792d1ac0fd add a patch that fix crash when a invalid device is received in rdpdr_process_irp.
patch from upstream
http://sourceforge.net/p/rdesktop/code/1701/
2013-07-04 15:12:34 +00:00
zhuk
79efaab5af Fix problem with VLC trying to run kde4-config.
Noticed and reminded by nigel@
okay brad@ (MAINTAINER) a while ago (Jun 12)
2013-07-04 08:11:08 +00:00
zhuk
380f7dc269 Missing @conflict markers for smokegen and smokeqt. 2013-07-04 01:39:20 +00:00
zhuk
415581dcdb Comment out everything we cannot reliably build yet in bulk builds
(i.e., everything that depends on kdelibs-4.x).
2013-07-04 01:23:52 +00:00
zhuk
a0d0a8424a Update to KDE 4.10.5. Some highlights:
* @conflict markers relative to KDE3 packages added, to be used soon.
  * Migration to Ruby 1.9 for corresponding ports. Also added @pkgpath to
    x11/ruby-qt4 in x11/kde4/ruby-qt, because they are really the same
    (except that x11/ruby-qt4 contains also smokegen and smokeqt stuff).
  * kde-base-artwork and kde-wallpapers leaved at 4.10.4 because they:
    1) did not change; 2) are heavy enough.
2013-07-04 00:44:21 +00:00
zhuk
343a9b1a11 copy-paste error in comment, noticed by sthen@, thanks!
Bump because the file is installed.
2013-07-03 10:12:38 +00:00
zhuk
b873fe87ff ... And noone noticed. Fix and run until this happens. 2013-07-02 20:07:49 +00:00
zhuk
6ac1af7f88 WANTLIB tweak and bump after libkgapi update. 2013-07-02 19:47:21 +00:00
zhuk
c6c060c4f0 Make sure PyKDE4 uses fresh kdelibs to build, or the latter will fail. 2013-07-02 19:02:39 +00:00