Alexey Dokuchaev
0969105982
- Drop the article from COMMENT line, sort the knobs
...
- Convert USE_GMAKE to USES, expand ${PTHREAD_LIBS}
- Stagify and unmute copying of examples while here
2013-11-18 13:51:51 +00:00
Baptiste Daroussin
888ab73a81
Add NO_STAGE all over the place in preparation for the staging support (cat: lang)
2013-09-20 19:53:09 +00:00
Alex Kozlov
d4041784dc
- Remove MAKE_JOBS_SAFE variable
...
Approved by: portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
9f1de9b900
Convert USE_NCURSES by USES=ncurses
...
Convert USE_READLINE by USES=readline
2013-05-06 15:34:17 +00:00
Bryan Drewery
05b9f3be61
- Update to 2.77
...
- Trim header
Feature safe: yes
2012-11-09 16:12:53 +00:00
Baptiste Daroussin
67e94b5344
Fix conversion to optionsng
2012-07-20 21:37:14 +00:00
Armin Pirkovitsch
fc08561b09
- Update to version 2.76
...
- Switch to optionsng
PR: ports/169419
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
2012-07-19 17:40:38 +00:00
Alexey Dokuchaev
592536857c
Add missing closing parenthesis in comment.
2012-05-10 17:06:31 +00:00
Wen Heping
a8681cf69f
- Update to 2.75
2012-05-10 12:50:16 +00:00
Alexey Dokuchaev
94d74c6da5
- Provide a comment about what we are reinplacing here for
...
- Fix a typo (NIPORTEXAMPLES -> NOPORTEXAMPLES)
- Merge two options of cpio(1) so that line does not touch screen boundary
Feature safe: yes
2012-03-25 11:28:46 +00:00
Martin Wilke
7d5a8531c3
- Update to version 2.73
...
PR: 166040
Submitted by: Ports FUry
Feature safe: yes
2012-03-24 16:44:31 +00:00
Alexey Dokuchaev
d3a97b037d
- Update to version 2.72
...
- Define LICENSE (MIT)
- Relinquish maintainership
- Reword comment a bit
2012-02-15 02:23:01 +00:00
Dmitry Marakasov
6f6fbe4bdf
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
...
- 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
2011-09-23 22:26:39 +00:00
Olli Hauer
27de467a2b
- remove MD5
2011-07-03 13:45:36 +00:00
Alexey Dokuchaev
65fb9d6250
Update to version 2.70.
2010-07-16 01:51:37 +00:00
Alexey Dokuchaev
051299ddcb
Update to version 2.69.
2009-12-12 01:28:15 +00:00
Alexey Dokuchaev
acc6a623a3
Update to version 2.68.
2008-08-08 13:57:57 +00:00
Alexey Dokuchaev
b4a8167718
- Canonicalize Makefile header
...
- Clarify COMMENT and port description
- Assume maintainership
2008-08-07 12:25:26 +00:00
Eric Anholt
d661e422dd
Drop maintainership on my ports as I'm no longer using FreeBSD.
2008-08-06 20:41:05 +00:00
Rong-En Fan
f935a609c5
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
...
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
2007-07-23 09:36:51 +00:00
Eric Anholt
d93add4bcc
Update nickle to 2.56
...
PR: ports/11024
Submitted by: araujo
2007-05-24 22:27:10 +00:00
Eric Anholt
60a93ff0c4
Update to 2.54.
...
PR: ports/101930
Submitted by: Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-31 07:01:26 +00:00
Edwin Groothuis
c92c635b24
SHA256ify
...
Approved by: krion@
2006-01-22 12:42:24 +00:00
Eric Anholt
410bc95578
Update to 2.47, which consists mostly of small bugfixes.
2005-05-05 04:23:22 +00:00
David E. O'Brien
c3d8037aeb
At Kris's request, back out the MACHINE_ARCH spelling correction until
...
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae
Assist getting more ports working on AMD64 by obeying the
...
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Eric Anholt
085b3913b9
Update to 2.46. Remove patch-array.c which was properly fixed elsewhere a few
...
months ago, and add patch-func.c from cvs, to deal with a crash in GC with
malloc debugging on (i.e. -current).
2005-02-28 05:43:38 +00:00
Eric Anholt
1ce6359838
Don't forget to rmdir the new include/nickle. While I'm here, make rmdir of
...
share/nickle failure non-fatal, as people might be installing 3rd-party stuff
there.
Reported by: pointyhat via kris
2005-02-12 19:57:39 +00:00
Eric Anholt
df4192a33a
Update to 2.45. The notable new feature is the foreign function interface,
...
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.
2005-02-10 23:00:08 +00:00
Kris Kennaway
b2e3fa47f5
Add missing directories
2004-11-24 23:19:21 +00:00
Eric Anholt
5d90a8bd05
Fix the build on -stable. Older gcc doesn't like having the ALLOCATE mixed in
...
with variable definitions, it seems.
2004-10-17 01:09:01 +00:00
Eric Anholt
bbb485331b
Update to 2.41 and take maintainership. I hang out with the authors a lot, and
...
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.
2004-08-22 04:59:53 +00:00
Kirill Ponomarev
7bdda863f0
- Update to version 2.28
...
PR: ports/64470
Submitted by: Ports Fury
2004-03-19 19:38:07 +00:00
Trevor Johnson
17dfa2daa6
Add size data.
2004-03-19 04:21:39 +00:00
Trevor Johnson
ad8954185f
E-mail to the maintainer bounced:
...
<chrise@scardini.com>: host scardini.com[69.20.61.176] said: 550 5.1.1
<chrise@scardini.com>... User unknown
2004-03-18 03:08:55 +00:00
Joe Marcus Clarke
053fdb6a6b
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
...
(Part 2)
2004-02-04 05:21:48 +00:00
Kris Kennaway
93872f18cc
Move inclusion of bsd.port.pre.mk later in the file for conditional BROKEN
...
tag. Early inclusion caused problems for some ports, so to be safe I'm
updating all of them.
Pointy hat to: kris
2003-06-04 22:43:38 +00:00
Kris Kennaway
d500c1cc50
BROKEN on 5.1: does not compile
2003-05-18 10:15:44 +00:00
Akinori MUSHA
3baa89dcc9
De-pkg-comment.
2003-02-21 12:35:09 +00:00
Patrick Li
c663727a39
Update to 2.00 and give maintainership to submitter
...
PR: 33632
Submitted by: Christopher Elkins <chrise@scardini.com>
2002-01-09 02:19:19 +00:00
Kevin Lo
7cab1124a6
Update MASTER_SITES
...
PR: 26738
Submitted by: Christopher Elkins <chrise@scardini.com>
2001-04-24 14:11:31 +00:00
Ying-Chieh Liao
f72ad262ea
add nickle
...
A desk calculator language
PR: 26632
Submitted by: Christopher Elkins <chrise@scardini.com>
2001-04-17 08:32:28 +00:00