aboutsummaryrefslogtreecommitdiff
path: root/devel/libzrtpcpp
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing dependencyJose Alonso Cardenas Marquez2009-11-141-3/+5
| | | | | | | | | | | | - Fix a problem with OpenSSL support. Now net/twinkle can compile without problems. - Bump PORTREVISION Tested by: pav Reported by: pav Notes: svn path=/head/; revision=244271
* - Remove WITH_OPENSSL_PORT. it compiles fine with openssl version of base systemJose Alonso Cardenas Marquez2009-11-101-1/+0
| | | | | | | | | | and it could be defined in make.conf file. PR: 139634 Submitted by: Alexander V. Chernikov" <melifaro __ at _ipfw.ru> Notes: svn path=/head/; revision=244074
* - Update to 1.4.6Jose Alonso Cardenas Marquez2009-11-102-5/+5
| | | | Notes: svn path=/head/; revision=244071
* - Update to 1.4.0Jose Alonso Cardenas Marquez2008-12-125-36/+17
| | | | | | | | PR: 129482 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Notes: svn path=/head/; revision=224170
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 1.0.0Jose Alonso Cardenas Marquez2007-12-224-11/+20
| | | | Notes: svn path=/head/; revision=204320
* - Update to 0.9.2Jose Alonso Cardenas Marquez2007-10-023-6/+7
| | | | Notes: svn path=/head/; revision=200659
* - Fix build on 4.xJose Alonso Cardenas Marquez2006-10-062-1/+14
| | | | | | | | | - Bump PORTREVISION Reported by: kris Notes: svn path=/head/; revision=174659
* - New port: devel/libzrtpcppJose Alonso Cardenas Marquez2006-10-055-0/+83
A separate extension package for GNU ccRTP, it provides support for the ZRTP protocol (as defined in the Internet draft draft-zimmermann-avt-zrtp). WWW: http://www.gnu.org/software/ccrtp/ Notes: svn path=/head/; revision=174515