aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* - Stage supportMartin Wilke2014-06-153-14/+24
| | | | | | | - Update 0.8.92 Notes: svn path=/head/; revision=357857
* Remove net-im/openfire-devel. There's been no -devel versions in months and thePietro Cerutti2014-06-138-693/+0
| | | | | | | | port has been in IGNORE state for a while. net-im/openfire is being kept up to date. Notes: svn path=/head/; revision=357651
* Refresh.Thierry Thomas2014-06-117-31/+13
| | | | Notes: svn path=/head/; revision=357544
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-112-2/+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
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Fix shebangfix.David Thiel2014-06-091-1/+6
| | | | | | | Submitted by: Ross Penner Notes: svn path=/head/; revision=357208
* Stagify.Vanilla I. Shu2014-06-091-8/+7
| | | | Notes: svn path=/head/; revision=357090
* Add NCURSES_WIDECHAR to CPPFLAGS to fix the build on -CURRENT.Joe Marcus Clarke2014-06-081-0/+1
| | | | | | | PR: 190792 Notes: svn path=/head/; revision=357065
* Fix RUN_DEPENDSAntoine Brodin2014-06-081-3/+2
| | | | Notes: svn path=/head/; revision=357009
* - update to 1.8.2Dirk Meyer2014-06-079-12/+27
| | | | Notes: svn path=/head/; revision=356892
* Fix packaging with poudriere in strict (-t) mode.Koop Mast2014-06-053-5/+0
| | | | | | | Don't list man pages twice. Notes: svn path=/head/; revision=356681
* Update to 0.9.4, rc file notice about daemonize, and support for LUAJIT.David Thiel2014-06-043-11/+32
| | | | | | | | PR: 188223 Submitted by: dar Notes: svn path=/head/; revision=356555
* - Switch security/libotr3 to USES=libtool, drop .la filesDmitry Marakasov2014-06-042-4/+4
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=356504
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-06-042-6/+2
| | | | | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Notes: svn path=/head/; revision=356503
* - Add stage supportMartin Wilke2014-06-042-40/+4
| | | | | | | | PR: 190558 Submitted by: maintainer Notes: svn path=/head/; revision=356433
* - Convert security/gsasl to USES=libtool, drop .la filesDmitry Marakasov2014-06-031-3/+2
| | | | | | | | | | - Bump revisions of dependent ports as gsasl .so version has changed - Convert USE_BZIP2 and USE_XZ to USES in some ports Approved by: portmgr blanket Notes: svn path=/head/; revision=356368
* Add an option to show the QR code.Thierry Thomas2014-06-021-0/+6
| | | | Notes: svn path=/head/; revision=356254
* Update to 0.4.0.Thierry Thomas2014-06-022-4/+4
| | | | | | | No significative change since yesterday, but the version number. Notes: svn path=/head/; revision=356253
* Refresh.Thierry Thomas2014-06-012-4/+4
| | | | Notes: svn path=/head/; revision=356186
* - RefreshThierry Thomas2014-06-012-4/+7
| | | | | | | - Add LIB_DEPENDS for libs used by libtoxav. Notes: svn path=/head/; revision=356185
* Refresh.Thierry Thomas2014-06-014-25/+28
| | | | Notes: svn path=/head/; revision=356184
* Stagify.Koop Mast2014-06-0119-67/+67
| | | | | | | | | Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla] Notes: svn path=/head/; revision=356105
* - Stage supportMartin Wilke2014-06-012-3/+1
| | | | Notes: svn path=/head/; revision=356089
* - Stage supportMartin Wilke2014-06-012-3/+1
| | | | Notes: svn path=/head/; revision=356088
* - Stage supportMartin Wilke2014-06-012-4/+3
| | | | Notes: svn path=/head/; revision=356086
* - Stage supportMartin Wilke2014-06-011-1/+0
| | | | Notes: svn path=/head/; revision=356082
* - Stage supportMartin Wilke2014-06-011-2/+1
| | | | Notes: svn path=/head/; revision=356079
* - Stage supportMartin Wilke2014-06-012-3/+1
| | | | Notes: svn path=/head/; revision=356078
* - Stage supportMartin Wilke2014-06-011-1/+0
| | | | Notes: svn path=/head/; revision=356077
* - Stage supportMartin Wilke2014-06-012-3/+1
| | | | Notes: svn path=/head/; revision=356076
* - Stage supportMartin Wilke2014-06-011-1/+0
| | | | Notes: svn path=/head/; revision=356075
* - Stage supportMartin Wilke2014-06-011-1/+0
| | | | Notes: svn path=/head/; revision=356074
* - Stage supportMartin Wilke2014-06-011-8/+1
| | | | | | | - Drop 7X gruft Notes: svn path=/head/; revision=356073
* - Stage supportMartin Wilke2014-06-011-1/+0
| | | | Notes: svn path=/head/; revision=356071
* Deprecated some ports that were already marked BROKEN in 2013Antoine Brodin2014-05-311-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356018
* Remove expired ports:Rene Ladan2014-05-316-220/+0
| | | | | | | | | 2014-05-31 net-im/mercury: MSN is dying and the domain mercury.im is down 2014-05-31 german/bsdgroup-firefox-searchplugin: bsdgroup.de no longer seems to exist 2014-05-31 german/bsdforen-firefox-searchplugin: No longer works after forum software update Notes: svn path=/head/; revision=355948
* Remove expired port:Kevin Lo2014-05-306-72/+0
| | | | | | | 2014-05-30 net-im/vicq: Unmaintained, outdated not depend on Notes: svn path=/head/; revision=355810
* Fix gettext detection.Tijl Coosemans2014-05-273-3/+4
| | | | | | | PR: 190299 Notes: svn path=/head/; revision=355575
* net-im/jitsi: Fix DragonFly breakage exposed by stagingJohn Marino2014-05-271-1/+1
| | | | | | | This is a no-op substition for FreeBSD (general fix-it blanket) Notes: svn path=/head/; revision=355489
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵Dmitry Marakasov2014-05-272-2/+2
| | | | | | | | | | | | | | polish/ekg2, polish/gnugadu2, sysutils/lineak-xosdplugin) to USES=libtool, drop .la files - Since xosd shlib version has changed, bump all ports which depend on it - Stagify deskutils/xneur - Convert USE_BZIP2 to USES - Use new LIB_DEPENDS syntax Approved by: portmgr blanket Notes: svn path=/head/; revision=355486
* - Switch to USES=libtool,tarDmitry Marakasov2014-05-262-24/+7
| | | | | | | | | - Add LICENSE_FILE - Strip binaries - Fix bash shebang Notes: svn path=/head/; revision=355436
* - Switch to USES=libtool,tarDmitry Marakasov2014-05-262-4/+5
| | | | | | | - Strip library Notes: svn path=/head/; revision=355435
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-3/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* - Convert gmake,bzip2,xz to USESMartin Wilke2014-05-269-16/+9
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355355
* - Switch to USES=libtoolDmitry Marakasov2014-05-262-4/+6
| | | | | | | - Strip library Notes: svn path=/head/; revision=355349
* Switch Opus to USES=libtool.Christian Weisgerber2014-05-251-0/+1
| | | | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=355266
* - Update to 14.05[1]Ashish SHUKLA2014-05-257-144/+329
| | | | | | | | | | | | | - Add a separate tarball to contain dependencies. - Add OPTIONS for HTTP, STUN, JSON, MYSQL, PGSQL, LAGER, and ICONV - Add diff to install epam binary[2] PR: ports/189812[1] Submitted by: Joseph Benden <joe at thrallingpenguin.com>[1], Christophe Romain <christophe.romain at process-one.net>[2] Notes: svn path=/head/; revision=355108
* Remove expired port:Rene Ladan2014-05-236-597/+0
| | | | | | | 2014-05-23 net-im/tkabber-devel: Unfetchable, outdated by net-im/tkabber Notes: svn path=/head/; revision=354948
* Fix installation with PLUGINS=off config, correcting pkg-plist.Matthias Andree2014-05-211-2/+2
| | | | | | | | | PR: 190080 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Approved by: gahr (maintainer) Notes: svn path=/head/; revision=354758
* Fix build with SASL option.Tijl Coosemans2014-05-211-0/+1
| | | | | | | PR: ports/190057 Notes: svn path=/head/; revision=354753