aboutsummaryrefslogtreecommitdiff
path: root/lang/nickle/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add missing closing parenthesis in comment.Alexey Dokuchaev2012-05-101-1/+1
| | | | Notes: svn path=/head/; revision=296384
* - Update to 2.75Wen Heping2012-05-101-1/+1
| | | | Notes: svn path=/head/; revision=296360
* - Provide a comment about what we are reinplacing here forAlexey Dokuchaev2012-03-251-6/+8
| | | | | | | | | | - Fix a typo (NIPORTEXAMPLES -> NOPORTEXAMPLES) - Merge two options of cpio(1) so that line does not touch screen boundary Feature safe: yes Notes: svn path=/head/; revision=293797
* - Update to version 2.73Martin Wilke2012-03-241-1/+17
| | | | | | | | | PR: 166040 Submitted by: Ports FUry Feature safe: yes Notes: svn path=/head/; revision=293762
* - Update to version 2.72Alexey Dokuchaev2012-02-151-3/+5
| | | | | | | | | - Define LICENSE (MIT) - Relinquish maintainership - Reword comment a bit Notes: svn path=/head/; revision=291384
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Update to version 2.70.Alexey Dokuchaev2010-07-161-1/+1
| | | | Notes: svn path=/head/; revision=257833
* Update to version 2.69.Alexey Dokuchaev2009-12-121-1/+1
| | | | Notes: svn path=/head/; revision=245581
* Update to version 2.68.Alexey Dokuchaev2008-08-081-5/+2
| | | | Notes: svn path=/head/; revision=218244
* - Canonicalize Makefile headerAlexey Dokuchaev2008-08-071-5/+5
| | | | | | | | - Clarify COMMENT and port description - Assume maintainership Notes: svn path=/head/; revision=218198
* Drop maintainership on my ports as I'm no longer using FreeBSD.Eric Anholt2008-08-061-1/+1
| | | | Notes: svn path=/head/; revision=218158
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Update nickle to 2.56Eric Anholt2007-05-241-1/+1
| | | | | | | | PR: ports/11024 Submitted by: araujo Notes: svn path=/head/; revision=191653
* Update to 2.54.Eric Anholt2006-08-311-2/+3
| | | | | | | | PR: ports/101930 Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru> Notes: svn path=/head/; revision=171703
* Update to 2.47, which consists mostly of small bugfixes.Eric Anholt2005-05-051-1/+1
| | | | Notes: svn path=/head/; revision=134640
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* Update to 2.46. Remove patch-array.c which was properly fixed elsewhere a fewEric Anholt2005-02-281-1/+1
| | | | | | | | months ago, and add patch-func.c from cvs, to deal with a crash in GC with malloc debugging on (i.e. -current). Notes: svn path=/head/; revision=129987
* Update to 2.45. The notable new feature is the foreign function interface,Eric Anholt2005-02-101-1/+7
| | | | | | | | | 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. Notes: svn path=/head/; revision=128490
* Update to 2.41 and take maintainership. I hang out with the authors a lot, andEric Anholt2004-08-221-2/+2
| | | | | | | | 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. Notes: svn path=/head/; revision=117002
* - Update to version 2.28Kirill Ponomarev2004-03-191-11/+4
| | | | | | | | PR: ports/64470 Submitted by: Ports Fury Notes: svn path=/head/; revision=104654
* E-mail to the maintainer bounced:Trevor Johnson2004-03-181-1/+1
| | | | | | | | <chrise@scardini.com>: host scardini.com[69.20.61.176] said: 550 5.1.1 <chrise@scardini.com>... User unknown Notes: svn path=/head/; revision=104366
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-041-6/+6
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: does not compileKris Kennaway2003-05-181-1/+7
| | | | Notes: svn path=/head/; revision=81209
* De-pkg-comment.Akinori MUSHA2003-02-211-0/+1
| | | | Notes: svn path=/head/; revision=76037
* Update to 2.00 and give maintainership to submitterPatrick Li2002-01-091-2/+3
| | | | | | | | PR: 33632 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=52788
* Update MASTER_SITESKevin Lo2001-04-241-1/+1
| | | | | | | | PR: 26738 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=41862
* add nickleYing-Chieh Liao2001-04-171-0/+20
A desk calculator language PR: 26632 Submitted by: Christopher Elkins <chrise@scardini.com> Notes: svn path=/head/; revision=41507