1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Max Khon
dae70c9c12 Add missing dependency on readline. 2014-09-13 11:30:43 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Max Khon
832a188394 Add missing patch. 2014-09-01 09:52:29 +00:00
Max Khon
ebed03f522 - Update to 5.18.00
- Stagify
- Take back maintainership
2014-09-01 09:51:50 +00:00
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