| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
18 Jun 2008 06:57:16
5.16.19_1
|
gahr  |
- While (I was) at it, respect NOPORTDOCS |
18 Jun 2008 00:35:53
5.16.19
|
gahr  |
- Add USE_LDCONFIG to make the port find its own libs [1]
- While at it, respect DOCSDIR
PR: 124279 [1]
Submitted by: gahr
Approved by: maintainer timeout |
25 Aug 2007 10:42:57
5.16.19
|
fjoe  |
Use PREFIX instead of MANPREFIX for --mandir. |
23 Aug 2007 06:23:54
5.16.19
|
fjoe  |
- Fix build on x86_64 [1]
- Fix build with gcc 4.2.1.
Pointed out by: kris via pointyhat [1] |
21 Aug 2007 12:57:10
5.16.19
|
edwin  |
Fix INDEX.
Pointy hat to: fjoe@
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-depend.html#AEN2125
on how to use BUILD_DEPENDS. |
21 Aug 2007 10:43:13
5.16.19
|
fjoe  |
New port: cint
CINT is a C/C++ interpreter aimed at processing C/C++ scripts.
CINT covers about 95% of ANSI C and 85% of C++. A CINT script can call
compiled classes/functions and compiled code can make callbacks to CINT
user defined functions. Utilities, like makecint and rootcint, automate
the process of embedding compiled C/C++ library code as shared objects
(as Dynamic Link Library, DLL, or shared library, .so). Source files
and shared objects can be dynamically loaded/unloaded without stopping
the CINT process. CINT offers a gdb like debugging environment for
interpreted programs. |