Commit graph

7 commits

Author SHA1 Message Date
Dirk Meyer
75420dee66 - apply patch from fearow@comcast.net 2003-08-15 04:53:58 +00:00
Maxim Sobolev
062cd21bb1 Upgrade to 20021101 release (aka 1.0), which fixes compilation on
recent FreeBSD versions and allows to remove all of the gcc 3.x
fixes. sscli now supports Darwin/ppc, so that it might be possible
to port it to FreeBSD/ppc once it is available.
2003-04-24 11:17:57 +00:00
Maxim Sobolev
83ef62f22b Update to 20020619. 2002-09-06 11:13:22 +00:00
Maxim Sobolev
1b712c05fc - Clean-up build system a bit;
- fix remaining two places where CFLAGS weren't respected;
- use cpio(1) to copy hierarchies instead of tar(1), so that it is possible
  to build the port as ordinary user, but still have installed files be
  owned by root;
- use slightly different solution for the problem with 777 permissions on
  directories created during the build. Instead of harcoding resulting
  prmission apply umask(2) to all mode arguments of [f]chmod() calls.
  Since Rotor has no notion of file-level security anyway this should be
  an optimal way to fix the problem.

Submitted by:	Patrick Backlund <pbacklun@cc.hut.fi> (cpio fix)
		sobomax (the rest)
2002-04-16 17:54:35 +00:00
Maxim Sobolev
62d38ed44b Fix a silly permission bug, which results in a 777 permission all over the
WRKSRC. The problem was that when trying to map read-only FAT attribute into
*nix permission, MS assumed that if that attribute isn't set then write
permissions should be granted to everyone. Funny, eh?

Bump PORTREVISION.
2002-04-09 22:38:40 +00:00
Maxim Sobolev
722f70571f Teach the creature how properly create shared libs on FreeBSD, so that
binaries linked to librotor_palrt.so no longer hardcode patch to a
specific location of librotor_palrt.so. Bump PORTREVISION.

Reported by:	many
2002-04-09 21:38:14 +00:00
Maxim Sobolev
eb8f89e29c Add cli - Microsoft's Shared Source implementation if CLI ECMA standard
and C# language. Please note, that in order to build on -current you need
linker binary from -stable.
2002-03-30 07:26:32 +00:00