Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to 2.47, which consists mostly of small bugfixes. | Eric Anholt | 2005-05-05 | 3 | -25/+3 |
| | |||||
* | At Kris's request, back out the MACHINE_ARCH spelling correction until | David E. O'Brien | 2005-04-12 | 1 | -1/+1 |
| | | | | after 5.4-RELEASE. | ||||
* | Assist getting more ports working on AMD64 by obeying the | David E. O'Brien | 2005-04-11 | 1 | -1/+1 |
| | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. | ||||
* | Update to 2.46. Remove patch-array.c which was properly fixed elsewhere a few | Eric Anholt | 2005-02-28 | 4 | -25/+25 |
| | | | | | months ago, and add patch-func.c from cvs, to deal with a crash in GC with malloc debugging on (i.e. -current). | ||||
* | Don't forget to rmdir the new include/nickle. While I'm here, make rmdir of | Eric Anholt | 2005-02-13 | 1 | -1/+2 |
| | | | | | | | share/nickle failure non-fatal, as people might be installing 3rd-party stuff there. Reported by: pointyhat via kris | ||||
* | Update to 2.45. The notable new feature is the foreign function interface, | Eric Anholt | 2005-02-11 | 3 | -5/+27 |
| | | | | | | which has been used for things like a cairo binding. As the ffi often requires loading libs which need pthreads, and we can't load pthreads during dlopen, link nickle against the pthreads lib to begin with. | ||||
* | Add missing directories | Kris Kennaway | 2004-11-25 | 1 | -0/+3 |
| | |||||
* | Fix the build on -stable. Older gcc doesn't like having the ALLOCATE mixed in | Eric Anholt | 2004-10-17 | 1 | -0/+22 |
| | | | | with variable definitions, it seems. | ||||
* | Update to 2.41 and take maintainership. I hang out with the authors a lot, and | Eric Anholt | 2004-08-22 | 3 | -4/+33 |
| | | | | | they've basically made me start using it. It got to the point that I'd say, "I should write that in nickle" and I didn't even know the language yet. | ||||
* | - Update to version 2.28 | Kirill Ponomarev | 2004-03-20 | 3 | -22/+21 |
| | | | | | PR: ports/64470 Submitted by: Ports Fury | ||||
* | Add size data. | Trevor Johnson | 2004-03-19 | 1 | -0/+1 |
| | |||||
* | E-mail to the maintainer bounced: | Trevor Johnson | 2004-03-18 | 1 | -1/+1 |
| | | | | | <chrise@scardini.com>: host scardini.com[69.20.61.176] said: 550 5.1.1 <chrise@scardini.com>... User unknown | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN | Kris Kennaway | 2003-06-05 | 1 | -6/+6 |
| | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris | ||||
* | BROKEN on 5.1: does not compile | Kris Kennaway | 2003-05-18 | 1 | -1/+7 |
| | |||||
* | De-pkg-comment. | Akinori MUSHA | 2003-02-21 | 2 | -1/+1 |
| | |||||
* | Update to 2.00 and give maintainership to submitter | Patrick Li | 2002-01-09 | 3 | -3/+5 |
| | | | | | PR: 33632 Submitted by: Christopher Elkins <chrise@scardini.com> | ||||
* | Update MASTER_SITES | Kevin Lo | 2001-04-24 | 2 | -2/+2 |
| | | | | | PR: 26738 Submitted by: Christopher Elkins <chrise@scardini.com> | ||||
* | add nickle | Ying-Chieh Liao | 2001-04-17 | 5 | -0/+37 |
A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com> |