summaryrefslogtreecommitdiff
path: root/lang/cli/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired portsKris Kennaway2007-02-1115-346/+0
| | | | Notes: svn path=/head/; revision=184834
* - apply patch from fearow@comcast.netDirk Meyer2003-08-151-0/+11
| | | | Notes: svn path=/head/; revision=86971
* Upgrade to 20021101 release (aka 1.0), which fixes compilation onMaxim Sobolev2003-04-249-85/+96
| | | | | | | | | 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. Notes: svn path=/head/; revision=79580
* Update to 20020619.Maxim Sobolev2002-09-067-44/+113
| | | | Notes: svn path=/head/; revision=65724
* - Clean-up build system a bit;Maxim Sobolev2002-04-165-39/+101
| | | | | | | | | | | | | | | | | | - 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-091-0/+25
| | | | | | | | | | | 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-092-7/+16
| | | | | | | | | | 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
* Add cli - Microsoft's Shared Source implementation if CLI ECMA standardMaxim Sobolev2002-03-308-0/+159
and C# language. Please note, that in order to build on -current you need linker binary from -stable. Notes: svn path=/head/; revision=56902