espie
5c02a4bdb7
kill old stuff that is now in kde.
2003-01-27 19:34:30 +00:00
espie
00fee8ddf5
3.1, mostly Makefile tweaks noatun -> knoatun.
2003-01-27 19:29:15 +00:00
espie
a4d2f30a9a
kdebase 3.1:
...
- use kcontrol/nics/nic.cpp from kde-current to access getifaddrs...
IPv4 masks are not printed properly yet.
- konsole fixes for utmp
- ksysguardd mostly working. Should unify with Net/FreeBSD
- clock and timezone fixes mostly from Flinn Mueller.
- uses kxkb_pic lib, thanks to Matthieu.
2003-01-27 19:22:49 +00:00
espie
afc93b7049
kdelibs-3.1: getaddrinfo is marked as non thread-safe in main archive now.
2003-01-27 19:16:47 +00:00
espie
b4e9e2603f
Update to arts-1.1
2003-01-27 19:10:47 +00:00
espie
59eb9735aa
activate xinerama support, after all, we have the libs.
2003-01-27 19:08:34 +00:00
margarida
173a3629be
Add gtk+extra
2003-01-22 17:12:44 +00:00
margarida
6c1d2624ab
Import of GTK+extra version 0.99.17
...
--
GTK+extra is a useful widget library set complementary
to GTK+ for creating graphical interfaces for the X
Window System.
WWW: http://gtkextra.sourceforge.net/
From: Chris Kuethe <ckuethe@ualberta.ca>
brad@ ok
2003-01-22 17:10:59 +00:00
sturm
421a0f3474
- propolice reports a stack overflow on Athlons, this patch seems to fix it
...
- bump package version
from MAINTAINER
2003-01-21 23:07:38 +00:00
espie
b79641f51c
typo
2003-01-21 16:14:42 +00:00
brad
b1d9f01065
add LOCALBASE/include to pick up Imlib
2003-01-21 03:56:12 +00:00
naddy
ab629d3623
Replace 8-bit characters.
2003-01-20 19:10:00 +00:00
couderc
359e2311ed
Update to 0.31
2003-01-20 16:48:21 +00:00
espie
ef21705aee
#!@!@ patch
2003-01-20 12:58:58 +00:00
espie
45288cc1b9
Synch some patches (line numbers)
...
Add fixes/speed-up from kde's qt-copy:
- let moc handle optional identifiers
- speed-up qt startup by looking up some settings at qapplication startup
(use one single qsettings object)
- some cursor/refresh bug.
2003-01-19 17:36:51 +00:00
brad
301d950e76
this does not need the pseudo FLAVORed no_gnome version of gdk-pixbuf.
...
w00t, 4000th commit.
2003-01-18 22:55:17 +00:00
pvalchev
ee6953060c
Update to fvwm-2.4.14
2003-01-18 19:49:16 +00:00
pvalchev
9bd9675ff8
cast NULL sentinel to a pointer so it is 64bit on 64bit on alpha & sparc64
2003-01-18 09:21:09 +00:00
pvalchev
e2710b79c4
sync linenumbers
2003-01-18 08:29:12 +00:00
jcs
9748be61fb
remove brian as maintainer at his request
2003-01-17 04:02:26 +00:00
matthieu
5a4fbac3e2
Add -lXext to $XLIBSW. libX11 depends on it. ok maintainer
2003-01-15 07:42:22 +00:00
naddy
5f50ad3946
+gtk-theme-switch
2003-01-14 01:02:00 +00:00
naddy
0df3e38814
Import gtk-theme-switch 1.0.1.
...
Submitted by Nick Nauwelaerts <nick@nauwelaerts.net>.
GTK Theme Switch is a small and fast command line utility to switch GTK themes
on the fly.
2003-01-14 01:01:19 +00:00
espie
c8eb5a9e80
Don't use OpenBSD's getaddrinfo, as it is not thread-safe.
2003-01-13 20:50:04 +00:00
naddy
90d2675a80
+mterm
2003-01-13 18:49:27 +00:00
naddy
11c15dfaa8
Import mterm 0.4.2a.
...
Submitted by Nick Nauwelaerts <nick@nauwelaerts.net>.
mterm is a small X11 application that lets a user enter commands and
run them without opening a terminal. It can be withdrawn into the
dock/wharf/slit or run in windowed mode.
2003-01-13 18:48:19 +00:00
couderc
6e513cdd43
Update to 1.3.6
2003-01-12 16:27:18 +00:00
brad
eb6e7b577f
SYSCONFDIR
2003-01-10 14:56:27 +00:00
pvalchev
8a1bd667a0
espie, it's called pkgcfl, not pkgcflname; breakage pt. out by toby
2003-01-10 09:54:06 +00:00
espie
d95d56f5b8
thinko
2003-01-09 23:48:48 +00:00
espie
450036a1cd
Oops, qt3-base ought to conflict with all qt3 single-threaded packages,
...
since those included the include files.
This means we need to bump the packagename to p0... joy.
2003-01-09 23:06:30 +00:00
espie
ab331f3731
kill those patches, they work, but it's a stupid idea.
...
There's no accounting security left if konsole_granpty works on a ttyname
without corresponding rights on a fd.
So, the proper fix will involve figuring out where kprocess/kpty loses that
fd after running the command.
2003-01-09 22:52:09 +00:00
espie
0eaca394bd
fd neutral value is -1.
...
Probably not a bug, but this doesn't hurt.
2003-01-09 20:17:23 +00:00
espie
637bb98754
Make konsole login/logout work.
...
(The code in kde-current is substantially different, so this won't go in
unchanged)
- use konsole_grantpty to do the login/logout, so that only this program
needs to be setgid utmp.
- pass the ttyname to konsole_grantpty explicitly.
- use openpty to get the ttyname in a simple way.
- deactivate USE_LOGIN on OpenBSD, as login/logout must occur in grantpty.
2003-01-09 19:27:05 +00:00
espie
0835cd304d
install ksysguarddrc sample file
2003-01-09 17:44:58 +00:00
espie
703ad9c84f
show network interfaces. Code taken from kde-current.
...
XXX: displaying IPv4 netmask thru getifaddrs/getnameinfo is
currently broken.
2003-01-09 02:49:04 +00:00
espie
8a6c685fef
partial support for ksysguard: at least let ksysguardd compile and display
...
some useful information.
2003-01-09 02:47:40 +00:00
brad
cb0d5ce0ab
fix PKGNAME
2003-01-09 01:05:37 +00:00
espie
4d8979ff31
dtime support for BSD, from Flinn Mueller.
2003-01-08 09:59:07 +00:00
espie
f0a137f825
Add missing SEPARATE_BUILDs, turn them into flavored
...
Trim old commented cruft
Add debug flavor, and --disable-dependency-tracking if !debug
2003-01-07 15:36:35 +00:00
espie
3f90c205b7
oops, pass plugins dir correctly.
2003-01-07 01:23:20 +00:00
espie
8d855fdb1c
Full support for sudo in kcontrol
2003-01-07 00:19:34 +00:00
espie
3d6384d32b
kdesu fix is an important reliability fix. bump package name.
2003-01-06 23:31:31 +00:00
espie
d723ec4713
Fix kdesu
2003-01-06 22:46:02 +00:00
espie
892ab0b2d9
too early
2003-01-06 20:20:20 +00:00
espie
ee8385f972
and of course, this means the dirs are wrong too
2003-01-06 19:29:20 +00:00
espie
134d244eae
oops, forgot to make lib-depends-check
2003-01-06 19:28:48 +00:00
espie
da49a9e514
-* is not the way to specify any flavors. By default, flavors are transparent.
2003-01-06 17:33:01 +00:00
espie
cf6023ae39
+okle
2003-01-06 17:06:20 +00:00
espie
6d876b0b03
kde frontend to ogle, requires qt-mt to run.
2003-01-06 17:05:43 +00:00
espie
a80dd63e56
switch to qt-mt.
...
disable -fstack-protector for now.
2003-01-06 16:34:18 +00:00
espie
707449d21b
A few @comment @dirrm, and a few files I didn't update recently...
2003-01-06 14:37:13 +00:00
espie
505066bdf1
Some more plist synchronization
2003-01-06 13:40:25 +00:00
espie
f11ffb90c9
i18n3 don't have ltmain.sh, don't bother patching libtool.
2003-01-06 07:34:01 +00:00
espie
8f3b0805c8
pthread handling
2003-01-06 07:28:57 +00:00
espie
c11973f303
Repackage qt3 to separate mt better (common -base package for include/docs,
...
specific plugins for mt)
2003-01-06 06:22:52 +00:00
espie
3329592a7b
fix linker warnings, by not redeclaring static variables with extern.
2003-01-06 02:19:56 +00:00
espie
068f15f206
use @comment @dirrm for unwanted directories, eases further updates.
2003-01-06 01:50:08 +00:00
espie
0daef49c90
fix doc compilation
2003-01-06 01:00:39 +00:00
naddy
2f6189cbec
All qt3 dependents require gcc3 on sparc64.
2003-01-06 00:28:14 +00:00
espie
6ee9c2a7a9
fix konqueror `home' button in --enable-debug case.
...
From Dirk Mueller.
2003-01-05 22:13:31 +00:00
brad
582b480bec
upgrade to openbox 2.2.3
2003-01-05 21:57:47 +00:00
espie
f5df645e2f
share/fonts is common with gnome-print
2003-01-05 20:52:23 +00:00
espie
d572e64384
Add proper @comment for directories that wouldn't die.
2003-01-05 19:59:22 +00:00
espie
4f8fc142ad
oops, pthread patch may be needed by the whole of kde.
2003-01-05 16:58:57 +00:00
espie
c1c0d56139
make it build with recent glib2 changes.
2003-01-05 16:22:29 +00:00
lebel
d67a88dd50
build blackbox with gcc3 on sparc64
2003-01-05 03:53:59 +00:00
lebel
a829f7ddb0
build paragui with gcc3 on sparc64
2003-01-05 03:47:18 +00:00
pvalchev
f73f96583c
change of maintainer email address
2003-01-04 19:09:52 +00:00
lebel
feb0dc8a48
build pekwm with gcc3 on sparc64
2003-01-04 18:30:08 +00:00
lebel
5f4b2f412b
build openbox with gcc3 on sparc64.
2003-01-04 18:04:17 +00:00
lebel
227f49c5c0
build x11/fluxbox with gcc3 on sparc64
2003-01-04 17:17:55 +00:00
espie
61db806999
Synchronize dependent packages with main package.
2003-01-04 01:07:13 +00:00
espie
0072ffa2bb
mplayer now detects and use liblzo. Make a flavor for it for now.
2003-01-04 00:58:43 +00:00
brad
bf500972f4
upgrade to mplayer 0.90rc2
...
- with PLIST changes from me
--
From: MAINTAINER
2003-01-03 23:06:35 +00:00
todd
54a527160a
new gnome obsoletes this; allow gnomemm to compile again; ok wilfried@
2003-01-03 14:57:45 +00:00
marcm
214a1f0840
Disable the OMF files since they too 1) aren't used and 2) don't validate
...
with the new scrollkeeper (and therefore fill up the error logs).
ok MAINTAINER
2003-01-02 08:18:43 +00:00
marcm
2fe6a30ea3
Basically disable the OMF files since 1) they aren't used and 2) don't
...
validate with the new :q
2003-01-02 08:12:19 +00:00
pvalchev
e348cc06e4
declare a few chars as signed specifically, since parts rely on that fact
2003-01-02 06:39:31 +00:00
marcm
5df59580ba
Minor update to control-center. The biggest change is the removal of
...
the screensaver capplet in favor of using xscreensaver-demo directly.
Also, some UI tweaks from the Hand of Ximian.
Take MAINTAINER as well.
2003-01-02 03:37:19 +00:00
marcm
2375f41df3
Update to latest (and probably last) stable version. Take MAINTAINER.
2003-01-02 03:32:25 +00:00
marcm
c0ad442a62
The master site for this has indeed vanished, so get distfile from
...
MASTER_SITE_BACKUP.
Also remove myself as MAINTAINER.
2003-01-02 03:26:12 +00:00
espie
8b5616f55f
Bring mt support to MODULE.
...
Fix tricky issue: basic tools must be compiled with -mt as well,
otherwise they won't be able to use plugins (and for instance, kde needs
uic plugins for its widgets)
2002-12-31 02:09:51 +00:00
espie
7eb01ad0ae
uncommit accidentally committed code.
2002-12-30 19:35:51 +00:00
espie
9d93465e7b
belt and suspenders...
2002-12-30 19:31:29 +00:00
pvalchev
4d9627f908
final round:
...
cast NULL sentinel to void * so it is 64bit on alpha & sparc64, use
NULL instead of '0' where appropriate.
2002-12-30 09:15:26 +00:00
pvalchev
33697948d0
modernise
2002-12-30 09:11:47 +00:00
espie
2e2caa25ec
Synch mt with 3.1.1
2002-12-30 02:43:52 +00:00
margarida
1868e2bbb7
Do not install gzipped manpages.
...
couderc@ pvalchev@ ok
2002-12-29 21:13:44 +00:00
fgsch
dd26b7b067
zap NEED_VERSION.
2002-12-29 20:31:39 +00:00
espie
da1e656a68
Fix uic override mechanism, using latest qt module.
2002-12-29 19:25:33 +00:00
espie
90688185cd
Add a knob so that user may choose to not override UIC.
...
Useful when configure scripts know better (like recent kde script,
which needs to pass specific -L options through)
2002-12-29 19:24:53 +00:00
espie
648be46b14
oops, missing space
2002-12-29 17:47:01 +00:00
espie
c9a903fb4a
time_t is not necessarily unsigned long on OpenBSD.
2002-12-29 16:43:44 +00:00
espie
5c25bbb3bc
Some components need kde widgets. Fix uic path so it can find them
...
(this is necessary with kde 3.1rc*, and harmless with kde 3.0.x ?)
2002-12-29 16:40:03 +00:00
espie
efabf866f5
update to qt 3.1.1
...
uic.1 -> uic3.1
2002-12-29 16:13:28 +00:00
espie
80a5ae446c
comment out some shared dirs, from Dan Weeks
2002-12-29 14:16:30 +00:00
pvalchev
52eefff59c
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-29 09:34:48 +00:00
pvalchev
4f22812321
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-29 00:10:47 +00:00
pvalchev
de5a1ce02c
cast NULL sentinel to void * so it is 64bit on alpha & sparc64
2002-12-28 23:29:13 +00:00