aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
Commit message (Collapse)AuthorAgeFilesLines
* - Bump PORTREVISION. New lazarus version is availableJose Alonso Cardenas Marquez2014-06-181-3/+4
| | | | Notes: svn path=/head/; revision=358316
* Fix port so it builds again. Did some minor housekeeping while being there.Michael Gmelin2014-06-184-10/+32
| | | | | | | | | PR: 190600 Reviewed by: bapt Approved by: bapt Notes: svn path=/head/; revision=358264
* - Stagify.Jun Kuriyama2014-06-117-10/+63
| | | | Notes: svn path=/head/; revision=357489
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* Stagify.Vanilla I. Shu2014-06-091-1/+0
| | | | Notes: svn path=/head/; revision=357120
* Stagify.Vanilla I. Shu2014-06-091-9/+8
| | | | Notes: svn path=/head/; revision=357119
* net-p2p/deluge: fix non-default installationRuslan Makhmatkhanov2014-06-072-1/+2
| | | | | | | | | | Fix installation with GTK2 option unset. Not bumping PORTREVISION, because this is not default. Reported by: Kenta S. <kentas@hush.com> (private email) Notes: svn path=/head/; revision=356945
* net-p2p/deluge: correct executable name while nobody seeingRuslan Makhmatkhanov2014-06-051-1/+1
| | | | Notes: svn path=/head/; revision=356621
* net-p2p/deluge: support staging and moreRuslan Makhmatkhanov2014-06-054-1565/+127
| | | | | | | | | | | | | | | | | | | | | | - do not use easy_install and convert to auto-generated plist - add staging support - convert USE_XZ to USES - Makefile clean-up - add startup script for deluge-web [1] PR: 185888 Reported by: huber.georg@gmail.com Submitted by: Daniel O'Connor <darius@dons.net.au> (private email) [1] - fix compatibility issue with twisted > 13.1.0, that prevents BlockList plugin from work correctly [2] PR: 189497 Submitted by: George Amanakis <g_amanakis@yahoo.com> [2] Notes: svn path=/head/; revision=356620
* - Add stage supportMartin Wilke2014-06-052-8/+12
| | | | | | | PR: 190509 Notes: svn path=/head/; revision=356570
* - Add stage supportMartin Wilke2014-06-052-160/+5
| | | | | | | | PR: 190510 Submitted by: maintainer Notes: svn path=/head/; revision=356569
* - Update to 3.1.9.2, Announce message:Rusmir Dusko2014-06-042-6/+3
| | | | | | | | | OTHER: The v3.1.9.1 Windows build was broken - Remove PORTSCOUT, issue 1713 is solved Notes: svn path=/head/; revision=356544
* - Update Zetacoin to 0.8.99.16Carlo Strub2014-06-037-79/+55
| | | | | | | | | | | | | | | - zetacoind now runs as the zetacoin user - Fixed stop function in rc.d script - Minor changes to pkg-message.in, pkg-plist, and rc.d script to use the PORTNAME variable - Remove patch files: patch-src__serialize.h and patch-src__rpcdump.cpp since they are no longer needed. - Added user and group "zetacoin" to ports/UIDs and ports/GIDs - Added update instructions to ports/UPDATING PR: 188567 Submitted by: daniel@morante.net (maintainer) Notes: svn path=/head/; revision=356387
* - STAGEifyJason E. Hale2014-06-032-17/+16
| | | | | | | | | | - Add DOCS option - Add LICENSE - Make COMMENT more concise - Reword pkg-descr Notes: svn path=/head/; revision=356375
* Deprecated some ports that were already marked BROKEN in 2013Antoine Brodin2014-05-311-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=356018
* - Fix various distinfo errorsAlex Kozlov2014-05-312-3/+1
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* - Convert to stagingEitan Adler2014-05-301-8/+6
| | | | Notes: svn path=/head/; revision=355774
* - Set PORTSCOUT, https://github.com/qbittorrent/qBittorrent/issues/1713Rusmir Dusko2014-05-291-0/+3
| | | | Notes: svn path=/head/; revision=355745
* Convert to USES=sconsBaptiste Daroussin2014-05-271-2/+1
| | | | Notes: svn path=/head/; revision=355506
* Fix detection of luaBaptiste Daroussin2014-05-271-2/+7
| | | | | | | | Reported by: antoine With hat: portmgr Notes: svn path=/head/; revision=355472
* - Convert USE_BZIP2 to USESDmitry Marakasov2014-05-261-2/+1
| | | | Notes: svn path=/head/; revision=355431
* Remove left USES_LUA codeBaptiste Daroussin2014-05-261-1/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355375
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-262-6/+6
| | | | | | | | | | | 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 to USES=dos2unixBaptiste Daroussin2014-05-261-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=355288
* Update cpuminer to 2.4Martin Matuska2014-05-252-4/+3
| | | | Notes: svn path=/head/; revision=355157
* Convert my ports to USES=tarMax Brazhnikov2014-05-122-4/+2
| | | | Notes: svn path=/head/; revision=353800
* - StageVanilla I. Shu2014-05-093-6/+10
| | | | | | | | | | | | | - Add LICENSE - Fix pkg-plist - Pet portlint PR: ports/188673 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ Notes: svn path=/head/; revision=353380
* - Update to 1.19.1Alex Kozlov2014-05-072-4/+4
| | | | | | | | PR: ports/189032 Submitted by: Dmitriy Limonov <earl1k@mail.ru> (maintainer) Notes: svn path=/head/; revision=353172
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-054-11/+11
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=352986
* Import upstream commit to fix the build with recent versions of GCC.Raphael Kubo da Costa2014-05-031-0/+19
| | | | | | | | | getcwd(3) needs unistd.h. MFH: 2014Q2 Notes: svn path=/head/; revision=352923
* 1: Upgrade jansson to 2.6.Vanilla I. Shu2014-05-011-1/+1
| | | | | | | 2: bump revision due shared library version. Notes: svn path=/head/; revision=352709
* - Update to 3.1.9.1, announce message is here:Rusmir Dusko2014-04-292-3/+3
| | | | | | | | | | OTHER: This is an excuse to produce new builds with an OpenSSL version that isn't affected by the heartbleed bug for Windows and Mac. This bug should only affect the WebUI and only if HTTPS/SSL authentication was enabled. Notes: svn path=/head/; revision=352636
* - Remove unneeded dependency from flex from portsBarbara Guida2014-04-292-169/+72
| | | | | | | | | | | - Use options helpers - Convert to tar:bzip2 and desktop-file-utils - Add DEBUG option - Pet portlint - Attempt to fix build with pkg_install for PLASMAMULE Notes: svn path=/head/; revision=352562
* - Add missed USES desktop-file-utils from previous commmitBarbara Guida2014-04-292-3/+3
| | | | | | | - Use standard desc for DEBUG option Notes: svn path=/head/; revision=352561
* - Update to SVN-10834Barbara Guida2014-04-283-174/+76
| | | | | | | | | | | - Remove uneeded flex from ports dependency - Use options helpers - Convert to tar:bzip2 - Pet portlint - Attempt to fix build with pkg_install for PLASMAMULE Notes: svn path=/head/; revision=352559
* Stagify a bunch of ports maintained by flzBaptiste Daroussin2014-04-282-24/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=352490
* - Support USE_GITHUBMartin Wilke2014-04-262-11/+15
| | | | | | | | | | - Update DESCR PR: 187749 Submitted by: Ports fury Notes: svn path=/head/; revision=352209
* Remove expired ports:Rene Ladan2014-04-186-76/+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/) Notes: svn path=/head/; revision=351531
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-166-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* - Update to 0.9.1Steve Wills2014-04-166-87/+61
| | | | | | | | PR: ports/188655 Submitted by: Robert Backahus <robbak@robbak.com> (maintainer) Notes: svn path=/head/; revision=351398
* - StageSteve Wills2014-04-162-3/+5
| | | | | | | | | | | | - Fix pkg-plist - Pet portlint PR: ports/188672 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket) Notes: svn path=/head/; revision=351379
* Bump port revisionBaptiste Daroussin2014-04-111-0/+1
| | | | Notes: svn path=/head/; revision=351028
* Support stageBaptiste Daroussin2014-04-111-6/+2
| | | | | | | Remove bogus dep on gdk-pixbuf 1 Notes: svn path=/head/; revision=351027
* Mark has broken: does not fetchBaptiste Daroussin2014-04-111-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350958
* Mark as broken unstaged perl portsBaptiste Daroussin2014-04-091-4/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=350675
* mark as brokenBaptiste Daroussin2014-04-081-0/+2
| | | | Notes: svn path=/head/; revision=350580
* - Remove TODO from DOCSRusmir Dusko2014-04-022-1/+14
| | | | | | | | | | - Add pkg-message, information to reinstall if problems PR: ports/188122 Submitted by: adrian chadd <adrian@freebsd.org> Notes: svn path=/head/; revision=349898
* Fix plistAntoine Brodin2014-04-011-1/+2
| | | | | | | | Reported by: poudriere With hat: portmgr Notes: svn path=/head/; revision=349889
* Do not violate stagedirAntoine Brodin2014-04-011-1/+1
| | | | | | | | Reported by: poudriere With hat: portmgr Notes: svn path=/head/; revision=349864