1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
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
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Maxim Sobolev
c889bc680e Fix installation.
Submitted by:	IWASAKI Dai <dai@tristan.jp>
2002-10-05 17:58:00 +00:00
Maxim Sobolev
83ef62f22b Update to 20020619. 2002-09-06 11:13:22 +00:00
Maxim Sobolev
81fa91a064 Add file missed in the previous checkin. 2002-04-16 17:55:14 +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
4534e8eeb5 Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.
Submitted by:	mwlucas
2002-04-09 13:12:38 +00:00
Maxim Sobolev
a0c0ab9f13 Correct primary MASTER_SITES.
Submitted by:	clive
2002-03-31 10:53:13 +00:00
Maxim Sobolev
e64e5e20a1 Make it impossible to install the software without reading the license first. 2002-03-30 13:14:12 +00:00
Maxim Sobolev
533968dc1d Add more MASTER_SITES from PR #36433. 2002-03-30 12:24:11 +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