- remove [buggy] dependencies from linuxprocfs port, when this
port doesn't exist in a system (it's a common situation, because
linuxprocfs port isn't included in the official port tree).
- remove Makefiles.inc.xxx at cleanup stage
- added message about loading kernel modules
- added warning when vmware runned with not super-user id
Submitted by: Vladimir N. Silyaev <vsilyaev@mindspring.com>
PR: ports/16894
rather large patchset improving pcemu. I therefore also decided to
bump the version number from 1.01a to 1.01b, David Hedley apparently
abandoned all work on pcemu anyway.
The exact details of Arne's patches can be studied in the PR, it's
something like 50 lines of explanation i don't want to quote in full
here. In short, he submitted a number of improvements and a fix for
the hard disk emulation in pcemu's BIOS. After a review, i decided to
leave the patches verbatim.
In addition and while i was at it, i added something i always ment to
do: the option to dynamically add floppy disks (and now also hard
disks) from within the .pcemurc file, so there's no need to recompile
if you just wanna get access to your floppy from within pcemu.
Comment it out again once you're done.
PR: ports/5788
Submitted by: <arnej@math.ntnu.no> Arne Henrik Juul
linuxulator uses /compat/linux and /compat may be a link (it is
on fresh installs) and may not point to /usr/compat at all. Also,
linux_devtools still uses /compat/linux.
If the prefix is changed to something other than /compat/linux,
make sure it's changed in all relevant places!
Only changed giflib -> libungif in kdegraphics.
They realy do NOT want libgif, and do NOT use libgif anywhere.
Some ports are checking its existence in configure, but they
are nonsense at all!!
these are not the Tru64 libs, but rather the Digital Unix 4.0f libs.
Note that the new version number is "lower" than the previous one.
Submitted by: gallatin
* Removed xview dependancies to keep port simple.
* Sound doesn't function very well so I have disabled that also.
* Updated URL's and Maintainer's email address.
PR: 16509
Submitted by: Maintainer
- Add MAINTAINER line
- Support CC/CFLAGS/PREFIX properly
- Shorten pkg/DESCR and add README file from distribution source
PR: 16035
Submitted by: tkato@prontomail.ne.jp
- Add MAINTAINER line
- Add (probably missing) USE_XLIB line
- Move install path of utility data files from lib/ to libdata/
- Shorten pkg/DESCR and move original file to files/README.FreeBSD
- Sort pkg/PLIST
PR: 16039
Submitted by: tkato@prontomail.ne.jp
Use the ioctl's CDIOREADTOCHEADER and CDIOREADTOCENTRYS to determine
the size of the data track on the disk, rather than using the DIOCGDINFO
ioctl (which doesn't appear to work for all users / CD media under FreeBSD).
Submitted by: Keith Jones <keith@mithy.org>
fix, but, as I don't fully understand *why* the fix works (and doesn't
break anything else). When bochs is run from an xterm it leaves the xterm
in an unstable state after exiting (if bochs is started in the background
the xterm is unstable as soon as the prompt returns).
By unstable I mean:
Nothing you tyoe is echoed, and commands don't work (``ls'' gives no
output, for example). Ctrl-C and Ctrl-D behave like RETURN; you get a
line feed and a new prompt, and the DEL and INS keys do a destructive
back-space over the prompt.
Submitted by: Mark Ovens <mark@dogma.freebsd-uk.eu.org>