Commit Graph

2325 Commits

Author SHA1 Message Date
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
pvalchev
8557012a72 cast NULL sentinel to void * so it is 64bit on 64bit arches 2002-12-28 22:51:42 +00:00
margarida
8fb1247f5a Update to version 1.0
Take MAINTAINER

brad@ ok
2002-12-26 01:58:39 +00:00
margarida
df5d1bdd66 typo in MASTER_SITE 2002-12-25 17:49:09 +00:00
wilfried
3ee69da4b8 getopt_long() is available now 2002-12-25 11:16:27 +00:00
wilfried
507da0590c drop getopt_long() patch 2002-12-25 11:03:19 +00:00
espie
9a86e1a341 +pim3 2002-12-23 16:13:21 +00:00
espie
3ae6c5d0b5 Personal Information Manager applications for kde.
(yep, I should have imported this ages ago...)
2002-12-23 16:11:48 +00:00
espie
669638625b Security update: 3.0.5a. Fixes numerous vulnerabilities. 2002-12-23 14:22:32 +00:00
espie
6834284b6c kill extraneous patches. 2002-12-23 10:42:28 +00:00
pvalchev
b19c9c4b79 Switch to MASTER_SITE_BACKUP since none of the mirrors carry this old
version anymore, no point in trying. (Someone should update this to a
newer version)
2002-12-23 09:18:52 +00:00
marcm
49c2c72c09 Update to 2.0.9, fix LIB_DEPENDS, take MAINTAINER.
ok sturm@
2002-12-23 04:59:47 +00:00
pvalchev
3101b76380 Remove Angelos from maintainer per his request 2002-12-23 00:37:49 +00:00
espie
867b3802ee Synch: 0.90rc1 2002-12-22 14:52:00 +00:00
espie
a6c7690c2f Update to 0.90rc1.
From maintainer, Bjorn.

PP fix from niklas@
2002-12-22 14:19:47 +00:00
brad
89b02e5304 one more header path is necessary to fix the PostgreSQL support for 7.3. 2002-12-18 05:19:45 +00:00
wilfried
7f63bd7cfe update to gnomemm-1.2.3 2002-12-17 09:45:44 +00:00
wilfried
d80efa44a7 update to fltk-1.1.2 2002-12-16 16:58:12 +00:00
espie
9dbd196dc4 1.2.1 2002-12-15 16:21:32 +00:00
espie
daa682abd9 Update to koffice-1.2.1 2002-12-15 13:08:12 +00:00
brad
a6b93425b7 typo in COMMENT 2002-12-15 00:00:53 +00:00
naddy
9b9f40b842 Update to 0.5; from Sebastian Stark <seb@todesplanet.de>. 2002-12-14 16:04:12 +00:00
brad
7ae8b0f3ed upgrade to openbox 2.2.2 2002-12-14 08:42:33 +00:00
pvalchev
a606fb2e0b do not check a char variable for -1 for error but for 0 correctly, as it
will never be -1; from maintainer andrey@smagin.com after being prompted
by me, from icewm CVS
2002-12-13 07:27:39 +00:00
sturm
e65a41ec9f - /usr/local -> ${LOCALBASE}
- remove NEED_VERSION

from Sebastian Stark

naddy@ OK
2002-12-11 16:38:24 +00:00
couderc
7a2194ddfa Update to 1.3.5 2002-12-10 22:38:35 +00:00
brad
cc78dcb201 upgrade to fluxbox 0.1.14
--
From: MAINTAINER
2002-12-10 15:22:40 +00:00
couderc
a9be9703da Sync with ruby module 2002-12-09 22:41:58 +00:00
brad
4f9f8c4d40 upgrade to openbox 2.2.1 2002-12-08 04:37:20 +00:00
pvalchev
1ec4963aa3 msttcorefonts 2002-12-07 07:30:50 +00:00
marcm
3820acb11e The TrueType core fonts for the web that were once available from
http://www.microsoft.com/typography/fontpack/. The port is constructed
so that the actual fonts are downloaded from Sourceforge's site at
build time so this port does not 'redistribute' the fonts, it just
makes it easy to install them on an OpenBSD system.

ok pvalchev@
2002-12-07 06:16:26 +00:00
brad
c6179ab180 better DESCR.
--
From: MAINTAINER
2002-12-06 16:04:04 +00:00
brad
649f978093 A patch for QWidget::showMinimized() that didn't make it into the
final Qt 3.1 release. It fixes child windows being hidden randomly.
--
From: Harri Porten <porten@trolltech.com> via kde-packager
espie@ ok
2002-12-06 00:46:43 +00:00
brad
666d76bbea use patch from distsite.
--
From: MAINTAINER
2002-12-06 00:28:41 +00:00
pvalchev
23369d8d22 Remove a bit that added -O0 for alpha compilation - it appears to have been
added at the time of gcc 2.8.1, but nowadays it works fine with default -O2
(we are at newer version of gcc, etc)
2002-12-05 06:08:54 +00:00
pvalchev
6a3ef6df17 This also bumped major with the XF4 libXaw, adjust PLIST
From Ben Lovett <blovett@bsdguru.com>
2002-12-05 02:24:22 +00:00
pvalchev
482cfd82fa Update Jim's address in those as well 2002-12-03 22:45:32 +00:00
pvalchev
09f15f04d5 change maintainer email address per request 2002-12-03 21:16:33 +00:00
nino
ddfd88f86e Transfer maintainership to Jim Geovedi <negative@magnesium.net>. 2002-12-03 19:26:34 +00:00
nino
c0168382d8 Fix bogus RUN_DEPENDS, spotted by naddy@.
Transfer maintainership to Jim Geovedi <negative@magnesium.net> who will
maintain these port in the future.
2002-12-03 19:01:13 +00:00