| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
o don't apply bitwise shift to components when setting palette - vgl don't
need it unlike fbcon (after which libvgl driver was modelled). Bump
PORTREVISION as a result of bugfix.
|
|
|
|
| |
Reminded by: vanilla
|
|
|
|
|
| |
PR: 26062
Submitted by: maintainer
|
| |
|
|
|
|
|
|
|
| |
-D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
Note: my first intention was to test this out on bento/beta, but per ade's
requiest I opted to do it quickly.
|
|
|
|
|
| |
PR: 26179
Submitted by: MAINTAINER
|
| |
|
| |
|
|
|
|
|
|
| |
o unbreak -clients when USA_RESIDENT does not set.
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
Submitted by: Andrey Novikov <andrey@novikov.com> (MAINTAINER)
|
|
|
|
| |
Updating distinfo and bumping PORTVERSION.
|
|
|
|
|
| |
PR: 26140
Submitted by: Johann Visagie <johann@egenetics.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-28 02:20 knu
* cvsweb.cgi: Re-fix the bogus fix for the previous
colons-in-a-filename problem.
Noted by: Yar Tikhiy <yar@freebsd.org>
2001-03-28 01:39 knu
* cvsweb.cgi: Conform cvsweb-markup pages to HTML 4.0 Transitional.
Submitted by: Will Andrews <will@physics.purdue.edu>
Validated by: http://validator.w3.org/
|
| |
|
|
|
|
| |
Submitted by: obento
|
|
|
|
| |
working. Mark as broken for systems < 500018.
|
|
|
|
|
|
| |
3D features are unsupported.
SGE support will be enabled after SGE is ported.
|
| |
|
| |
|
|
|
|
|
| |
Submitted by: tkato@prontomail.ne.jp
PR: ports/25869
|
|
|
|
|
|
|
|
|
|
|
| |
o use internal freetype2 for consistency with x11/XFree86-4.
o added xthreads obtained from x11/XFree86-4.
o install "ws" type config sample for xdm.
o build DRI only if kernel source installed in /sys.
o fix Riva128/SGRAM driver(patch-riva_hw.c).
PR: 24338(4.0.2)
Submitted by: maintainer, keith
|
|
|
|
| |
Submitted by: asami & bento (not asami bento :)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
this involves is this: Cull GL from Qt by default, but still provide a
Qt+GL library that may or may not have threads. Then also provide a Qt
library that has threads but not GL. This allows us to make KDE2 depend
on a library that will *not* have threads, ever. Threads will be
revisited at a later date. Ports that require GL support need to be
updated to use the hacked library, libqtgl.so.4. The net result is that
we bloat our qt2 package by 1.5-2.5MB for compatability. Also, static
qt will not have GL support.
Introduce bsd.kde.mk, which will be tested on bento before becoming
fully activated.
Replace qt22-static with qt2-static, since it's just a proxy. Update
qt-designer to depend on qt23. Also make the old hack to package the
correct lib obsolete by using PLIST_SUB instead.
Miscellaneous changes: remove LIBQTFILE from CONFIGURE_ENV, it's not
used anymore. Solve namespace pollution problems with the devel/pth and
devel/libgnugetopt ports. Hopefully.
Suggested by: ade, asami, sobomax (bsd.kde.mk)
Repocopied by: asami (qt22-static --> qt2-static)
|
| |
|
|
|
|
| |
Submitted by: Jonathan Belson <jon@witchspace.com>
|
| |
|
| |
|
| |
|
|
|
|
| |
Found by: bento
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
port (see below).
- Submitted this to current maintainer on Wednesday 14 March; no response yet
- The Python modules were not correctly installed to the Python site library
directory before. They are now. (Thanks to Michael Ewe <m.ewe@t-online.de>
for pointing out the issue.)
- Used PORTDOCS pragma in $PLIST.
PR: 25934
Submitted by: Johann Visagie <johann@egenetics.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2001-03-23 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Encode colons in file names properly.
FreeBSD PR: 25963
Submitted by: Marc van Woerkom <3d@FreeBSD.org>
* cvsweb.cgi: MFZ: 1.106. Do closedir() properly.
2001-02-01 Akinori MUSHA <knu@iDaemons.org>
* cvsweb.cgi: Use a fixed-width font in the colored diff view.
Requested by: Julian Elischer <julian@elischer.org>
|
|
|
|
| |
heavily on Smalltalk unit.
|
|
|
|
|
| |
ruby-lapidary port. While I'm here, pkg-comment is shorten to under
the legal limit of 70 bytes.
|
|
|
|
|
|
| |
Forgotten by: ijliao in previous commit
Fix pkg-plist.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the version to 2.3.2.
- Add checks for empty files, empty directories, core files, more
possible backup files, dotfiles, symlinks and CVS directories.
- Do not assume PATCHDIR always includes "/files/". Use the best
method to check whether a file is added to @checker as a patch file.
- Some trivial message style fixes.
|