FreeBSD Monitor
2013-05-23 06:05:32
- Fix a sound distortion issue for the OSS backend

PR: ports/178343
Submitted by: Yamagi Burmeister <yamagi@yamagi.org>
2013-05-23 05:39:35
- Update to 0.1.0
- Trim Makefile headers
- Switch to new options framework
2013-05-23 04:07:09
Deprecate: there is no master site, no public distfiles, certain functions
do not seem to work for me on amd64, e.g. "hfs read": zero-sized files are
copied to destination. Perhaps it is caused by careless assumption of the
types' sizes (excerpt from hfs0_37/endian.h):

typedef unsigned long ULONG; // 32 bit unsigned
typedef long LONG; // 32 bit signed
typedef unsigned int UINT; // 16 bit unsigned
typedef int INT; // 16 bit signed
typedef unsigned char BYTE; // 8 bit unsigned
typedef char SBYTE; // 8 bit signed
typedef int BOOL; // boolean value

`sysutils/ufsutils' provides better alternative: easier to use, has alive
upstream, and works correctly on amd64 (presumably on i386 as well).

While here, also explicitly mention that there is no HFS+ volumes support
available.
2013-05-23 03:57:45
Adjust CATEGORIES, allow to install developer libraries, improve TCLTK
option description while here. The port now matches pkg-descr closely.
2013-05-23 03:24:28
- Fix glut library version

PR: 176749
Submitted by: myself
Approved by: acm (maintainer via private email)
2013-05-23 03:02:24
Get rid of a compiler warning.
2013-05-23 02:16:14
- Fix install without examples

Approved by: crees, tabthorpe (mentors, implicit)
2013-05-23 02:14:33
- Fix install without examples

Approved by: crees, tabthorpe (mentors, implicit)
2013-05-23 02:13:40
- Fix install without examples

Approved by: crees, tabthorpe (mentors, implicit)
2013-05-23 02:04:07
- Trim Makefile header
- OptionsNG
- Mark MAKE_JOBS_SAFE
2013-05-23 02:02:20
- Trim Makefile header
- OptionsNG