| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
29 Apr 2013 18:47:58
2.1.0_2
|
jgh  |
- adoption of optionsNG
Approved by: portmgr (bapt) |
25 Apr 2012 03:23:41
2.1.0_2
|
daichi  |
Add a CONFLICT line |
03 Jul 2011 14:59:23
2.1.0_2
|
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
2.1.0_2
|
ade  |
Sync to new bsd.autotools.mk |
16 Oct 2010 11:52:47
2.1.0_2
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
2.1.0_2
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
22 Aug 2009 00:18:43
2.1.0_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
21 Aug 2008 06:18:49
2.1.0_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 ) |
20 Aug 2008 00:57:32
2.1.0_1
|
ade  |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
14 Mar 2008 16:00:08
2.1.0_1
|
pav  |
- Stop packaging mtree symlinks
PR: ports/121691
Submitted by: Scot Hetzel <swhetzel@gmail.com> |
30 Sep 2007 04:47:37
2.1.0_1
|
linimon  |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe |
09 Sep 2007 05:55:50
2.1.0
|
edwin  |
[NEW PORT] devel/cunit: An automated unit testing framework for C
CUnit is a lightweight system for writing, administering,
and running unit tests in C. It provides C programmers a
basic testing functionality with a flexible variety of user
interfaces. CUnit is built as a static library which is
linked with the user's testing code. It uses a simple
framework for building test structures, and provides a rich
set of assertions for testing common data types. In addition,
several different interfaces are provided for running tests
and reporting results.
WWW: http://cunit.sourceforge.net/
PR: ports/114934
Submitted by: Stefan Pauly <stefan@fh-mainz.de> |