summaryrefslogtreecommitdiffstats
path: root/lang/cli
Commit message (Collapse)AuthorAgeFilesLines
* Add file missed in the previous checkin.sobomax2002-04-161-0/+5
|
* - Clean-up build system a bit;sobomax2002-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)
* Fix a silly permission bug, which results in a 777 permission all over thesobomax2002-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.
* Teach the creature how properly create shared libs on FreeBSD, so thatsobomax2002-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
* Grammar nit: I_AGREE_TO_A_LICENSE_TERMS -> I_AGREE_TO_LICENSE_TERMS.sobomax2002-04-091-3/+3
| | | | Submitted by: mwlucas
* Correct primary MASTER_SITES.sobomax2002-03-311-1/+2
| | | | Submitted by: clive
* Make it impossible to install the software without reading the license first.sobomax2002-03-301-0/+9
|
* Add more MASTER_SITES from PR #36433.sobomax2002-03-301-1/+3
|
* Add cli - Microsoft's Shared Source implementation if CLI ECMA standardsobomax2002-03-3017-0/+628
and C# language. Please note, that in order to build on -current you need linker binary from -stable.
OpenPOWER on IntegriCloud