1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
Baptiste Daroussin
2bbb53adc3 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:07:12 +00:00
Martin Wilke
e2e772bd2a - Convert gmake,bzip2 to USES
Approved by:	portmgr
2014-05-26 14:47:56 +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
Olli Hauer
27de467a2b - remove MD5 2011-07-03 13:45:36 +00:00
Pietro Cerutti
b6f7531c01 - While (I was) at it, respect NOPORTDOCS 2008-06-18 05:57:16 +00:00
Pietro Cerutti
4c5126c4dd - 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
2008-06-17 23:35:40 +00:00
Max Khon
4b472605f2 Use PREFIX instead of MANPREFIX for --mandir. 2007-08-25 09:42:57 +00:00
Max Khon
3fa1df3896 - Fix build on x86_64 [1]
- Fix build with gcc 4.2.1.

Pointed out by:	kris via pointyhat [1]
2007-08-23 05:23:53 +00:00
Edwin Groothuis
8df56b8de6 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.
2007-08-21 11:57:10 +00:00
Max Khon
08cfe34e36 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.
2007-08-21 09:43:13 +00:00