| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
22 Oct 2011 23:50:23
2.7.2_1
|
eadler  |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
03 Jul 2011 14:59:23
2.7.2_1
|
ohauer  |
-remove MD5 |
30 Mar 2011 18:26:40
2.7.2_1
|
ohauer  |
- add patches to fix some security and functionality issues
PR: ports/155934
Submitted by: Michael Gmelin <freebsd _at_ grem.de>
Approved by: Kiyoshi MATSUI <kmatsui _at_ t3.rim.or.jp> (maintainer) |
22 Aug 2009 00:18:43
2.7.2
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
01 Dec 2008 21:09:43
2.7.2
|
miwi  |
- Update to 2.7.2
PR: 129298
Submitted by: Kiyoshi Matsui <kmatsui@t3.rim.or.jp> (maintainer) |
21 Aug 2008 06:18:49
2.7.1
|
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2008 09:42:37
2.7.1
|
olgeni  |
Large round of typo fixes in ports/devel (pkg-descr). |
22 May 2008 22:50:32
2.7.1
|
miwi  |
- Fix pkg-plist
Reported by: ionbot |
22 May 2008 00:06:46
2.7.1
|
miwi  |
- Update to 2.7.1
PR: 123817
Submitted by: Kiyoshi Matsui <kmatsui@t3.rim.or.jp> (maintainer) |
31 Mar 2008 06:24:40
2.7
|
rafan  |
- Update to 2.7
- Use SOURCEFORGE macro from bsd.sites.mk
PR: ports/122044
Submitted by: iyoshi MATSUI <kmatsui at t3.rim.or.jp> (maintainer) |
23 Jul 2007 09:36:52
2.6.4_1
|
rafan  |
- 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 |
04 Jun 2007 06:22:03
2.6.4_1
|
miwi  |
- Fix build on AMD64
Submitted by: ponityhat via kris
Kiyoshi Matsui<kmatsui@t3.rim.or.jp> (maintainer) |
27 May 2007 21:52:43
2.6.4
|
miwi  |
- Update to 2.6.4
PR: 112831
Submitted by: Kiyoshi Matsui<kmatsui@t3.rim.or.jp> (maintainer) |
28 Apr 2007 10:07:50
2.6.3
|
rafan  |
- Correct set mandir
PR: 111999
Submitted by: Kiyoshi Matsui <kmatsui at t3.rim.or.jp> (maintainet) |
15 Apr 2007 18:59:37
2.6.3
|
miwi  |
C/C++ preprocessor expands macros and processes '#if', '#include' and
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> |