aboutsummaryrefslogtreecommitdiff
path: root/devel/mcpp
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - Fix build on AMD64Martin Wilke2007-06-042-0/+26
| | | | | | | | Submitted by: ponityhat via kris Kiyoshi Matsui<kmatsui@t3.rim.or.jp> (maintainer) Notes: svn path=/head/; revision=192656
* - Update to 2.6.4Martin Wilke2007-05-273-12/+10
| | | | | | | | PR: 112831 Submitted by: Kiyoshi Matsui<kmatsui@t3.rim.or.jp> (maintainer) Notes: svn path=/head/; revision=192139
* - Correct set mandirRong-En Fan2007-04-281-0/+1
| | | | | | | | PR: 111999 Submitted by: Kiyoshi Matsui <kmatsui at t3.rim.or.jp> (maintainet) Notes: svn path=/head/; revision=191056
* C/C++ preprocessor expands macros and processes '#if', '#include' andMartin Wilke2007-04-153-0/+51
some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance, implementated by Kiyoshi Matsui. MCPP is especially useful for debugging the source program which use complicated macros and also useful for checking portability of the source. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. Though mcpp could be built as a replacement of GCC's resident proprocessor or as a subroutine called from some other main program, this package installs only a stand-alone program named 'mcpp' which behaves independent from GCC. WWW: http://mcpp.sourceforge.net/ - Kiyoshi Matsui <kmatsui@t3.rim.or.jp> PR: ports/111588 Submitted by: Kiyoshi Matsui <kmatsui at t3.rim.or.jp> Notes: svn path=/head/; revision=190022