aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.vanilla2014-06-201-1/+0
| | | | Approved by: portmgr@
* 1: Stagify.vanilla2014-06-201-4/+2
| | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@
* 1: Stagify.vanilla2014-06-202-14/+6
| | | | | | 2: new syntax of LIB_DEPENDS. Approved by: portmgr@
* Stagify.vanilla2014-06-201-7/+4
| | | | Approved by: portmgr@
* Stagify.vanilla2014-06-203-4/+12
| | | | Approved by: portmgr@
* - Stage supportmiwi2014-06-153-14/+24
| | | | - Update 0.8.92
* Remove net-im/openfire-devel. There's been no -devel versions in months and thegahr2014-06-138-693/+0
| | | | | port has been in IGNORE state for a while. net-im/openfire is being kept up to date.
* Refresh.thierry2014-06-127-31/+13
|
* Support LIBS like LDFLAGS.tijl2014-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)
* Remove all the bootstrap files (.bs) from the plists.mat2014-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
* Fix shebangfix.lx2014-06-101-1/+6
| | | | Submitted by: Ross Penner
* Stagify.vanilla2014-06-091-8/+7
|
* Add NCURSES_WIDECHAR to CPPFLAGS to fix the build on -CURRENT.marcus2014-06-091-0/+1
| | | | PR: 190792
* Fix RUN_DEPENDSantoine2014-06-081-3/+2
|
* - update to 1.8.2dinoex2014-06-079-12/+27
|
* Fix packaging with poudriere in strict (-t) mode.kwm2014-06-063-5/+0
| | | | Don't list man pages twice.
* Update to 0.9.4, rc file notice about daemonize, and support for LUAJIT.lx2014-06-053-11/+32
| | | | | PR: 188223 Submitted by: dar
* - Switch security/libotr3 to USES=libtool, drop .la filesamdmi32014-06-042-4/+4
| | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket
* - Convert USE_BZIP2 to USESamdmi32014-06-042-6/+2
| | | | | | - Switch to USES=libtool, drop .la files Approved by: portmgr blanket
* - Add stage supportmiwi2014-06-042-40/+4
| | | | | PR: 190558 Submitted by: maintainer
* - Convert security/gsasl to USES=libtool, drop .la filesamdmi32014-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
* Add an option to show the QR code.thierry2014-06-031-0/+6
|
* Update to 0.4.0.thierry2014-06-032-4/+4
| | | | No significative change since yesterday, but the version number.
* Refresh.thierry2014-06-022-4/+4
|
* - Refreshthierry2014-06-022-4/+7
| | | | - Add LIB_DEPENDS for libs used by libtoxav.
* Refresh.thierry2014-06-024-25/+28
|
* Stagify.kwm2014-06-0119-67/+67
| | | | | | Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
* - Stage supportmiwi2014-06-012-3/+1
|
* - Stage supportmiwi2014-06-012-3/+1
|
* - Stage supportmiwi2014-06-012-4/+3
|
* - Stage supportmiwi2014-06-011-1/+0
|
* - Stage supportmiwi2014-06-011-2/+1
|
* - Stage supportmiwi2014-06-012-3/+1
|
* - Stage supportmiwi2014-06-011-1/+0
|
* - Stage supportmiwi2014-06-012-3/+1
|
* - Stage supportmiwi2014-06-011-1/+0
|
* - Stage supportmiwi2014-06-011-1/+0
|
* - Stage supportmiwi2014-06-011-8/+1
| | | | - Drop 7X gruft
* - Stage supportmiwi2014-06-011-1/+0
|
* Deprecated some ports that were already marked BROKEN in 2013antoine2014-06-011-0/+2
| | | | With hat: portmgr
* Remove expired ports:rene2014-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
* Remove expired port:kevlo2014-05-306-72/+0
| | | | 2014-05-30 net-im/vicq: Unmaintained, outdated not depend on
* Fix gettext detection.tijl2014-05-283-3/+4
| | | | PR: 190299
* net-im/jitsi: Fix DragonFly breakage exposed by stagingmarino2014-05-271-1/+1
| | | | This is a no-op substition for FreeBSD (general fix-it blanket)
* - Convert misc/xosd and dependent ports which need it (deskutils/xneur, ↵amdmi32014-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
* - Switch to USES=libtool,taramdmi32014-05-272-24/+7
| | | | | | - Add LICENSE_FILE - Strip binaries - Fix bash shebang
* - Switch to USES=libtool,taramdmi32014-05-272-4/+5
| | | | - Strip library
* Replace lang/lua with the new lang/lua51bapt2014-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)
* - Convert gmake,bzip2,xz to USESmiwi2014-05-269-16/+9
| | | | Approved by: portmgr
* - Switch to USES=libtoolamdmi32014-05-262-4/+6
| | | | - Strip library
* Switch Opus to USES=libtool.naddy2014-05-261-0/+1
| | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1]
* - Update to 14.05[1]ashish2014-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]
* Remove expired port:rene2014-05-246-597/+0
| | | | 2014-05-23 net-im/tkabber-devel: Unfetchable, outdated by net-im/tkabber
* Fix installation with PLUGINS=off config, correcting pkg-plist.mandree2014-05-221-2/+2
| | | | | | PR: 190080 Submitted by: Ryan Frederick <ryanrfrederick@gmail.com> Approved by: gahr (maintainer)
* Fix build with SASL option.tijl2014-05-211-0/+1
| | | | PR: ports/190057
* Strip libraries.tijl2014-05-213-3/+4
| | | | Requested by: mandree
* - Remove "${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH}" from post-patch.tijl2014-05-211-18/+1
| | | | | | | | | | It was added to prevent running autotools in a previous version of the port but is no longer needed and may actually cause autotools to run because not all files get the same timestamp. - Remove some other things from older versions. Reported by: many PR: ports/189938
* Quote ${CC} and similar variables in MAKE_ARGS.tijl2014-05-211-1/+1
| | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
* - Drop maintainershipamdmi32014-05-211-1/+1
| | | | | PR: 189815 Submitted by: Henrik Friedrichsen <hrkfdn@gmail.com> (maintainer)
* - Update to 3.9.3gahr2014-05-204-17/+22
| | | | | Release notes: https://community.igniterealtime.org/blogs/ignite/2014/05/06/openfire-393-has-been-released
* - Update to 1.0.10miwi2014-05-181-11/+10
| | | | | PR: 188867 Submitted by: Ports Fury
* File format of libncursesw.so is not recognized on FreeBSD-8.4thierry2014-05-181-1/+8
| | | | | | | (treating as linker script) => use binutils from ports. Reported by: pkg-fallout Obtained from: tijl
* Convert net-im/libpurple (and slave ports net-im/finch and net-im/pidgin)tijl2014-05-1836-286/+137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to "USES=libtool tar:bzip2". Bump PORTREVISION on all dependent ports and modernise them as well (USES, LIB_DEPENDS, staging). audio/pidgin-musictracker: - Replace LIBS with LDFLAGS. - Disable static plugin. net/online-desktop: Remove obsolete patches. net-im/mbpurple: - Drop pkgconf dependency. - Replace post-patch with MAKE_ARGS. - Use standard do-build. net-im/pidgin-audacious-remote: Disable static plugin. net-im/pidgin-birthday-reminder: Disable static plugin. net-im/pidgin-fetion: Replace pkg-plist with PLIST_FILES. net-im/pidgin-guifications: - Drop USE_GNOME=gnomeprefix. - Replace LIBS with LDFLAGS. net-im/pidgin-hotkeys: - Drop CFLAGS=-fPIC. - Fix build on systems without gcc. net-im/pidgin-libnotify: - Use option helpers. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. net-im/pidgin-manualsize: Fix build on systems without gcc. net-im/pidgin-privacy-please: - Replace a patch with CPPFLAGS and LDFLAGS. - Don't use USE_LDCONFIG for a plugin. net-im/pidgin-sipe: - Don't use USE_LDCONFIG for a plugin. - Drop PORTDOCS that don't contain useful documentation. - Patch configure with s/LDLAGS/LDFLAGS/ so LDFLAGS can replace LIBS. - Use option helpers and fix Kerberos option. - Remove obsolete CONFIGURE_ENV. security/pidgin-encryption: - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Disable static plugin. - Use option helpers. security/pidgin-otr: - Drop redundant comment about PORTREVISION. - Add USE_GNOME=gtk20. - Drop references to PTHREAD_CFLAGS and PTHREAD_LIBS. - Port uses stack protector unconditionally so link with -lssp_nonshared when necessary like Mk/bsd.ssp.mk does. Approved by: portmgr (PORTREVISION bump on unstaged port)
* - Support USE_GITHUBmiwi2014-05-171-5/+12
| | | | | | | - Add LICENSE PR: 187742 Submitted by: Ports Fury
* Refresh and clean plist.thierry2014-05-153-20/+4
|
* Refresh.thierry2014-05-153-15/+4
|
* Refresh and add a note about Toxic.thierry2014-05-153-5/+5
| | | | | | This snapshot fixes a DOS issue. Security: Fixes a DOS issue.
* Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".tijl2014-05-131-1/+1
| | | | | | | | | | | | | | | Bump PORTREVISION on all dependent ports. [1] audio/ario: USES=libtool. audio/gmpc: USES=libtool. audio/gnome-media: USES=libtool:keepla tar:bzip2. audio/xfce4-mixer: USES=libtool tar:bzip2. graphics/shotwell: Unbreak and USES=tar:xz. science/gwyddion: USES=libtool tar:bzip2. sysutils/mate-control-center: USES=libtool. x11/xfce4-clipman-plugin: USES=libtool tar:bzip2. Approved by: portmgr (implicit) [1]
* Convert my ports to USES=tarmakc2014-05-121-2/+1
|
* - Stage portmadpilot2014-05-122-22/+15
| | | | | - Convert to new LIB_DEPENDS format - Fix configuration file handling
* - Switch to USE_GNOME=introspectionamdmi32014-05-121-3/+2
| | | | | | PR: 185916 Submitted by: amdmi3 Approved by: maintainer timeout
* - Use new LIB_DEPENDS syntaxamdmi32014-05-121-7/+4
| | | | | | | | | - Support staging - Convert USE_GMAKE to USES PR: 185918 Submitted by: amdmi3 Approved by: maintainer timeout
* KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-112-3/+2
| | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc.
* - Don't remove mtree directoriesamdmi32014-05-102-3/+0
| | | | Approved by: portmgr
* - Support stagingamdmi32014-05-102-7/+1
| | | | | | | | - Convert USE_BZIP2 to USES - Don't remove mtree dirs - Remove reduntant CONFIGURE_ARGS Approved by: portmgr blanket
* Don't rely anymore upon the provided autogen.sh script and fix the buildthierry2014-05-091-2/+2
| | | | | | | with poudriere. Reported by: antoine Patched by: tijl
* Adding toxic, the CLI front-end for Tox.thierry2014-05-097-0/+75
|
* Refresh.thierry2014-05-082-4/+4
|
* Refresh, and use pathfix and libtool.thierry2014-05-084-18/+9
|
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - Add LICENSEsunpoet2014-05-031-1/+4
| | | | | | | - Pass maintainership to submitter PR: ports/189227 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* Mark net-im/pidgin-facebookchat and lang/clisp as deprecated: upstreamlinimon2014-04-292-3/+6
| | | | | | | development as ceased. Reset maintainer. Submitted by: former maintainer Approved by: portmgr (antoine)
* Stagify a bunch of ports maintained by flzbapt2014-04-282-16/+4
| | | | | | | | | | | | | | | | | | | | | | | While here: - graphics/icoconvert: * Respect CC * Use modern LIB_DEPENDS - net/grdesktop: * Convert gnomehack to pathfix - net/ldapsh: * Use shebangfix instead of custom post-patch target - net-im/py-jabber: * Use autoplist - net-p2p/bnbt: * Use the options framework * Convert to dos2unix * Respect CXX * Do not renamed base on option - sysutils/testdisk: * Update to 6.14 * Use options helpers * Use modern LIB_DEPENDS * Convert USE_BZIP2 -> USES=tar:bzip2
* - update from ancient 20100131 snapshot to proper 1.1 releaseamdmi32014-04-255-153/+204
| | | | | | | | | | | | - bumps up PORTEPOCH because of weird versioning - add LICENSE - add dependency on tkabber-1.1 - add pkg-message to describe how to use plugins - pass maintainership to submitter PR: 188257 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
* - update from 0.11.1 to 1.1amdmi32014-04-256-119/+140
| | | | | | | | | | | | | - add several new CATEGORIES to the port - add LICENSE - cleanup RUN_DEPENDS to reflect minimal requirements - add customization through OptionsNG - add pkg-message to better describe port functionality - pass maintainership to submitter PR: 188256 Submitted by: Mikhail <mp39590@gmail.com> Approved by: Volodymyr Kostyrko <c.kworr@gmail.com> (maintainer)
* - Update to 1.0.10swills2014-04-233-9/+6
| | | | | PR: ports/188876 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
* - Mark DEPRECATED and set EXPIRATION_DATE: the port is unfetchable and ↵amdmi32014-04-231-0/+3
| | | | | | | | outdated by net-im/tkabber PR: 188260 Submitted by: Volodymyr Kostyrko <arcade@b1t.name> Approved by: maintainer timeout
* When linking a library libA with a library libB using libtool, if libB.latijl2014-04-232-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery)
* Upgrade to a recent snapshot.thierry2014-04-234-8/+8
|
* - Support staging;thierry2014-04-232-7/+7
| | | | - Mark as deprecated.
* - Stop removing directories from BSD.local.dist.bdrewery2014-04-192-172/+1
| | | | | | | | | | | This fixes false-positive leftover (files removed) warnings in Redports/QAT/Tinderbox. Note that some of these ports still have Orphans which I did not address. With hat: portmgr Spotted by: new 'check-plist'
* Remove expired ports:rene2014-04-185-57/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2014-04-16 ports-mgmt/pkgsearch: Upstream disappeared 2014-04-17 science/flounder: Unmaintained since 2002 2014-04-17 security/nbaudit: Unmaintained since 2002 2014-04-17 security/saint: Unmaintained since 2002 2014-04-17 graphics/gozer: Unmaintained since 2002 2014-04-17 misc/pdfmap: Unmaintained since 2002 2014-04-17 devel/showgrammar: Unmaintained since 2002 2014-04-17 biology/libgenome: Unmaintained since 2002 2014-04-17 deskutils/narval: Unmaintained since 2002 2014-04-17 devel/fampp: Unmaintained since 2002 2014-04-17 net-p2p/py-fngrab: Unmaintained since 2002 2014-04-17 misc/wmfirew: Unmaintained since 2002 2014-04-17 x11-wm/e16utils: Unmaintained since 2002 2014-04-17 misc/salias: Unmaintained since 2002 2014-04-17 print/latex2slides: Unmaintained since 2002 2014-04-17 lang/sxm: Unmaintained since 2002 2014-04-17 textproc/pybook: Unmaintained since 2002 2014-04-17 mail/mailcrypt: Unmaintained since 2002 2014-04-17 japanese/elvis: Unmaintained since 2002 2014-04-17 devel/prototype: Unmaintained since 2002 2014-04-17 print/wprint: Unmaintained since 2002 2014-04-17 science/euler: Unmaintained since 2002 2014-04-17 multimedia/gopchop: Unmaintained since 2002 2014-04-17 science/gdis: Unmaintained since 2002 2014-04-17 net/googolplex: Unmaintained since 2002 2014-04-17 lang/logo: Unmaintained since 2002 2014-04-17 textproc/roap: Unmaintained since 2002 2014-04-17 x11-wm/afterstep-i18n: Unmaintained since 2002 2014-04-17 games/yamsweeper: Unmaintained since 2002 2014-04-17 net-mgmt/echolot: Unmaintained since 2002 2014-04-17 security/pam_smb: Unmaintained since 2002 2014-04-18 devel/lua-redis-parser: Broken for more than 6 months 2014-04-18 biology/finchtv: Broken for more than 6 months 2014-04-18 net-im/ari-yahoo: Broken for more than 1 year (http://www.icculus.org/ari-yahoo/)
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-178-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb)
* net-im/qq: Stage, remove pre-fetch message, fix pkg-descrxmj2014-04-132-18/+5
| | | | | | | | | | - Stage - Remove pre-fetch message, linux_base-f8 was phased out on 2011-04-04. - Tab to space in pkg-descr: WWW PR: ports/187892 Approved by: koobs (mentor) Approved by: maintainer timeout (2 weeks)
* - Update to 0.2.2.1537tota2014-04-132-6/+4
| | | | | - Add missing DOCS option to OPTIONS_DEFINE - Make docs unconditional
* Support stagebapt2014-04-122-6/+7
|
* Fix bad plist discovered by stagingbapt2014-04-111-1/+0
| | | | Reported by: swills's jenkins
* Support stagebapt2014-04-112-37/+24
| | | | | Remove NST option USES=libtool to reduce overlinking
* Some minor, non-functional wording and grammar nits.danfe2014-04-091-2/+2
|
* - Bump PORTREVISION after update of net-im/py-libturpialolivierd2014-04-091-1/+2
|
* - Update to 1.7.0olivierd2014-04-093-6/+15
|
* Stagify, define LICENSE (LGPL21), and generally cleanup the port while here.danfe2014-04-084-53/+39
|
* Backport a fix from upstream for HTTP code 406 when doing search, and alsodanfe2014-04-032-3/+124
| | | | | | stagify the port. PR: ports/184981
* Unbreak; switch WWW to GitHub and host distfile (there are no releases yet).danfe2014-04-032-5/+3
|
* KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-032-4/+3
| | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc.
* net-im/psimedia:makc2014-03-313-22/+111
| | | | | | | - add upstream patches to fix build with modern gcc, glib, and make -j - add explicit dependence on audio/speex - convert WITH_DEBUG to option - convert to USES=tar:bzip2
* - fix builddinoex2014-03-311-1/+1
| | | | pkg_create: read_plist: unknown command '@commentshare/locale/cs/LC_MESSAGES/skype4pidgin.mo'
* - Convert to USES, that handles tar archivesnivit2014-03-311-10/+6
| | | | | | | | - Add support for stage dir [1] - Remove post-install-target PR: ports/187887 [1] Submitted by: Johannes Jost Meixner <xmj@chaot.net>
* - new USES=dinoex2014-03-311-1/+1
|
* - Support stagingamdmi32014-03-292-40/+17
| | | | | | | | - Use new LIB_DEPENDS syntax PR: 187347 Submitted by: amdmi3 Approved by: maintainer timeout, portmgr (blanket)
* Mark broken everywhereantoine2014-03-291-5/+2
| | | | | | | | | source='aliases.c' object='aliases.o' libtool=no depfile='.deps/aliases.Po' tmpdepfile='.deps/aliases.TPo' depmode=gcc3 /bin/sh ../depcomp cc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pipe -fno-strict-aliasing -Wall -c `test -f aliases.c || echo './'`aliases.c In file included from aliases.c:31: gyach.h:66:21: error: gtk/gtk.h: No such file or directory gyach.h:67:21: error: gdk/gdk.h: No such file or directory Reported by: pkg-fallout (since several months)
* - use STAGEDIRdinoex2014-03-281-2/+0
|
* For some reason, having an ` in BROKEN/FORBIDDEN/IGNORE breaks QAT badly.mat2014-03-261-1/+1
| | | | With hat: portmgr
* Update to today's snapshot.thierry2014-03-267-27/+17
|
* Have OPTIONS_SUB also fill in SUB_LIST.mat2014-03-262-11/+3
| | | | | | Fix two ports that would have been broken with this change. With hat: portmgr
* - Change dependency for net-im/py-pyxmppnemysis2014-03-222-14/+24
| | | | | | | | - Change DOCS, remove from pkg-plist - Change REINPLACE, install conditional DOCS PR: ports/179201 Submitted by: nemysis (self)
* - Bump PORTREVISION for add dependency and pkg-plist changenemysis2014-03-223-931/+917
| | | | | | | | | | | | | | | - Use ${DATADIR} instead of LIBTARGETDIR=${PREFIX}/${PORTNAME} - Change DOCS, remove from pkg-plist - Change NLS, add Option, build and install conditional - Add OPTIONS_SUB - Add dependency for devel/gettext - Add symlink for the icon and add Desktop entry file - Fix the usage of 'tclsh' to get rid of the implicit lang/tcl-wrapper dependency - Change WWW PR: ports/179205 Submitted by: nemysis (self)
* Fix pkg-deinstall and libidn lineslx2014-03-191-2/+2
|
* Stageify and modernize.lx2014-03-195-80/+29
| | | | | | PR: ports/187703 Submitted by: Scot Hetzel Reviewed by: me
* Quiesce mkdirehaupt2014-03-181-2/+2
|
* Remove checks for V4L2 wrapper, it is included in the linuxulator of allantoine2014-03-162-8/+0
| | | | supported versions of FreeBSD
* Refresh ProjectTox-Core and Venom.thierry2014-03-154-8/+8
|
* Convert USE_BZIP2=yes to USES=tar:bzip2ehaupt2014-03-141-2/+1
|
* Convert n* to USES=zipbapt2014-03-115-7/+5
|
* - Remove optional dependency on expired audio/beeprene2014-03-102-16/+7
| | | | | | | | - Use option helpers - Use new LIB_DEPENDS syntax - Fix pkg-plist Approved by: portmgr (infrastructure blanket)
* - Convert to autoplistmiwi2014-03-091-5/+2
| | | | | - Stage support - Bump PORTREVISIO
* - Stage supportmiwi2014-03-091-3/+1
| | | | - Convert to uses
* Fix detection of py-openssl after the update of it to 0.14.kwm2014-03-091-2/+2
| | | | Submitted by: Gustau Perez i Querol <gustau.perez@gmail.com>
* - Fix build on 10.xamdmi32014-03-074-69/+104
| | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features PR: 185981 Submitted by: amdmi3 Approved by: maintainer timeout
* - Fix build on 10.xamdmi32014-03-075-71/+118
| | | | | | | | | | | | - Support staging - Use new LIB_DEPENDS syntax - Convert USE_GMAKE to USES - Use new OPTIONS features - Enable options by default as centerim-devel does PR: 185982 Submitted by: amdmi3 Approved by: maintainer timeout
* - Update to 0.55jadawin2014-03-052-3/+6
| | | | - Add LICENSE
* KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2
| | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com>
* Upgrade and switch from openal to openal-soft.thierry2014-03-024-9/+10
|
* - Stage supportmiwi2014-03-021-4/+2
| | | | - Convert to USES
* - A "not too old" compiler is required on FreeBSD < 10;thierry2014-02-271-0/+5
| | | | | | | - Mark BROKEN on FreeBSD < 10 and i386: /usr/local/lib/libsodium.so: undefined reference to `__stack_chk_fail_local' Reported by: pkg-fallout
* net-im/kopete-kde4:makc2014-02-261-1/+1
| | | | | | | | | - Both security/libotr3 and security/libotr install libotr.so. Explicitly require libotr.so.5 from security/libotr because kopete can't be built with old version. PR: ports/186943 Submitted by: amdmi3
* Fix configure for default case.thierry2014-02-261-1/+6
| | | | ${opt}_CONFIGURE_WITH does not work as I expected...
* Adding a option to allow the replacement of the cryptographic librarythierry2014-02-263-4/+27
| | | | | | sodium by NaCl. Do not bump PORTREVISION, because this does not affect the default.
* Adding Tox, a decentralized and secure messenger.thierry2014-02-2511-0/+155
| | | | | | Tox is the core library, and venom is a GTK+ client. Note: venom does not yet implement audio and video chat capabilities.
* - Fix buildmiwi2014-02-236-66/+163
| | | | | PR: 185319 Submitted by: ports fury
* - Update to 3.0olivierd2014-02-2313-626/+113
|
* libturpial is a library that handles multiple microblogging protocolsolivierd2014-02-236-0/+57
| | | | | | | (Identi.ca, Twitter). It implements a lot of features and aims to support all the features for each protocol. WWW: http://turpial.org.ve/
* Mark broken: Fails to dos2unixantoine2014-02-221-0/+2
| | | | | | | | ===> Converting DOS text files to UNIX text files sed: config.inc: No such file or directory *** Error code 1 Reported by: pkg-fallout since november 2013
* Correct a typo when configuring dynamic prpl modules. I seem to recall thismarcus2014-02-211-1/+1
| | | | | was a typo on purpose at some point, but the new configure uses '-' instead of '_'.
* - Convert to USES=tkgahr2014-02-212-52/+17
| | | | - STAGE-clean
* Remove trailing whitespaces from category net-imehaupt2014-02-217-7/+7
|
* Deprecate the port since the author reports a breakage years ago and no one ↵rodrigo2014-02-201-0/+3
| | | | | | | tries to fix it. PR: ports/176767 Approved by: bapt (mentor)
* - Update from 1.0 to 1.0.9danilo2014-02-2018-101/+243
| | | | | | | - Add LICENSE PR: ports/185342 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* General clean-up:rm2014-02-202-38/+16
| | | | | | | | - convert USE_DOS2UNIX to USES equivalent - support staging - utilize options helpers - fix portlint warnings - install docs into staging area unconditionally
* Fix runtime on FreeBSD >=10.0rm2014-02-202-0/+42
| | | | | | | | | | Gajim relies on nslookup when looking up for an SRV record of jabber server. Since, nslookup was removed from FreeBSD 10, gajim is now fails to connect unless jabber-server hostname and port were defined by user explicitly. This patch make it use host(1) for this task. Submitted by: walker_643 <walker_643@yahoo.com> (by email) MFH: 2014Q1
* - Replace USE_GMAKE by USES=gmakegarga2014-02-193-23/+29
| | | | | | | | | | - Use OPTIONS helpers - Support staging - Pet portlint - Add a new option, off by default, to build PLUGINS PR: ports/186687 Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (maintainer)
* - Bump PORTREVISION after KDE4_PREFIX changemakc2014-02-1812-3/+12
|
* net-im/ktp-accounts-kcm:makc2014-02-182-19/+9
| | | | | - Convert to options helpers - Chase library version shift (the port uses KDE SC version scheme)
* KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-189-257/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1]
* - Stage supportmiwi2014-02-171-1/+0
|
* - Update to 1.18.0swills2014-02-163-4/+10
| | | | | | PR: ports/186783 Submitted by: swills (myself) Approved by: John Prather <john.c.prather@gmail.com> (maintainer)
* Remove a bogus file that sneaked in due to a manual apply of the previousmarcus2014-02-152-2/+1
| | | | | | patch. Submitted by: olgeni
* - STAGE-cleangahr2014-02-142-348/+340
| | | | | | - DATADIR-clean - Remove article from COMMENT line - Add LICENSE
* When converting to stage I accidentally left out finch.1.gz. Re-add thismarcus2014-02-142-5/+7
| | | | | | | and sort the plist. PR: 186746 Submitted by: olgeni
* - fix build with clangdinoex2014-02-141-1/+0
| | | | | | retry, cause svn failed PR: 186650 Submitted by: Vsevolod Volkov
* - fix build with clangdinoex2014-02-142-0/+22
| | | | | PR: 186650 Submitted by: Vsevolod Volkov
* - fix build with clangdinoex2014-02-141-0/+10
| | | | | PR: 186649 Submitted by: Vsevolod Volkov
* Eliminate inclusion of bsd.port.options.mk where PORT_OPTIONS is not tested forehaupt2014-02-131-2/+0
| | | | | | afterwards. Encouraged by: mat
* Add explicit dependency on pkgconfantoine2014-02-131-1/+1
| | | | Reported by: pkg-fallout
* Now that this port is staged and DOCS defined we can stop testing for DOCS inehaupt2014-02-131-3/+0
| | | | any install target.
* - Stage supportmiwi2014-02-122-3/+4
|
* - update MASTER_SITES and pass maintainership to submitterrm2014-02-121-10/+6
| | | | | | | | | | | | - remove DEPRECATED and EXPIRATION_DATE while here: - support staging - add LICENSE (GPLv2) - replace inclusion of bsd.port.pre|post.mk with bsd.port.mk PR: 186664 Submitted by: Marko Cupac <marko.cupac@mimar.rs>
* Remove note re: IPv6. Updated luasocket enables Prosody to use it.lx2014-02-121-6/+2
|
* - Update to 3.9.1 [1]gahr2014-02-115-66/+53
| | | | | | | - While at it, simplify the installation and avoid @unexec hell PR: 186585 [1] Submitted by: "Zane C.B-H." <vvelox@vvelox.net>
* Update to 0.9.3.lx2014-02-112-3/+3
|
* Update to 0.46ehaupt2014-02-112-3/+3
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-107-0/+16
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Back to the futurbapt2014-02-101-1/+1
|
* Mark as deprecated unmaintained ports for which no public distfiles arebapt2014-02-101-0/+3
| | | | | | available for part or all the needed distfiles. Reported by: distillator
* Fix invalid conditionalmm2014-02-101-1/+2
|
* Remove certificate-related makefile and .cnf files on deinstall.lx2014-02-091-2/+5
| | | | Submitted by: QAT
* Update to 0.9.2.lx2014-02-098-92/+94
| | | | | PR: ports/182075 Submitted by: Paul Procacci <pprocacci@gmail.com> / Benjamin Podszun <benjamin.podszun@gmail.com>
* Chase boost and icu bumpbapt2014-02-077-1/+7
| | | | While here convert some LIB_DEPENDS
* Stagify.kwm2014-02-062-3/+5
|
* USES_GNOME=gnomehack -> USES=pathfixmandree2014-02-062-3/+4
| | | | Approved by: marcus@ (maintainer)
* Force this port to build under GCC. This fixes an issue where meanwhilemarcus2014-02-061-1/+2
| | | | | | would fail to negotiate with servers. Reported by: Ryan Stark <syah@morphium.org>
* Fix SILC dependency so the lib is found if installed.mandree2014-02-061-1/+1
|
* Update to 2.10.9. See https://developer.pidgin.im/wiki/ChangeLog for themarcus2014-02-062-3/+3
| | | | | | change in this release. Submitted by: Marc Peters <marc@mpeters.org>
* - Fix brokenness on 10-RELEASE due to expat libraryashish2014-02-054-37/+32
| | | | | | | | | - Remove ABI version from LIB_DEPENDS - Add STAGE support - Add option for documentation - Use OptionsNG helpers PR: ports/186274 ports/185594
* - fix build with clangdinoex2014-02-051-2/+1
| | | | | PR: 186389 Submitted by: Tijl Coosemans
* Update to 2.10.8.marcus2014-02-049-97/+43
| | | | | | | See https://developer.pidgin.im/wiki/ChangeLog for a list of changes in this release. While here, convert to STAGE and update LIB_DEPENDS.
* - Stage supportmiwi2014-01-311-2/+1
| | | | - Convert to USES
* - Stage supportmiwi2014-01-314-8/+14
|
* - Convert to USESmiwi2014-01-311-4/+2
| | | | - Stage support
* - Stage supportmiwi2014-01-312-3/+0
| | | | - Convert to USES
* - Stage supportmiwi2014-01-311-1/+0
| | | | - Convert to USES
* - Convert to PYDISTUTILS_AUTOPLISTmiwi2014-01-312-41/+2
| | | | | - Stage support - Bump PORTREV
* - Stage supportmiwi2014-01-313-5/+1
| | | | - Switch to USES
* - Stage supportmiwi2014-01-311-4/+2
|
* - Stage supportmiwi2014-01-312-3/+1
|
* - add stage supportaz2014-01-3013-67/+58
| | | | Approved by: portmgr (blanket infrastructure)
* Finish stage supportantoine2014-01-272-5/+4
|
* Support stagebapt2014-01-261-3/+2
| | | | USE_GMAKE -> USES=gmake
* Support stagebapt2014-01-261-4/+3
| | | | USE_GMAKE -> USES=gmake
* Fix on 10 and tweak rc script.lx2014-01-252-3/+3
|
* - Stage Safemiwi2014-01-242-2/+0
|
* - Stageifymiwi2014-01-241-1/+0
| | | | - Take maintainership of a few ports
* Fix properties on pkg-plistbapt2014-01-225-5/+0
|
* - Fix build on head/10madpilot2014-01-179-7/+87
| | | | | | - Support staging - Use new LIB_DEPENDS format - Unsilence post-install commands
* - Convert to USES=tcl and USES=gmakegahr2014-01-171-19/+14
| | | | | - Convert to new LIB_DEPENDS format - STAGE-clean
* - Convert to USES=tkgahr2014-01-171-6/+6
|
* - Convert to USES=tkgahr2014-01-173-17/+24
| | | | | - Convert to OPTIONSng - STAGE-clean
* - Convert to USES=tkgahr2014-01-171-11/+7
| | | | - STAGE-clean
* Python cleanup:rene2014-01-1414-14/+14
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* - add USE_GCC for CURRENTdinoex2014-01-112-0/+2
|
* - Update to 0.2.2.1476tota2014-01-102-4/+4
| | | | - Remove redundant argument in REINPLACE_CMD
* Support stagingrakuco2014-01-0610-10/+1
|
* Support stagingrakuco2014-01-061-1/+0
|
* Support stagingrakuco2014-01-061-1/+0
|
* Support stagingrakuco2014-01-061-1/+0
|
* Remove expired ports:rene2014-01-045-45/+0
| | | | | 2014-01-04 net-im/xfce4-messenger-plugin: Deprecated and no update for 7 years 2014-01-04 multimedia/xfce4-media: Upstream development dead, use multimedia/xfce4-parole instead
* - Update from 0.5.0.111 to 0.6.3danilo2014-01-045-46/+39
| | | | | | | | | | | - Update MASTER_SITES - Add textproc/enchant to LIB_DEPENDS - Remove AIM_TOC and ICQ_TOC options - Add YAHOO option - Add gettext and iconv to USES PR: ports/185323 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Part 2 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0
|
* - Add LICENSEsunpoet2013-12-311-3/+4
| | | | | - Sort RUN_DEPENDS - Remove contiguous blank lines
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkohauer2013-12-311-1/+1
| | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@)
* net-im/py-pyxmpp: fix PORTREVISIONwg2013-12-271-1/+1
| | | | | Reported by: via email Pointy hat: wg
* net-im/py-pyxmpp: allow staging and minor fixeswg2013-12-272-162/+4
|
* net-im/py-punjab: support stagingwg2013-12-272-58/+9
|
* Remove expired port:rene2013-12-236-94/+0
| | | | 2013-10-31 net-im/libmsn: Primary MSN Messenger service terminated 30 APR 2013
* - Fix build on 10.0 and 11-CURRENTswills2013-12-201-2/+2
| | | | | | PR: ports/181196 Submitted by: myself Approved by: maintainer timeout (john.c.prather@gmail.com, >4 months)
* - Support USE_GITHUBdanilo2013-12-191-16/+15
| | | | | | | | - Improve COMMENT - Add stage support PR: ports/184818 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Use new LIB_DEPENDS regimeehaupt2013-12-182-2/+2
|
* - Update to 0.10.2dhn2013-12-183-4/+8
|
* - Update to 2.2.1dhn2013-12-184-7/+42
| | | | | PR: ports/180148 Submitted by: Steve Wills <swills@FreeBSD.org>
* - use STAGEDIRdinoex2013-12-175-60/+40
| | | | - use OPTIONS_DEFINE
* Switch to MASTER_SITES LOCAL/matthew for the 8.x compatible locationmatthew2013-12-171-1/+1
| | | | | | | to get the distfiles from. Submitted by: tijl Approved by: mm (maintainer, implicit)
* Update to 2.3.1matthew2013-12-1614-193/+212
| | | | | | | | | | | | | | | | | | | | | | | | * Staging support * New style LIB_DEPENDS * Use OPTIONS helpers * OPTIONS_SINGLE to select between Cyrus SASL and gsasl * Two new options: EXPERIMENTAL and SUPERCEDED The port requires OpenSSL >= 1.0.1, so set WANT_OPENSSL_PORTS=yes everywhere except for on FreeBSD 10.x, where it's in the base system. The github.org MASTER_SITE a) redirects to a server in the Amazon cloud and b) requires use of HTTPS. (a) implies setting fetch(1) to follow redirects, which is usually frowned upon. However, this pattern is recommended in bsd.sites.mk for use with GitHub. (b) is troublesome for FreeBSD 8.x, as fetch(1) hasn't grown HTTPS support there yet. Hence provide a copy of the distfile on http://people.freebsd.org/ as a 2nd MASTER_SITE Approved by: mm (maintainer)
* net-im/cjc: fix python usage and minor fixeswg2013-12-151-4/+6
| | | | | | | | | - Fix python usage to remove implicit dependency on lang/python - Restrict to python 2.x - Remove uselesss LICENSE_FILE - Use new options for docs Reported by: exp-run (PR 184591)
* net-im/telepathy-idle: fix python dependswg2013-12-151-0/+1
| | | | | Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
* Update to r664:mandree2013-12-143-15/+16
| | | | | | | | | | r664 Squash some memory leaks when generating the 'Get Info' screen. Fixes #230 r663 Prevent crash when receiving NULL data from the backend. Seems to happen on X11 when Skype hasn't started yet r662 Add macports options to the Makefile r661 Add extra error handling for accounts that disconnect while we're processing a message r660 Added patch from doktor.yak to fix version detection code on Linux, when setting up the missedchatmessages poll - Fixes issue 225 Convert to staging.
* Convert LIB_DEPENDS for ports depending on boostbapt2013-12-125-7/+7
|
* New USES=twisted, to replace the old USE_TWISTED knob.mva2013-12-081-1/+1
| | | | | | | | | | | | | | twisted can be configured with the arguments run or build to replace the previous USE_TWISTED_RUN and USE_TWISTED_BUILD knobs. The twisted components can be added as comma-separated arguments. If you previously wrote USE_TWISTED= yes USE_TWISTED= conch names USE_TWISTED_RUN= yes you now would write USES= twisted USES= twisted:conch,names USES= twisted:run
* Mark as broken:bapt2013-12-061-0/+2
| | | | | | | | | YSM.h:454:8: warning: extra tokens at end of #endif directive YSM_Lists.c: In function 'List_init': YSM_Lists.c:57: warning: pointer targets in passing argument 2 of 'YSM_Error' differ in signedness YSM_Lists.c: In function 'List_delSLAVE': YSM_Lists.c:207: error: expected expression before '/' token gmake[1]: *** [YSM_Lists.o] Error 1
* - Update to 1.6.9olivierd2013-12-025-145/+49
| | | | | | | | - Adjust dependencies - Use only Python 2.x - Support STAGEDIR - Rewrite pkg-descr - Pass maintainership
* Remove expired ports:rene2013-12-0118-741/+0
| | | | | | | | | | | | | | | | | | | 2013-12-01 x11-fm/xnc: Latest release from 2005, upstream disappeared, does not build 2013-12-01 audio/liteamp: Dead upstream since 2004, does not build with clang 2013-12-01 net-im/tapioca-qt: Unmaintained upstream since 2007, not used by anything 2013-12-01 net-im/telepathy-qt: Unmaintained upstream since 2007, use net-im/telepathy-qt4 2013-12-01 x11-toolkits/linux-f10-gtk: GTK1 is deprecated 2013-12-01 net-im/linux-ymessenger: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-mesagpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-pete-xgl2gpu: Depends on deprecated Linux GTK1 2013-12-01 emulators/linux-peops-softgpu: Depends on deprecated Linux GTK1 2013-12-01 finance/eqonomize-kde4: No upstream releases since 2008, does not build on FreeBSD 10 and 11 2013-12-01 comms/uhso-kmod: included in base system on all supported releases 2013-12-01 deskutils/ecru: No longer maintained upstream 2013-12-01 editors/gphpedit: No longer maintaned upstream 2013-12-01 irc/inspircd12: No upstream support; known vulnerable. Please use irc/inspircd 2013-12-01 graphics/py-clutter: Broken for more than 6 month 2013-12-01 graphics/py-clutter-gtk: depends on expired graphics/py-clutter
* Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not themarcus2013-11-301-1/+1
| | | | | | user-facing module name. Reminded by: kwm
* - Fix build with clangsunpoet2013-11-301-0/+11
| | | | | | PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter <frank@altpeter.de> (maintainer)
* Bump PORTREVISION as voice/video support is in the default OPTIONS set.marcus2013-11-291-1/+1
| | | | Reminded by: mat
* Make sure gstreamer-plugins-v4l2 is installed if voice/video support ismarcus2013-11-291-0/+1
| | | | | | enabled. PR: 183713
* - Support STAGEDIRlwhsu2013-11-291-1/+0
|
* - Update to 0.2.2.1430tota2013-11-262-8/+9
| | | | | | - Remove RUBY_REQUIRE - Improve x-generate-plist target for maintenance - Cosmetic change
* - Update to 0.14.0sunpoet2013-11-252-4/+4
| | | | Changes: https://github.com/hipchat/hipchat-rb/commits/master
* Skype4Py is a Python library which allows you to control Skype clientnivit2013-11-234-0/+31
| | | | | | | | application. Skype4Py Python project is not affiliate of Skype or Microsoft corporation. WWW: https://github.com/awahlig/skype4py
* - Convert to USES=qmakemakc2013-11-224-25/+22
| | | | | | | - Add state support - Remove superfluous custom do-install target, convert to pkg-plist Approved by: portmgr (blanket approval)
* - Convert to USES=qmake (and other USES while I'm here)makc2013-11-222-10/+6
| | | | | | | - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval)