| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
09 Mar 2013 14:35:10
2.0.5_1
|
miwi  |
- BROKEN Fails to build
DUCOMMON_VISIBILITY=1 -pthread -pthread -o .libs/rtpsend rtpsend.o -pthread
../src/.libs/libccrtp.so -L/usr/local/lib /usr/local/lib/libcommoncpp.so
/usr/local/lib/libucommon.so -lgcc -lcrypto -pthread -Wl,-rpath
-Wl,/usr/local/lib
../src/.libs/libccrtp.so: undefined reference to `Twofish_encrypt'
../src/.libs/libccrtp.so: undefined reference to `Twofish_initialise'
../src/.libs/libccrtp.so: undefined reference to `Twofish_prepare_key'
gmake[2]: *** [rtpsend] Error 1 |
11 Feb 2013 14:21:39
2.0.5_1
|
gahr  |
- Chase devel/ucommon shlib versbion bump |
13 Dec 2012 16:10:13
2.0.5
|
acm  |
- Update to 2.0.5
PR: 170600
Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com> |
23 Sep 2011 22:26:39
1.7.1
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
03 Jul 2011 14:59:23
1.7.1
|
ohauer  |
-remove MD5 |
10 Nov 2009 16:12:55
1.7.1
|
acm  |
- Update to 1.7.1 |
12 Dec 2008 22:49:45
1.6.2
|
acm  |
- Update to 1.6.2
PR: 129480
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> |
21 Aug 2008 06:18:49
1.6.0
|
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 ) |
22 Dec 2007 06:32:52
1.6.0
|
acm  |
- Update to 1.6.0 |
02 Oct 2007 15:42:21
1.5.2
|
acm  |
- Update to 1.5.2 |
05 Oct 2006 06:31:32
1.5.0
|
acm  |
- Update to 1.5.0 |
25 Jul 2006 17:39:19
1.4.1
|
aaron  |
Adding port devel/ccrtp, Implementation of the real-time transport
protocol.
PR: ports/97508
Submitted by: acm |