summaryrefslogtreecommitdiff
path: root/lang/cli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add file missed in the previous checkin.Maxim Sobolev2002-04-161-0/+5
| | | | Notes: svn path=/head/; revision=57763
* - Clean-up build system a bit;Maxim Sobolev2002-04-166-50/+110
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=57762
* Fix a silly permission bug, which results in a 777 permission all over theMaxim Sobolev2002-04-092-2/+26
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=57512
* Teach the creature how properly create shared libs on FreeBSD, so thatMaxim Sobolev2002-04-093-7/+17
| | | | | | | | | | binaries linked to librotor_palrt.so no longer hardcode patch to a specific location of librotor_palrt.so. Bump PORTREVISION. Reported by: many Notes: svn path=/head/; revision=57511
* Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.Maxim Sobolev2002-04-091-3/+3
| | | | | | | Submitted by: mwlucas Notes: svn path=/head/; revision=57501
* Correct primary MASTER_SITES.Maxim Sobolev2002-03-311-1/+2
| | | | | | | Submitted by: clive Notes: svn path=/head/; revision=57048
* Make it impossible to install the software without reading the license first.Maxim Sobolev2002-03-301-0/+9
| | | | Notes: svn path=/head/; revision=56952
* Add more MASTER_SITES from PR #36433.Maxim Sobolev2002-03-301-1/+3
| | | | Notes: svn path=/head/; revision=56948
* Add cli - Microsoft's Shared Source implementation if CLI ECMA standardMaxim Sobolev2002-03-3017-0/+628
and C# language. Please note, that in order to build on -current you need linker binary from -stable. Notes: svn path=/head/; revision=56902