summaryrefslogtreecommitdiff
path: root/lang/cli (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - apply patch from fearow@comcast.netDirk Meyer2003-08-151-0/+11
| | | | Notes: svn path=/head/; revision=86971
* - make IGNORE, license terms need to be agreed prior installDirk Meyer2003-08-141-4/+11
| | | | | | | | | - apply patch from fearow@comcast.net - add USE_PERL=yes PR: 55368 Notes: svn path=/head/; revision=86954
* ONLY_FOR_ARCHS=i386Kris Kennaway2003-07-311-0/+1
| | | | Notes: svn path=/head/; revision=86045
* Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED. Mark BROKEN (does notKris Kennaway2003-07-311-2/+2
| | | | | | | compile). Notes: svn path=/head/; revision=85993
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Upgrade to 20021101 release (aka 1.0), which fixes compilation onMaxim Sobolev2003-04-2420-2624/+281
| | | | | | | | | 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
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix installation.Maxim Sobolev2002-10-051-1/+1
| | | | | | | Submitted by: IWASAKI Dai <dai@tristan.jp> Notes: svn path=/head/; revision=67361
* Update to 20020619.Maxim Sobolev2002-09-0617-397/+2912
| | | | Notes: svn path=/head/; revision=65724
* 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