aboutsummaryrefslogtreecommitdiff
path: root/devel/ccons
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for parameters in the scriptDanilo Egea Gondolfo2014-11-021-1/+1
| | | | Notes: svn path=/head/; revision=372053
* - Fix the 'Argument defined more than once' error during runtimeDanilo Egea Gondolfo2014-11-023-6/+29
| | | | Notes: svn path=/head/; revision=372052
* - Use clang33 as RUN_DEPENDS to avoid confusion with libclang.so from ↵Danilo Egea Gondolfo2014-02-201-2/+2
| | | | | | | | | another port. Reported by: brooks Notes: svn path=/head/; revision=345263
* - Add libclang.so to LIB_DEPENDSDanilo Egea Gondolfo2014-02-191-1/+3
| | | | Notes: svn path=/head/; revision=345162
* - Update from r243 to r251Danilo Egea Gondolfo2013-10-053-22/+29
| | | | | | | | | | | | | | | | | - Change clang dependence to clang33 - Change maintainer email to @FreeBSD.org - Add "Created by" line to header - Simplify BUILD_DEPENDS - Convert LIB_DEPENDS to new syntax - Simplify LDFLAGS - Use libc++ on CURRENT - Add a patch to insert an necessary header - Add stage support Approved by: wg / culot (mentors, implicit) Notes: svn path=/head/; revision=329407
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-1/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)Pietro Cerutti2013-02-141-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=312209
* - Update to r243Felippe de Meirelles Motta2013-02-072-3/+3
| | | | | | | | PR: ports/175504 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Notes: svn path=/head/; revision=311882
* - Update to r236Felippe de Meirelles Motta2012-10-262-4/+4
| | | | | | | | | PR: ports/173029 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=306463
* The goal of the ccons project is to create an interactive consoleFelippe de Meirelles Motta2012-10-223-0/+55
for the C programming language, similar to "python" and "irb" for Python and Ruby respectively. PR: ports/172551 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=306291