aboutsummaryrefslogtreecommitdiff
path: root/devel/ccrtp
Commit message (Collapse)AuthorAgeFilesLines
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-303-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-282-4/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=363110
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-05-202-2/+2
| | | | | | | - While at it, place a single space after WWW in pkg-descr Notes: svn path=/head/; revision=354616
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-04-151-1/+1
| | | | Notes: svn path=/head/; revision=351309
* - Chase devel/ucommon shlib version bumpPietro Cerutti2014-01-091-2/+6
| | | | Notes: svn path=/head/; revision=339255
* - Update to 2.0.6Jose Alonso Cardenas Marquez2013-10-022-8/+6
| | | | | | | | - Remove BROKEN - Add missing dependency Notes: svn path=/head/; revision=329097
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* Eradicate USE_GNOME=pkgconfig from develBaptiste Daroussin2013-09-021-2/+1
| | | | | | | | | | While here: USE_GMAKE->USES=gmake USE_GNOME=gnomehack->USES=pathfix USE_PERL5*->USES=perl5 Notes: svn path=/head/; revision=325945
* - BROKEN Fails to buildMartin Wilke2013-03-091-5/+3
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=313717
* - Chase devel/ucommon shlib versbion bumpPietro Cerutti2013-02-111-2/+3
| | | | Notes: svn path=/head/; revision=312062
* - Update to 2.0.5Jose Alonso Cardenas Marquez2012-12-134-17/+17
| | | | | | | | PR: 170600 Submitted by: Waitman Gobble <uzimac at da3m0n8t3r.com> Notes: svn path=/head/; revision=308855
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.7.1Jose Alonso Cardenas Marquez2009-11-103-7/+7
| | | | Notes: svn path=/head/; revision=244069
* - Update to 1.6.2Jose Alonso Cardenas Marquez2008-12-123-5/+5
| | | | | | | | PR: 129480 Submitted by: Pedro F. Giffuni <giffunip at tutopia.com> Notes: svn path=/head/; revision=224169
* 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.6.0Jose Alonso Cardenas Marquez2007-12-223-8/+7
| | | | Notes: svn path=/head/; revision=204319
* - Update to 1.5.2Jose Alonso Cardenas Marquez2007-10-023-7/+6
| | | | Notes: svn path=/head/; revision=200658
* - Update to 1.5.0Jose Alonso Cardenas Marquez2006-10-053-8/+15
| | | | Notes: svn path=/head/; revision=174518
* Adding port devel/ccrtp, Implementation of the real-time transportAaron Dalton2006-07-255-0/+71
protocol. PR: ports/97508 Submitted by: acm Notes: svn path=/head/; revision=168741